Home
last modified time | relevance | path

Searched +full:revert -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 23 of 23) sorted by relevance

/dokuwiki/lib/plugins/revert/
H A Dplugin.info.txt1 base revert
5 name Revert Manager
6 desc Allows you to mass revert recent edits to remove Spam or vandalism
7 url https://dokuwiki.org/plugin:revert
H A Dadmin.php60 if (is_array($INPUT->param('revert')) && checkSecurityToken()) {
61 $this->revertEdits($INPUT->arr('revert'), $INPUT->str('filter'));
84 protected function revertEdits($revert, $filter) argument
90 foreach ($revert as $id) {
145 echo '<input type="checkbox" name="revert[]" value="' . hsc($recent['id']) .
187 echo '<button type="submit">' . $this->getLang('revert') . '</button> ';
/dokuwiki/inc/Menu/Item/
H A DRevert.php6 * Class Revert
8 * Quick revert to the currently shown page revision
10 class Revert extends AbstractItem class
21 throw new \RuntimeException('revert not available');
/dokuwiki/_test/tests/inc/
H A Dtemplate_include_page.test.php37 if (!plugin_load('admin','revert')) {
38 $this->markTestSkipped('Revert plugin not found, unable to test admin plugin titles');
45 $INPUT->set('page','revert');
48 $this->assertEquals('Revert Manager', tpl_pagetitle(null, true));
H A DPluginUtils.test.php16 'revert',
H A Dtemplate_tpl_get_action.php402 $this->assertEquals($expect, tpl_get_action('revert'));
412 'type' => 'revert',
416 'do' => 'revert',
423 $this->assertEquals($expect, tpl_get_action('revert'));
/dokuwiki/inc/Action/
H A DRevert.php9 * Class Revert
11 * Quick revert to an old revision
15 class Revert extends AbstractUserAction class
/dokuwiki/inc/Menu/
H A DPageMenu.php14 protected $types = ['Edit', 'Revert', 'Revisions', 'Backlink', 'Subscribe', 'Top'];
/dokuwiki/_test/tests/Action/
H A DActionTest.php30 array('Revert', AUTH_EDIT, array('exists' => true, 'ismanager' => false)),
31 array('Revert', AUTH_EDIT, array('exists' => true, 'ismanager' => true)),
/dokuwiki/
H A D.gitignore59 !/lib/plugins/revert
/dokuwiki/_test/
H A Dbootstrap.php38 'revert',
/dokuwiki/inc/Ui/
H A DAdmin.php21 protected $forManagers = ['revert', 'popularity'];
/dokuwiki/inc/
H A Dchangelog.php41 * @param mixed $extra In case of a revert the revision (timestamp) of the reverted page
107 * @param mixed $extra In case of a revert the revision (timestamp) of the reverted page
/dokuwiki/lib/plugins/styling/
H A Dadmin.php113 … echo '<button type="submit" name="run[revert]">' . $this->getLang('btn_revert') . '</button>';
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dbash.php208 'git rerere', 'git reset', 'git revert', 'git rev-list',
249 'git-revert', 'git-rev-list', 'git-rev-parse', 'gitrfgrep',
313 'svn rename', 'svn resolve', 'svn resolved', 'svn revert', 'svn rm',
H A Dpli.php129 'retcode', 'return', 'returns', 'reuse', 'reverse', 'revert',
H A Dlscript.php192 'renamesurface', 'revert', 'rotate',
/dokuwiki/lib/scripts/
H A Dbehaviour.js90 jQuery('#dokuwiki__pagetools li.revert a').on('click',
/dokuwiki/inc/File/
H A DPageFile.php119 // new text may differ from exact revert revision
/dokuwiki/lib/plugins/extension/
H A DExtension.php454 'revert',
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6revert:!1,revertDuration:500,scope:"default",scroll:!0,scrollSensitivity:20,scrollSpeed:20,snap:!1… property
/dokuwiki/data/
H A Ddeleted.files829 lib/plugins/revert/lang/ca-va/
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2830 * Setting $timeout to false or 0 will revert to the default socket timeout.