Extension:FirePHP
From MediaWiki.org
|
FirePHP Release status: unknown |
|
|---|---|
| Implementation | other (invalid type) |
| Description | Allows the Firebug Extension for AJAX Development to work with MediaWiki |
| Author(s) | Brion Vibber |
| MediaWiki | 1.19+ which added the 'Debug' hook. |
| License | lib/FirePHP.class.php is BSD-licensed |
| Download |
Download snapshot (Git master)
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes |
|
Check usage (experimental) |
|
FirePHP is an extension to Firebug, an awesome debugging extension to Firefox.
It allows pulling debug log data in from your PHP script via HTTP headers, which then get displayed in Firebug's console along with errors, warnings, and AJAX hits from the web page.
Please note that a few lines of output won't make it to FirePHP as they are output either before we've done all plugin initialization, or after we've flushed output and can no longer add HTTP headers.
This extension requires MediaWiki 1.19 which added the 'Debug' hook.
lib/FirePHP.class.php is BSD-licensed
[edit] Installation
Note: These instructions might be missing essential bits and pieces, feel free to improve them.
- Download the files from SVN and place them in $IP/extensions/FirePHP/
- Add
into your wiki's LocalSettings.phprequire_once("$IP/extensions/FirePHP/FirePHP.php");