Bug 26250: Fix tests when SearchEngine=Elastic
[koha.git] / t / db_dependent / Koha / Objects.t
2020-07-20 Jonathan DruartBug 24152: Add the ability to purge pseudonymized tables
2020-05-08 Jonathan DruartBug 25423: (follow-up) Unit tests
2020-05-08 Tomas Cohen AraziBug 25423: Unit tests
2020-05-05 Martin RenvoizeBug 23185: (QA follow-up) Semantics, split fields and...
2020-05-05 Jonathan DruartBug 23185: Add tests
2020-05-01 Jonathan DruartBug 25303: Add a test for ->reset
2020-04-29 Jonathan DruartBug 25303: Effectively delete the city to avoid endless...
2020-04-29 Tomas Cohen AraziBug 25303: Unit tests
2020-04-29 Tomas Cohen AraziBug 25296: Tests for uninstantiated behaviour
2020-04-29 Tomas Cohen AraziBug 25296: Unit tests
2020-04-14 Jonathan DruartBug 25044: Remove the need to define koha_object[s...
2020-03-31 Jonathan DruartBug 22001: Errors are no longer logged by default (!)
2020-02-24 Tomas Cohen AraziBug 24356: prefetch_whitelist tests
2020-02-04 Kyle M HallBug 18936: Convert issuingrules fields to circulation_rules
2020-01-23 Julian MauriceBug 19809: Re-allow to call Koha::Objects::find in...
2020-01-23 Agustin MoyanoBug 24432: add Koha::Objects->from_api_mapping
2020-01-08 Tomas Cohen AraziBug 24228: Make ->to_api params a hashref
2020-01-08 Josef MoravecBug 24321: (follow-up) Fix number of tests in t/db_depe...
2020-01-08 Tomas Cohen AraziBug 24321: Add Koha::Objects->attributes_from_api
2020-01-07 Jonathan DruartBug 21684: Koha::Object->delete must return a Koha...
2020-01-03 Jonathan DruartBug 21684: Fix delete methods and add more tests
2020-01-03 Jonathan DruartBug 21684: Add tests to show some of the discrepancies
2019-10-21 Tomas Cohen AraziBug 23770: (follow-up) Add tests for Koha::Objects...
2019-10-21 Tomas Cohen AraziBug 23770: Unit tests
2019-01-11 Tomas Cohen AraziBug 21912: (QA follow-up) Do not delete existing patrons
2019-01-11 Tomas Cohen AraziBug 21912: Add tests for Koha::Objects->search
2018-05-29 Jonathan DruartBug 20767: Display a stack trace when a method is not...
2017-12-11 Tomas Cohen AraziBug 19410: Move build_query_params_from_api into a...
2017-12-11 Tomas Cohen AraziBug 19410: Unit tests
2017-09-01 Kyle M HallBug 19209 [Followup] - Ensure checkouts don't prevent...
2017-09-01 Tomas Cohen AraziBug 19209: (QA followup) Improve tests
2017-09-01 Tomas Cohen AraziBug 19209: Add ->is_paged method to Koha::Objects
2017-08-15 Jonathan DruartBug 18292: Remove return 1 statements in tests
2017-06-16 Marcel de RooyBug 18361: [QA Follow-up] Resolve warning on undef...
2017-06-16 Tomas Cohen AraziBug 18361: (QA followup) Add tests for the no params...
2017-06-16 Marcel de RooyBug 18361: Additional tests for Koha::Objects->find
2017-06-15 Jonathan DruartBug 18539: Forbid list context calls for Koha::Objects...
2017-04-28 Kyle M HallRevert "Bug 18179: Forbid list context calls for Koha...
2017-04-28 Jonathan DruartBug 18179: Forbid list context calls for Koha::Objects...
2017-04-03 Jonathan DruartBug 18093: Koha::Objects->get_column should not return...
2017-04-03 Jonathan DruartBug 18093: Add Koha::Objects->get_column
2017-03-31 Jonathan DruartBug 18332: Add the Koha::Objects->last method
2016-12-23 Lari TaskulaBug 17783: Add Koha::Objects->single
2016-11-07 Jonathan DruartBug 17552: Continue revert and add tests to highlight...
2016-10-21 Jonathan DruartBug 17425: Add the Object::MethodNotCoveredByTests...
2016-10-21 Tomas Cohen AraziBug 17425: Make Koha::Object raise exceptions
2016-10-21 Kyle M HallBug 17080 [QA Followup] - Fix number of tests
2016-10-21 Jonathan DruartBug 17080: Handle default values for NOT NULL columns...
2016-10-21 Jonathan DruartBug 16965: search_related returns an instanciated Koha...
2016-10-21 Jonathan DruartBug 16965: Add Koha::Objects->search_related
2016-10-11 Jonathan DruartBug 17091: Add delete to the Koha::Objects AUTOLOAD...
2016-10-11 Jonathan DruartBug 17091: In a first phase, restrict the usage of...
2016-10-11 Jonathan DruartBug 17091: Remove explicit declaration of Koha::Objects...
2016-10-11 Jonathan DruartBug 17091: Remove explicit declaration of Koha::Objects...
2016-09-25 Jonathan DruartBug 16961: Add Koha::Objects->update
2016-07-15 Jonathan DruartBug 16889: Add Koha::Objects->columns
2016-01-12 Jonathan DruartBug 15473: Make Koha::Objects->find accepts 0 and ...