Bug 7804 - Add Koha Plugin System - QA Followup 2
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 20 Feb 2013 18:32:25 +0000 (13:32 -0500)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 20 Mar 2013 18:50:19 +0000 (14:50 -0400)
commit58cc246e930cb1e9c1f45b5c6dd87302eb9ce3a8
tree29b584286c3eac0def72266e599ebfd8747e0b45
parent171542059eb6bb734ec37f561d35d108e59c37a1
Bug 7804 - Add Koha Plugin System - QA Followup 2

* Add "Plugins disabled" screen instead of error
* Allow plugins to return a value, add a test run that checks the return value

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Koha/Plugins.pm
Koha/Plugins/Base.pm
Koha/Plugins/Handler.pm
koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-disabled.tt [new file with mode: 0644]
plugins/plugins-home.pl
plugins/plugins-upload.pl
plugins/run.pl
t/Koha/Plugin/Test.pm
t/db_dependent/Plugins.t