Bug 22770: DBRev 19.05.00.003
[koha.git] / Koha / Objects.pm
2018-05-29 Jonathan DruartBug 20767: Display a stack trace when a method is not...
2017-12-11 Jonathan DruartBug 19410: (follow-up) Move build_query_params_from_api...
2017-12-11 Tomas Cohen AraziBug 19410: Move build_query_params_from_api into a...
2017-12-11 Julian MauriceBug 19410: Move search_for_api into a Mojo helper
2017-12-11 Lari TaskulaBug 19410: (follow-up) Fix typo in POD
2017-12-11 Tomas Cohen AraziBug 19410: Add Koha::Objects->search_for_api
2017-09-01 Tomas Cohen AraziBug 19209: Add ->is_paged method to Koha::Objects
2017-06-16 Marcel de RooyBug 18361: [QA Follow-up] Resolve warning on undef...
2017-06-16 Marcel de RooyBug 18361: Koha::Objects->find should accept composite...
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 Marcel de RooyBug 18332: [QA Follow-up] Adjust slice call in last...
2017-03-31 Jonathan DruartBug 18332: Add the Koha::Objects->last method
2017-02-17 Tomas Cohen AraziBug 17932: Add a TO_JSON method to Koha::Object(s)
2016-12-23 Lari TaskulaBug 17783: Add Koha::Objects->single
2016-11-07 Jonathan DruartBug 17552: Continue revert and add tests to highlight...
2016-11-07 Jonathan DruartBug 17552: Revert "Bug 17091: Remove explicit declarati...
2016-10-21 Jonathan DruartBug 16965: Allow Koha::Objects->result_class
2016-10-21 Marcel de RooyBug 16965: [Follow-up] Adjust get_object_class
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-10-11 Jonathan DruartBug 17091: Remove explicit declaration of Koha::Objects...
2016-10-11 Jonathan DruartBug 17091: Remove explicit declaration of Koha::Objects...
2016-10-11 Jonathan DruartBug 17091: Add AUTOLOAD to Koha::Objects
2016-09-25 Jonathan DruartBug 16961: Add Koha::Objects->update
2016-07-15 Jonathan DruartBug 16889: Add Koha::Objects->columns
2016-04-26 Jonathan DruartBug 12478: Move mapping attributes to the join table
2016-02-12 Jonathan DruartBug 15446: Rename Koha::Object[s]->type with _type
2016-01-12 Jonathan DruartBug 15473: Make Koha::Objects->find accepts 0 and ...
2015-11-05 Jonathan DruartBug 14544: Make the OPAC side independent of Page.pm
2015-11-04 Julian MauriceBug 13799: RESTful API with Mojolicious and Swagger2
2015-06-04 Kyle M HallBug 13967 - System preferences need a package
2015-03-30 Jonathan DruartBug 13892: Make ysearch.pl not using C4::Members::Search
2015-02-12 Kyle M HallBug 13019 [QA Followup] - Allow chaining
2015-02-12 Marcel de RooyBug 13019: [QA Follow-up] Rename new_from_dbic and...
2015-02-12 Kyle M HallBug 13019 [QA Followup] - Allow find() and search(...
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...