Bug 30222: Remove warning
[koha.git] / Koha /
2022-03-25 Tomas Cohen AraziBug 30165: (follow-up) Allow objects.search usage outsi...
2022-03-25 Jonathan DruartBug 30110: Fix concatenation during assignements
2022-03-25 Nick ClemensBug 29802: add 'me' to filter_by_visible_in_opac query
2022-03-25 Tomas Cohen AraziBug 30165: (follow-up) Fix GET /acquisitions/orders
2022-03-25 Tomas Cohen AraziBug 30165: Make q parameter 'multi'
2022-03-25 Nick ClemensBug 30155: Don't get items that can fillholds if there...
2022-03-11 Nick ClemensBug 22993: Handle default messaging preferences during...
2022-03-11 Kyle HallBug 30128: DBIC Schema update
2022-03-04 Fridolin SomersBug 29826: Manage call of Template Plugin Branches...
2022-03-04 Tomas Cohen AraziBug 29877: Make POST /holds handle maxreserves correctly
2022-03-04 Tomas Cohen AraziBug 30072: Add missing hold actions plugin hooks
2022-03-04 Tomas Cohen AraziBug 29886: Add Koha::Suggestions->search_limited
2022-02-25 Kyle HallMerge remote-tracking branch 'security/21.11.x' into...
2022-02-25 Tomas Cohen AraziBug 30133: (follow-up) Update objects.search POD
2022-02-25 Tomas Cohen AraziBug 30133: Fix pagination in /biblios/:bibio_id/pickup_...
2022-02-25 Tomas Cohen AraziBug 30133: Simplify code
2022-02-25 Nick ClemensBug 30133: Avoid calling c->objects->search twice
2022-02-25 Kevin CarnesBug 27770: ES: Deprecated aggregation order key [_term...
2022-02-25 Fridolin SomersBug 29625: Fix var name in Koha::BiblioUtils get_all_bi...
2022-02-16 Jonathan DruartBug 29570: Simplify for loop
2022-02-16 Tomas Cohen AraziBug 29570: Fix sorting orders by biblioitems columns
2022-02-11 Jonathan DruartBug 29230: Add Koha::Patron->messages
2022-02-11 Jonathan DruartBug 29785: Rename Koha::Object->message with ->object_m...
2022-02-07 Kyle HallBug 29605: Update DBIC schema
2022-02-07 Martin RenvoizeBug 29809: Rename item relation accessor from itemnumber
2022-02-07 Martin RenvoizeBug 29906: (follow-up) Clarify actual code use
2022-02-07 Petro VashchukBug 29906: fix when hold record forcibly gets unwanted...
2022-02-07 Jonathan DruartBug 21652: Simplify code
2022-02-07 Lucas GassBug 21652: Only set waitingdate to today if there is...
2022-02-07 Nick ClemensBug 29686: Adapt Koha to use new fulfillment API for...
2022-02-07 Fridolin SomersBug 29156: File missing warning in Koha::UploadedFile...
2022-02-07 Tomas Cohen AraziBug 29764: Fix incorrect EmbedItems RecordProcessor...
2022-02-07 Tomas Cohen AraziBug 29806: Fix POST /holds use of pickup_locations
2022-02-07 Tomas Cohen AraziBug 29807: Make Branches plugin handle empty pickup...
2022-02-07 Kyle HallBug 29336: Update DBIC schema
2022-02-04 Jonathan DruartBug 29812: Add missing use C4::Context in Koha::Token
2022-02-04 Tomas Cohen AraziBug 29464: Make GET /acquisitions/orders honour sorting
2022-02-04 Julian MauriceBug 29498: Remove usage of deprecated Mojolicious:...
2022-02-04 Nick ClemensBug 29808: Do not receive transfer for checked out...
2022-02-04 Tomas Cohen AraziBug 29804: Fix Koha::Hold->is_pickup_location_valid...
2022-02-04 Nick ClemensBug 29786: Select only specific items for item level...
2022-02-04 Andrew IsherwoodBug 28932: Fix duplicate next_action & prev_action
2022-02-04 Martin RenvoizeBug 29495: (follow-up) Use 'item' relationship
2022-02-04 Martin RenvoizeBug 29495: Update relationship methods
2022-02-04 Martin RenvoizeBug 29495: Add code level constraint replacement
2022-02-04 Martin RenvoizeBug 29495: Add DBIC relationships back into Schema
2022-02-04 Martin RenvoizeBug 29495: DBIC Schema Rebuild
2022-01-31 Kyle HallMerge remote-tracking branch 'koha-translate/21.11...
2022-01-25 Martin RenvoizeBug 29670: Fix EDI for AcqCreateItem = 'placing on...
2022-01-21 Jonathan DruartBug 29914: Make check_cookie_auth compare the userid
2022-01-14 Jonathan DruartBug 29543: Add JWT token handling
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-07 Tomas Cohen AraziBug 29508: Make GET /patrons/:patron_id use Koha::Patro...
2022-01-07 Tomas Cohen AraziBug 29506: (follow-up) Adapt GET /patrons
2022-01-07 Tomas Cohen AraziBug 29506: Make objects.search call search_limited...
2022-01-07 Tomas Cohen AraziBug 29503: Make GET /patrons use Koha::Patrons->search_...
2022-01-07 Tomas Cohen AraziBug 29741: (follow-up) Make DELETE /patrons use the...
2022-01-07 Tomas Cohen AraziBug 29741: Add Koha::Patron->safe_to_delete
2022-01-07 Tomas Cohen AraziBug 29018: Make DELETE /patrons/:patron_id check things
2022-01-07 Jonathan DruartBug 26587: Use Koha::Cache::Memory::Lite
2022-01-07 Björn NylénBug 26587: Cache libraries in Koha/Template/Plugins...
2021-12-17 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...
2021-11-03 Nick ClemensBug 26326: Add Koha Objects for Import Records and...
2021-11-03 Martin RenvoizeBug 27360: (follow-up) Mark public as boolean
2021-11-03 Martin RenvoizeBug 27360: DBIC Build
2021-11-03 Kyle M HallBug 28973: Improve Koha::Patron::can_see_patron_infos...
2021-11-03 Jonathan DruartBug 24850: Correctly handle suspended_until for PUT
2021-11-03 Jonathan DruartBug 24850: Date only are not RFC3339
2021-11-03 Jonathan DruartBug 24850: Fix api/v1/holds.t
2021-11-03 Jonathan DruartBug 29395: use EXPORT_OK from Koha::Patron::Debarments
2021-11-02 Martin RenvoizeBug 28729: Additions to POD
2021-11-02 Martin RenvoizeBug 28729: Make Koha::Email->send_or_die handle returnpath
2021-11-02 Martin RenvoizeBug 24850: (QA follow-up) Add more comments
2021-11-02 Martin RenvoizeBug 24850: Continue to handle default time and daylight...
2021-11-02 Martin RenvoizeBug 24850: Always return 'instance' local time
2021-11-02 Martin RenvoizeBug 24850: Don't fallback when date_format is passed
2021-11-02 Martin RenvoizeBug 24850: Correct offset handling in dt_from_string
2021-10-28 Tomas Cohen AraziBug 28959: DBIC update
2021-10-28 Tomas Cohen AraziBug 28959: (follow-up) Adjust all places in which ...
2021-10-28 Tomas Cohen AraziBug 28959: Add virtualshelves.public as a boolean
2021-10-28 Tomas Cohen AraziBug 29290: Add GET /biblios/:biblio_id/checkouts
2021-10-28 Tomas Cohen AraziBug 29290: Rename relationships borrower => patron
next