Update release notes for 21.05.18 release
[koha.git] / Koha /
2022-08-26 Kevin CarnesBug 25669: (follow-up) Minor fixes
2022-08-26 Nick ClemensBug 25669: Use include_type_name parameter in ES calls
2022-08-17 Martin RenvoizeBug 29958: Do not set dateaccessioned on updates
2022-08-15 Martin RenvoizeBug 30848: Fix issue exposed by unit tests
2022-08-15 Martin RenvoizeBug 30848: Add an ExpandCodedFields RecordProcessor...
2022-07-14 Fridolin SomersBug 30883: Authorities merge is limited to 100 biblio...
2022-07-14 Nick ClemensBug 31005: Don't inlcude attributes only required for...
2022-07-14 Tomas Cohen AraziBug 29418: Make clean_search_term escape double quotes
2022-06-25 Tomas Cohen AraziBug 30663: Implement overrides handling in POST /sugges...
2022-06-25 Tomas Cohen AraziBug 30663: Add Koha::Suggestions helper methods
2022-05-03 Martin RenvoizeBug 30540: eval on set_time_zone
2022-05-03 Martin RenvoizeBug 30518: Correct DateTime maths for needs_advancing
2022-04-25 Kyle M HallBug 30541 - Resolve return claim works but "hangs"...
2022-04-22 Jonathan DruartBug 30172: Enqueue the job even if rabbitmq is not...
2022-04-22 Jonathan DruartBug 30172: Prevent race condition when enqueuing a...
2022-03-24 Nick ClemensBug 22993: Handle default messaging preferences during...
2022-03-20 Tomas Cohen AraziBug 29886: Add Koha::Suggestions->search_limited
2022-03-20 Tomas Cohen AraziBug 30133: (follow-up) Update objects.search POD
2022-03-20 Tomas Cohen AraziBug 30133: Fix pagination in /biblios/:bibio_id/pickup_...
2022-03-20 Tomas Cohen AraziBug 30133: Simplify code
2022-03-20 Nick ClemensBug 30133: Avoid calling c->objects->search twice
2022-03-20 Kevin CarnesBug 27770: ES: Deprecated aggregation order key [_term...
2022-03-15 Andrew Fuerste-HenryMerge 21.05.12 security branch into 21.05.x
2022-03-07 Fridolin SomersBug 29625: Fix var name in Koha::BiblioUtils get_all_bi...
2022-03-07 Tomas Cohen AraziBug 30072: Add missing hold actions plugin hooks
2022-03-07 Tomas Cohen AraziBug 29877: Make POST /holds handle maxreserves correctly
2022-02-21 Jonathan DruartBug 29785: Rename Koha::Object->message with ->object_m...
2022-02-21 Martin RenvoizeBug 29809: Rename item relation accessor from itemnumber
2022-02-21 Jonathan DruartBug 21652: Simplify code
2022-02-21 Lucas GassBug 21652: Only set waitingdate to today if there is...
2022-02-21 Nick ClemensBug 29686: Adapt Koha to use new fulfillment API for...
2022-02-21 Fridolin SomersBug 29156: File missing warning in Koha::UploadedFile...
2022-02-17 Jonathan DruartBug 28271: Add the ability to set a new lost status...
2022-02-17 Martin RenvoizeBug 29495: Update relationship methods
2022-02-17 Martin RenvoizeBug 29495: Add code level constraint replacement
2022-02-17 Martin RenvoizeBug 29495: Add DBIC relationships back into Schema
2022-02-17 Martin RenvoizeBug 29495: DBIC Schema Rebuild
2022-02-17 Jonathan DruartBug 29570: Simplify for loop
2022-02-17 Tomas Cohen AraziBug 29570: Fix sorting orders by biblioitems columns
2022-02-16 Tomas Cohen AraziBug 29764: Fix incorrect EmbedItems RecordProcessor...
2022-02-16 Tomas Cohen AraziBug 29806: Fix POST /holds use of pickup_locations
2022-02-16 Tomas Cohen AraziBug 29807: Make Branches plugin handle empty pickup...
2022-02-16 Andrew Fuerste-HenryBug 29336: Update DBIC
2022-02-11 Jonathan DruartBug 29812: Add missing use C4::Context in Koha::Token
2022-02-11 Nick ClemensBug 29808: Do not receive transfer for checked out...
2022-02-10 Tomas Cohen AraziBug 29804: Fix Koha::Hold->is_pickup_location_valid...
2022-02-10 Nick ClemensBug 29786: Select only specific items for item level...
2022-02-10 Jonathan DruartBug 3142: Handle biblio level item type
2022-02-10 Marcel de RooyBug 3142: (QA follow-up) Include notforloan itemtypes
2022-02-10 Marcel de RooyBug 3142: (QA follow-up) Cosmetic changes
2022-02-10 Jonathan DruartBug 3142: Add note about imprecision of filter_by_for_hold
2022-02-10 Jonathan DruartBug 3142: Add tests
2022-02-10 Jonathan DruartBug 3142: Use filter_by_for_holds where holdability...
2022-02-10 Jonathan DruartBug 3142: Add itype
2022-02-10 Jonathan DruartBug 3142: Exclude damaged items
2022-02-10 Jonathan DruartBug 3142: Add itemlost, withdrawn and notforloan
2022-02-10 Andrew IsherwoodBug 28932: Fix duplicate next_action & prev_action
2022-02-10 Martin RenvoizeBug 29670: Fix EDI for AcqCreateItem = 'placing on...
2022-01-31 Andrew Fuerste-HenryMerge remote-tracking branch 'translations/21.05.09...
2022-01-31 Tomas Cohen AraziBug 29464: Make GET /acquisitions/orders honour sorting
2022-01-27 Jonathan DruartBug 29914: Make check_cookie_auth compare the userid
2022-01-25 Jonathan DruartBug 29543: Add JWT token handling
2022-01-25 Nick ClemensBug 29702: Fetch group libraries in a single call
2022-01-25 Tomas Cohen AraziBug 29736: Restore searching
2022-01-25 Jonathan DruartBug 29736: Don't return empty clubs
2022-01-11 Tomas Cohen AraziBug 29508: Make GET /patrons/:patron_id use Koha::Patro...
2022-01-11 Tomas Cohen AraziBug 29506: (follow-up) Adapt GET /patrons
2022-01-11 Tomas Cohen AraziBug 29506: Make objects.search call search_limited...
2022-01-11 Tomas Cohen AraziBug 29503: Make GET /patrons use Koha::Patrons->search_...
2022-01-10 Tomas Cohen AraziBug 29018: Make DELETE /patrons/:patron_id check things
2021-12-17 Tomas Cohen AraziBug 29484: Make ListSets return noSetHierarchy when...
2021-12-17 Tomas Cohen AraziBug 29427: Make SMTP transport set debug mode correctly
2021-11-22 Nick ClemensBug 28847: Move SearchLimitLibrary code to QueryBuilder...
2021-11-22 Tomas Cohen AraziBug 29330: Add Koha::Email->new_from_string
2021-11-22 Martin RenvoizeBug 28803: (follow-up) Error details improvement
2021-11-19 Kyle M HallBug 29341: DBIC schema changes
2021-11-19 Tomas Cohen AraziBug 21105: (QA follow-up) Avoid MySQL-ism
2021-11-19 Tomas Cohen AraziBug 21105: (QA follow-up) Silence warning because of...
2021-11-19 Rudolf BykerBug 21105: oai.pl returns invalid earliestDatestamp
2021-11-15 Jonathan DruartBug 28870: Use Email::Address->parse
2021-11-15 Jonathan DruartBug 28870: Move email address validation to a specific...
2021-11-15 Tomas Cohen AraziBug 28870: Use Email::Address to validate email addresses
2021-11-11 Petro VashchukBug 27708: Unify two item object creation blocks to...
2021-11-11 Kyle HallDBIC schema changes
2021-11-05 Kyle M HallBug 28973: Improve Koha::Patron::can_see_patron_infos...
2021-11-05 Martin RenvoizeBug 28729: Additions to POD
2021-11-05 Martin RenvoizeBug 28729: Make Koha::Email->send_or_die handle returnpath
2021-11-02 Tomas Cohen AraziBug 17314: Implement /suggestions routes
2021-10-29 Tomas Cohen AraziBug 29272: (QA follow-up) Category setup overrides...
2021-10-29 Tomas Cohen AraziBug 29272: Make public password changing honour categor...
2021-10-29 Nick ClemensBug 29284: (follow-up) Improve error logging to prevent...
2021-10-29 Nick ClemensBug 29284: Handle the case of an exclamation point...
2021-10-29 Tomas Cohen AraziBug 28585: Use the datetime_parser for handling API...
2021-10-28 Kyle M HallMerge remote-tracking branch 'koha-translate/21.05...
2021-10-22 Nick ClemensBug 25030: (QA follow-up) Add POD
2021-10-22 Julian MauriceBug 25030: Implement IncludeSeeFromInSearches with...
2021-10-22 Tomas Cohen AraziBug 29157: Date and Datetime attributes cannot be set...
2021-10-22 Jonathan DruartBug 29172: Make CustomCoverImagesURL compatible with...
2021-10-22 Ere MaijalaBug 29135: Fix handling of deleted items in OAI-PMH...
2021-10-08 Tomas Cohen AraziBug 29139: Only pass the offsets for lines the credit...
next