Bug 20473: Whitespace
[koha.git] / Koha / Plugins.pm
2022-11-03 Kyle HallBug 29672: (QA follow-up) Add POD
2022-11-03 Julian MauriceBug 29672: Clear cache of enabled plugins when a plugin...
2022-11-03 Julian MauriceBug 29672: Increase performance of Koha::Plugins->call
2022-05-05 Tomas Cohen AraziBug 30180: (follow-up) Add temporary deprecation warning
2021-10-18 Marcel de RooyBug 28211: (QA follow-up) POD changes
2021-10-18 Kyle M HallBug 28211: Replace use of call_recursive() with call()
2021-10-06 Kyle M HallBug 28026: Add call_recursive() as a supplement for...
2021-10-01 Tomas Cohen AraziBug 29121: Catch errors in ->install and ->upgrade...
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2020-10-22 Martin RenvoizeBug 25549: Add error reporting to plugins-home
2020-10-22 Nick ClemensBug 25549: Remove plugin methods for broken plugins
2020-09-28 Fridolin SomersBug 26434: Fix plugin dirs addition to @INC
2020-08-05 Jonathan DruartBug 26138: Make Koha::Plugins->call return consistent...
2020-07-30 Julian MauriceBug 24031: Add safety checks in Koha::Plugins::call
2020-07-30 Julian MauriceBug 24031: Remove check for syspref UseKohaPlugins
2020-07-30 Julian MauriceBug 24031: Add plugin hook after_hold_create
2019-06-18 Tomas Cohen AraziBug 21073: (QA follow-up) Simplify logic
2019-06-18 Tomas Cohen AraziBug 21073: (QA follow-up) Only public subs should be...
2019-06-18 Agustin MoyanoBug 21073: (follow-up) QA fixes after rebase
2019-06-18 Tomas Cohen AraziBug 21073: Restore filtering by metadata
2019-06-18 Tomas Cohen AraziBug 21073: (QA follow-up) Remove unused libraries
2019-06-18 Kyle M HallBug 21073: Improve plugin performance
2019-05-09 Alex ArnaudBug 22053: ability to enable/disable some plugins
2017-09-01 Jonathan DruartBug 19081: Do not list plugins that have been uninstalled
2017-02-17 Magnus EngerBug 17461: Warn about plugins that can't be loaded
2017-02-14 Marcel de RooyBug 17935: Adjust some POD lines, fix a few typos
2017-01-11 Kyle M HallBug 15879: Allow multiple plugin directories to be...
2016-09-09 Jonathan DruartBug 16586: [QA Follow-up] Simplify code
2016-09-09 Marcel de RooyBug 16586: Koha Plugins: Limit results of GetPlugins...
2016-08-04 Chris CormackBug 16975 : @INC should not have '.' as its last entry
2016-04-01 Kyle M Hall Bug 15630 - Make Edifact module pluggable
2016-02-24 Julian MauriceBug 15743: Allow plugins to embed Perl modules
2015-05-04 Kyle M HallBug 12412: Add ability for plugins to convert arbitrary...
2015-04-20 Jonathan DruartBug 9978: Replace license header with the correct licen...
2013-05-01 Jared Camins-EsakovMerge branch 'bug_7368' into 3.14-master
2013-04-18 Jared Camins-EsakovMerge branch 'bug_7368' into 3.14-master
2013-03-22 Jared Camins-EsakovMerge branch 'bug_9907' into 3.12-master
2013-03-22 Kyle M HallBug 9907 - Plugins test dies early on some servers
2013-03-20 Jared Camins-EsakovMerge branch 'bug_7804' into 3.12-master
2013-03-20 Kyle M HallBug 7804 - Add Koha Plugin System - QA Followup 2
2013-03-20 Kyle M HallBug 7804 - Add Koha Plugin System - Unit Tests
2013-03-20 Kyle M HallBug 7804 - Add Koha Plugin System