Bug 11592: (QA followup) Add missing framework code to ViewPolicy filter calls
[koha.git] / Koha / Objects.pm
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...