Bug 22343: API routes for SMTP servers CRUD
[koha.git] / Koha /
2020-10-02 Tomas Cohen AraziBug 22343: API routes for SMTP servers CRUD
2020-10-02 Tomas Cohen AraziBug 22343: Add Koha::Library->smtp_server
2020-10-02 Tomas Cohen AraziBug 22343: Add classes for handling SMTP servers
2020-10-02 Tomas Cohen AraziBug 22343: DBIx::Class schema updates [DO NOT PUSH]
2020-10-02 Tomas Cohen AraziBug 22343: Add new tables schema file
2020-10-01 Jonathan DruartBug 25776: DBIC schema changes
2020-10-01 Jonathan DruartBug 26268: DBIC schema changes
2020-10-01 Martin RenvoizeBug 26268: Remove final references to paidfor db field
2020-09-29 Tomas Cohen AraziBug 26524: Add Koha::Acquisition::Basket->orders
2020-09-29 Tomas Cohen AraziBug 26322: Permissions not checked correctly for plugins
2020-09-28 Marcel de RooyBug 25265: (QA follow-up) Check server type in Elastics...
2020-09-28 Marcel de RooyBug 25265: (QA follow-up) Rename biblionumber in ModZeb...
2020-09-28 Nick ClemensBug 25265: (follow-up) Don't index malformed records
2020-09-28 Nick ClemensBug 25265: Fix copy paste error for parameter
2020-09-28 Nick ClemensBug 25265: Rename skip_modzebra_update to skip_record_index
2020-09-28 Nick ClemensBug 25265: Prevent double reindex of the same item...
2020-09-28 Fridolin SomersBug 26434: Fix plugin dirs addition to @INC
2020-09-28 Colin CampbellBug 26438: Rename temporary Koha::Item variables to...
2020-09-23 Nick ClemensBug 26507: Elasticsearch - Index records after storing...
2020-09-18 Jonathan DruartBug 19889: (follow-up) update DB adjustments
2020-09-18 Nick ClemensBug 18958: DBIC schema changes
2020-09-18 Nick ClemensBug 24807: (follow-up) Add support for spaces as unknow...
2020-09-18 Nick ClemensBug 24807: (follow-up) Fix spelling
2020-09-18 David GustafssonBug 24807: Simplify with new and imporved value_callbacks
2020-09-18 David GustafssonBug 24807: Refactor using tokenize_callbacks
2020-09-18 Nick ClemensBug 24807: Add suppport for uncertain fields and ranges
2020-09-18 David GustafssonBug 24807: Add "year" type to improve sorting behaviour
2020-09-18 Tomas Cohen AraziBug 26470: Store the item before calling the after...
2020-09-11 Jonathan DruartBug 26365: Remove comparison with 0000-00-00 for dateca...
2020-09-09 Agustin MoyanoBug 23816: (follow-up) Fix many things
2020-09-09 Jonathan DruartBug 23816: trivial code simplification
2020-09-09 Agustin MoyanoBug 23816: Add minimum password length and require...
2020-09-09 Agustin MoyanoBug 23816: (follow-up) Define boolean column in shcema
2020-09-09 Agustin MoyanoBug 23816: [DO NOT PUSH] Update category schema
2020-09-03 Kyle M HallBug 23682: Dedup plugin calls my moving to a single...
2020-09-03 Nick ClemensBug 26309: Make cxn_pool configurable
2020-09-03 Jonathan DruartBug 23634: Make is_superlibrarian return 1 or 0
2020-09-02 Tomas Cohen AraziBug 23634: (QA follow-up) Our PUT is really a PATCH
2020-09-02 Martin RenvoizeBug 23634: (QA follow-up) Catch all email cases in API
2020-09-02 Tomas Cohen AraziBug 23634: Secure the email on the API
2020-09-02 Martin RenvoizeBug 23634: Add is_superlibrarian method to Koha::Patron
2020-09-02 Jonathan DruartBug 21066: DBIC schema changes
2020-08-31 Agustin MoyanoBug 19889: set exclude_from_local_holds_priority column...
2020-08-31 Tomas Cohen AraziBug 25504: (QA follow-up) Remove unused include
2020-08-31 Jonathan DruartBug 25504: Use Koha::Logger and display the full stacktrace
2020-08-31 Ere MaijalaBug 25504: Improve REST API spec loading errors
2020-08-31 Nick ClemensBug 25273: (follow-up) Don't die on unknown authtype
2020-08-31 Nick ClemensBug 25273: Make match-heading rely on authority type...
2020-08-31 Katrin FischerBug 26015: Terminology: Fix tons more staff clients...
2020-08-31 Agustin MoyanoBug 22789: Add non priority feature to C4 classes and...
2020-08-31 Agustin MoyanoBug 22789: Set non_priority column as boolean in schema
2020-08-26 Jonathan DruartBug 23653: Remove uneeded cond test
2020-08-26 David CookBug 23653: use local copy of swagger v2 schema
2020-08-25 Jonathan DruartBug 25534: DBIC schema changes
2020-08-25 Kyle M HallBug 25534: (QA follow-up) Update Koha::Hold::cancel POD
2020-08-25 Kyle M HallBug 25534: Add ability to send an email specifying...
2020-08-25 Tomas Cohen AraziBug 25662: Make the route for holds restpect maxreserves
2020-08-25 Jonathan DruartBug 23166: Early return if no set
2020-08-25 Jonathan DruartBug 26139: Centralize code for "Place hold" button...
2020-08-25 Joonas KylmäläBug 23166: (QA follow-up) Add POD text
2020-08-25 Jonathan DruartBug 23166: Call the methods from the .inc
2020-08-25 Jonathan DruartBug 23166: Add filter_by_current and _cancelled Koha...
2020-08-21 Martin RenvoizeBug 18501: (follow-up) Do not rely on userenv->{branchcode}
2020-08-20 Jonathan DruartBug 18501: Fix QA issues
2020-08-20 Martin RenvoizeBug 18501: (QA follow-up) Fix regressions highlighted...
2020-08-20 Martin RenvoizeBug 18501: (QA follow-up) Remove FIXME + Track issue_id
2020-08-20 Jonathan DruartBug 18501: Adjust condition for flagging an item found
2020-08-20 Jonathan DruartBug 18501: set the is_refunded flag as internal var
2020-08-20 Jonathan DruartBug 18501: Add _set_found_trigger
2020-08-20 Jonathan DruartBug 18501: Remove the borrowernumber parameter
2020-08-20 Jonathan DruartBug 18501: Prepare the ground
2020-08-20 Martin RenvoizeBug 19036: DBIC Schema Updates
2020-08-20 Martin RenvoizeBug 19036: (QA follow-up) Use Koha::DateUtils
2020-08-20 Julian MauriceBug 19036: Add ability to enable credit number for...
2020-08-20 Julian MauriceBug 19036: Add ability to auto generate a number for...
2020-08-20 Colin CampbellBug 26082: Call store on new items to update itemnumber
2020-08-19 Nick ClemensBug 26239: Do not format large negative numbers
2020-08-18 Marcel de RooyBug 20469: Remove effective parameter
2020-08-18 Marcel de RooyBug 20469: Add Koha::Item->itemtype
2020-08-18 Nick ClemensBug 25872: Fix scoping of $limits
2020-08-18 Jonathan DruartBug 26127: local_referer should not compare with OPACBa...
2020-08-13 Jonathan DruartBug 16371: Fix inconsistencies with timestamp
2020-08-13 Emmi TakkinenBug 16371: Combine get_daily_quote and get_daily_quote_...
2020-08-13 Emmi TakkinenBug 16371: Rewrite get_daily_quote
2020-08-13 Emmi TakkinenBug 16371: Fix QA issues, change terminology
2020-08-13 Olli-Antti KivilahtiBug 16371: Quote of the Day (QOTD) - Display in differe...
2020-08-13 Emmi TakkinenBug 16371: Add needed Koha::Exception
2020-08-13 Emmi TakkinenBug 16371: Move GetDailyQuote to get_daily_quote
2020-08-13 Emmi TakkinenBug 16371: Add Koha::Quote[s] classes
2020-08-13 Jonathan DruartBug 21946: DBIC schema changes
2020-08-13 Nick ClemensBug 21946: Display parent-child relationship on smart...
2020-08-13 Nick ClemensBug 21946: Update Administration->Item types to allow...
2020-08-13 Martin RenvoizeBug 25663: Remove Koha::RefundLostItemFeeRule and uses
2020-08-13 Martin RenvoizeBug 25663: Add get_lostreturn_policy method to Circulat...
2020-08-12 Nick ClemensBug 25882: Remove phr indicator from limits when processing
2020-08-07 Josef MoravecBug 24201: (QA follow-up) Remove unneeded use
2020-08-07 Josef MoravecBug 24201: (QA follow-up) Do not unbless a list from...
2020-08-07 Nicolas LegrandBug 24201: (follow-up) add desk choice with library...
2020-08-07 Martin RenvoizeBug 24201: (follow-up) Rework Desks Plugin
2020-08-07 Martin RenvoizeBug 24201: (follow-up) Use GetLoggedInDeskName
next