Bosco is a rewrite of the popular Bugzilla defect tracking software in PHP. It is database-independent, and aims to be easy to maintain and modify. It also has an API to allow external applications to work with its data.
| Tags | Software Development Bug Tracking |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | PHP |
Recent releases


No changes have been submitted for this release.


Changes: There were several changes made to the templates and scripts to fix bugs and improve the user experience. Some pages have additional client-side validation added to help improve data integrity.


Changes: This release fixes a bug in Attachment::newAttachment(), which did not return the actual object created.


Changes: This release is mostly bugfixes and UI cleanups. The template markup was changed to use the standard Smarty { and }. A Smarty function to add field validation was implemented and added for certain fields. The only new feature is the completion of lost password support. This will require a small schema change.


Changes: This release has support for email reminders, improved MySQL support (all database work should now be standard SQL), bugfixes, API changes, and new and/or complete parameters. Hopefully, 1.0 will follow this release with little to no changes.
A templatable forum with i18n support based on PHP and MySQL or PostgreSQL.
- All comments
Recent commentsVery nice effort, but not production level yet
This is a very nice effort at implementing bugzilla in php rather than perl. The interface has been designed to look and feel exactly like bugzilla (except it includes the picture of a cute dog rather than an ant). Unfortunately the 1.0 release dosen't seem to be quite ready for prime time yet. Keep in mind that this project heavily depends on Smarty (smarty.php.net) which is very easy to install and configure (don't forget to edit you php.ini).
During my tests I found out that when logged in as an admin user, there were refrences to php files that were not included with the 1.0 release (queryhelp.php), also clicking on components to customize it gave me an error:
"There has been a database error (DB Error: no such field): Select id, product, description from products ".
The homepage http://bosco.sourceforge.net lacks any useful links (we'll there is only one link...to smarty)... =(
Definitly a project worth keeping an eye on but not ready for prime time.