Diff: Help/DebugBackendInfoPlugin

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

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

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
@@ -7,41 +7,30 @@
 cleared everything out though. 
  
 == Usage == 
 {{{ 
-<<DebugBackendInfo arguments >> 
+<<DebugBackendInfo>> 
 }}} 
  
 == Arguments == 
  
-{| class="bordered"  
-|-  
-! Argument  
-! Description  
-! Default value  
-|-  
-| ** page**  
-| The page to execute upon  
-| Current pagename  
-|-  
-| **notallversions**  
-| Boolean . If true, only display information for the last version of the page.  
-| false  
-|}  
+page _(default: current pagename)_:  
+ The page to execute upon. 
  
 == Example == 
  
-See [[DebugBackendInfo ]] 
+See [[DebugInfo ]] 
  
 == Author == 
 * [[Help:Jeff Dairiki|Jeff Dairiki]] 
  
 == See Also == 
+* [[DebugInfo]] is the corresponding [[Help:ActionPage]]  
 * [[EditMetaData]] 
 * [[Help:EditMetaDataPlugin]] 
 * [[Help:DebugAuthInfoPlugin]] 
-* [[Help:DebugGroupInfoPlugin ]] 
+* [[Help:DebugGroupInfo ]] 
  
 <noinclude> 
 ---- 
 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] 
 </noinclude> 

version 2

Administrative plugin, used to debug DATABASE backend problems and settings. This plugin is only for testing purposes.

Displays all/most database infos about a page.

Warning! This may display db and user passwords in cleartext. We think we cleared everything out though.

Usage

<<DebugBackendInfo>>

Arguments

page (default: current pagename)
The page to execute upon.

Example

See DebugInfo

Author

See Also