Releases for sf 1.2
| Version |
License |
API |
Released |
|
1.0.0stable
|
MIT license |
1.0.0stable
|
01/04/2009 |
|
0.2.0beta
|
MIT license |
0.2.0beta
|
06/11/2008 |
|
0.1.0beta
|
MIT license |
0.1.0beta
|
28/10/2008 |
Changelog for release 1.0.0 - 01/04/2009
- small redesign;
- added Title field to the schema;
- added admin page for all bugs;
- updated the README file.
- some other minor issues
Other releases
Release 1.0.0 - 01/04/2009
- small redesign;
- added Title field to the schema;
- added admin page for all bugs;
- updated the README file.
- some other minor issues
Release 0.2.0 - 06/11/2008
- small redesign;
- added Title field;
- added seperate page for every bug;
- updated the README file.
Release 0.1.0 - 28/10/2008
sfBugsPlugin plugin
The sfBugsPlugin allows you to easily send bugs from the Web Debug Toolbar for modules and actions.
It's useful for testers to mark bugs for specific sections

Installation
Install the plugin
$ symfony plugin:install sfBugsPlugin
Rebuild your model
$ symfony propel:build-model
$ symfony propel:build-forms
$ symfony propel:build-filters
$ symfony propel:build-sql
Update you database tables by starting from scratch (it will delete all the existing tables, then re-create them):
$ symfony propel:insert-sql
Publish the assets for the enabled plugins.
$ symfony plugin:publish-assets
This plugin uses the Prototype plugin in order to send the bugs with Ajax calls. Please make sure you include the prototype JS library in every page in order the plugin to work.
In your applications settings.yml enable the plugin modules
all:
.settings:
enabled_modules: [default, sfWebPanelBugs, sfWebPanelBugsManage]
Clear your cache.
$ symfony cache:clear
You should be done.
Usage
When you browse your website just press the "bugs" panel in the Web Debug Toolbar and an area with a form will popup. From there you can send a new bug for this module and action, view existing (open and closed ones), delete, close and re-open them.
If you want to view the bugs for the whole website just navigate to /sfWebPanelBugsManage