Add release notes for Koha 16.05.19
[koha.git] / Koha /
2017-11-22 Mark TompsettBug 17664: Silence non-zebra warnings in t/db_dependent...
2017-11-13 Mason JamesRevert "Bug 14637: Fix add patron category under MySQL...
2017-10-24 Marcel de RooyBug 19343: [16.11.X] Remove private lists with edit...
2017-10-24 Katrin FischerBug 9857 - Follow-up - Fix for searches with su= or su:
2017-10-24 Katrin FischerBug 9857: Did you mean? uses wrong punctuation in searc...
2017-09-20 Mason JamesRevert "Bug 17249: Remove GetKohaAuthorisedValuesFromFi...
2017-09-20 Mason JamesRevert "Bug 17249: Remove GetKohaAuthorisedValuesFromFi...
2017-09-20 Jonathan DruartBug 17249: Remove GetKohaAuthorisedValuesFromField...
2017-09-20 Jonathan DruartBug 17249: Remove GetKohaAuthorisedValuesFromField...
2017-09-20 Fridolin SomersBug 18900: wrong number format in receiving order
2017-07-30 Jonathan DruartBug 18854: Protect few other occurrences of offset
2017-07-30 Jonathan DruartBug 18854: Make sure offset will not be < 0 - protect...
2017-07-29 Nick ClemensBug 17974 (QA Followup)
2017-07-29 Jonathan DruartBug 17974: Add the Koha::Item->biblio method
2017-07-29 Nick ClemensBug 18512 - GetAuthorisedValues.GetByCode Template...
2017-05-24 Katrin FischerSCHEMA UPDATE for Bug 17260 - updatedatabase.pl fails...
2017-05-24 Jonathan DruartBug 18066: Hea V2 [squashed]
2017-05-02 Marcel de RooyBug 17110: Lower CSRF expiry in Koha::Token
2017-04-30 Jonathan DruartBug 15451: Do not considered a Resultset as a Result
2017-04-30 Jonathan DruartBug 15451: Koha::CsvProfiles - Remove GetCsvProfileId
2017-04-30 Jonathan DruartBug 15451: Add the 2 new modules Koha::CsvProfile[s]
2017-04-23 Marcel de RooyBug 18124: [Follow-up] Handle default parameters in...
2017-04-23 Jonathan DruartBug 18124: Restrict CSRF token to user's session
2017-04-03 Colin CampbellBug 17605: [STABLE] Add currency to orders generated...
2017-03-17 BlouBug 17260: updatedatabase.pl fails on invalid entries...
2017-02-22 Tomas Cohen AraziBug 18068: ES - Fix location and (home|holding)branch...
2017-02-22 Liz ReaBug 18025 - Expired password recovery links cause sql...
2017-01-31 Marcel de RooyBug 16929: [QA Follow-up] Shortcut methods and use...
2017-01-31 Marcel de RooyBug 16929: Prevent opac-memberentry waiting for random...
2017-01-25 Magnus EngerBug 17924 - Fix error in password recovery
2017-01-25 Jonathan DruartBug 17778: Simplify fetch date
2017-01-25 Magnus EngerBug 17778 - Make "Earliest Registered Date" in OAI...
2017-01-24 Jonathan DruartBug 14637: Fix add patron category under MySQL 5.7
2017-01-03 Julian MauriceBug 17744: Remove the oai_dc:dcCollection wrapper in...
2017-01-03 Marcel de RooyBug 17681: Exiisting typos might thow some feees when...
2017-01-03 David CookBug 16376 - Koha::Calendar->is_holiday date truncation...
2016-12-31 Mason JamesRevert "Bug 17494: Prevent duplicate tokens from gettin...
2016-12-31 Mason JamesRevert "Bug 17494: (QA followup) Fix exception name"
2016-12-31 Mason JamesRevert "Bug 14598: Fix warning from effective_itemtype"
2016-12-12 Kyle M HallBug 17132 - Availability search broken when using Elastic
2016-12-12 Jonathan DruartBug 17377: ES - Take control fields into account
2016-12-12 Jonathan DruartBug 14598: Fix warning from effective_itemtype
2016-12-12 Kyle M HallBug 17589 - Improper method type in Koha::ItemType(s)
2016-12-12 Tomas Cohen AraziBug 17494: (QA followup) Fix exception name
2016-12-12 Kyle M HallBug 17494: Prevent duplicate tokens from getting stored
2016-10-22 Jonathan DruartBug 10337: Add a script to populate devs' DBs with...
2016-10-22 Jonathan DruartBug 17372: Standardize Elasticsearch paths
2016-10-22 Jonathan DruartBug 16838: ES - install mappings for new installs
2016-10-22 Marcel de RooyBug 17088: [Follow-up] Use Logger for failed exports
2016-10-22 Marcel de RooyBug 17088: [Follow-up] Adjust POD in Logger.pm
2016-10-22 Kyle M HallBug 17088 - Bad MARC XML can halt export_records.pl
2016-10-22 Kyle M HallBug 16573 - Update Schema
2016-09-15 Kyle M HallBug 12629 - Software error when trying to merge records...
2016-09-08 Jonathan DruartBug 16686: Add Koha::Object based class for Koha::Item...
2016-09-08 Jonathan DruartBug 16686: Rename the transfer method to get_transfer
2016-09-08 Jonathan DruartBug 16686: Fix "Item in transit from since" in Holds tab
2016-09-08 Jonathan DruartBug 17201: (bug 16431 follow-up) Remove occurrence...
2016-08-23 Jonathan DruartBug 16848: Prevent invalid warning to be carped from...
2016-08-05 Jesse WeaverBug 16818: External auth redirect broken under Plack
2016-08-05 Chris CormackBug 16975 : @INC should not have '.' as its last entry
2016-08-01 Jacek AblewiczBug 16166: Improve L1 cache performance and safety
2016-08-01 Julian MauriceBug 16271: Allow more filters on /api/v1/holds
2016-08-01 Nick ClemensBug 16708 - (QA followup) Fix pod copy/paste error
2016-08-01 Jonathan DruartBug 16708: Fix authority reindex for ElasticSearch
2016-06-24 Tomas Cohen AraziBug 16720: Remove DBIx ActionLogs.pm
2016-06-24 Marcel de RooyBug 16502: Table koha_plugin_com_bywatersolutions_kitch...
2016-06-16 Jonathan DruartBug 16088: Introduce Koha::Cache::Memory::Lite to cache...
2016-06-15 Kyle M HallBug 10459 - Update Schema
2016-05-25 Marcel de RooyBug 15333: [QA Follow-up] Add few tests
2016-05-25 Jonathan DruartBug 15333: Use Koha::Cache to cache exception_holidays...
2016-05-23 Nick ClemensBug 16539 - Koha::Cache is incorrectly caching single...
2016-05-16 Kyle M HallBug 15086 - DBRev 3.23.00.064
2016-05-16 Colin CampbellBug 16288: Remove Reference to obsolete EAN syspref
2016-05-16 Jonathan DruartBug 16476: Do not call CGI->param in list context,...
2016-05-12 Marcel de RooyBug 16412: Cache undef in L1 only
2016-05-12 Tomas Cohen AraziBug 16489: ES code incorrectly refers to Moose
2016-05-06 Kyle M HallBug 16414 - Update Schema
2016-05-05 Tomas Cohen AraziBug 16448: Fix perlcritic errors introduced by 12478
2016-05-05 Jonathan DruartBug 16445: Revert changes made by bug 12478 to Koha...
2016-05-04 Julian MauriceBug 13903: (QA followup) change routes to /holds
2016-05-04 Julian MauriceBug 13903: Add API routes to list, create, update,...
2016-05-04 Martin RenvoizeBug 15126: x-mojo-controller deprecation
2016-05-04 Tomas Cohen AraziDBIx updates
2016-05-02 Jonathan DruartRevert "Bug 16104: Remove warnings "used only once...
2016-05-02 Kyle M HallBug 15533 - DBRev - Update OldReserve schema file to...
2016-04-29 Kyle M HallBug 15531 - DBRev 3.23.00.057
2016-04-29 Jesse WeaverBug 15531: (followup) Use a quantity of 1, not null...
2016-04-29 Jesse WeaverBug 15531: Add support for standing orders
2016-04-29 Kyle M HallBug 14577 - Allow restriction of checkouts based on...
2016-04-29 Jonathan DruartBug 16221: follow-up for changes made by bug 16229
2016-04-29 Jacek AblewiczBug 16221: Use Storable::dclone() instead of Clone...
2016-04-29 Kyle M HallBug 15533 - DBRev - Update Schema Files to match curren...
2016-04-29 Kyle M HallBug 15533 - Allow patrons and librarians to select...
2016-04-29 Jonathan DruartBug 16105: Do not initialize the memory cache if not...
2016-04-27 Marcel de RooyBug 14686: [QA Follow-up] Move allows_add_by to Upload.pm
2016-04-27 Marcel de RooyBug 14686: Add Upload to Tools menu
2016-04-27 Marcel de RooyBug 14686: Add allows_add_by to check permissions for...
2016-04-26 Jesse WeaverBug 12748: (QA followup) fix several tiny QA tools...
2016-04-26 Chris CormackBug 12478 Increasing test Coverage for Koha::SearchEngi...
2016-04-26 Tomas Cohen AraziBug 12478: (QA followup) Koha::SearchEngine should...
next