Bug 24543: Fix wrong test in api/v1/checkouts.t
[koha.git] / t / db_dependent / Koha /
2020-02-10 Jonathan DruartBug 24507: Make Checkouts/ReturnClaim.t pass on MySQL 8
2020-01-31 Jonathan DruartBug 24408: Do not compare floats with precision in...
2020-01-31 Jonathan DruartBug 23443: Add tests
2020-01-31 Martin RenvoizeBug 23676: (RM follow-up) Test Correction
2020-01-30 Jonathan DruartBug 14759: Add test
2020-01-18 Tomas Cohen AraziBug 24228: Make ->to_api params a hashref
2020-01-18 Agustin MoyanoBug 24228: Add parameters to Koha::Object(s)->to_api...
2020-01-18 Tomas Cohen AraziBug 23893: Special care for booleans
2020-01-18 Tomas Cohen AraziBug 23893: Catch dt_from_string exceptions
2020-01-18 Tomas Cohen AraziBug 23893: Unit tests
2020-01-18 Jonathan DruartBug 24263: Add tests
2020-01-18 Jonathan DruartBug 24329: Add a test
2020-01-18 Lari TaskulaBug 24016: Add a failing test for overwrite-able manage...
2020-01-15 Joonas KylmäläBug 23233: (follow-up) Remove accidentally left comment
2020-01-15 Kyle M HallBug 23233: Remove use of AllowItemsOnHoldCheckout from...
2019-12-20 Tomas Cohen AraziBug 24191: Regression tests
2019-11-27 Jonathan DruartBug 23927: Add tests
2019-11-13 Jonathan DruartBug 23825: table name is not always displayed
2019-11-13 Marcel de RooyBug 23825: (QA follow-up) Remove database name
2019-11-13 Jonathan DruartBug 23825: Add tests
2019-11-13 Jonathan DruartBug 24022: Try to fix 'connect failed'
2019-11-13 Jonathan DruartBug 24022: Remove unecessary delete from authorised_values
2019-11-13 Jonathan DruartBug 24022: Prevent Session2.t to fail if run after...
2019-11-08 Jonathan DruartBug 23994: Fix random failure from AdditionalFields...
2019-11-07 Martin RenvoizeBug 23075: (RM follow-up) Update mock in tests
2019-11-06 Nick ClemensBug 23719: (follow-up) Add warn when passed invalid...
2019-11-06 NickBug 23719: Allow searching specific fields for matching...
2019-11-06 Jonathan DruartBug 17359: Use a unicode character in tests
2019-11-06 Jonathan DruartBug 17359: Add tests
2019-11-03 Ere MaijalaBug 22592: Add index scan emulation to Elasticsearch
2019-11-03 Ere MaijalaBug 23089: Fix QueryBuilder tests.
2019-10-31 Martin RenvoizeBug 22706: (RM follow-up) Add unit tests
2019-10-31 Tomas Cohen AraziBug 14697: (QA follow-up) Restore FK on issue_id and...
2019-10-31 Kyle M HallBug 14697: Introduce Koha::Checkouts::ReturnClaim(s)
2019-10-29 Fridolin SomersBug 23630: Do not remove field 999 in Elasticsearch...
2019-10-28 Alex ArnaudBug 22874: Use false instead of 0 value for limiting...
2019-10-28 Martin RenvoizeBug 23382: (RM follow-up) Days of the week discrepancies
2019-10-26 Jonathan DruartBug 23382: Use floating time zone to prevent tests...
2019-10-26 Martin RenvoizeBug 23382: (follow-up) Ensure closed day is inside...
2019-10-26 Martin RenvoizeBug 23382: (follow-up) Further improve test coverage
2019-10-26 Martin RenvoizeBug 23382: Add tests for hourly calculations
2019-10-26 Martin RenvoizeBug 23382: Improve test coverage
2019-10-25 Jonathan DruartBug 23413: Fix tests
2019-10-24 Martin RenvoizeBug 23805: Drop type lookup as it's now a foreign key
2019-10-24 Martin RenvoizeBug 23805: Update 'Pay' to 'PAYMENT' for consistency
2019-10-24 Martin RenvoizeBug 23805: Update 'FOR' to 'FORGIVEN' for consistency
2019-10-24 Martin RenvoizeBug 23805: Update accounttype references in tests
2019-10-24 Martin RenvoizeBug 23049: (QA follow-up) Silence noisy warnings
2019-10-24 Martin RenvoizeBug 23049: (QA follow-up) Fix for missing types in...
2019-10-24 Martin RenvoizeBug 23049: (QA follow-up) Check constraint test corrections
2019-10-24 Martin RenvoizeBug 23049: Drop type lookup as it's now a foreign key
2019-10-24 Martin RenvoizeBug 23049: Capitalise type passed to add_debit for...
2019-10-24 Martin RenvoizeBug 23049: Capitalise type passed to add_debit for...
2019-10-24 Martin RenvoizeBug 23049: Update existing code to use debit_type
2019-10-24 Martin RenvoizeBug 23049: Add tests
2019-10-24 Nick ClemensBug 23413: Update tests to use build_sample_biblio
2019-10-23 Tomas Cohen AraziBug 23793: Unit tests
2019-10-23 Ere MaijalaBug 13937: (follow-up) Fix searching with UTF-8 characters.
2019-10-22 Jonathan DruartBug 22445: Replace %% with {}
2019-10-22 Martin RenvoizeBug 22445: Add new pattern %normalized_isbn%
2019-10-22 Martin RenvoizeBug 22445: Allow marc fields as pattern
2019-10-22 Martin RenvoizeBug 22445: Add tests for Koha::Biblio->custom_cover_ima...
2019-10-21 Tomas Cohen AraziBug 23770: (follow-up) Add tests for Koha::Objects...
2019-10-21 Tomas Cohen AraziBug 23770: Unit tests
2019-10-17 Tomas Cohen AraziBug 23807: Unit tests
2019-10-17 Jonathan DruartBug 23821: Remove new occurrence of create_helper_biblio
2019-10-15 Ere MaijalaBug 13937: (QA follow-up) Make tests work with YAZ...
2019-10-14 Ere MaijalaBug 13937: (QA follow-up) Fix tests.
2019-10-09 Fridolin SomersBug 22997: Unit test
2019-10-08 Ere MaijalaBug 13937: Add SRU tests
2019-10-08 Ere MaijalaBug 13937: Fix RPN conversion
2019-10-08 Ere MaijalaBug 13937: Add tests for search and retrieval
2019-10-08 Nick ClemensBug 13937: Add unit tests
2019-10-03 Martin RenvoizeBug 20589: (RM follow-up) Fix Koha::SearchField.t
2019-10-02 NickBug 20589: Remove expanded_facet variable and fix tests
2019-10-02 David GustafssonBug 20589: fix QueryBuilder tests
2019-10-02 David GustafssonBug 20589: Add field boosting and use query_string...
2019-10-01 Agustin MoyanoBug 19618: Add tests
2019-10-01 Kyle M HallBug 23688: System preference uppercasesurnames broken...
2019-09-23 Martin RenvoizeBug 23321: (follow-up) Add test for Koha::Account change
2019-09-23 Martin RenvoizeBug 23321: Allow setting of branch default
2019-09-23 Martin RenvoizeBug 23321: Koha::Library additions
2019-09-23 Martin RenvoizeBug 23321: Add cash register management
2019-09-23 Tomas Cohen AraziBug 22837: (follow-up) Fix some tests
2019-09-23 Martin RenvoizeBug 22837: Update callers to use new signature
2019-09-13 Tomas Cohen AraziBug 6759: (QA follow-up) Unit tests
2019-09-12 Tomas Cohen AraziBug 23599: Regression tests
2019-09-10 Fridolin SomersBug 23004: Unit test
2019-09-06 Jonathan DruartBug 23079: Add tests
2019-08-20 Tomas Cohen AraziBug 14570: (QA follow-up) Fix tests
2019-08-20 Tomas Cohen AraziBug 14570: Add error handling to Koha::Patron::Relation...
2019-08-20 Kyle M HallBug 14570: Make it possible to add multiple guarantors...
2019-08-19 Tomas Cohen AraziBug 23281: Implement ->search_with_library_limits in...
2019-08-13 Josef MoravecBug 16284: Add Koha::Biblio->is_serial method
2019-08-13 Nick ClemensBug 23413: Add a holds method to Koha::Items
2019-08-08 Jonathan DruartBug 22741: Add a test
2019-08-05 Ere MaijalaBug 11529: Add templates for biblio title display....
2019-08-05 Ere MaijalaBug 11529: Remove field mapping table and admin page
2019-08-05 Martin RenvoizeBug 22610: (follow-up) Correction to accounts tests
2019-07-26 Ere MaijalaBug 22524: Fix publication date and year search with...
next