[Koha-bugs] [Bug 9890] New: Fix the new plugin system for package installs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 21 15:32:16 CET 2013


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

            Bug ID: 9890
           Summary: Fix the new plugin system for package installs
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Packaging
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: magnus at enger.priv.no
                CC: robin at catalyst.net.nz
        Depends on: 7804

The packages need a couple of followup fixes for the new plugin system to work
optimally, I think. 

On an installation running off the alpha2 packages
(3.11-1~git+20130321124944.90dfa923) I have this in koha-conf.xml:

 <pluginsdir>__PLUGINS_DIR__</pluginsdir>
 <enable_plugins>0</enable_plugins>

This can be fixed manually if you want to enable the plugin system, of course,
but I think it would be better if:

1. The <pluginsdir> came ready filled with a standard value. Something like
/var/lib/koha/<instancename>/plugins perhaps? 

2. koha-create-dirs created the directory set by <pluginsdir>, with the right
permissions

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


More information about the Koha-bugs mailing list