Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha-equinox.git] / Koha / Object.pm
2020-06-07 Tomas Cohen AraziBug 25638: Update TODO
2020-06-07 Jonathan DruartBug 25638: Fix regression
2020-06-07 Jonathan DruartBug 25638: Fix float/decimal comparison in API related...
2020-06-07 Jonathan DruartBug 25638: Revert "Bug 25513: Remove unneeded integer...
2020-05-28 Jonathan DruartBug 25513: Remove unneeded integer casting in Koha...
2020-05-05 Jonathan DruartBug 23185: Make Koha::Objects->update loop on the objec...
2020-04-14 Jonathan DruartBug 25044: Remove the need to define koha_object[s...
2020-03-31 Jonathan DruartBug 22001: Add the DBI error message
2020-03-31 Jonathan DruartBug 23463: (follow-up 3) Fix timestamp default value
2020-03-23 Jonathan DruartBug 23463: (follow-up 2) Fix timestamp default value
2020-03-23 Jonathan DruartBug 23463: Use new method Koha::Object->set_or_blank
2020-03-23 Jonathan DruartBug 23463: (follow-up) Fix timestamp default value
2020-03-06 David GustafssonBug 24788: Remove autoloaded column accessors in Koha...
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-02-24 Agustin MoyanoBug 24356: Make objects.search prefetch embedded relations
2020-02-17 Jonathan DruartBug 23084: Replace grep {^$var$} with grep {$_ eq ...
2020-01-31 Jonathan DruartBug 24213: Fix Koha::Object->get_from_storage if the...
2020-01-31 Tomas Cohen AraziBug 24528: Add *_count support to 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 Jonathan DruartBug 23893: Remove Overloaded method from Koha::Patron
2020-01-08 Tomas Cohen AraziBug 23893: Add new_from_api and set_from_api to Koha...
2020-01-08 Tomas Cohen AraziBug 23893: Implement Koha::Object->from_api_mapping
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
2019-12-10 Martin RenvoizeBug 21761: Call set + store as update
2019-11-13 Marcel de RooyBug 23825: (QA follow-up) Remove database name
2019-11-13 Marcel de RooyBug 23825: Koha/Object.t might fail on a backtick
2019-10-21 Tomas Cohen AraziBug 23770: Add Koha::Object(s)->to_api method
2019-08-20 Kyle M HallBug 14570: Make it possible to add multiple guarantors...
2019-02-01 Jonathan DruartBug 21610: Improve default values for dates
2019-02-01 Marcel de RooyBug 21610: (follow-up) Default value for dates
2019-02-01 Marcel de RooyBug 21610: (QA follow-up) Better use columns_info from...
2019-02-01 Jonathan DruartBug 21610: Fix integers and dates values at Koha::Objec...
2019-01-25 Tomas Cohen AraziBug 22051: Make Koha::Object->store translate incorrect...
2018-12-26 Jonathan DruartBug 22033: Remove related_resultset from the list of...
2018-07-18 Jonathan DruartBug 20287: Koha::Object->get_from_storage
2018-06-08 Jonathan DruartBug 20886: Do not cast undef to 0 (TO_JSON)
2018-05-29 Jonathan DruartBug 20767: Display a stack trace when a method is not...
2018-04-16 Marcel de RooyBug 18725: (QA follow-up) Use make_column_dirty instead...
2018-04-03 Jonathan DruartBug 19926: Add the Koha::Object->unblessed_all_relateds...
2017-12-22 Josef MoravecBug 19828: (QA follow-up) Fix rethrowing exception...
2017-12-22 Tomas Cohen AraziBug 19828: Make Koha::Object->store translate DBIC...
2017-12-18 Jonathan DruartBug 18330: (follow-up) Do not return undef explicitely
2017-12-14 Lari TaskulaBug 18330: Handle date-time in Koha::Object->TO_JSON
2017-03-31 Marcel de RooyBug 18174: Add update to Koha::Object
2017-02-17 Tomas Cohen AraziBug 17932: Add a TO_JSON method to Koha::Object(s)
2016-12-30 Jonathan DruartBug 13726: Make Koha::Acq::Bookseller using Koha::Object
2016-12-16 Marcel de RooyBug 17681: Exiisting typos might thow some feees when...
2016-11-15 Jonathan DruartBug 17594: Make Koha::Object->discard_changes available
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 Jonathan DruartBug 17080: Handle default values for NOT NULL columns...
2016-10-11 Jonathan DruartBug 17226: Make Koha::Object->get_column available
2016-10-11 Jonathan DruartBug 17226: Improve Koha::Object's AUTOLOAD method
2016-02-12 Jonathan DruartBug 15446: Rename Koha::Object[s]->type with _type
2015-11-04 Julian MauriceBug 13799: RESTful API with Mojolicious and Swagger2
2015-11-04 Kyle M HallBug 11431: Add additional sound options
2015-10-19 Kyle M HallBug 10363: There is no package for authorised values.
2015-02-12 Kyle M HallBug 13019 [QA Followup] - Allow chaining
2015-02-12 Kyle M HallBug 13019 [QA Followup] - Remove use of encode
2015-02-12 Marcel de RooyBug 13019: [QA Follow-up] Rename new_from_dbic and...
2015-02-12 Jonathan DruartBug 13019: (follow-up) Remove smartmatch operator
2015-02-12 Kyle M HallBug 13019 - Add base classes on which to build Koha...