Releases for sf 1.2
| Version |
License |
API |
Released |
|
1.1.12stable
|
MIT license |
1.1.0stable
|
07/09/2009 |
|
1.1.11stable
|
MIT license |
1.1.0stable
|
07/09/2009 |
|
1.1.1stable
|
MIT license |
1.1.1stable
|
25/08/2009 |
|
1.1.0stable
|
MIT license |
1.1.0stable
|
01/06/2009 |
|
1.0.8stable
|
MIT license |
1.0.8stable
|
05/01/2009 |
|
1.0.7stable
|
MIT license |
1.0.7stable
|
16/10/2008 |
|
1.0.6stable
|
MIT license |
1.0.6stable
|
13/10/2008 |
|
1.0.5stable
|
MIT license |
1.0.5stable
|
03/10/2008 |
|
1.0.4stable
|
MIT license |
1.0.4stable
|
03/10/2008 |
|
1.0.2stable
|
MIT license |
1.0.0stable
|
02/10/2008 |
|
1.0.1stable
|
MIT license |
1.0.0stable
|
02/10/2008 |
|
1.0.0stable
|
MIT license |
1.0.0stable
|
02/10/2008 |
Releases for sf 1.1
| Version |
License |
API |
Released |
|
1.1.12stable
|
MIT license |
1.1.0stable
|
07/09/2009 |
|
1.1.11stable
|
MIT license |
1.1.0stable
|
07/09/2009 |
|
1.1.1stable
|
MIT license |
1.1.1stable
|
25/08/2009 |
|
1.1.0stable
|
MIT license |
1.1.0stable
|
01/06/2009 |
|
1.0.8stable
|
MIT license |
1.0.8stable
|
05/01/2009 |
|
1.0.7stable
|
MIT license |
1.0.7stable
|
16/10/2008 |
|
1.0.6stable
|
MIT license |
1.0.6stable
|
13/10/2008 |
|
1.0.5stable
|
MIT license |
1.0.5stable
|
03/10/2008 |
|
1.0.4stable
|
MIT license |
1.0.4stable
|
03/10/2008 |
Releases for sf 1.0
| Version |
License |
API |
Released |
|
1.1.12stable
|
MIT license |
1.1.0stable
|
07/09/2009 |
|
1.1.11stable
|
MIT license |
1.1.0stable
|
07/09/2009 |
|
1.1.1stable
|
MIT license |
1.1.1stable
|
25/08/2009 |
|
1.1.0stable
|
MIT license |
1.1.0stable
|
01/06/2009 |
|
1.0.8stable
|
MIT license |
1.0.8stable
|
05/01/2009 |
|
1.0.7stable
|
MIT license |
1.0.7stable
|
16/10/2008 |
|
1.0.6stable
|
MIT license |
1.0.6stable
|
13/10/2008 |
|
1.0.5stable
|
MIT license |
1.0.5stable
|
03/10/2008 |
|
1.0.4stable
|
MIT license |
1.0.4stable
|
03/10/2008 |
Changelog for release 1.0.6 - 13/10/2008
- The debug information is contained in the FireSymfonyDebugData Json object to avoid namespaces clashes.
- If json_encode is not supported by the installed PHP, then the plugin throws a fsNoJsonException.
- Added the missing cache panel - see: http://code.google.com/p/firesymfony/wiki/CacheTab for the new features about this panel.
- Added the missing database panel - see: http://code.google.com/p/firesymfony/wiki/DataBaseTab for new features about this panel.
- The about panel has been redesigned.
- Some minor usability improvements.
- A NEW VERSION OF THE FIREBUG EXTENSION IS AVAILABLE - PLEASE UPDATE TO firesymfony 1.0.3.
- Se README file for installation instructions.
Other releases
Release 1.1.12 - 07/09/2009
Modified package.xml to support symfony 1.2
Release 1.1.11 - 07/09/2009
Modified package.xml to support symfony 1.2
Release 1.1.1 - 25/08/2009
- Fixed integration with symfony cache manager.
Release 1.1.0 - 01/06/2009
- New Firebug Extension Interface Design
- Support for database logs in symfony 1.2
- Cache highlighting in symfony 1.2
- Copy queries to clipboard support
- Se README file for installation instructions.
Release 1.0.8 - 05/01/2009
- Bug fix for isssue see: http://code.google.com/p/firesymfony/issues/detail?id=9
Release 1.0.7 - 16/10/2008
- Fixes issues #7 and #8 see: http://code.google.com/p/firesymfony/issues/list
Release 1.0.6 - 13/10/2008
- The debug information is contained in the FireSymfonyDebugData Json object to avoid namespaces clashes.
- If json_encode is not supported by the installed PHP, then the plugin throws a fsNoJsonException.
- Added the missing cache panel - see: http://code.google.com/p/firesymfony/wiki/CacheTab for the new features about this panel.
- Added the missing database panel - see: http://code.google.com/p/firesymfony/wiki/DataBaseTab for new features about this panel.
- The about panel has been redesigned.
- Some minor usability improvements.
- A NEW VERSION OF THE FIREBUG EXTENSION IS AVAILABLE - PLEASE UPDATE TO firesymfony 1.0.3.
- Se README file for installation instructions.
Release 1.0.5 - 03/10/2008
- Detailed installation instructions added on the README file.
- Bug fix when symfony content type is application/xhtml+xml see: http://code.google.com/p/firesymfony/issues/detail?id=3
Release 1.0.4 - 03/10/2008
- Typo fixed on the README file.
Release 1.0.2 - 02/10/2008
Release 1.0.1 - 02/10/2008
- Fixed typo error on the Readme file.
Release 1.0.0 - 02/10/2008
firesymfony plugin for symfony 1.0.x
Overview
This plugin extends the web debug toolbar to send the debug information as a JSON object to the FireSymfony Firebug extension.
Installation
cd my_project
php symfony plugin-install http://plugins.symfony-project.com/firesymfonyPlugin
php symfony cc
Requirements
Client Side:
- Firefox - Only Works with the Firefox browser :)
- Firebug - Of course you need Firebug.
- FireSymfony - Also install the FireSymfony extension for Firefox.
Server Side:
* the JSON extension for PHP is required to use this plugin. See: JSON extension
NOTES
- If you can provide feedback on the FireSymfony extension on the mozilla add-ons website, it will be moved as "public" soon. That means the users won't need to login to the mozilla website to download the extension.
- At this time the plugin only shows information for the following tabs: Configuration & Request Variables, Logs & Messages, Memory Usage and Timers.
- We are trying to provide support for all versions of symfony.
Usage
on symfony 1.0 do the following:
Edit the logging.yml file of your application and change the following entry:
sf_web_debug:
class: fsWebDebugLogger
Clear the cache.
on symfony 1.1 do the following:
web_debug_class: fsWebDebugForSf11
Clear the cache.
on symfony 1.2 do the following:
Edit the factories.yml file of your application and change the following entry:
web_debug_class: fsWebDebugForSf12
Clear the cache.
Next time you load the page, it will show the web debug information on the "syfmony" panel of Firebug.
License
For the full copyright and license information, please view the LICENSE file that was distributed with this source code.