Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha-equinox.git] / Koha / Objects.pm
2020-07-20 Jonathan DruartBug 24152: Add the ability to purge pseudonymized tables
2020-07-20 Jonathan DruartBug 24152: Add method Koha::Objects->filter_by_last_update
2020-05-08 Jonathan DruartBug 25423: Force call to update and empty with an insta...
2020-05-07 Tomas Cohen AraziBug 23185: Realistic POD for Koha::Objects->search
2020-05-07 Tomas Cohen AraziBug 23185: ->update can only be called on instantiated...
2020-05-05 Martin RenvoizeBug 23185: (RM follow-up) Minor POD wording update
2020-05-05 Tomas Cohen AraziBug 23185: (QA follow-up) Add POD for Koha::Objects...
2020-05-05 Martin RenvoizeBug 23185: (QA follow-up) Semantics, split fields and...
2020-05-05 Jonathan DruartBug 23185: Make Koha::Objects->update loop on the objec...
2020-05-01 Jonathan DruartBug 25303: Call ->reset before iterate on the set
2020-04-29 Jonathan DruartBug 25303: Make Koha::Objects->delete loop on the objec...
2020-04-29 Tomas Cohen AraziBug 25296: Make ->empty work for uninstantiated calls
2020-04-29 Tomas Cohen AraziBug 25296: Add a way to force an empty Koha::Objects...
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-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 Agustin MoyanoBug 24228: Add parameters to Koha::Object(s)->to_api...
2020-01-08 Tomas Cohen AraziBug 24321: Add Koha::Objects->attributes_from_api
2019-10-21 Tomas Cohen AraziBug 23770: Add Koha::Object(s)->to_api method
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...