Bug 19532: Other objects used in recalls feature
[koha.git] / t / db_dependent / Circulation.t
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
2020-07-20 Martin RenvoizeBug 8338: (QA follow-up) Fix perlcritic error
2020-07-20 Martin RenvoizeBug 8338: (follow-up) Fix test
2020-07-20 Martin RenvoizeBug 8338: Unit Tests
2020-05-19 Jonathan DruartBug 25531: Add tests
2020-05-12 Martin RenvoizeBug 25417: (QA follow-up) Add integration test for...
2020-05-12 Martin RenvoizeBug 25417: (QA follow-up) Clarify _FixOverduesOnReturn...
2020-05-12 Kyle M HallBug 25417: Add unit test
2020-04-14 Nick ClemensBug 24620: Fix test, remove replaced code, use dt_from_...
2020-04-14 Nick ClemensBug 24620: Unit tests
2020-04-03 Martin RenvoizeBug 24474: (QA follow-up) Fix failing test
2020-04-03 Jonathan DruartBug 24474: Add tests
2020-03-27 Jonathan DruartBug 22001: Remove the RaiseError occurrences from tests
2020-03-24 Martin RenvoizeBug 21443: (RM follow-up) Fix failing tests
2020-03-24 Nick ClemensBug 24476: Rename autorenewal to autorenew_checkouts
2020-03-24 Nick ClemensBug 24476: Allow patrons to opt out of auto-renewal
2020-03-24 Nick ClemensBug 24476: Change CanBookBeRenewed and adjust tests
2020-03-23 Jonathan DruartBug 23463: Replace recently added occurrences
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-03-18 Jonathan DruartBug 24881: Try to fix random failure from Circulation.t
2020-03-06 Nick ClemensBug 23051: (QA follow-up) Missing curly and tabs and...
2020-03-06 Andrew IsherwoodBug 23051: Add unit tests
2020-02-19 Kyle M HallBug 21944: Improve efficiency of code
2020-02-19 Christopher BrannonBug 21944: Test for Circulation.pm
2020-02-13 Martin RenvoizeBug 24592: Reword LOST_RETURN to LOST_FOUND
2020-02-12 Martin RenvoizeBug 19014: (QA follow-up) Update test for AddReserve...
2020-02-12 Nick ClemensBug 19014: on_reserve blocks auto_renew
2020-02-12 Nick ClemensBug 19014: Unit tests
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: Fix Circulation.t
2020-02-04 Jonathan DruartBug 18936: Replace an other insert into issuingrules
2020-02-04 Jonathan DruartBug 18936: new suspension_chargeperiod
2020-02-04 Jonathan DruartBug 18936: Remove last bit of Koha::IssuingRule
2020-02-04 Jesse WeaverBug 18936: (follow-up) fix tests, null vs. empty behavi...
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-30 Nick ClemensBug 24377: Unit test
2020-01-13 Jonathan DruartBug 24408: Do not compare floats with precision in...
2019-11-22 Kyle M HallBug 24075: Unit tests
2019-11-19 Jonathan DruartBug 24062: Fix the failing test
2019-11-07 Tomas Cohen AraziBug 23293: (QA follow-up) Minor fix for tests
2019-11-07 Martin RenvoizeBug 23293: (follow-up) Add tests for C4::Circulation...
2019-11-07 Tomas Cohen AraziBug 13958: Use SuspensionsCalendar syspref for more...
2019-11-06 Martin RenvoizeBug 23382: (RM follow-up) Ensure tests pass on Wednesdays
2019-11-04 Jonathan DruartBug 23234: Mock DateTime->now using the time zone
2019-10-26 Martin RenvoizeBug 23382: (follow-up) Further improve test coverage
2019-10-26 Martin RenvoizeBug 23382: (follow-up) Ensure tests pass on Wednesdays
next