Bug 36207: (RM follow-up) CSRF correction
[koha.git] / C4 / Reserves.pm
2024-05-07 Emily LamancusaBug 34972: Remove GetOtherReserves
2024-05-02 Kyle M HallBug 25159: Implement diffs in action logs for holds
2024-04-29 Kyle M HallBug 34032: (QA follow-up) Tidy code
2024-04-29 Emmi TakkinenBug 34032: Set new expirationdate if waiting status...
2023-12-19 Nick ClemensBug 35491: Add logging to RevertWaitingStatus
2023-11-08 Aleisha AmohiaBug 17617: Confirmation email to patron when hold is...
2023-11-06 Nick ClemensBug 17798: Confirm hold when printing slip from another...
2023-10-25 Kyle M HallBug 8838: Add digest option for HOLD notice
2023-10-24 Martin RenvoizeBug 35027: Add 'hold' to patron activity triggers
2023-09-22 Jonathan DruartBug 30825: Move holds_control_library to Koha::Policy...
2023-09-22 Tomas Cohen AraziBug 30825: Remove GetReservesControlBranch in favour...
2023-09-08 Nick ClemensBug 34666: Combine queries in _Findgroupreserve
2023-09-08 Nick ClemensBug 34666: Allow item_group to be null and still match
2023-08-15 Hammat WeleBug 30846: 'If any unavailable' doesn't consider negati...
2023-07-19 Martin RenvoizeBug 34178: (QA follow-up) Tidy
2023-07-19 Nick ClemensBug 34178: Cache ItemsAnyAvailableAndNotRestricted...
2023-06-23 Jonathan DruartBug 30860: Cache CanItemBeReserved return value
2023-05-22 Tomas Cohen AraziBug 33791: (QA follow-up) Stick to 'item_id' for the...
2023-05-22 Marcel de RooyBug 33791: Pass itemnumber to $hold->fill
2023-05-12 David GustafssonBug 31735: Avoid re-fetcing objects from database by...
2023-04-21 Janusz KaczmarekBug 33210: (Bug 31963 follow-up) No hold fee message...
2023-02-07 Nick ClemensBug 32455: Use from_email_address for 'from' field...
2022-11-04 Kyle M HallBug 24860: Skip non-matching item group holds in CheckR...
2022-11-04 Kyle HallBug 24860: Add ability to select an item group when...
2022-11-04 Kyle M HallBug 24860: Implement reserves.item_group_id
2022-11-04 Nick ClemensBug 29102: Remove ignore_found_holds
2022-11-02 Aleisha AmohiaBug 31963: Only show hold fee msg on OPAC if patron...
2022-08-19 Tomas Cohen AraziBug 30718: Fix imports
2022-08-19 Jonathan DruartBug 30718: Use flatpickr's altInput
2022-07-29 Nick ClemensBug 14364: (follow-up) Cleanup duplicate code and adjus...
2022-07-29 Kyle M HallBug 14364: (QA follow-up) Generate message for transfer...
2022-07-29 Kyle M HallBug 14364: Allow automatically canceled expired waiting...
2022-06-13 Nick ClemensBug 12630: Rebase tests and cover CheckReserves
2022-06-13 Kyle M HallBug 12630: (QA follow-up) - Rename _ShiftPriorityByDate...
2022-06-13 Olli-Antti KivilahtiBug 12630: Prioritizing "Hold starts on date" -holds...
2022-06-01 Tomas Cohen AraziBug 28529: Make biblio-level hold itemtype count agains...
2022-05-13 Tomas Cohen AraziBug 30728: Only trigger real-time holds queue update...
2022-05-05 Aleisha AmohiaBug 30291: Changes to controller scripts
2022-05-05 Nick ClemensBug 29346: (follow-up) Build holds queue when AlterPrio...
2022-05-05 Tomas Cohen AraziBug 29346: Hold actions triggers
2022-05-05 Tomas Cohen AraziBug 30180: Add 'placed' after_hold_hook
2022-04-04 Nick ClemensBug 29517: Check if agerestriction field is mapped...
2022-03-15 Tomas Cohen AraziBug 19532: (QA follow-up) Simplify resultset accessors
2022-03-15 Aleisha AmohiaBug 19532: (follow-up) Fixes along recall workflow
2022-03-15 Aleisha AmohiaBug 19532: Other objects used in recalls feature
2022-02-23 Nick ClemensBug 30085: Move IndependentBranches check sooner
2022-02-23 Nick ClemensBug 30085: Consolidate querycoutn code and only check...
2022-02-23 Nick ClemensBug 30085: Don't fetch ReservesControlBranch twice
2022-02-23 Nick ClemensBug 30085: Reduce scope of holds count / today holds...
2022-02-22 Jonathan DruartBug 29969: Prevent crash if 'Update holds' clicked...
2022-02-11 Tomas Cohen AraziBug 29869: Remove C4::Reserves::ModReserveFill
2022-02-11 Tomas Cohen AraziBug 29869: Make ModReserveFill a (temporary) wrapper...
2022-02-10 Jonathan DruartBug 29844: Fix ->search occurrences
2022-02-01 Tomas Cohen AraziBug 29562: (follow-up) Fix API controller
2022-02-01 Nick ClemensBug 29562: Adjust CanItemBeReserved and checkHighHolds...
2022-01-28 Jonathan DruartBug 21729: Keep expiration date set when placing a...
2022-01-10 Tomas Cohen AraziBug 29553: (QA follow-up) Check defined instead of...
2022-01-10 Marcel de RooyBug 29553: Fix crash on undefined notforloan value
2021-11-16 Jonathan DruartBug 28692: Get from storage before log actions
2021-08-27 Nick ClemensBug 25619: Adjust POD and move date check before logging
2021-08-27 Jonathan DruartBug 25619: Adjust POD
2021-08-27 Kyle M HallBug 25619: Add ability to adjust expiration date for...
2021-08-04 Nick ClemensBug 28754: Only adjust holds on specific biblio and...
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-07-12 Marcel de RooyBug 28644: Fix calling borrowernumber on undefined...
2021-06-23 Marcel de RooyBug 28581: (QA follow-up) Fix method on unblessed reference
2021-06-23 Martin RenvoizeBug 28581: Use 'from_email_address' where appropriate
2021-06-16 Jonathan DruartRevert "Bug 20985: Add OnShelfHoldsAllowed checks to...
2021-06-15 Nick ClemensBug 28503: Compare item homebranch to patron branch...
2021-06-15 Arthur SuzukiBug 20985: Add OnShelfHoldsAllowed checks to CanItemBeR...
2021-04-22 Nick ClemensBug 16787: 'Too many holds' message appears inappropria...
2021-04-07 Nick ClemensBug 28078: (follow-up) Add param check to 'itemAlreadyO...
2021-04-07 Nick ClemensBug 28078: Add 'ignore_hold_counts' param to CanItemBeR...
2021-04-07 Tomas Cohen AraziBug 27069: Adapt uses of holdallowed
2021-04-01 Jonathan DruartBug 27921: Log correct timestamp for HOLD MODIFY when...
2021-03-09 Agustin MoyanoBug 24359: Remove hold from holds queue when captured
2021-03-08 Joonas KylmäläBug 27058: (follow-up) Clarify notforloan checks with...
2021-03-08 Joonas KylmäläBug 27058: Make checkout availability use all notforloa...
2021-03-04 Joonas KylmäläBug 25690: (follow-up) Supress warning about unitialize...
2021-03-04 Joonas KylmäläBug 25690: Remove double usage of 'Reserved' return...
2021-03-03 Martin RenvoizeBug 24446: (QA follow-up) Use 'receive' method in ModRe...
2021-03-01 Jonathan DruartBug 27071: Code simplification
2021-02-23 Marcel de RooyBug 27729: Fix use of grep and split in CheckReserves
2020-12-21 Nick ClemensBug 26634: Remove GetHoldRule subroutine in C4::Reserves
2020-12-04 Josef MoravecBug 27030: Add missing perldoc for Processing hold...
2020-11-16 Joonas KylmäläBug 27012: Fix incorrect SQL syntax in hold merging
2020-11-06 Nicolas LegrandBug 24412: Attach waiting reserve to desk
2020-11-05 Kyle M HallBug 25334: Add generic 'phone' message transport type
2020-11-04 Martin RenvoizeBug 12656: Allow --reason to be passed to cancel_expire...
2020-11-04 Kyle M HallBug 25333: Change message transport type for Talking...
2020-11-03 BlouBug 26900: Fixes Koka::Libraries typo in C4/Reserves.pm
2020-11-02 Arthur SuzukiBug 22806: (QA follow-up)
2020-11-02 Alex BuckleyBug 22806: (follow-up) CanBookBeReserved and CanItemBeR...
2020-11-02 Arthur SuzukiBug 22806: CanBookBeReserved and CanItemBeReserved...
2020-10-14 Martin RenvoizeBug 12556: (QA follow-up) Fix QA Script failures
2020-10-14 Joonas KylmäläBug 12556: Add new "in processing" state to holds
2020-10-14 Joonas KylmäläBug 12556: Reuse code from Koha::Hold instead of duplic...
2020-10-14 Joonas KylmäläBug 12556: Refactor hold transfer status setting to...
2020-09-18 Nick ClemensBug 18958: Make hold_fill_targets specific to reserves
2020-08-31 Agustin MoyanoBug 19889: Make it possible to exclude items and catego...
next