February 21, 2011
Finally I was able to put aside other projects for a little bit so that I could spend some time doing some needed updates to BugLogHQ. BugLog is a ColdFusion tool used to collect and aggregate bug reports from multiple applications on multiple servers.
This update pushes the version number to 1.5. The main new features are: (from the readme.txt):
Download the new version from here
Upgrading is pretty easy, you just need to replace your /bugLog folder with the new one and execute the appropriate sql script on your DB. You can find the upgrade scripts in /bugLog/install/migration/1_4_to_1_5/*.sql. Also, you might want to keep a copy of your /bugLog/config directory. After updating the /bugLog dir, you will need to manually edit the main config file in case you made changes to the default DSN/username/password values, all other config settings can be entered through the UI.
The first time you login to the /hq admin UI you will be prompted to update your password. Also, if you have any rules defined, once you to the Rules screen, you will be prompted if you want bugLog to copy all your rule definitions into the database. Just click 'Yes' and sit back and relax while BugLog does the hard stuff for you.
So, please take it for a spin and please let me know if anyone finds any bugs or find things that are not very clear.
Have fun!