Bug 25769: Patron self modification triggers change request for date of birth to...
[koha-equinox.git] / Koha /
2020-06-23 Jonathan DruartBug 25774: Handle utf8 chars in REST API queries
2020-06-15 Jonathan DruartBug 25576: Add link to the manual for the ILL module
2020-06-15 Katrin FischerBug 25507: Fix table in basket group PDF German 2-pages
2020-06-15 Tomas Cohen AraziBug 24003: (follow-up) Add all userenv parameters
2020-06-15 Tomas Cohen AraziBug 24003: (follow-up) Move interface setting to a...
2020-06-15 Tomas Cohen AraziBug 24003: Make the API set userenv on authentication
2020-06-07 Tomas Cohen AraziBug 25638: Update TODO
2020-06-07 Jonathan DruartBug 25638: Fix regression
2020-06-07 Jonathan DruartBug 25638: Fix float/decimal comparison in API related...
2020-06-07 Jonathan DruartBug 25638: Revert "Bug 25513: Remove unneeded integer...
2020-05-29 Jonathan DruartBug 25617: (bug 25133 follow-up) 12 PM is not 24 but 0
2020-05-28 Jonathan DruartBug 25513: Remove unneeded integer casting in Koha...
2020-05-23 Julian MauriceBug 25517: Look in all possible places for MO files
2020-05-22 Jonathan DruartBug 25411: Group conditions in if elsif
2020-05-22 Tomas Cohen AraziBug 25411: Add special handling for public plugin routes
2020-05-19 Tomas Cohen AraziBug 25502: Adapt Advanced macros routes to current...
2020-05-19 Tomas Cohen AraziBug 25493: Make ->unhandled_exception use Koha::Logger
2020-05-19 Kyle M HallBug 25535: Hold API mapping maps cancellationdate to...
2020-05-18 Nick ClemensBug 25278: add clear_search_fields_cache method
2020-05-18 Nick ClemensBug 25278: Retrieve correct search fields for authorities
2020-05-18 Nick ClemensBug 25277: Don't specify a field in query if none passed
2020-05-18 Tomas Cohen AraziBug 25527: Add logger to Koha::ExternalContent
2020-05-15 Nick ClemensBug 25482: Explicitly set macros as not shard during...
2020-05-13 Tomas Cohen AraziBug 24368: Remove Koha::Libraries->pickup_locations
2020-05-12 Martin RenvoizeBug 13547: (follow-up) Improve POD for template plugin
2020-05-12 Nazlı ÇetinBug 13547: (follow-up) Item field 'Materials specified...
2020-05-12 Nick ClemensBug 24823: (QA follow-up) Fix deletion and POD
2020-05-12 David GustafssonBug 24823: Remove unused parameters
2020-05-12 David GustafssonBug 24823: Fix spelling error and remove last of Catmandu
2020-05-12 David GustafssonBug 24823: Drop Catmandu dependency
2020-05-12 Jonathan DruartBug 25421: Update POD
2020-05-12 Tomas Cohen AraziBug 25421: Remove use of Koha::Libraries->pickup_locations
2020-05-12 Tomas Cohen AraziBug 25421: Make ->pickup_locations only return an arrayref
2020-05-12 Nick ClemensBug 25342: Force ES id as string
2020-05-11 Tomas Cohen AraziBug 25327: Do not call authenticate_api_request to...
2020-05-11 Jonathan DruartBug 8132: Adding a new message 'last_item_for_hold...
2020-05-11 Nicolas LegrandBug 25099: Sending a LANG variable to plug-in template
2020-05-11 Frédéric DemiansBug 25325: ElasticSearch mapping export lacks staff_cli...
2020-05-08 Jonathan DruartBug 25423: Force call to update and empty with an insta...
2020-05-08 Tomas Cohen AraziBug 25423: Add Koha::Exceptions::Object::NotInstantiated
2020-05-08 Tomas Cohen AraziBug 23185: (follow-up) K:C:Register->make_default shoul...
2020-05-07 Tomas Cohen AraziBug 17355: (QA follow-up) Fix used package name
2020-05-07 Tomas Cohen AraziBug 23185: Realistic POD for Koha::Objects->search
2020-05-07 Tomas Cohen AraziBug 23185: ->update can only be called on instantiated...
2020-05-05 Martin RenvoizeBug 23185: (RM follow-up) Minor POD wording update
2020-05-05 Tomas Cohen AraziBug 23185: (QA follow-up) Add POD for Koha::Objects...
2020-05-05 Martin RenvoizeBug 23185: (QA follow-up) Semantics, split fields and...
2020-05-05 Jonathan DruartBug 23185: Make Koha::Objects->update loop on the objec...
2020-05-04 Jonathan DruartBug 24161: (follow-up) DBIC changes
2020-05-04 Jonathan DruartBug 24161: (follow-up) Fix typo in POD
2020-05-04 Martin RenvoizeBug 24161: Schema Fixes
2020-05-04 Jonathan DruartBug 24161: Fix license statements
2020-05-04 Jonathan DruartBug 24161: DBIC manual changes
2020-05-04 Jonathan DruartBug 24161: Keep tracks of late orders claims
2020-05-04 Jonathan DruartBug 24161: Add the Koha::Acquisition::Order::Claim...
2020-05-04 Jonathan DruartBug 24161: DBIC changes
2020-05-04 Jonathan DruartBug 25133: Handle 12hr format for dt_from_string
2020-05-04 Martin RenvoizeBug 17268: Schema Update
2020-05-04 Nick ClemensBug 17268: Update patchs per RFC
2020-05-04 Nick ClemensBug 17268: (follow-up) Fix translatability
2020-05-04 Nick ClemensBug 17268: Set boolean for shared column in schema
2020-05-04 Nick ClemensBug 17268: Schema update
2020-05-04 Nick ClemensBug 17268: (follow-up) Fix licenses
2020-05-04 Nick ClemensBug 17268: Use API to store/retrieve values
2020-05-04 Nick ClemensBug 17268: Advanced cataloging editor macros - add...
2020-05-04 Jonathan DruartBug 17355: Override delete methods
2020-05-04 Jonathan DruartBug 17355: DBIC changes - boolean flag
2020-05-04 Jonathan DruartBug 17355: DBIC changes
2020-05-01 Tomas Cohen AraziBug 25297: Consistent return value in K::A::Order-...
2020-05-01 Jonathan DruartBug 25303: Call ->reset before iterate on the set
2020-04-29 Jonathan DruartBug 25303: Make Koha::Objects->delete loop on the objec...
2020-04-29 Tomas Cohen AraziBug 25296: Make ->empty work for uninstantiated calls
2020-04-29 Tomas Cohen AraziBug 25296: Add a way to force an empty Koha::Objects...
2020-04-29 Tomas Cohen AraziBug 24908: Add text-formatted MARC support in /biblios...
2020-04-29 Martin RenvoizeBug 22630: Schema Update
2020-04-29 Julian MauriceBug 22630: Set is_boolean flag for course_items.homebra...
2020-04-29 Julian MauriceBug 22630: Update Koha::Schema::Result::CourseItem
2020-04-29 Jonathan DruartBug 23137: Move cache flushing to the method
2020-04-29 Jonathan DruartBug 21294: Replace BOOLEAN with TINYINT(1) in our DB...
2020-04-29 Nick ClemensBug 22828: Elasticsearch - display errors encountered...
2020-04-29 Jonathan DruartBug 23495: Fix if no sms provider defined
2020-04-29 Nick ClemensBug 23495: Add SMS provider to moremember.tt
2020-04-29 Tomas Cohen AraziBug 25048: Make successful resource deletion return 204
2020-04-29 Tomas Cohen AraziBug 25032: Chomp stringified exception
2020-04-29 Tomas Cohen AraziBug 25032: Make existing controllers use unhandled_exce...
2020-04-29 Tomas Cohen AraziBug 25032: Generic unhandled exception handling on API
2020-04-29 Martin RenvoizeBug 24815: Correct return values of Koha::Cash::Registe...
2020-04-29 Nick ClemensBug 25229: Return authid of record rather than 001
2020-04-27 Martin RenvoizeBug 23081: DBIC Update
2020-04-27 Andrew Fuerste-HenryBug 23081: set default to 0 for items.issues and delete...
2020-04-27 Tomas Cohen AraziBug 25045: Allow restricting anonymous requests on...
2020-04-27 Tomas Cohen AraziBug 24909: Add unprivileged route to get a bibliographi...
2020-04-22 Jonathan DruartBug 25172: Remove _recheck_logfile
2020-04-22 Jonathan DruartBug 25172: Make Koha::Logger explode if init went wrong
2020-04-20 Jonathan DruartBug 13518: Delete patron's modifications along with...
2020-04-17 Martin RenvoizeBug 24768: (RM follow-up) Add missing koha_object_class's
2020-04-17 Martin RenvoizeBug 23727: (QA follow-up) Fix for boolean flags
2020-04-17 Kyle M HallBug 23727: Editing course reserve items is broken
2020-04-17 Kyle M HallBug 23727: Add Koha Object(s) related to course reserves
2020-04-17 Kyle M HallBug 23727: Update Schema
next