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