r89336 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89335‎ | r89336 | r89337 >
Date:14:13, 2 June 2011
Author:hashar
Status:ok
Tags:
Comment:
Converts Brion commit message for r88843 to a README file
Modified paths:
  • /trunk/extensions/FirePHP/README (added) (history)

Diff [purge]

Index: trunk/extensions/FirePHP/README
@@ -0,0 +1,13 @@
 2+FirePHP is an extension to Firebug, an awesome debugging extension to Firefox.
 3+
 4+It allows pulling debug log data in from your PHP script via HTTP headers,
 5+which then get displayed in Firebug's console along with errors, warnings,
 6+and AJAX hits from the web page.
 7+
 8+Please note that a few lines of output won't make it to FirePHP as they are
 9+output either before we've done all plugin initialization, or after we've
 10+flushed output and can no longer add HTTP headers.
 11+
 12+This extension requires MediaWiki 1.19 which added the 'Debug' hook.
 13+
 14+lib/FirePHP.class.php is BSD-licensed
Property changes on: trunk/extensions/FirePHP/README
___________________________________________________________________
Added: svn:eol-style
115 + native

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r88843* (bug 29140) FirePHP debugging assist extension...brion22:01, 25 May 2011

Status & tagging log