about summary refs log tree commit diff stats
path: root/wiki/inc/Action/Revisions.php
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/inc/Action/Revisions.php')
-rw-r--r--wiki/inc/Action/Revisions.php24
1 files changed, 0 insertions, 24 deletions
diff --git a/wiki/inc/Action/Revisions.php b/wiki/inc/Action/Revisions.php
deleted file mode 100644
index b8db531..0000000
--- a/wiki/inc/Action/Revisions.php
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-
-namespace dokuwiki\Action;
-
-/**
- * Class Revisions
- *
- * Show the list of old revisions of the current page
- *
- * @package dokuwiki\Action
- */
-class Revisions extends AbstractAction {
-
-    /** @inheritdoc */
-    public function minimumPermission() {
-        return AUTH_READ;
-    }
-
-    /** @inheritdoc */
-    public function tplContent() {
-        global $INPUT;
-        html_revisions($INPUT->int('first'));
-    }
-}
Andreas Rumpf <rumpf_a@web.de> 2016-07-19 14:13:23 +0200 fixes #4485; package handling works better; docgen works with --project on Nimble package level' href='/ahoang/Nim/commit/compiler/docgen2.nim?h=devel&id=9eb909baf985b8f6d2b8bc55fee8e67744e9b6fe'>9eb909baf ^
01ab5948a ^
869a5aa90 ^
f8fe86fcd ^
9eb909baf ^


3d4084208 ^

2f43fdb83 ^
73c6efdf6 ^
01ab5948a ^
9eb909baf ^



813828f69 ^
9eb909baf ^
813828f69 ^
813828f69 ^
d68181246 ^
01ab5948a ^



813828f69 ^




29db0d858 ^
01ab5948a ^


36e25a684 ^
01ab5948a ^



091c1b307 ^
813828f69 ^

01ab5948a ^
d68181246 ^
73c6efdf6 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66