Diff: Help/DebugBackendInfoPlugin

Differences between current version and predecessor to the previous major change of Help/DebugBackendInfoPlugin.

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
@@ -12,25 +12,36 @@
 }}} 
  
 == Arguments == 
  
-page _(default: current pagename)_:  
- The page to execute upon. 
+{| 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  
+|}  
  
 == Example == 
  
-See [[DebugInfo ]] 
+See [[DebugBackendInfo ]] 
  
 == Author == 
 * [[Help:Jeff Dairiki|Jeff Dairiki]] 
  
 == See Also == 
-* [[DebugInfo]] is the corresponding [[Help:ActionPage]]  
 * [[EditMetaData]] 
 * [[Help:EditMetaDataPlugin]] 
 * [[Help:DebugAuthInfoPlugin]] 
-* [[Help:DebugGroupInfo ]] 
+* [[Help:DebugGroupInfoPlugin ]] 
  
 <noinclude> 
 ---- 
 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] 
 </noinclude> 

current version

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

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

Example

See DebugBackendInfo

Author

See Also