Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences
Kyle M Hall 5eabc672fd 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 lines
      <pluginsdir>/var/lib/koha/plugins</pluginsdir>
      <enable_plugins>1</enable_plugins>"
   to your koha-conf.xml file
5) Add the line
       Alias /plugin/ "/var/lib/koha/plugins/"
   to your koha-httpd.conf file
6) Restart your webserver
7) Access the plugins system from the "More" pulldown
8) Upload the example plugin file provided here
9) Try it out!

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
2013-03-20 14:49:47 -04:00
..
acquisitions.pref Bug 5335 - More granular VAT 2012-09-20 18:09:53 +02:00
admin.pref Bug 9827: remove 'insecure' system preference 2013-03-19 21:46:34 -04:00
authorities.pref BUG 9145: Authorities: standard language for UNIMARC 2013-02-20 08:42:10 -05:00
cataloguing.pref Bug 8347 - Koha forces UNIMARC 100 field code language to 'fre' 2013-02-20 09:06:31 -05:00
circulation.pref Bug 4906: Allow fine calculation to exclude grace period 2013-03-16 21:47:21 -04:00
creators.pref
enhanced_content.pref Bug 7804 - Add Koha Plugin System 2013-03-20 14:49:47 -04:00
i18n_l10n.pref Bug 2832 - Make alphabet localizable 2012-11-05 09:25:29 -05:00
local_use.pref
logs.pref Bug 9293 - action_logs not tracking payments 2013-03-11 17:59:17 -04:00
opac.pref Bug 9756 - Patron self registration missing preference PatronSelfRegistrationAdditionalInstructions 2013-03-15 19:10:58 -04:00
patrons.pref [PATCH] bug_7420: Added overduefinescap to issuingrules 2012-07-25 18:33:20 +02:00
searching.pref Bug 9341: Problem with UNIMARC authors facets 2013-03-19 20:37:29 -04:00
serials.pref Bug 1662: Is there a difference between Full and Simplified for Serials History 2012-04-03 18:07:07 +02:00
staff_client.pref Bug 8163: Click to populate XSLT preferences with "default" or empty values 2012-11-23 12:28:02 -05:00
web_services.pref Bug 7249: Syspref to control number of rows in web service results 2012-05-11 10:26:33 +02:00