summaryrefslogtreecommitdiff
path: root/lib/plugins/plugin/classes
Commit message (Collapse)AuthorAge
* removed the old plugin managerAndreas Gohr2014-01-05
|
* fix possible XSS vulnerability in Plugin ManagerAndreas Gohr2013-12-10
| | | | | | | The plugin manager echos raw URLs in error messages, this could allow to construct an XSS attack. However the affected form is CSRF protected, so an attacker would require another XSS vulnerability to get the needed token, rendering this attack unneeded. So this should not be exploitable.
* fix php strict noticesGerrit Uitslag2013-10-15
|
* Fix CodeSniffer whitespace violoationsMatt Perry2013-09-10
| | | | | Removed extraneous whitespace to eliminate errors reported by the Squiz.WhiteSpace.SuperfluousWhitespace sniff.
* Fix CodeSniffer violations for PHP filesMatt Perry2013-08-23
| | | | Fix violations for Generic.PHP.LowerCaseConstant.Found
* Revert "handle bzip1 as well"Andreas Gohr2013-01-23
| | | | | | | This reverts commit f2cb3ec76dec3fe2b40f25765ef842223c7132fe. Turns out I was too fast merging this. I can't get PHP's bzip handler to handle a bzip1 compressed file.
* handle bzip1 as wellElan Ruusamäe2013-01-23
| | | | | in fact .tbz is tar.bz (bzip1) and .tbz2 is what tar.bz2 is used commonly.
* some coding style improvementsDominik Eckelmann2012-11-29
| | | | | | - removed some dead/unused code - fixed phpdoc - added typing on methods
* removed old TarLib and changed plugin manager to use new oneAndreas Gohr2012-11-03
|
* Replacing $_REQUEST variables with $INPUT wrapper, plugin managerHakan Sandell2012-09-08
|
* 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>
* replaced use of basename() with utf8_basename() FS#2015Andreas Gohr2012-07-28
|
* don't limit download sizes in plugin managerAndreas Gohr2012-01-17
|
* 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
* Skipping plural form in plugin installed message (commit forgotten file)Guy Brand2011-07-12
|
* Removed hard coded strings from plugin managerGuy Brand2011-04-16
|
* allow reinstall of plugins via plugin manager FS#2120Andreas Gohr2011-02-06
|
* 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
|
* don't load disabled plugins FS#1990Andreas Gohr2010-08-29
|
* msgs are saved in send_redirect now, less code duplication neededAndreas Gohr2010-06-13
|
* Make constants in TarLib.class.php class constantsChristopher Smith2010-03-16
| | | | | The constants are required by the class constructor, which effectively means before the autoloader is triggered. This change fixes that issue.
* plugin related autoloadingAndreas Gohr2010-02-01
| | | | | This patch moved the place where DOKU_PLUGIN is defined. It no longer can be set from a normal config (only via preload)
* show component name in plugin infosAndreas Gohr2009-12-16
| | | | | | Ignore-this: 9ca4c177b16580a13acf334d78570bd7 darcs-hash:20091216091805-6e07b-14394dcf6800210af85067b1214bc8dbb340d3b4.gz
* fixed plugin updating FS#1804Andreas Gohr2009-11-23
| | | | | | Ignore-this: c58e8ed83df37a4d4d4bc260ff91033f darcs-hash:20091123184949-7ad00-ff025fd3efb6c6f07f3e994ce6b3344d03e09ac7.gz
* More flexible plugin packages FS#1746Andreas Gohr2009-11-11
| | | | | | Ignore-this: 252bb5a42965ed045221c0544136aa62 darcs-hash:20091111203437-7ad00-86f06d842b3bec22641a637cb09dbc666a42ca2d.gz
* Use content detection when unpacking plugin archives FS#1703Andreas Gohr2009-07-25
| | | | | | | | | | Ignore-this: 584fbb1e0d2cfece4648d282cb5f330a The plugin manager now doesn't rely on the file extension when deciding how to extract a plugin archive but instead looks at the magic bytes of the downloaded file. darcs-hash:20090725160844-7ad00-c64d76c4f5f708feba092417c8a7834951c479f9.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