Bug 22521: DBRev 18.12.00.055
[koha.git] / Koha / REST / Plugin /
2019-02-26 Nick ClemensRevert "Bug 22026: Removed 'use Modern::Perl;' from...
2019-01-28 Jasmine AmohiaBug 22026: Removed 'use Modern::Perl;' from Koha::REST...
2018-09-14 Tomas Cohen AraziBug 21116: Add API routes through plugins
2018-02-16 Tomas Cohen AraziBug 19686: (follow-up) Add to_api param for completeness
2018-02-16 Tomas Cohen AraziBug 19686: Add objects.search a 'to_model' param
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 Tomas Cohen AraziBug 19370: (QA follow-up) Use OpenAPI's handling of...
2017-12-11 Tomas Cohen AraziBug 19370: Remove undefined variable warning
2017-12-11 Tomas Cohen AraziBug 19370: Add helper function for order_by attribute...
2017-12-11 Tomas Cohen AraziBug 19278: Mention RESTdefaultPageSize in POD
2017-12-11 Jonathan DruartBug 19278: (follow-up) Make the pagination plugin use...
2017-12-11 Tomas Cohen AraziBug 19278: Make the pagination plugin use RESTdefaultPa...
2017-12-11 Tomas Cohen AraziBug 19369: Add helper function for pagination attribute...
2017-12-11 Tomas Cohen AraziBug 19234: Add query parameters handling helpers
2017-10-09 Tomas Cohen AraziBug 19196: Rename page and per_page
2017-10-09 Tomas Cohen AraziBug 19196: Add Koha::REST::Plugin::Pagination