Bug 24606: Regression tests
[koha.git] / t / db_dependent / Koha / Object.t
2022-11-09 Martin RenvoizeBug 26635: (follow-up) Rename av_expand to strings
2022-11-09 Kyle M HallBug 26635: (QA follow-up) Rename key _str to _strings
2022-11-09 Tomas Cohen AraziBug 26635: Move expand syntax to x-koha-embed
2022-11-09 Tomas Cohen AraziBug 26635: Refined data structure and methods
2022-11-09 Agustin MoyanoBug 26635: Add tests
2022-06-14 Jonathan DruartBug 30420: Rename Koha::Patron->get_overdues with ...
2022-03-02 Fridolin SomersBug 29857: (QA follow-up) Fix unit test Object.t
2022-03-02 Tomas Cohen AraziBug 29857: Rename base class as Koha::Exception
2022-02-10 Jonathan DruartBug 29785: Rename Koha::Object->message with ->object_m...
2021-10-28 Martin RenvoizeBug 28948: (QA follow-up) Convert to allow-list
2021-10-28 Tomas Cohen AraziBug 28948: Add a generic way to handle API privileged...
2021-10-25 Martin RenvoizeBug 28585: (QA follow-up) Fix object.t
2021-10-15 Tomas Cohen AraziBug 29157: Regression tests
2021-09-30 Jonathan DruartBug 28772: Fix Koha/Object.t
2021-08-30 Tomas Cohen AraziBug 28744: Regression tests
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2020-10-15 Tomas Cohen AraziBug 26555: Make sure _messages is always initialized
2020-10-15 Tomas Cohen AraziBug 26555: Add ->messages and ->add_message to Koha...
2020-08-24 Jonathan DruartBug 26157: Hide expected DBI warnings from tests
2020-06-07 Tomas Cohen AraziBug 25638: Add tests for JSON conversion vs DBD::mysql
2020-04-14 Jonathan DruartBug 25044: Remove the need to define koha_object[s...
2020-03-31 Jonathan DruartBug 23463: (follow-up 3) Fix timestamp default value
2020-03-31 Jonathan DruartBug 22001: Fix Object.t - handle correct RaiseError...
2020-03-23 Jonathan DruartBug 23463: Use new method Koha::Object->set_or_blank
2020-02-24 Tomas Cohen AraziBug 24356: prefetch_whitelist tests
2020-02-05 Jonathan DruartBug 24590: Fix Koha/Object.t on MySQL 8
2020-01-31 Jonathan DruartBug 24213: Add tests
2020-01-31 Tomas Cohen AraziBug 24528: Unit tests for Koha::Object->to_api
2020-01-15 Tomas Cohen AraziBug 23893: Special care for booleans
2020-01-08 Tomas Cohen AraziBug 24228: Make ->to_api params a hashref
2020-01-08 Agustin MoyanoBug 24228: Add parameters to Koha::Object(s)->to_api...
2020-01-08 Tomas Cohen AraziBug 23893: Catch dt_from_string exceptions
2020-01-08 Tomas Cohen AraziBug 23893: Unit 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-10-21 Tomas Cohen AraziBug 23770: Unit tests
2019-02-01 Jonathan DruartBug 21610: Add tests
2019-01-25 Tomas Cohen AraziBug 22051: Unit tests
2019-01-02 Jonathan DruartBug 21817: Centralize the mock of userenv from tests
2018-10-18 Jonathan DruartBug 21597: Field 'description' doesn't have a default...
2018-07-31 Jonathan DruartBug 21133: Fix use statements order
2018-07-18 Jonathan DruartBug 20287: Test exception DuplicateID for Koha::Patron...
2018-07-18 Jonathan DruartBug 20287: Use more simple object for Object.t
2018-07-18 Jonathan DruartBug 20287: New warning in t/db_dependent/Koha/Object...
2018-07-18 Jonathan DruartBug 20287: Replace occurrences of AddMember with Koha...
2018-06-08 Jonathan DruartBug 20886: Do not cast undef to 0 (TO_JSON)
2018-04-16 Jonathan DruartBug 18725: Test return values of make_column_dirty
2018-04-16 Marcel de RooyBug 18725: (QA follow-up) Use make_column_dirty instead...
2018-04-03 Jonathan DruartBug 19926: Add tests for Koha::Object->unblessed_all_re...
2017-12-22 Tomas Cohen AraziBug 19828: Unit tests
2017-12-14 Lari TaskulaBug 18330: Handle date-time in Koha::Object->TO_JSON
2017-09-21 Olli-Antti KivilahtiBug 18290: Fix t/db_dependent/Koha/Object.t, Mojo:...
2017-03-31 Marcel de RooyBug 18174: Add update to Koha::Object
2017-02-17 Tomas Cohen AraziBug 17932: (followup) Tidy tests
2017-02-17 Tomas Cohen AraziBug 17932: Unit tests
2016-11-15 Jonathan DruartBug 17594: Make Koha::Object->discard_changes available
2016-10-11 Jonathan DruartBug 17226: Make Koha::Object->get_column available
2016-10-11 Jonathan DruartBug 17226: Improve Koha::Object's AUTOLOAD method