Bug 19532: (follow-up) aria-hidden attr on OPAC, and more
[koha.git] / t / db_dependent / Hold.t
2022-01-29 Jonathan DruartBug 21652: Simplify code
2022-01-29 Nick ClemensBug 21652: Unit test
2021-10-07 Jonathan DruartBug 28931: Use EXPORT_OK from Koha::DateUtils
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-04-07 Martin RenvoizeBug 26498: (QA follow-up) Add handling for update
2021-04-07 Emmi TakkinenBug 26498: Set default expiration date for holds
2020-10-14 Joonas KylmäläBug 12556: Add new "in processing" state to holds
2020-10-14 Joonas KylmäläBug 12556: Refactor hold transfer status setting to...
2020-06-29 Julian MauriceBug 21395: Make perlcritic happy
2020-01-07 Jonathan DruartBug 21684: Fix Hold.t
2019-01-28 Tomas Cohen AraziBug 21478: (QA follow-up) Make sure tests don't fail...
2019-01-28 Tomas Cohen AraziBug 21478: Unit tests
2018-05-17 Kyle M HallBug 18856: (QA follow-up) Rename method to avoid confusion
2018-05-17 Jonathan DruartBug 18856: Don't show cancel option for waiting holds...
2018-04-02 Jonathan DruartBug 18382: Add a test
2017-10-20 Jonathan DruartBug 16187: Do not use DateTime directly
2017-10-20 Nick ClemensBug 16187: Add a script to cancel unfilled holds after...
2017-08-15 Jonathan DruartBug 18292: Remove return 1 statements in tests
2017-05-09 Alex ArnaudBug 12063 - Remove Koha::Hold::waiting_expires_on since...
2016-08-17 Tomas Cohen AraziBug 14642: (QA followup) Add tests for Koha::Hold-...
2016-06-10 Marcel de RooyBug 16609: Catch warning from Koha::Hold in Hold.t
2016-05-05 Marcel de RooyBug 16411: Make Hold.t not depend on two existing branches
2016-03-15 Jonathan DruartBug 11998: Use t::lib::Mocks::mock_preference in tests
2016-03-03 Jonathan DruartBug 15548: Move new patron related code to Patron*
2016-01-27 Kyle M Hall Bug 14310 [QA Followup] - Adapt existing code to use...
2016-01-27 Kyle M Hall Bug 14310 [QA Followup] - Add unit tests
2016-01-19 Kyle M HallBug 15586 - References to Koha::Branches remain in...
2015-12-31 Kyle M HallBug 13918 [QA Followup] - Unit Tests
2015-12-30 Kyle M HallBug 13517 [QA Followup] - Fix unit tests
2015-12-30 Kyle M HallBug 13517 [QA Followup] - Add unit tests
2015-08-11 Jonathan DruartBug 13853: Add tests for is_waiting
2015-08-11 Kyle M HallBug 13030: Show waiting hold expiration date for waitin...