BlueBug is a free bug and feature tracking
system built on the “KISS” principle (keep it simple, stupid). Accounts
are not required to post bugs, everything is straight forward and easy
to use. Look below for more information and features.
BlueBug
BlueBug is a free bug
and feature tracking system built on the “KISS” principle (keep it
simple, stupid). Accounts are not required to post bugs, everything is
straight forward and easy to use.
Installation Instructions
Unzip the files, upload them to your directory. Edit config.php and enter your database information, go to http://bluebig.yoursite.com/install.php enter the admin details and then hit FINISH. Once your user has been created delete the install.php and your ready to go!
System Requirements
This was developed on PHP 5.x but will work on PHP 4.x.
Register globals was ON.
Apache 2 was used, any will do though.
Javascript is required by the users.
MySQL 4.x+ is required and is the only database type supported for now.
Features
- Lightweight: only 3 tables
- Unlimited number of users/admins
- Unlimited number of projects
- Simple roadmap to show completion of bugs/features for a specific project
- Versioning for projects (eg: Demo v1.0 Demo v2.0)
- Ticket Priorities
- Admin menu to quickly change context menus and assign tickets to users
- Sortable tables
- Start / Finish times of tickets
- Status (Open/Closed)
Changelog
- v1.5 – 2/19/2009 – RELEASED
- Attachments in tickets/reports
- Working API (more here eventually)
- To Do List functionality added for a new feature
- Quick Add form added to quickly add bugs
- Added filtering options to show open/closed tickets, and filter by project
- Fixed a WYSIWYG editor bug
- Really fixed all short tags this time
- Links are now automatically created when entered into a ticket
- Admin’s can edit titles by simply clicking on a ticket and then clicking the edit button next to the ticket’s title
- Fixed url for emails not pointing to proper subdirectory
- Fixed url issue for bugs being added and emails being sent out for quickadd bugs/features
- Fixed report background image not working to show progress
- Changed version control system to GIT (maybe some people can contribute now)
- NEW LAYOUT!
- Fixed various CSS bugs
- v1.2 – 10/27/2008 – RELEASED
- Fixed all short tags (if you still get an error let me know, I’m 99.9% sure I got them all)
- Script now works properly in sub directories – see demo for in-action.
- v1.1 – 9/9/2008 – RELEASED
- Added a line to the config.php to limit registered users to
posting. Add $config[registered] = 1; in your config.php file to only
allowed registered users (if upgrading).
- Added a last insert id function to the Database class.
- Administrators now get emails when new tickets have been added.
- Assign to list for tickets now properly displays all users.
- When a user is assigned to a ticket, they are notified by email.
- Priority # changed to text for easier reading.
- Users are now emailed when their ticket is closed, if they are registered.
- There is now a user administration area in the admin panel.
To Upgrade to 1.5
Please read the readme file included in the zip. You must run the upgrade.php file and make changes to your config.php file.
To Upgrade from v1 to 1.1
Unzip all the files, upload everything except the config.php file,
check the config.php for the syntax of the new feature for forcing
users to register.
|