Bug 28228: Supress plugin related error message
[koha.git] / Koha / Plugins / Base.pm
2021-09-20 Kyle M HallBug 28228: Supress plugin related error message
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2020-11-04 Frédéric DemiansBug 26803: Fix PLUGIN_DIR when plugin_dirs is multivalued
2020-05-11 Nicolas LegrandBug 25099: Sending a LANG variable to plug-in template
2020-01-07 Jonathan DruartBug 24361: (bug 24217 follow-up) Fix several warnings...
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-18 Tomas Cohen AraziBug 22834: Add Koha::Plugins::Base->bundle_path
2019-06-18 Tomas Cohen AraziBug 21073: (QA follow-up) Add ->is_enabled and tests
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...
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-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-04-18 Jared Camins-EsakovMerge branch 'bug_6554' into 3.14-master
2013-04-03 Jared Camins-EsakovMerge branch 'bug_9971' into 3.12-master
2013-04-03 Kyle M HallBug 9971 - Plugins system is broken!
2013-03-22 Jared Camins-EsakovMerge branch 'bug_9883' into 3.12-master
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 Jared Camins-EsakovMerge branch 'bug_7804' into 3.12-master
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