Diff: Help/WikiAdminUtilsPlugin

Note: You are viewing an old revision of this page. View the current version.

Differences between version 2 and previous revision of Help/WikiAdminUtilsPlugin.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 2 Last edited on 22 May 2014 3:01 by harold Revert
Older page: version 1 Last edited on 17 January 2022 18:35 by harold Revert
@@ -1,14 +1,15 @@
 Some special actions for [[PhpWikiAdministration]] and [[PhpWikiDebug]]. 
  
 == Usage == 
 {{{ 
-<<WikiAdminUtils action="purge-cache">>  
-<<WikiAdminUtils action="purge-bad-pagenames">>  
-<<WikiAdminUtils action="purge-empty-pages">>  
-<<WikiAdminUtils action="email-verification">>  
-<<WikiAdminUtils action="db-check">>  
-<<WikiAdminUtils action="db-rebuild">> 
+<<WikiAdminUtils action="purge-cache" >>  
+<<WikiAdminUtils action="purge-bad-pagenames" >>  
+<<WikiAdminUtils action="purge-empty-pages" >>  
+<<WikiAdminUtils action="email-verification" >>  
+<<WikiAdminUtils action="convert-cached-html " >>  
+<<WikiAdminUtils action="db-check" >>  
+<<WikiAdminUtils action="db-rebuild" >> 
 }}} 
  
 == Arguments == 
  
@@ -18,10 +19,10 @@
 ! Description 
 ! Default value 
 |- 
 | **action** 
-| Valid action are: "purge-cache", "purge-bad-pagenames", "purge-empty-pages", "email-verification", "db-check" and "db-rebuild"  
-| //none // (mandatory argument)  
+| Valid action are: "purge-cache", "purge-bad-pagenames", "purge-empty-pages", "email-verification", "convert-cached-html ", "db-check" and "db-rebuild"  
+| //None // 
 |- 
 | **label** 
 | Custom button text 
 | Each action has a default button text 
@@ -29,12 +30,12 @@
  
 == Example == 
  
 {{{ 
-<<WikiAdminUtils action="purge-cache">> 
+<<WikiAdminUtils action="purge-cache" >> 
 }}} 
  
-<<WikiAdminUtils action="purge-cache">> 
+<<WikiAdminUtils action="purge-cache" >> 
  
 == Authors == 
 * [[Help:Jeff Dairiki|Jeff Dairiki]] 
 * [[Help:Reini Urban|Reini Urban]] 

version 2

Some special actions for PhpWikiAdministration and PhpWikiDebug.

Usage

<<WikiAdminUtils action="purge-cache" >>
<<WikiAdminUtils action="purge-bad-pagenames" >>
<<WikiAdminUtils action="purge-empty-pages" >>
<<WikiAdminUtils action="email-verification" >>
<<WikiAdminUtils action="convert-cached-html" >>
<<WikiAdminUtils action="db-check" >>
<<WikiAdminUtils action="db-rebuild" >>

Arguments

Argument

Description

Default value

action

Valid action are: "purge-cache", "purge-bad-pagenames", "purge-empty-pages", "email-verification", "convert-cached-html", "db-check" and "db-rebuild"

None

label

Custom button text

Each action has a default button text

Example

<<WikiAdminUtils action="purge-cache" >>
Plugin WikiAdminUtils disabled. Plugin not run: not in browse mode
<?plugin WikiAdminUtils action="purge-cache" ?>

Authors

See Also