Bug 31183: Unit tests
[koha.git] / t / db_dependent / Holds.t
2022-07-22 Nick ClemensBug 31086: Update existing unit tests
2022-07-18 Michal UrbanBug 30447: Unit tests
2022-05-05 Aleisha AmohiaBug 30291: Changes to tests
2022-03-15 Marcel de RooyBug 19532: (QA follow-up) Fixing unit tests
2022-03-15 Aleisha AmohiaBug 19532: Other objects used in recalls feature
2022-02-22 Jonathan DruartBug 29969: Prevent crash if 'Update holds' clicked...
2022-02-01 Nick ClemensBug 29562: Adjust CanItemBeReserved and checkHighHolds...
2021-10-25 Marcel de RooyBug 29306: Fix warning on undefined $_ in Holds.t
2021-08-27 Kyle M HallBug 25619: (QA follow-up) Fix subtest description
2021-08-27 Kyle M HallBug 25619: Unit Tests
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
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: Adjust tests
2021-01-19 Arthur SuzukiBug 17229: Move tests to t/db_dependant/ILSDI_Service.t
2021-01-19 Julian MauriceBug 17229: Add unit test for BlockExpiredPatronOpacActi...
2020-12-21 Nick ClemensBug 26634: Remove GetHoldRule subroutine in C4::Reserves
2020-09-30 Nick ClemensBug 26462: Don't delete existing data for tests
2020-08-31 Agustin MoyanoBug 22789: (follow-up) Fix atomic update, GUI and more...
2020-08-31 Agustin MoyanoBug 22789: Add tests
2020-08-05 Jonathan DruartBug 26043: Fix random failure from Holds.t
2020-06-25 Kyle M HallBug 25232: Add ability to specify multiple notforloan...
2020-06-25 Kyle M HallBug 25232: Add ability to skip trapping items with...
2020-05-11 Kyle M HallBug 25184: Add syspref
2020-05-11 Kyle M HallBug 25184: Items with a negative notforloan status...
2020-03-23 Tomas Cohen AraziBug 23463: Fix tests
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-20 Agustin MoyanoBug 24657: Fix t/db_dependent/Koha/Item.t and t/db_depe...
2020-02-11 Jonathan DruartBug 14711: Change prototype for AddReserve - pass a...
2020-02-04 Jonathan DruartBug 18936: Fix some more tests
2020-02-04 Jonathan DruartBug 18936: More fixes
2020-02-04 Jonathan DruartBug 18936: Remove last bit of Koha::IssuingRule
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
2020-01-03 Agustin MoyanoBug 22284: (follow-up) Squash multiple follow-ups
2020-01-03 Agustin MoyanoBug 22284: Control hold groups in C4::Reserves
2019-07-01 Kyle M HallBug 18928: Move holdallowed, hold_fulfillment_policy...
2019-04-25 Nick ClemensBug 20837: (RM follow-up) fix test count
2019-04-25 Nick ClemensBug 20837: Unit tests
2019-04-10 Nick ClemensBug 17978: Unit tests for changes
2019-03-22 Nick ClemensBug 22330: Fix tests
2019-01-28 Jonathan DruartBug 21798: replace gimme_a_biblio with build_sample_biblio
2019-01-28 Jonathan DruartBug 21798: Unify the creation of bibliographic record...
2019-01-25 Olli-Antti KivilahtiBug 7614: Fix my variable earlier declaration bug.
2019-01-25 Lari TaskulaBug 7614: Check transfer limit in CanBookBeReserved...
2018-10-24 Tomas Cohen AraziBug 15486: Unit tests
2018-10-03 Kyle M HallBug 18887: Port max_holds rules to new CirculationRules...
2018-09-14 Kyle M HallBug 19469: Add ability to split view of holds view...
2018-09-06 Nick ClemensBug 7534: (RM follow-up) Fix tests and adjust after...
2018-09-06 Kyle M HallBug 7534: Fix number of tests for Holds.t
2018-09-06 Lari TaskulaBug 7534: Validate pickup location in CanBook/ItemBeRes...
2018-08-24 Kyle M HallBug 15524: (QA follow-up) Change Can[Book|Item]BeReserv...
2018-08-24 Marcel de RooyBug 15524: (QA follow-up) Fix meaningless test
2018-08-24 Kyle M HallBug 15524: Set limit on maximum possible holds per...
2018-07-31 Jonathan DruartBug 21133: Fix use statements order
2018-07-18 Jonathan DruartBug 20287: Replace occurrences of AddMember with Koha...
2017-12-07 Jonathan DruartBug 19766: (bug 19058 follow-up) Fix Preview routing...
2017-10-27 Marcel de RooyBug 19528: Fix a few typos like corrosponding
2017-10-20 Nick ClemensBug 16187: Add a script to cancel unfilled holds after...
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 19058: Move C4::Reserves::GetReserveId to the Koha...
2017-09-01 Jonathan DruartBug 19057: Move C4::Reserve::GetReserve to Koha::Holds
2017-09-01 Jonathan DruartBug 19056: Replace C4::Reserves::GetReserveCount with...
2017-08-30 Jonathan DruartBug 19025: Move GetReserveInfo to Koha::Holds
2017-07-05 Jonathan DruartBug 17738: Replace GetReservesFromBorrowernumber with...
2017-05-09 Alex ArnaudBug 12063: Change date calculation for reserve expirati...
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 Marcel de RooyBug 17736: [QA Follow-up] Solve warning from qa tools...
2017-03-31 Jonathan DruartBug 17736: Replace GetReservesFromBiblionumber with...
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Ultimate duel for C4:...
2016-09-08 Kyle M HallBug 14695 [QA Followup]
2016-09-03 Kyle M HallBug 14695 [QA Followup] - Make existing unit tests...
2016-06-17 Jonathan DruartBug 16717: Improve variable naming
2016-06-17 Marcel de RooyBug 16717: Remove hardcoded category from Holds.t
2016-05-04 Marcel de RooyBug 16155: Adjust a few other tests
2016-05-03 Jonathan DruartBug 16403: Remove unnecessary undef param
2016-05-03 Marcel de RooyBug 16403: Fix holds.t (tests 9 and 39)
2016-03-15 Jonathan DruartBug 11998: Use t::lib::Mocks::mock_preference in tests
2016-01-27 Kyle M Hall Bug 14310 [QA Followup] - Adapt existing code to use...
2015-11-13 Jonathan DruartBug 14985: dbms expects a iso formatted date
2015-11-04 Tomas Cohen AraziBug 15081: (followup) Make test files using TestBuilder...
2015-10-29 Marc VéronBug 14977: Remove C4::Dates from files t/db_dependent/*.t
2015-10-06 Kyle M HallBug 5144: Add unit test
2015-09-25 Tomas Cohen AraziBug 14733: (QA followup) make tests independent of...
2015-09-25 Kyle M HallBug 14733: Unit Tests
2015-08-26 Kyle M HallBug 12632: (regression tests) Unit Tests
2015-08-26 Kyle M HallBug 9809: Update unit tests
2015-07-29 Kyle M HallBug 13851: (QA followup) Unit Tests
2015-05-19 Julian MauriceBug 13687: Move hold policy check into CanItemBeReserved
2014-11-14 Tomas Cohen AraziBug 13075: (followup) remove remaining warnings
2014-11-12 Olli-Antti KivilahtiBug 13116 - Make it possible to propagate errors from...
2014-09-16 Tomas Cohen AraziBug 12879: Remove unnecesary diags from Holds.t
2014-09-14 Jonathan DruartBug 10226: Add unit tests for GetReservesFromItemnumber
2014-09-05 Kyle M HallBug 8735 [QA Followup] - Add Unit Tests
2014-05-05 Galen CharltonBug 9532: add regression test
2014-03-10 Kyle M HallBug 10452: [QA Followup] - Unit tests
next