]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FRecentChangesPlugin
limit=10
[SourceForge/phpwiki.git] / pgsrc / Help%2FRecentChangesPlugin
1 Date: Fri, 20 Feb 2009 10:18:24 +0100
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FRecentChangesPlugin;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=iso-8859-1
9 Content-Transfer-Encoding: binary
10
11 The *~RecentChanges* [[Help:WikiPlugin|plugin]] lists the most recent
12 modifications in the wiki.
13
14 == Usage
15 {{{
16 <<RecentChanges arguments>>
17 }}}
18
19 == Arguments
20
21 {| class="bordered"
22 |-
23 ! Argument
24 ! Description
25 ! Default value
26 |-
27 | pagename
28 | The page to execute upon
29 | current pagename
30 |-
31 | days
32 | Number of days. Specifying 0 will display modifications since wiki creation.
33 | 2
34 |-
35 | show_minor
36 | Show minor modifications
37 | false
38 |-
39 | show_major
40 | Show major modifications
41 | true
42 |-
43 | show_all
44 | Display a page multiple times if it was modified more that once.
45 | false
46 |-
47 | show_deleted
48 | Show deleted pages
49 | sometimes
50 |-
51 | only_new
52 | Show only new pages
53 | false
54 |-
55 | author
56 | Show only modifications from a specific author
57 | false
58 |-
59 | owner
60 | Show only pages from a specific owner
61 | false
62 |-
63 | limit
64 | Do not show more pages that the limit.
65 | false
66 |-
67 | format
68 |
69 | false
70 |-
71 | daylist
72 |
73 | false
74 |-
75 | difflinks
76 |
77 | true
78 |-
79 | historylinks
80 |
81 | false
82 |-
83 | caption
84 |
85 |
86 |-
87 | category
88 |
89 |
90 |-
91 | pagematch
92 |
93 |
94 |}
95
96 == Example
97
98 {{{
99 <<RecentChanges limit=10>>
100 }}}
101
102 <<RecentChanges limit=10>>
103
104 {{{
105 <<RecentChanges show_minor=1>>
106 }}}
107
108 {{{
109 <<RecentChanges days=30>>
110 }}}
111
112 == Author
113 [Reini Urban|PhpWiki:ReiniUrban]
114
115 == See Also
116
117 <noinclude>
118 ----
119 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
120 </noinclude>