In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1306 [In-Portal CMS] Front End feature request N/A 2012-05-29 08:11 2012-07-25 05:30
alex  
alex  
normal  
closed 5.2.0-B3  
fixed  
 
none 5.2.0-RC1  
https://groups.google.com/d/topic/in-portal-dev/83w60_-5Tp8/discussion
Adds support for FirePHP into debugger
1
0001306: Using FirePHP within In-Portal
FirePHP ( http://www.firephp.org/ ) is a Firebug ( http://getfirebug.com/ ) plugin, that allows to display info in Firebug console right from PHP script without a need to debug.

Could be quite useful on ajax-rich website when you want to see how a specific sql looks like without a need to debug each one of them in Zend Studio/PhpStorm.
Just type $this->Application->Debugger->firePHP()->log( ... ); or call any other FirePHP class functions.
patch firephp_debugger_support.patch (685) 2012-05-29 08:11
http://tracker.in-portal.org/file_download.php?file_id=1683&type=bug
Issue History
2012-07-25 05:30 alex Note Added: 0004882
2012-07-25 05:30 alex Status resolved => closed
2012-05-29 08:14 alex Note Added: 0004681
2012-05-29 08:14 alex Status reviewed and tested => resolved
2012-05-29 08:14 alex Fixed in Version => 5.2.0-RC1
2012-05-29 08:14 alex Resolution open => fixed
2012-05-29 08:14 alex Assigned To !COMMUNITY => alex
2012-05-29 08:14 alex Changeset attached 5.2.x r15369
2012-05-29 08:13 alex Note Added: 0004680
2012-05-29 08:13 alex Status needs testing => reviewed and tested
2012-05-29 08:13 alex Assigned To => !COMMUNITY
2012-05-29 08:13 alex Developer => alex
2012-05-29 08:13 alex Status active => needs testing
2012-05-29 08:13 alex Reference => https://groups.google.com/d/topic/in-portal-dev/83w60_-5Tp8/discussion
2012-05-29 08:12 alex Additional Information Updated bug_revision_view_page.php?rev_id=1021#r1021
2012-05-29 08:11 alex New Issue
2012-05-29 08:11 alex File Added: firephp_debugger_support.patch
2012-05-29 08:11 alex Change Log Message => Adds support for FirePHP into debugger
2012-05-29 08:11 alex Estimate Points => 1

Notes
(0004680)
alex   
2012-05-29 08:13   
Will test all together later.
(0004681)
alex   
2012-05-29 08:14   
Fix committed to 5.2.x branch. Commit Message:

Fixes 0001306: Using FirePHP within In-Portal
(0004882)
alex   
2012-07-25 05:30   
Since 5.2.0/1.2.0 versions was released.