Bug 17698: DBRev 18.06.00.011
[koha.git] / Koha / Object.pm
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...