summaryrefslogtreecommitdiff
path: root/lib/plugins/revert/admin.php
Commit message (Collapse)AuthorAge
* changed all input type=submit buttons to button type=submit button for ↵Anika Henke2015-07-12
| | | | better stylability
* php7 compatibility: change revert plugin constructor to __constructChristopher Smith2015-05-16
|
* refactor PageRevisionLog into Media- and PageChangelog extending ChangelogGerrit Uitslag2013-11-21
|
* update function calls to changelog functionsGerrit Uitslag2013-11-20
|
* 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
* Re-enable displaying the date in the revert manager (Fixes FS#2073)Matthias Schulte2013-08-03
|
* fixed use of removed plugin function in revert plugin (FS#2744)Anika Henke2013-03-09
|
* Fix remaining missing $INPUT uses FS#2577Michael Hamann2013-02-20
| | | | | | This adds $INPUT in all places where it was still missing and available. $INPUT is now also used in places where using $_REQUEST/... was okay in order to make the code consistent.
* some coding style improvementsDominik Eckelmann2012-11-29
| | | | | | - removed some dead/unused code - fixed phpdoc - added typing on methods
* added some missing spaces (to popularity and revert plugins)Anika Henke2012-08-05
|
* xml compatibility fixes (mainly entities to unicode conversions)Anika Henke2012-07-05
|
* added new plugins config cascade and added plugin.info.txtPiyush Mishra2011-08-20
|
* Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3Michael Hamann2010-11-29
| | | | | | As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline.
* Small fixes / cleanupAdrian Lang2010-09-28
|
* 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)
* make use of the new useHeading() function in the revert pluginAndreas Gohr2008-12-10
| | | | darcs-hash:20081210174256-7ad00-90a1f8d17c913d0ecabec80c0842a3afb3c667b1.gz
* fixed all remaining links to wiki.splitbrain.org and to restructured pagesAnika Henke2008-08-15
| | | | darcs-hash:20080815134211-f7d6d-61f4f4fa1c5f62832d7cc5ad3e3a7a78460d2981.gz
* fixed date display in revert managerAndreas Gohr2008-05-04
| | | | darcs-hash:20080504163416-7ad00-ec97c6f1427bb2861340afb197a774737b88bfcc.gz
* stricter xhtml for revert, acl and sectok formsAnika Henke2008-03-13
| | | | darcs-hash:20080313012547-d5083-8d8f3c2ad62f08b9ed73827987d3b8be17f6b34b.gz
* CSRF prevention for admin pluginsAndreas Gohr2007-08-29
| | | | | | | | | | | | | | | This patch adds a session based token to all form in the default action plugins. The validity of the token is checked before any administrative function is executed aiming to protect DokuWiki's admin functions from Cross-site request forgery (CSRF) attacks. Another patch will follow to add the same functionality on other, less critical functions. More details on CSRF attacks can be found at http://en.wikipedia.org/wiki/Cross-site_request_forgery darcs-hash:20070829201538-7ad00-d0770224a3351fd8e38968e3a9d8e73520482445.gz
* Revert plugin die if DOKU_INC undefinedGuy Brand2007-08-26
| | | | darcs-hash:20070826201745-19e2d-10ac45260b4ab288ffa91c4828b82bb61ebfa625.gz
* revert manager now reverts back to the last non-spammy revisionAndreas Gohr2007-04-22
| | | | darcs-hash:20070422141519-7ad00-c51db646b2e7cb0f24395604c039b2ea9a576883.gz
* changelog type strings replaced with constantsBen Coburn2006-12-07
| | | | | | | | Using more verbose constant names in the place of single character strings should make the code much more readable. This does not change the behavior of the changelog. darcs-hash:20061207074906-05dcb-0bdc35e7241bf14063b2b43a6ff26d8a3c307cb9.gz
* manager user/groupAndreas Gohr2006-12-03
| | | | | | | This patch adds support for a manager option as suggested in http://www.freelists.org/archives/dokuwiki/11-2006/msg00314.html darcs-hash:20061203134104-7ad00-72ff6422bbb4f79be325c7e77255e1eee32d0f6b.gz
* revert manager GUI updatesAndreas Gohr2006-11-10
| | | | darcs-hash:20061110134118-7ad00-097d4a23980d0eda38116ee6e05e79e5f8882cc2.gz
* revert plugin addedAndreas Gohr2006-11-09
This plugin allows an admin to mass revert a lot of edits at once. It's in a very rough state and needs to be improved. darcs-hash:20061109204743-7ad00-3abf02ec466215ad694ac726c803e1a656b0286b.gz