summaryrefslogtreecommitdiff
path: root/lib/plugins/plugin/classes/ap_manage.class.php
Commit message (Collapse)AuthorAge
* removed the old plugin managerAndreas Gohr2014-01-05
|
* Fix CodeSniffer violations for PHP filesMatt Perry2013-08-23
| | | | Fix violations for Generic.PHP.LowerCaseConstant.Found
* some coding style improvementsDominik Eckelmann2012-11-29
| | | | | | - removed some dead/unused code - fixed phpdoc - added typing on methods
* update the url to the latest one used in the managerMark2012-08-27
| | | | FIX for FS#2463 <https://bugs.dokuwiki.org/index.php?do=details&task_id=2463>
* add label to each plugin in plugin management pageElan Ruusamäe2011-11-24
| | | | | | | | i needed to disable all plugins to figure out which plugin was causing template error, so it was quite annoying to click on the tiny checkbox added html label so i could at least click on the plugin name to toggle checkbox state
* Don't delete the contents of symbolically linked directories in the plugin ↵Myron Turner2011-02-06
| | | | | | | manager This patch makes the plugin manager not descend into symbolically linked directories as this behaviour is not expected from a recursive delete.
* Fix GET-after-POST redirect in plugin managerAdrian Lang2010-10-26
| | | | | The redirect target URL is constructed with escaped ampersands since b625808123f. Thanks to Chris Tapp for pointing out.
* Small fixes / cleanupAdrian Lang2010-09-28
|
* msgs are saved in send_redirect now, less code duplication neededAndreas Gohr2010-06-13
|
* More flexible plugin packages FS#1746Andreas Gohr2009-11-11
| | | | | | Ignore-this: 252bb5a42965ed045221c0544136aa62 darcs-hash:20091111203437-7ad00-86f06d842b3bec22641a637cb09dbc666a42ca2d.gz
* restructured plugin managerAndreas Gohr2009-07-25
Ignore-this: 4007248aa01f09990612c844c8a83900 This patch moves the different classes of the plugin manager into their own files and moves formerly global utility functions into the appropriate class scopes. darcs-hash:20090725152105-7ad00-89801e811b7eb0d0db25a825d6065aed8ef95c33.gz