Plugin Manager plugin

experimental

This plugin allows administrators of the wiki to easily manage the wiki's plugins. It can:

  • provide a list of installed plugins and details information on each
  • install a plugin from a remote URL
  • remove an existing plugin
  • update a plugin from the original source location
  • refresh the wiki's plugins after a manual plugin installation

Installation

The plugin is bundled with Dokuwiki. By default it is disabled. To enable the plugin, add the following line to your conf/local.php

$conf['pluginmanager'] = 1;              //enable automated plugin management

After enabling the plugin manager you should access it (Admin button, Manage Plugins… menu option) and select the "Refresh Plugins" button. This will sweep all plugin style and javascript files into the form used by the Plugin Manager. Without doing this you will lose access to the styles and scripts of previously loaded plugins & the Plugin Manager itself will not display correctly.

Bugs

  • chicken and egg with Plugin Manager styles. Dokuwiki needs to know to continue to support old style/script system until after first refresh plugins is performed.

To Do

Comments/Discussion

… more to follow …

 
tutorials/pluginmanager.txt · Last modified: 2005/09/15 17:41 by chris
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki