Bug 35322: (QA follow-up) Perltidy
[koha.git] / t / db_dependent / Circulation.t
2024-02-02 Emily LamancusaBug 35322: (QA follow-up) Perltidy
2024-02-02 Kyle M HallBug 35322: Add unit tests
2023-11-13 Fridolin SomersBug 27992: [23.05] (follow-up) Fix unit test with unble...
2023-11-10 Katrin FischerBug 27992: (QA follow-up) Perltidy
2023-11-10 Lucas GassBug 27992: Unit test
2023-08-30 David CookBug 30362: Fix GetSoonestRenewDate to really return...
2023-08-30 David CookBug 30362: Fix unit test
2023-08-30 Nick ClemensBug 30362: Unit test
2023-07-17 Lucas GassBug 33500: Add tests for RecordLocalUseOnReturn
2023-05-12 David GustafssonBug 31735: Avoid re-fetcing objects from database by...
2023-03-31 Nick ClemensBug 29234: Unit test
2023-03-14 Nick ClemensBug 32878: (QA follow-up) Correct unit test
2023-03-14 Nick ClemensBug 32878: (QA follow-up) Unit test
2023-02-24 Lucas GassBug 32805: Add tests
2023-02-22 Jonathan DruartBug 32353: Don't generate item group for holds in tests
2023-02-10 Kyle M HallBug 30642: (QA follow-up) Do not rely on script names...
2023-01-31 Martin RenvoizeBug 31095: (Rebase follow-up) Correct fine rules and...
2023-01-31 Martin RenvoizeBug 31095: Remove GetDebarments from Circulation.t
2023-01-18 Nick ClemensBug 22042: Block all return actions when BlockReturnOfW...
2023-01-17 Shi Yao WangBug 14784: (follow-up) Unit tests
2022-11-30 Jonathan DruartBug 32351: Fix Circulation.t
2022-11-23 Jonathan DruartBug 32269: Prevent Circulation.t to fail randomly
2022-11-14 Emmi TakkinenBug 31447: Add unit tests
2022-10-24 David GustafssonBug 31676: Fix db_dependent/Circulation.t tests
2022-10-11 Nick ClemensBug 30168: Use checkout object in GetSoonestRenewDate
2022-10-11 Joonas KylmäläBug 31485: Move _item_denied_renewal to Koha::Item
2022-08-26 Kyle M HallBug 31112: (QA follow-up) Reduce database queries
2022-08-26 Joonas KylmäläBug 31112: CanBookBeRenewed: take into account patrons...
2022-08-26 Kyle HallBug 20262: (QA follow-up) Update unit tests for changes...
2022-08-26 Kyle HallBug 20262: (QA follow-up) Fix spelling errors
2022-08-26 Stefan BerndtssonBug 20262: Add ability to refund lost item fees without...
2022-07-22 Martin RenvoizeBug 30838: (QA follow-up) Add unit tests
2022-07-13 Kyle HallBug 28854: (QA follow-up)
2022-07-13 Martin RenvoizeBug 28854: Unit test for AddReturn addition
2022-07-05 Tomas Cohen AraziBug 30275: (follow-up) Fix tests count
2022-07-05 Martin RenvoizeBug 30275: Add unit tests for AddRenewal addition
2022-07-05 Martin RenvoizeBug 30275: (follow-up) Drop renewer_id constraint
2022-06-23 Tomas Cohen AraziBug 24239: (QA follow-up) Rename date_due => due_date
2022-06-23 Lari TaskulaBug 24239: Unit tests
2022-06-23 Joonas KylmäläBug 30947: Simplify CanBookBeIssued date handling
2022-06-14 Jonathan DruartBug 29623: Cache circulation rules
2022-05-05 Aleisha AmohiaBug 30291: Changes to tests
2022-05-05 Nick ClemensBug 30167: (follow-up) Compare dt objects
2022-05-05 Nick ClemensBug 30167: (follow-up) Return a hash with soonest_renew...
2022-05-05 Nick ClemensBug 30167: Return soonest renewal date when renewal...
2022-04-20 Nick ClemensBug 29483: Further improve performance of script
2022-04-20 Nick ClemensBug 29483: Unit tests
2022-03-15 Tomas Cohen AraziBug 19532: Make recalls.status an ENUM
2022-03-15 Aleisha AmohiaBug 19532: Other objects used in recalls feature
2022-03-04 Marcel de RooyBug 30203: Circulation.t: prevent locking by setting...
2022-01-14 Nick ClemensBug 29476: (follow-up) Fix return, add precision test
2022-01-14 Joonas KylmäläBug 29476: Correct soonest renewal date calculation...
2021-11-03 Jonathan DruartBug 29395: use EXPORT_OK from Koha::Patron::Debarments
2021-10-07 Nick ClemensBug 29062: Unit tests
2021-10-07 Jonathan DruartBug 28931: Use EXPORT_OK from Koha::DateUtils
2021-08-04 Martin RenvoizeBug 22435: (QA follow-up) More test updates
2021-08-04 Martin RenvoizeBug 22435: Update unit tests
2021-08-04 Martin RenvoizeBug 22435: ->apply() should always use 'APPLY' for...
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-06-15 Martin RenvoizeBug 24434: Unit tests for updateWrongTransfer
2021-04-27 Emmi TakkinenBug 26405: Prevent Circulation.t failing on 'AddRenewal...
2021-04-23 Martin RenvoizeBug 27281: (QA follow-up) Restore test for holdingbranch
2021-04-23 Martin RenvoizeBug 27281: (follow-up) Clean up LostItem test
2021-04-07 Nick ClemensBug 28013: Unit tests
2021-03-04 Joonas KylmäläBug 25690: Remove double usage of 'Reserved' return...
2021-03-03 Martin RenvoizeBug 24446: (QA follow-up) Fix ModItemTransfer tests
2021-03-01 Kyle M HallBug 27808: Add unit tests
2021-03-01 Nick ClemensBug 26457: Unit test
2021-02-15 Nick ClemensBug 18146: Fix tests for OverduesBlockRenewing
2021-01-12 Nick ClemensBug 26593: Remove _get_discount_from_rule
2020-11-11 Andrew IsherwoodBug 24083: (follow-up) Squashed follow ups
2020-11-11 Andrew IsherwoodBug 24083: Add unit tests
2020-11-10 Tomas Cohen AraziBug 23916: (QA follow-up) Adapt all the things to the...
2020-11-10 Jonathan DruartBug 23916: (follow-up) Add unit tests
2020-11-10 Andrew IsherwoodBug 23916: (follow-up) Rebase unit tests
2020-11-10 Andrew IsherwoodBug 23916: (follow-up) Fix terminology, use patron...
2020-11-10 Andrew IsherwoodBug 23916: Add unit tests
2020-11-06 Martin RenvoizeBug 23091: Unit Tests
2020-11-06 Martin RenvoizeBug 23091: Move _Restore to Koha::Item store trigger
2020-11-06 Martin RenvoizeBug 23091: Add tests for _RestoreOverdueForLostAndFound
2020-11-06 Martin RenvoizeBug 23091: Update unit test
2020-10-25 Didier GautheronBug 26232: Test for empty smart rule fine grace period
2020-10-15 Julian MauriceBug 25898: Prohibit indirect object notation
2020-10-08 Jonathan DruartBug 24598: Add tests
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Capitalize return of needsconfirm
2020-10-01 Jonathan DruartBug 25261: (QA follow-up) Simplify tests and conditions
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Add unit tests
2020-09-28 Nick ClemensBug 25758: Return on_reserve over too_soon when not...
2020-08-31 Jonathan DruartBug 26250: Fix tests when SearchEngine=Elastic
2020-08-20 Martin RenvoizeBug 18501: (QA follow-up) Migrate and update unit tests
2020-08-20 Jonathan DruartBug 18501: Remove the borrowernumber parameter
2020-08-18 Nick ClemensBug 23695: (follow-up) Add exceptions for missing branc...
2020-08-18 Nick ClemensBug 23695: (follow-up) Adjust for addition of transfer...
2020-08-18 NickBug 23695: Alter transferbook to take a hash of params...
2020-08-18 NickBug 23695: Set holding branch to transferring branch...
2020-07-23 Kyle M HallBug 20815: Add unit tests for changes to AddIssue
2020-07-23 Jonathan DruartBug 20815: Tests refactoring
2020-07-23 Kyle M HallBug 20815: Do not use compare float with precision
2020-07-23 Kyle M HallBug 20815: Add ability to choose if lost fee is refunde...
2020-07-20 Martin RenvoizeBug 25723: Update cache flushing calls
next