Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha-equinox.git] / Koha / Plugins /
2020-05-11 Nicolas LegrandBug 25099: Sending a LANG variable to plug-in template
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-01-07 Jonathan DruartBug 24361: (bug 24217 follow-up) Fix several warnings...
2019-11-05 Tomas Cohen AraziBug 23050: (QA follow-up) Add Koha::Plugins::Tab class
2019-08-05 Nick ClemensBug 23237: Fix POD and typos
2019-08-05 Frédéric DemiansBug 23237: Plugin allow [% INCLUDE %] from template
2019-07-03 Tomas Cohen AraziBug 23230: Make _version_compare OO context aware
2019-06-19 Tomas Cohen AraziBug 21073: (QA follow-up) Fix typo in class name
2019-06-18 Tomas Cohen AraziBug 22834: Add Koha::Plugins::Base->bundle_path
2019-06-18 Tomas Cohen AraziBug 21073: (QA follow-up) Don't call -> twice!
2019-06-18 Tomas Cohen AraziBug 21073: (QA follow-up) Add ->is_enabled and tests
2019-06-18 Agustin MoyanoBug 21073: (follow-up) QA fixes after rebase
2019-06-18 Kyle M HallBug 21073: Improve plugin performance
2019-06-18 Kyle M HallBug 21073: Add new table, schema and classes
2019-05-09 Tomas Cohen AraziBug 22053: (QA follow-up) More tests
2019-05-09 Alex ArnaudBug 22053: ability to enable/disable some plugins
2019-02-27 Kyle M HallBug 22084: Plugin upgrade method and database plugin...
2018-09-26 Kyle M HallBug 20669: Add upgrade method to plugins
2018-04-04 Tomas Cohen AraziBug 19223: Add methods to correctly handle plugin-gener...
2017-11-01 Marcel de RooyBug 17989: Include full path logic in _get_template_file
2017-02-14 Mark TompsettBug 17935: Follow up for C4::Plugin...
2017-01-11 Jonathan DruartBug 15879: Add Tests
2017-01-11 Kyle M HallBug 15879: Allow multiple plugin directories to be...
2016-08-04 Chris CormackBug 16975 : @INC should not have '.' as its last entry
2016-06-17 Marcel de RooyBug 16502: Table koha_plugin_com_bywatersolutions_kitch...
2016-05-16 Jonathan DruartBug 16476: Do not call CGI->param in list context,...
2015-07-07 Kyle M HallBug 14467: Security updates break some Koha plugins
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-04-03 Kyle M HallBug 9971 - Plugins system is broken!
2013-03-22 Kyle M HallBug 9907 - Plugins test dies early on some servers
2013-03-22 Kyle M HallBug 9883 - Koha::Plugins::* should not require koha...
2013-03-22 Kyle M HallBug 9883 - Koha::Plugins::Base should not require koha...
2013-03-20 Kyle M HallBug 7804 - Add Koha Plugin System - QA Followup 3 ...
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