Diff: PhpWikiDebug

Differences between current version and predecessor to the previous major change of PhpWikiDebug.

Other diffs: Previous Revision, Previous Author

Newer page: version 3 Last edited on 17 January 2022 3:00 by harold
Older page: version 2 Last edited on 22 May 2014 3:01 by harold Revert
@@ -16,9 +16,9 @@
 Hitting this button will delete all cached transformed 
 content. (Each pages content will be transformed and re-cached next 
 time someone views it.) 
  
-<<WikiAdminUtils action=purge-cache label="Purge Markup Cache" >> 
+<<WikiAdminUtils action=purge-cache>> 
  
 == Clean Wiki Database of Illegal Filenames == 
  
 Page names beginning with the subpage-separator, usually a slash 
@@ -26,36 +26,28 @@
 might create one.... 
  
 This button will delete any pages with illegal page names, without possibility to restore. 
  
-<<WikiAdminUtils action=purge-bad-pagenames label="Purge bad pagenames" >> 
+<<WikiAdminUtils action=purge-bad-pagenames>> 
  
 == Clean Wiki Database of empty and unreferenced pages == 
  
 **Warning!** This button will delete every empty and unreferenced page, without any possibility to restore them again. 
 This will disable the possibility to revert or get back any deleted page. 
  
-<<WikiAdminUtils action=purge-empty-pages label="Purge all empty unreferenced pages" >>  
-  
-== Convert cached_html to new SQL column ==  
-  
-This is only needed on SQL or ADODB if you didn't do action=upgrade, but created the  
-new page.cached_html field separately, and now you want to move this data from  
-page.pagedata over to page.cached_html.  
-  
-<<WikiAdminUtils action=convert-cached-html label="Convert cached_html" >> 
+<<WikiAdminUtils action=purge-empty-pages>> 
  
 == Check Wiki Database == 
  
 This button will check the Wiki page database for consistency. This can last several minutes. 
  
-<<WikiAdminUtils action=db-check label="Check Wiki Database" >> 
+<<WikiAdminUtils action=db-check>> 
  
 == Rebuild Wiki Database == 
  
 This will retransform all pages and rebuild the Wiki database on consistency errors or parser updates. 
 This can last several minutes, eat a lot of memory and possibly times out!! 
  
-<<WikiAdminUtils action=db-rebuild label="Rebuild Wiki Database" >> 
+<<WikiAdminUtils action=db-rebuild>> 
  
 ---- 
 [[CategoryActionPage]] 

current version

Note: Most of the actions on this page require administrative privileges.

These are here mostly for debugging purposes (at least, that is the hope.)

In normal use, you should not need to use these, though, then again, they should not really do any harm.

1 - Purge Markup Cache

(If your wiki is so configured,) the transformed (almost-HTML) content of the most recent version of each page is cached. This speeds up page rendering since parsing of the wiki-text takes a fair amount of juice.

Hitting this button will delete all cached transformed content. (Each pages content will be transformed and re-cached next time someone views it.)

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

2 - Clean Wiki Database of Illegal Filenames

Page names beginning with the subpage-separator, usually a slash (/), are not allowed. Sometimes though an errant plugin or something might create one....

This button will delete any pages with illegal page names, without possibility to restore.

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

3 - Clean Wiki Database of empty and unreferenced pages

Warning! This button will delete every empty and unreferenced page, without any possibility to restore them again. This will disable the possibility to revert or get back any deleted page.

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

4 - Check Wiki Database

This button will check the Wiki page database for consistency. This can last several minutes.

Plugin WikiAdminUtils disabled. Plugin not run: not in browse mode
<?plugin WikiAdminUtils action=db-check?>

5 - Rebuild Wiki Database

This will retransform all pages and rebuild the Wiki database on consistency errors or parser updates. This can last several minutes, eat a lot of memory and possibly times out!!

Plugin WikiAdminUtils disabled. Plugin not run: not in browse mode
<?plugin WikiAdminUtils action=db-rebuild?>

CategoryActionPage