Bug 31196: Remove 'default_value_for_mod_marc-' clear_from_cache calls
[koha.git] / t / db_dependent / Reserves.t
2022-10-25 Jonathan DruartBug 31196: Remove 'default_value_for_mod_marc-' clear_f...
2022-08-19 Jonathan DruartBug 30718: Use flatpickr's altInput
2022-07-22 Jonathan DruartBug 29697: Use flag embed_items
2022-07-22 Nick ClemensBug 31086: Update existing unit tests
2022-06-13 Nick ClemensBug 12630: Rebase tests and cover CheckReserves
2022-06-13 Jonathan DruartBug 12630: Add regression tests
2022-06-01 Tomas Cohen AraziBug 28529: Regression tests
2022-05-13 Tomas Cohen AraziBug 30728: Add unit tests
2022-05-05 Nick ClemensBug 29346: (follow-up) Build holds queue when AlterPrio...
2022-05-05 Tomas Cohen AraziBug 29346: Hold actions triggers
2022-02-10 Jonathan DruartBug 29844: Fix ->search occurrences
2022-02-01 Nick ClemensBug 29562: Adjust CanItemBeReserved and checkHighHolds...
2022-01-12 Fridolin SomersBug 29788: Fix t/db_dependent/Reserves.t
2022-01-10 Tomas Cohen AraziBug 29553: Regression tests
2021-10-07 Jonathan DruartBug 28931: Use EXPORT_OK from Koha::DateUtils
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-07-12 Marcel de RooyBug 28644: Fix calling borrowernumber on undefined...
2021-06-16 Jonathan DruartRevert "Bug 20985: Unit tests"
2021-06-16 Jonathan DruartRevert "Bug 20985: Add OnShelfHoldsAllowed checks to...
2021-06-15 Tomas Cohen AraziBug 28503: (follow-up) Get rid of tests warnings
2021-06-15 Nick ClemensBug 28503: Unit tests
2021-06-15 Arthur SuzukiBug 20985: Add OnShelfHoldsAllowed checks to CanItemBeR...
2021-06-15 Arthur SuzukiBug 20985: Unit tests
2021-04-07 Tomas Cohen AraziBug 27069: Adjust tests
2021-04-01 Jonathan DruartBug 27921: Log correct timestamp for HOLD MODIFY when...
2021-03-04 Joonas KylmäläBug 25690: Remove double usage of 'Reserved' return...
2021-03-04 Martin RenvoizeBug 26057: (QA follow-up) Fix Biblios, Reserves, Z3950R...
2020-11-16 Joonas KylmäläBug 27012: Add test for C4::Reserves::MergeHolds
2020-11-02 Arthur SuzukiBug 22806: (QA follow-up)
2020-11-02 Arthur SuzukiBug 22806: Unit Tests
2020-09-18 Nick ClemensBug 18958: Make hold_fill_targets specific to reserves
2020-09-18 Nick ClemensBug 18958: Unit tests
2020-08-31 Jonathan DruartBug 26250: Fix tests when SearchEngine=Elastic
2020-07-20 Jonathan DruartBug 23070: Add tests
2020-05-22 Jonathan DruartBug 24612: Fix existing ReserveSlip tests
2020-03-24 Jonathan DruartBug 24468: Remove unused C4::Reserves::_get_itype subro...
2020-03-23 Tomas Cohen AraziBug 23463: Fix tests
2020-03-23 Jonathan DruartBug 23463: Remove DelItemCheck and ItemSafeToDelete
2020-03-23 Jonathan DruartBug 23463: Replace ModItem with Koha::Item->store
2020-03-23 Jonathan DruartBug 23463: Replace AddItem calls with Koha::Item->store
2020-02-11 Jonathan DruartBug 14711: Change prototype for AddReserve - pass a...
2020-02-04 Jesse WeaverBug 18936: (follow-up) Fix tests, replace old get_onshe...
2020-02-04 Jesse WeaverBug 18936: (follow-up) Add foreign key and scope enhanc...
2020-02-04 Kyle M HallBug 18936: Convert issuingrules fields to circulation_rules
2019-11-25 Nick ClemensBug 23964: (follow-up) We should check for only active...
2019-11-21 Jonathan DruartBug 23964: Clarify and expand tests
2019-11-21 Nick ClemensBug 23964: Unit tests
2019-10-24 Martin RenvoizeBug 23049: Update debit_type_code 'Res' to 'RESERVE'
2019-10-24 Martin RenvoizeBug 23049: Update existing code to use debit_type
2019-08-05 Nick ClemensBug 14549: Unit tests
2019-07-01 Kyle M HallBug 18928: Move holdallowed, hold_fulfillment_policy...
2019-06-15 Jonathan DruartBug 9834: Add tests
2019-05-10 Jonathan DruartBug 19302: Send koha::objects to C4::Reserves::IsAvaila...
2019-04-26 Tomas Cohen AraziBug 15496: (QA follow-up) Fix remaining cases
2019-04-11 Martin RenvoizeBug 12166: (QA follow-up) Update test for description
2019-03-21 Josef MoravecBug 22330: (QA follow-up) Fix number of tests in Reserves.t
2019-03-21 Kyle M HallBug 22330: Transfer limits should be respected for...
2019-03-05 Kyle M HallBug 18925: Move maxissueqty and maxonsiteissueqty to...
2019-02-26 Jonathan DruartBug 21206: Replace C4::Items::GetItem
2019-02-08 Alex ArnaudBug 21738: make call of CanBookBeReserved more safe
2019-01-28 Jonathan DruartBug 21798: replace gimme_a_biblio with build_sample_biblio
2019-01-28 Jonathan DruartBug 21798: Replace 2 more occurrences
2019-01-03 Tomas Cohen AraziBug 19066: Tests for AddRenewal AddIssuingCharge and...
2019-01-02 Jonathan DruartBug 21817: Centralize the mock of userenv from tests
2018-08-24 Kyle M HallBug 15524: (QA follow-up) Change Can[Book|Item]BeReserv...
2018-08-16 Jonathan DruartBug 21230: Prevent Reserves.t to fail randomly
2018-07-31 Jonathan DruartBug 21133: Fix use statements order
2018-07-18 Jonathan DruartBug 20287: Move ModMember to Koha::Patron
2018-07-18 Jonathan DruartBug 20287: Replace occurrences of AddMember with Koha...
2018-06-04 Kyle M HallBug 17561: (QA follow-up) Update existing unit tests
2018-05-16 Jonathan DruartBug 20724: Add tests for ReservesNeedReturns
2018-02-13 Jonathan DruartBug 19301: Remove C4::Reserves::OnShelfHoldsAllowed
2017-12-07 Marcel de RooyBug 19096: Adjusts unit tests
2017-10-09 Marcel de RooyBug 19437: Rearranging tests for CancelExpiredReserves
2017-10-06 Josef MoravecBug 19260: Add test for CancelExpiredReserves
2017-09-12 Jonathan DruartBug 19059: Remove CancelReserve - move tests
2017-09-12 Jonathan DruartBug 19059: Move C4::Reserves::CancelReserve to Koha...
2017-09-01 Jonathan DruartBug 19057: Move C4::Reserve::GetReserve to Koha::Holds
2017-08-25 Mark TompsettBug 19040: Refactor GetMarcBiblio parameters
2017-08-10 Marcel de RooyBug 19047: Fix AddBiblio call in Reserves.t
2017-07-10 Jonathan DruartBug 17829: Move GetMember to Koha::Patron
2017-05-29 Marcel de RooyBug 18620: [QA Follow-up] Move the final rollback to...
2017-05-29 Nick ClemensBug 18478 - QA Followup
2017-05-29 Nick ClemensBug 18478 - Additional unit tests
2017-04-21 Chris CormackBug 18432 : Follow up - Updating to use they/them
2017-04-21 phette23Bug 18432: code comments assume male gender
2017-04-13 Jonathan DruartBug 17737: Rename holds_placed_before_today with curren...
2017-04-13 Jonathan DruartBug 17737: Replace GetReservesFromItemnumber with Koha...
2017-03-31 Jonathan DruartBug 17736: Replace GetReservesFromBiblionumber with...
2017-02-17 Jonathan DruartBug 18045: Fix Reserves.t tests - caching issues
2017-01-20 Jonathan DruartBug 17588: get_account_lines->get_balance has been...
2017-01-20 Jonathan DruartBug 17588: Koha::Patrons - Move GetMemberIssuesAndFines
2016-12-16 Jonathan DruartBug 17557: Koha::Patrons - Move GetAge to ->set_age...
2016-11-15 Tomas Cohen AraziBug 17599: (QA followup) Remove userenv warning
2016-11-15 Jonathan DruartBug 17599: Move C4::Circulation::GetIssuingRule to...
2016-11-04 Marcel de RooyBug 17539: [QA Follow-up] Move handle after schema
2016-11-04 Tomas Cohen AraziBug 17539: (QA followup) Silence warnings
2016-11-04 Lari TaskulaBug 17539: Fix failing Reserves.t tests if category...
2016-11-04 Lari TaskulaBug 17539: Fix Already in a transaction error
2016-11-04 Lari TaskulaBug 17539: Fix Undefined subroutine &C4::Circulation...
next