Difference between revisions of "WikiDebug"

From TestWiki
Jump to: navigation, search
m (Remove redundant sentence.)
m ({{On MediaWiki.org}})
Line 1: Line 1:
[[Image:Tools icon.png|right]]
+
{{On MediaWiki.org}}
 
This extension contains a small set of tools that I find useful when debugging my extensions:
 
This extension contains a small set of tools that I find useful when debugging my extensions:
  
Line 7: Line 7:
 
* '''[[/show_version/]]''' - Displays the Subversion revision number of the specified file.
 
* '''[[/show_version/]]''' - Displays the Subversion revision number of the specified file.
 
</div>
 
</div>
<br clear="left" />
+
<br clear="both" />
  
 
'''Current version: <show_version file="WikiDebug.php" />'''<br>
 
'''Current version: <show_version file="WikiDebug.php" />'''<br>
 
The source is available under [[/show_source#Example 1: WikiDebug.php|example 1 of the show_source page]].
 
The source is available under [[/show_source#Example 1: WikiDebug.php|example 1 of the show_source page]].

Revision as of 03:09, 3 March 2009

MediaWiki logo.png
This extension is also documented at
Extension:WikiDebug
on MediaWiki.org.

If the pages are not in sync. then this version on my test wiki is always the most up-to-date.

This extension contains a small set of tools that I find useful when debugging my extensions:

  • describe_table - Displays information about the specified database table.
  • show_source - Outputs the contents of the specified file.
  • show_version - Displays the Subversion revision number of the specified file.


Current version: (rev 2439)
The source is available under example 1 of the show_source page.