Bug 29484: Regression tests
[koha.git] / t / db_dependent / Koha /
2021-11-25 Jonathan DruartBug 28445: Prevent UI/Form/Builder/Item.t to fail randomly
2021-11-25 Jonathan DruartBug 28445: (follow-up) Add diag for failing test
2021-11-19 Marcel de RooyBug 29387: (QA follow-up) Fix modules in test
2021-11-19 Jonathan DruartBug 29387: Stringify exception when logging error durin...
2021-11-15 Jonathan DruartBug 29273: Fix failing tests
2021-11-15 Marcel de RooyBug 29146: Add test for editing existing item
2021-11-15 Jonathan DruartBug 29273: Remove warnings from plugin tests
2021-11-08 Tomas Cohen AraziBug 29427: Regression tests
2021-11-05 Joonas KylmäläBug 27708: (QA follow-up) Add a few tests for Koha...
2021-11-03 Nick ClemensBug 26326: Add Koha Objects for Import Records and...
2021-11-03 Marcel de RooyBug 27173: Add tests
2021-10-28 Tomas Cohen AraziBug 29288: Unit tests
2021-10-28 Tomas Cohen AraziBug 28948: Fix random failure
2021-10-28 Martin RenvoizeBug 28948: (QA follow-up) Convert to allow-list
2021-10-28 Tomas Cohen AraziBug 28948: Teach objects.search about public requests
2021-10-28 Tomas Cohen AraziBug 28948: Add a generic way to handle API privileged...
2021-10-28 Martin RenvoizeBug 29332: Unit tests
2021-10-28 Jonathan DruartBug 28445: Add diag for failing test
2021-10-28 Jonathan DruartBug 28445: Add tests for subfields_to_prefill
2021-10-26 Jonathan DruartBug 11175: Add tests
2021-10-26 Martin RenvoizeBug 11175: (QA follow-up) Fix queries
2021-10-26 Martin RenvoizeBug 11175: (QA follow-up) Move get_component_part_query
2021-10-26 Martin RenvoizeBug 11175: (follow-up) Rename routine get_marc_components
2021-10-26 Joonas KylmäläBug 11175: (follow-up) Add tests
2021-10-25 Jonathan DruartBug 28847: Remove diag statements
2021-10-25 Martin RenvoizeBug 28585: (QA follow-up) Fix object.t
2021-10-21 Nick ClemensBug 25030: (QA follow-up) Fix tests
2021-10-21 Julian MauriceBug 25030: Implement IncludeSeeFromInSearches with...
2021-10-19 Tomas Cohen AraziBug 28211: (QA follow-up) Test for hook calls properly
2021-10-18 Kyle M HallBug 28211: (QA follow-up) Add unit tests
2021-10-18 Kyle M HallBug 28211: Replace use of call_recursive() with call()
2021-10-18 Jonathan DruartBug 28445: Split and join on ' | ' instead of '|' for...
2021-10-18 Jonathan DruartBug 28445: Improve robustness of tests
2021-10-18 Jonathan DruartBug 28445: Use the task queue for the batch delete...
2021-10-15 Tomas Cohen AraziBug 29157: Regression tests
2021-10-12 Jonathan DruartBug 29172: Make CustomCoverImagesURL compatible with...
2021-10-12 Jonathan DruartBug 28734: Clear cache to prevent random failures
2021-10-08 Jonathan DruartBug 3142: Add tests for item-level_itypes=0
2021-10-08 Marcel de RooyBug 3142: (QA follow-up) Include notforloan itemtypes
2021-10-08 Jonathan DruartBug 3142: Add test for the circ rule
2021-10-08 Jonathan DruartBug 3142: Add tests
2021-10-07 Tomas Cohen AraziBug 29182: Regression tests
2021-10-07 Jonathan DruartBug 28931: Remove unused Koha::DateUtils from tests
2021-10-07 Jonathan DruartBug 28931: Use EXPORT_OK from Koha::DateUtils
2021-10-07 Tomas Cohen AraziBug 29084: Update article requests-related Koha::Biblio...
2021-10-07 Tomas Cohen AraziBug 29083: Update article requests-related Koha::Patron...
2021-10-07 Jonathan DruartBug 29082: Simplify tests
2021-10-07 Tomas Cohen AraziBug 29082: Add filtering methods to Koha::ArticleRequests
2021-10-07 Tomas Cohen AraziBug 27526: (QA follow-up) Wrap tests in transaction
2021-10-07 Jonathan DruartBug 27526: Improve robustness of tests
2021-10-07 Jonathan DruartBug 27526: Fix perlcritic in tests
2021-10-06 Kyle M HallBug 26352: Switch from using call() to call_recursive()
2021-10-06 Martin RenvoizeBug 26352: (QA follow-up) Add additional tests
2021-10-06 Kyle M HallBug 26352: Add unit test
2021-10-06 Kyle M HallBug 26351: Add plugin hooks to transform item barcodes
2021-10-06 Kyle M HallBug 28026: Add call_recursive() as a supplement for...
2021-10-06 Jonathan DruartBug 27526: Add tests for columns_to_str and host_items
2021-10-06 Tomas Cohen AraziBug 27947: (QA follow-up) Make parameters a hashref
2021-10-06 Tomas Cohen AraziBug 27945: Terminology: max daily => open requests...
2021-10-05 Tomas Cohen AraziBug 27945: Implement limits using circulation rules
2021-10-05 Tomas Cohen AraziBug 27945: Clarify 'same day' behavior
2021-10-05 Agustin MoyanoBug 27945: Add limit article request feature
2021-10-05 Tomas Cohen AraziBug 27944: Add missing tests
2021-10-05 Aleisha AmohiaBug 28734: Parse display in $biblio->get_marc_notes
2021-10-01 Tomas Cohen AraziBug 29139: Add regression tests
2021-10-01 Tomas Cohen AraziBug 29121: Regression tests
2021-10-01 Jonathan DruartBug 29149: Add the capability to provide more info...
2021-09-30 Jonathan DruartBug 28772: Fix Koha/Object.t
2021-09-30 Jonathan DruartBug 28772: Make validate_secret return 1|0
2021-09-30 Tomas Cohen AraziBug 28772: (QA follow-up) Fix wrong message
2021-09-30 Tomas Cohen AraziBug 28772: Make Koha::ApiKey->store encrypt the secret
2021-09-29 Marcel de RooyBug 27155: Include identifier test in Biblio_and_Items_...
2021-09-20 Jonathan DruartBug 28972: Fix failing tests
2021-09-20 Nick ClemensBug 28847: Unit tests
2021-09-09 Julian MauriceBug 28306: Fix t/db_dependent/Koha/Objects.t
2021-08-31 Julian MauriceBug 28306: Allow to query database with minimal memory...
2021-08-30 Tomas Cohen AraziBug 28744: Regression tests
2021-08-27 Jonathan DruartBug 22690: Remove uneeded return and add no_triggers
2021-08-27 Martin RenvoizeBug 22690: (QA follow-up) Fix indexing for Items sets
2021-08-27 Martin RenvoizeBug 22690: (QA follow-up) Add TrackedLink classes and...
2021-08-27 Martin RenvoizeBug 22690: (QA follow-up) Move adopt_items_from_biblios...
2021-08-27 Martin RenvoizeBug 22690: (QA follow-up) Rename 'item_orders' to ...
2021-08-27 Jonathan DruartBug 22690: Add missing txn_begin in subtest
2021-08-27 Joonas KylmäläBug 22690: (QA follow-up) Make bib-level hold object...
2021-08-27 Joonas KylmäläBug 22690: (QA follow-up) Index also source biblio...
2021-08-27 Joonas KylmäläBug 22690: (QA follow-up) Silence manually generated...
2021-08-27 Ere MaijalaBug 22690: Add more tests
2021-08-27 Ere MaijalaBug 22690: Refactor merging of records to improve perfo...
2021-08-19 Jonathan DruartBug 21670: Add debug to Plugins.t
2021-08-18 Jonathan DruartBug 28802: Fix Asset.t
2021-08-18 Fridolin SomersBug 28873: Fix age displayed in db_dependent/Koha/Patrons.t
2021-08-16 Jonathan DruartBug 24387: Fix AdditionalContents.t
2021-08-16 Jonathan DruartBug 24387: Rename "News" with "Additional contents"
2021-08-04 Martin RenvoizeBug 28421: Unit Tests
2021-08-04 Martin RenvoizeBug 22435: (follow-up) Set CREATE offset for credits...
2021-08-04 Martin RenvoizeBug 22435: (QA follow-up) Fix test for offset total
2021-08-04 Martin RenvoizeBug 22435: (QA follow-up) Add missing test for manager...
2021-08-04 Martin RenvoizeBug 22435: (follow-up) Update POS for reduced offset...
2021-08-04 Nick ClemensBug 22435: (QA follow-up) Fix test file and adjust...
2021-08-04 Martin RenvoizeBug 22435: Fix _set_found_trigger
next