]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FWikiAdminUtilsPlugin
access-restrictions are not implemented
[SourceForge/phpwiki.git] / pgsrc / Help%2FWikiAdminUtilsPlugin
1 Date: Tue, 16 Apr 2013 17:13:59 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FWikiAdminUtilsPlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   markup=2;
7   charset=UTF-8
8 Content-Transfer-Encoding: binary
9
10 Some special actions for [[PhpWikiAdministration]] and [[PhpWikiDebug]].
11
12 == Usage ==
13 {{{
14 <<WikiAdminUtils action="purge-cache" >>
15 <<WikiAdminUtils action="purge-bad-pagenames" >>
16 <<WikiAdminUtils action="purge-empty-pages" >>
17 <<WikiAdminUtils action="email-verification" >>
18 <<WikiAdminUtils action="convert-cached-html" >>
19 <<WikiAdminUtils action="db-check" >>
20 <<WikiAdminUtils action="db-rebuild" >>
21 }}}
22
23 == Arguments ==
24
25 {| class="bordered"
26 |-
27 ! Argument
28 ! Description
29 ! Default value
30 |-
31 | **action**
32 | Valid action are: "purge-cache", "purge-bad-pagenames", "purge-empty-pages", "email-verification", "convert-cached-html", "db-check" and "db-rebuild"
33 | //None//
34 |-
35 | **label**
36 | Custom button text
37 | Each action has a default button text
38 |}
39
40 == Example ==
41
42 {{{
43 <<WikiAdminUtils action="purge-cache" >>
44 }}}
45
46 <<WikiAdminUtils action="purge-cache" >>
47
48 == Authors ==
49 * [[Help:Jeff Dairiki|Jeff Dairiki]]
50 * [[Help:Reini Urban|Reini Urban]]
51
52 == See Also ==
53 * [[PhpWikiAdministration]]
54
55 <noinclude>
56 ----
57 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
58 </noinclude>