]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FWikiAdminUtilsPlugin
Update PHP Doc
[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   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 Some special actions for [[PhpWikiAdministration]] and [[PhpWikiDebug]].
10
11 == Usage ==
12 {{{
13 <<WikiAdminUtils action="purge-cache" >>
14 <<WikiAdminUtils action="purge-bad-pagenames" >>
15 <<WikiAdminUtils action="purge-empty-pages" >>
16 <<WikiAdminUtils action="email-verification" >>
17 <<WikiAdminUtils action="convert-cached-html" >>
18 <<WikiAdminUtils action="db-check" >>
19 <<WikiAdminUtils action="db-rebuild" >>
20 }}}
21
22 == Arguments ==
23
24 {| class="bordered"
25 |-
26 ! Argument
27 ! Description
28 ! Default value
29 |-
30 | **action**
31 | Valid action are: "purge-cache", "purge-bad-pagenames", "purge-empty-pages", "email-verification", "convert-cached-html", "db-check" and "db-rebuild"
32 | //None//
33 |-
34 | **label**
35 | Custom button text
36 | Each action has a default button text
37 |}
38
39 == Example ==
40
41 {{{
42 <<WikiAdminUtils action="purge-cache" >>
43 }}}
44
45 <<WikiAdminUtils action="purge-cache" >>
46
47 == Authors ==
48 * [[Help:Jeff Dairiki|Jeff Dairiki]]
49 * [[Help:Reini Urban|Reini Urban]]
50
51 == See Also ==
52 * [[PhpWikiAdministration]]
53
54 <noinclude>
55 ----
56 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
57 </noinclude>