Bug 29933: Fix stray usage of jquery.cookie.js plugin
[koha.git] / Koha /
2022-02-10 Martin RenvoizeBug 29859: (QA follow-up) Minor typo correction
2022-02-10 Jonathan DruartBug 29859: Use iterator instead of as_list
2022-02-10 Tomas Cohen AraziBug 29847: Make Koha::Patron::HouseboundProfile->houseb...
2022-02-10 Tomas Cohen AraziBug 29844: Simplify Koha::Clubs->get_enrollable
2022-02-10 Martin RenvoizeBug 29844: (QA follow-up) Fix Koha::Library::Groups...
2022-02-10 Tomas Cohen AraziBug 29844: Some more uncaught cases
2022-02-10 Jonathan DruartBug 29844: Fix ->search occurrences
2022-02-10 Tomas Cohen AraziBug 29844: Remove use of wantarray from Koha::Objects
2022-02-10 Tomas Cohen AraziBug 29844: Fix t/db_dependent/Koha/*
2022-02-03 Jonathan DruartBug 29914: Make check_cookie_auth compare the userid
2022-02-03 Jonathan DruartBug 29543: Add JWT token handling
2022-02-02 Jonathan DruartBug 29975: (bug 21729 follow-up) Fix api/v1/holds.t
2022-02-02 Fridolin SomersBug 29605: Update DBIC schema
2022-02-01 Martin RenvoizeBug 29809: Rename item relation accessor from itemnumber
2022-02-01 Martin RenvoizeBug 29906: (follow-up) Clarify actual code use
2022-02-01 Petro VashchukBug 29906: fix when hold record forcibly gets unwanted...
2022-02-01 Tomas Cohen AraziBug 29562: (follow-up) Fix API controller
2022-02-01 Nick ClemensBug 29562: Adjust CanItemBeReserved and checkHighHolds...
2022-02-01 Tomas Cohen AraziBug 29759: Make cancelling an AR refund
2022-01-29 Jonathan DruartBug 21652: Simplify code
2022-01-29 Lucas GassBug 21652: Only set waitingdate to today if there is...
2022-01-29 Fridolin SomersBug 29757: (RM follow-up) More POD fixes
2022-01-29 Tomas Cohen AraziBug 29757: (QA follow-up) POD fixes
2022-01-29 Martin RenvoizeBug 29757: Add filters for reversable offsets
2022-01-28 Fridolin SomersBug 27946: Update DBIC schema
2022-01-28 Tomas Cohen AraziBug 27946: Make Koha::ArticleRequest->request add a...
2022-01-28 Tomas Cohen AraziBug 27946: Article request fee methods in Koha::Patron
2022-01-28 Tomas Cohen AraziBug 27946: Add article request fee to circulation rules
2022-01-28 Fridolin SomersBug 21729: Update DBIC schema
2022-01-28 Jonathan DruartBug 21729: Simplify non-existent expiration date
2022-01-28 Jonathan DruartBug 21729: Keep expiration date set when placing a...
2022-01-28 Nick ClemensBug 29686: Adapt Koha to use new fulfillment API for...
2022-01-28 Martin RenvoizeBug 29403: Match the whole string
2022-01-28 Marcel de RooyBug 29718: (QA follow-up) ISO 8601 allows +02 and ...
2022-01-28 Martin RenvoizeBug 29718: (QA follow-up) Add optional offset handling
2022-01-28 Martin RenvoizeBug 29718: (QA follow-up) Make 'T' check case insensative
2022-01-28 Jonathan DruartBug 29718: Support ISO8601
2022-01-22 Fridolin SomersBug 29156: File missing warning in Koha::UploadedFile...
2022-01-19 Tomas Cohen AraziBug 29764: Fix incorrect EmbedItems RecordProcessor...
2022-01-19 Tomas Cohen AraziBug 29806: Fix POST /holds use of pickup_locations
2022-01-19 Tomas Cohen AraziBug 29807: Make Branches plugin handle empty pickup...
2022-01-19 Fridolin SomersBug 29336: Update DBIC schema
2022-01-19 Jonathan DruartBug 29812: Add missing use C4::Context in Koha::Token
2022-01-19 Tomas Cohen AraziBug 29464: Make GET /acquisitions/orders honour sorting
2022-01-19 Julian MauriceBug 29498: Remove usage of deprecated Mojolicious:...
2022-01-19 Martin RenvoizeBug 29670: Fix EDI for AcqCreateItem = 'placing on...
2022-01-18 Nick ClemensBug 29808: Do not receive transfer for checked out...
2022-01-18 Tomas Cohen AraziBug 29804: Fix Koha::Hold->is_pickup_location_valid...
2022-01-18 Nick ClemensBug 29786: Select only specific items for item level...
2022-01-18 Andrew IsherwoodBug 28932: Fix duplicate next_action & prev_action
2022-01-18 Martin RenvoizeBug 29495: (follow-up) Use 'item' relationship
2022-01-18 Martin RenvoizeBug 29495: Update relationship methods
2022-01-18 Martin RenvoizeBug 29495: Add code level constraint replacement
2022-01-18 Martin RenvoizeBug 29495: Add DBIC relationships back into Schema
2022-01-18 Martin RenvoizeBug 29495: DBIC Schema Rebuild
2022-01-14 Nick ClemensBug 29702: Fetch group libraries in a single call
2022-01-14 Tomas Cohen AraziBug 29736: Restore searching
2022-01-14 Jonathan DruartBug 29736: Don't return empty clubs
2022-01-14 Julian MauriceBug 29516: Remove dependency on IO::Scalar
2022-01-13 Jonathan DruartBug 29856: Make the ES config more flexible
2022-01-11 Jonathan DruartBug 29788: Fix batch delete item
2022-01-11 Jonathan DruartBug 29788: Make Koha::Item->safe_to_delete use Koha...
2022-01-06 Tomas Cohen AraziBug 29508: Make GET /patrons/:patron_id use Koha::Patro...
2022-01-06 Tomas Cohen AraziBug 29506: (follow-up) Adapt GET /patrons
2022-01-06 Tomas Cohen AraziBug 29506: Make objects.search call search_limited...
2022-01-06 Tomas Cohen AraziBug 29503: Make GET /patrons use Koha::Patrons->search_...
2022-01-05 Tomas Cohen AraziBug 29772: Make DELETE /patrons/:patron_id return error...
2022-01-05 Tomas Cohen AraziBug 29765: Adjust DELETE /patrons/:patron_id controller
2022-01-05 Tomas Cohen AraziBug 29765: Make Koha::Patron->safe_to_delete use Koha...
2022-01-05 Tomas Cohen AraziBug 29746: (it-doesn't-hurt follow-up) More tests
2022-01-05 Tomas Cohen AraziBug 29746: Add Koha::Result::Boolean
2022-01-05 Tomas Cohen AraziBug 29741: (follow-up) Make DELETE /patrons use the...
2022-01-05 Tomas Cohen AraziBug 29741: Add Koha::Patron->safe_to_delete
2022-01-05 Tomas Cohen AraziBug 28020: Add error_code to error responses
2022-01-05 Tomas Cohen AraziBug 29018: Make DELETE /patrons/:patron_id check things
2021-12-22 Jonathan DruartBug 26587: Use Koha::Cache::Memory::Lite
2021-12-22 Björn NylénBug 26587: Cache libraries in Koha/Template/Plugins...
2021-12-17 Fridolin SomersRevert "Bug 29403: Match the whole string"
2021-12-15 Aleisha AmohiaBug 27266: (follow-up) Using biblio frameworkcode to...
2021-12-15 Aleisha AmohiaBug 27266: (QA follow-up) Rename to get_marc_authors
2021-12-15 Aleisha AmohiaBug 27266: Move GetMarcAuthors to Koha namespace
2021-12-15 Martin RenvoizeBug 29403: Match the whole string
2021-12-14 Martin RenvoizeBug 15156: Add filter_by_amount_owed that's chainable
2021-12-11 Tomas Cohen AraziBug 29484: Make ListSets return noSetHierarchy when...
2021-11-19 Jonathan DruartBug 29387: Stringify exceptions for other background...
2021-11-19 Jonathan DruartBug 29387: Stringify exception when logging error durin...
2021-11-19 Jonathan DruartBug 29341: DBIC schema changes
2021-11-16 Jonathan DruartBug 28692: Get from storage before log actions
2021-11-15 Tomas Cohen AraziBug 21105: (QA follow-up) Avoid MySQL-ism
2021-11-15 Tomas Cohen AraziBug 21105: (QA follow-up) Silence warning because of...
2021-11-15 Rudolf BykerBug 21105: oai.pl returns invalid earliestDatestamp
2021-11-15 Marcel de RooyBug 29146: Same for item editor
2021-11-15 Tomas Cohen AraziBug 29330: Add Koha::Email->new_from_string
2021-11-15 Andrew NuggedBug 28413: (QA follow-up) Fix for missing use Koha...
2021-11-08 Tomas Cohen AraziBug 29427: Make SMTP transport set debug mode correctly
2021-11-05 Jonathan DruartBug 28413: Reduce background job worker memory footprint
2021-11-05 Petro VashchukBug 27708: Unify two item object creation blocks to...
2021-11-05 Jonathan DruartBug 29386: DBIC schema changes
2021-11-03 Nick ClemensBug 26326: DBIC Schema changes
2021-11-03 Nick ClemensBug 26326: (follow-up) Add ability to check for existen...
next