Extension:FirePHP

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
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

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 Note: These instructions might be missing essential bits and pieces, feel free to improve them.

  1. Download the files from SVN and place them in $IP/extensions/FirePHP/
  2. Add
    require_once("$IP/extensions/FirePHP/FirePHP.php");
    into your wiki's LocalSettings.php
Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox