]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FWikiAdminUtilsPlugin
function _PageList_Column* are not private
[SourceForge/phpwiki.git] / pgsrc / Help%2FWikiAdminUtilsPlugin
1 Date: Fri,  7 Dec 2012 15:16:29 +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="access-restrictions" >>
18 <<WikiAdminUtils action="email-verification" >>
19 <<WikiAdminUtils action="convert-cached-html" >>
20 <<WikiAdminUtils action="db-check" >>
21 <<WikiAdminUtils action="db-rebuild" >>
22 }}}
23
24 == Arguments ==
25
26 {| class="bordered"
27 |-
28 ! Argument
29 ! Description
30 ! Default value
31 |-
32 | **action**
33 | Valid action are: "purge-cache", "purge-bad-pagenames", "purge-empty-pages", "access-restrictions", "email-verification", "convert-cached-html", "db-check" and "db-rebuild"
34 | //None//
35 |-
36 | **label**
37 | Custom button text
38 | Each action has a default button text
39 |}
40
41 == Example ==
42
43 {{{
44 <<WikiAdminUtils action="purge-cache" >>
45 }}}
46
47 <<WikiAdminUtils action="purge-cache" >>
48
49 == Authors ==
50 * [[Help:Jeff Dairiki|Jeff Dairiki]]
51 * [[Help:Reini Urban|Reini Urban]]
52
53 == See Also ==
54 * [[PhpWikiAdministration]]
55
56 <noinclude>
57 ----
58 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
59 </noinclude>