[Koha-bugs] [Bug 7804] Add Koha Plugin System

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 9 21:17:22 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7804

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #14509|0                           |1
        is obsolete|                            |

--- Comment #44 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 14510
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14510&action=edit
Bug 7804 - Add Koha Plugin System

Adds support for custom plugins. At the moment the Plugins
feature supports two types of plugins, reports and tools.

Plugins are installed by uploading KPZ ( Koha Plugin Zip )
packages. A KPZ file is just a zip file containing the
perl files, template files, and any other files neccessary
to make the plugin work.

Test plan:
1) Apply patch
2) Run updatedatabase.pl
3) Create the directory /var/lib/koha/plugins
4) Add the line <pluginsdir>/var/lib/koha/plugins</pluginsdir>
5) Access the plugins system from the "More" pulldown
6) Upload the example plugin file provided here
7) Try it out!

Things that still need to be done:
1) Add a use_plugins parameter to the koha-conf.xml file
2) Add some authentication so that only authorized users can use tools and/or
reports
3) Add another permission for configuring plugins
4) Add a way to uninstall plugins
5) Delete unused Perl dependencies from the patch.
6) Give the plugin templates access to the standard Koha template include files
7) Give the plugin templates a way to access their own images, css files, js
files, etc.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list