Bug 28220: prevent patron to be created if attributes not stored
[koha.git] / t / db_dependent / Koha /
2021-05-17 Jonathan DruartBug 28220: prevent patron to be created if attributes...
2021-05-17 Jonathan DruartBug 28220: Add tests to import
2021-05-17 Jonathan DruartBug 28220: Deal with merge
2021-05-12 Tomas Cohen AraziBug 18989: (QA follow-up) Make Koha::Biblio->hidden_in_...
2021-05-10 Kyle M HallBug 26995: Remove references to relationship column
2021-05-10 Petro VashchukBug 28286: show "Place hold" button if item is holdable
2021-05-04 Martin RenvoizeBug 28254: (QA follow-up) override -> force
2021-05-04 Tomas Cohen AraziBug 28254: Add 'override' parameter to Koha::Hold-...
2021-04-30 Jonathan DruartBug 28217: Prevent several non-repeatable attributes...
2021-04-30 Martin RenvoizeBug 27636: (QA follow-up) Fix tests and validate
2021-04-28 Fridolin SomersBug 28202: Unit test
2021-04-27 Martin RenvoizeBug 27636: Update failing test
2021-04-27 Martin RenvoizeBug 27636: Add payin_amount to Koha::Account
2021-04-27 Martin RenvoizeBug 27995: Unit tests
2021-04-27 Nick ClemensBug 28210: Add issue, replacementprice, and set onloan...
2021-04-27 Martin RenvoizeBug 28210: Unit test
2021-04-27 Martin RenvoizeBug 27281: (QA follow-up) Fix Indexer Test
2021-04-27 Nick ClemensBug 24446: (follow-up) Fix tests
2021-04-23 Martin RenvoizeBug 27971: Enhance unit tests
2021-04-23 Martin RenvoizeBug 27971: Update void method to use double entry accou...
2021-04-23 Martin RenvoizeBug 24300: (QA follow-up) Enhance test and catch failures
2021-04-23 Martin RenvoizeBug 24300: (QA follow-up) Add Unit Tests
2021-04-23 Kyle M HallBug 27281: (QA follow-up) Fix typo
2021-04-23 Martin RenvoizeBug 27281: Add unit test for Koha::Item->get_transfers
2021-04-23 Jonathan DruartBug 23971: Rename pref with AcquisitionLog
2021-04-23 Andrew IsherwoodBug 23971: (follow-up) Make changes for 26582
2021-04-22 Tomas Cohen AraziBug 28157: Add Koha::Patron->can_log_into
2021-04-22 Tomas Cohen AraziBug 23207: Regression tests
2021-04-22 Agustin MoyanoBug 23207: Add test
2021-04-21 Jonathan DruartBug 23271: Fix random failure from Categories.t
2021-04-21 Jonathan DruartBug 23271: Prevent crash if called without parameters
2021-04-21 Jonathan DruartBug 23271: Use Koha::Object::Limit::Library for Koha...
2021-04-21 Tomas Cohen AraziBug 23271: (QA follow-up) Make search_with_library_limi...
2021-04-21 Jonathan DruartBug 27857: Remove unecessary $attribute_type3 var
2021-04-21 Jonathan DruartBug 27857: Start a transaction foreach subtest
2021-04-16 Jonathan DruartBug 28156: Rename Koha::Account::Line->renewal with...
2021-04-16 Nick ClemensBug 15986: Rename send_notice to queue_notice and updat...
2021-04-16 Nick ClemensBug 15986: Add a script for sending hold waiting remind...
2021-04-16 Jonathan DruartBug 28125: Display a warning on the about page for...
2021-04-16 Martin RenvoizeBug 27927: Add Unit Tests
2021-04-16 Martin RenvoizeBug 25508: Add Unit Tests
2021-04-14 Jonathan DruartBug 21549: Make filter_by_last_update returns a Koha...
2021-04-14 Jonathan DruartBug 21549: Rename filter_by_dateexpiry with filter_by_e...
2021-04-14 Jonathan DruartBug 21549: Use filter_by_last_update from filter_by_dat...
2021-04-14 Marcel de RooyBug 21549: (follow-up) Switch to filter_by
2021-04-14 Marcel de RooyBug 21549: Lock expired patron accounts
2021-04-12 Jonathan DruartBug 24695: Move to Koha::Report->is_sql_valid
2021-04-12 Pasi KallinenBug 24695: Improve SQL report validation
2021-04-09 Jonathan DruartBug 28031: Add missing txn_begin in Attribute.t
2021-04-09 Jonathan DruartBug 28031: Fix patron.t
2021-04-09 Tomas Cohen AraziBug 28031: Regression tests
2021-04-09 Tomas Cohen AraziBug 27857: (follow-up) Use a more fine-grained exceptio...
2021-04-09 Tomas Cohen AraziBug 27857: Get the right column
2021-04-09 Martin RenvoizeBug 27857: Add handling for globally mandatory attributes
2021-04-09 Tomas Cohen AraziBug 27857: Regression tests
2021-04-09 Tomas Cohen AraziBug 27857: Move extended_attributes tests to Koha/Patron.t
2021-04-09 Tomas Cohen AraziBug 27858: (follow-up) Consistency in stringified exception
2021-04-09 Tomas Cohen AraziBug 27858: Unit tests
2021-04-09 Tomas Cohen AraziBug 27858: Reorganize tests
2021-04-09 Tomas Cohen AraziBug 27833: Add unit tests
2021-04-08 Martin RenvoizeBug 28097: Mock finesModes to disable recalculation
2021-04-07 Tomas Cohen AraziBug 27069: Adjust tests
2021-04-01 Martin RenvoizeBug 27993: Add unit tests
2021-04-01 Martin RenvoizeBug 25946: (QA follow-up) Add Unit tests
2021-03-11 Martin RenvoizeBug 22569: Add Unit Tests
2021-03-09 Aleisha AmohiaBug 27268: Move GetMarcNotes to Koha namespace
2021-03-09 Jonathan DruartBug 27545: Keep the location if passed
2021-03-09 Jonathan DruartBug 27545: Use NewItemsDefaultLocation from places...
2021-03-09 Tomas Cohen AraziBug 26636: Regression tests for undef case
2021-03-09 Agustin MoyanoBug 26636: Add tests
2021-03-05 Jonathan DruartBug 27851: Add tests
2021-03-04 Jonathan DruartBug 22824: Replace YAML::Syck with YAML::XS
2021-03-04 Martin RenvoizeBug 26057: (QA follow-up) Fix Biblios, Reserves, Z3950R...
2021-03-03 Martin RenvoizeBug 26618: Improve Exception Class Names
2021-03-03 Martin RenvoizeBug 24446: (QA follow-up) Correction to datecancelled...
2021-03-03 Martin RenvoizeBug 26057: (QA follow-up) Fix Indexer tests
2021-03-03 Martin RenvoizeBug 26057: (QA follow-up) Drop test for 'reason'
2021-03-03 Martin RenvoizeBug 26057: Add 'cancel' method to Koha::Item::Transfer
2021-03-03 Martin RenvoizeBug 26481: Add Koha::Item::Transfer->in_transit method
2021-03-03 Martin RenvoizeBug 25767: Add Koha::Item::Transfer->receive method
2021-03-03 Martin RenvoizeBug 25757: Add unit tests for item relation
2021-03-03 Martin RenvoizeBug 25757: Add Koha::Item::Transfer->transit method
2021-03-03 Martin RenvoizeBug 25755: (follow-up) Fix unit test
2021-03-03 Martin RenvoizeBug 25755: Add Unit tests for update to get_transfer
2021-03-03 Martin RenvoizeBug 25755: Add Koha::Item->request_transfer method
2021-03-03 Nick ClemensBug 27784: Unit tests
2021-03-01 Tomas Cohen AraziBug 27680: Add support for param[] syntax
2021-03-01 Martin RenvoizeBug 27680: Add tests for various ways of passing multi...
2021-03-01 Jonathan DruartBug 27718: Add tests
2021-03-01 Tomas Cohen AraziBug 27071: More tests for Koha::Library->validate_hold_...
2021-02-23 Jonathan DruartBug 27714: Prevent Koha::NewsItem->author to explode
2021-02-23 Nick ClemensBug 26051: We should sort callnumber based on cn-sort
2021-02-18 Marcel de RooyBug 27131: (QA follow-up) POD and comments
2021-02-18 Jonathan DruartBug 27131: Add tests for get_items_that_can_fill
2021-02-16 Jonathan DruartBug 27673: Replace YAML with YAML::XS
2021-02-15 Jonathan DruartBug 8326: Make repeatable and unique_id modifiable...
2021-02-12 Tomas Cohen AraziBug 26274: (QA follow-up) Minor fixes
2021-02-12 Martin RenvoizeBug 26274: Add cashups api routes
2021-02-12 Nick ClemensBug 27380: Move get_prepped_report to object and use...
2021-02-12 Kyle M HallBug 26059: Add unit tests
next