Bug 35967: Add REST API endpoint to list patron recalls
[koha.git] / Koha /
2024-05-23 Aleisha AmohiaBug 35967: Add REST API endpoint to list patron recalls
2024-05-23 Matt BlenkinsopBug 36093: Add unit test and fix QA tests
2024-05-23 Matt BlenkinsopBug 36093: Fix missing array reference
2024-05-23 Tomas Cohen AraziBug 36420: Allow Basic authentication using `cardnumber`
2024-05-23 Janusz KaczmarekBug 33205: (bug 28268 follow-up) Method call $row-...
2024-05-23 Kyle M HallBug 34621: implement Patron import option to 'Renew...
2024-05-23 Tomas Cohen AraziBug 36483: Patrons.pm use case
2024-05-23 Tomas Cohen AraziBug 36483: Make API controllers use $c->objects->to_api
2024-05-23 Janusz KaczmarekBug 32707: ElasticSearch should not auto truncate ...
2024-05-23 Tomas Cohen AraziBug 35129: Return 400 if _per_page=0 passed
2024-05-23 Julian MauriceBug 36432: Remove circular dependency from Koha::Object
2024-05-23 Tomas Cohen AraziBug 36421: Make sure pre-controller errors are correctl...
2024-05-23 Jonathan DruartBug 35610: DBIC schema changes
2024-05-23 Victor Grousset... Bug 31286: (QA follow-up): tidy up code
2024-05-23 Fridolin SomersBug 31286: Embed see-from headings into bibliographic...
2024-05-22 Martin RenvoizeBug 36612: (QA follow-up) Add 'source' to public_read_list
2024-05-22 Martin RenvoizeBug 36612: Add public_read_list to Koha::Ticket
2024-05-22 Nick ClemensBug 36508: Refresh patron object when updating category
2024-04-24 Nick ClemensBug 36149: (follow-up) POD and tidy
2024-04-24 Jonathan DruartBug 36149: Unset userenv from middleware
2024-04-24 Jonathan DruartBug 19613: Use the 'note' profile
2024-04-24 Jonathan DruartBug 19613: Scrub borrowers fields: borrowernotes opacnote
2024-04-17 Kyle M HallBug 36159: (QA follow-up) Tidy code
2024-04-17 Kyle M HallBug 36159: (QA follow-up): Simplify code to supress...
2024-04-17 Kyle M HallBug 36159: Patron imports record a change for non-text...
2024-03-21 Tomas Cohen AraziBug 36329: Make POST /transfer_limits/batch honor Branc...
2024-03-21 Katrin FischerBug 33036: (QA follow-up) Tidy code
2024-03-21 Jonathan DruartBug 33036: Improve REST API controller
2024-03-21 Jonathan DruartBug 33036: Use Koha::Objects
2024-03-21 Zeno TajoliBug 33036: REST API: Merge biblio records implements...
2024-03-19 Martin RenvoizeBug 35248: Refactor - Move assign_item_for_booking
2024-03-19 Martin RenvoizeBug 35248: Add tests for Koha::Booking->store
2024-03-19 Martin RenvoizeBug 35248: Remove Koha::Booking->intersects
2024-03-19 Martin RenvoizeBug 35248: Drop ->place_booking
2024-03-19 Martin RenvoizeBug 35248: Add unit tests for Koha::Item->find_booking
2024-03-18 Tomas Cohen AraziBug 36277: Avoid useless warnings
2024-03-18 Jonathan DruartBug 36277: Improve algorithmic complexity of batch_add
2024-03-18 Jonathan DruartBug 36277: Do not fetch the whole library list
2024-03-18 Kyle M HallBug 35997: Cancelling a hold should remove the hold...
2024-03-12 Fridolin SomersRevert "Bug 34755: Backport Koha::Token change from...
2024-03-12 David CookBug 34755: Backport Koha::Token change from bug 34478
2024-03-12 David CookBug 35955: Cache CSRF token in template plugin
2024-03-11 Marcel de RooyBug 36066: (follow-up) Move 403 to 409 when status...
2024-03-11 Marcel de RooyBug 36066: Only allow cancelled order deletion in API
2024-03-11 Marcel de RooyBug 31427: Remove a few refs to CanBookBeRenewed
2024-03-11 Marcel de RooyBug 36100: (QA follow-up) Move 400 to 409
2024-03-11 Martin RenvoizeBug 36100: Remove readOnly from bookings definition.
2024-03-11 Julian MauriceBug 35963: Fix bundled items table ordering and filtering
2024-03-11 Kyle M HallBug 35398: (QA follow-up) Tidy code
2024-03-11 Martin RenvoizeBug 35398: Fix LRP support for EDI orders with single...
2024-03-11 Jonathan DruartBug 36098: Default to 'file' if pref does not exist
2024-03-11 David CookBug 36098: Fix storage_method pass
2024-03-11 Jonathan DruartBug 36098: Allow to pass storage_method
2024-03-11 Martin RenvoizeBug 36098: (QA follow-up) Add POD to Koha::Session
2024-03-11 David CookBug 36098: Add Koha::Session module to ease session...
2024-02-19 Tomas Cohen AraziBug 29510: (follow-up) Adapt GET /patrons/:patron_id
2024-02-19 Tomas Cohen AraziBug 29510: Make objects.find call search_limited if...
2024-02-15 Andreas JonssonBug 35930: Add guards for plugins_enabled
2024-02-09 Marcel de RooyBug 35277: (QA follow-up) POD corrections
2024-02-09 Kyle M HallBug 35277: (QA follow-up) Fix POD
2024-02-09 Nick ClemensBug 35277: Pseudonymize in a background job
2024-02-01 Jonathan DruartBug 35744: Implement +strings for GET /patrons/:patron_id
2024-01-31 Marcel de RooyBug 35843: Correct invalid exception
2024-01-29 Owen LeonardBug 34913: DataTables upgrade: Update CSS and option...
2024-01-29 David CookBug 34893: Add checkpw change to REST API
2024-01-17 Kyle M HallBug 35438: Remove skip_intermediate_commit parameter
2024-01-17 Nick ClemensBug 35086: Add chunk_size option to elasticsearch confi...
2024-01-17 Marcel de RooyBug 34999: Throw exception for public routes if OPACMai...
2024-01-15 Tomas Cohen AraziBug 32551: HTTP_ACCEPT_LANGUAGE legacy CGI variable...
2024-01-08 Julian MauriceBug 35070: Fix get_enabled_plugins when database is...
2024-01-03 David CookBug 35579: Cache authorised value lookup by MARC field
2024-01-03 Katrin FischerBug 31297: DBIC schema
2024-01-03 Caroline Cyr La... Bug 35463: More preservation manual links
2024-01-03 Caroline Cyr La... Bug 35463: perltidy formatting corrections
2024-01-03 Caroline Cyr La... Bug 35463: Link preservation module help to the manual
2024-01-03 Martin RenvoizeBug 30287: (follow-up) Add content wrap matching send...
2024-01-03 Matt BlenkinsopBug 35204: Prevent an expired password from throwing...
2024-01-03 Marcel de RooyBug 35507: Add verbose parameters in Koha::Plugins
2023-11-30 Tomas Cohen AraziBug 34587: DBIC schema
2023-11-29 Pedro AmorimBug 35418: Fix _get_usage_months
2023-11-29 Pedro AmorimBug 35115: (QA follow-up):
2023-11-29 Nick ClemensBug 35115: Move store routine from Resource to Title...
2023-11-16 Jonathan DruartBug 35174: Do not explode if po dir does not exist
2023-11-14 Marcel de RooyBug 35012: Apply change to all events
2023-11-14 Jan KissigBug 35012: Prevent Click handler firing twice
2023-11-10 Kyle M HallBug 12133: (QA follow-up) Tidy for qa script
2023-11-10 Emmi TakkinenBug 12133: Add requirements for guarantor and guarantee
2023-11-09 Marcel de RooyBug 21431: Add action parameter to set_password
2023-11-09 Tomas Cohen AraziBug 34517: (QA follow-up) Standardize boolean attribute...
2023-11-09 Tomas Cohen AraziBug 34517: DBIC schema
2023-11-09 Nick ClemensBug 34517: Add boolean to search columns for schema
2023-11-08 Nick ClemensBug 32986: (follow-up) Fix CircAutoPrintQuickSlip and...
2023-11-08 Nick ClemensBug 32986: (follow-up) POD
2023-11-08 Nick ClemensBug 32986: Add patron_slip module to letters and allow...
2023-11-08 Nick ClemensBug 34519: (follow-up) fix QA tool complaints
2023-11-08 Nick ClemensBug 34519: Add a template plugin for fetch searchable...
2023-11-08 Tomas Cohen AraziBug 34438: DBIC schema
2023-11-08 Tomas Cohen AraziBug 35269: Improve POD
2023-11-08 Tomas Cohen AraziBug 35269: Rename `update_item_location` to `location_u...
2023-11-06 Katrin FischerBug 21159: (QA follow-up) Add say to database update...
next