home *** CD-ROM | disk | FTP | other *** search
- Bugzero Bug Tracking System (http://www.websina.com/bugzero/) build 2.6.1-0082
- Copyright (c) 2003 WEBsina, Inc. All rights reserved <dev@websina.com>
-
-
- version 2.6.1 (feature enhancements, Tue Jun 10, 2003)
- -----------------------------------------------------
- The responsible, project, and stored query lists are now sorted alphabetically.
- The field name of "resolution" is renamed to "response".
-
- version 2.6 (feature enhancements, Wed Jun 4, 2003)
- ----------------------------------------------------
- The state, priority, severity, and issue_type columns were moved from the project
- table to the fieldset table. Four more additional columns were added to the issue
- table and two are for textarea type. The page layout for query and report was
- improved. Stalled database connections are now properly handled so that application
- server restart is not required in case of a database server down. User names and
- project IDs are now sorted on the administration forms. A problem related to the
- case sensitivity of the field items was fixed.
-
- version 2.5 (feature enhancements, Fri May 16, 2003)
- ----------------------------------------------------
- A user signature was added for email notification and a check box was added on the
- issue form to be able to not sending email notification. The display names of all
- project related fields can now be configured with the administration web interface.
- Some originally mandatory fields are now optional and can be dropped. Date time is
- now localized and displayed based on the time zone of the user. The group.properties
- file has been modified with a new format. Some issues with Sybase databases were
- resolved and a backslash problem with MySql databases was also fixed.
-
- version 2.4.2 (bug fixes and feature enhancements, Mon Apr 28, 2003)
- --------------------------------------------------------------------
- File attachments can now be attached to the notification email if wanted and inbound
- email parsing was improved.
-
- version 2.4.1 (bug fixes and feature enhancements, Wed Apr 23, 2003)
- --------------------------------------------------------------------
- A Javascript problem on the query page was fixed for browsers on Mac OS. A new email
- filter based on "Received" was added. The default option in the query/report page
- was renamed to "-" from "all".
-
- version 2.4 (feature enhancements, Mon Apr 14, 2003)
- ----------------------------------------------------
- The email submission feature was significantly improved by allowing new bug submission
- and email attachment, and adding an email filter for un-wanted mails. An about page
- was added and a bug related to resource bundle reloading was fixed.
-
- version 2.3.2 (feature enhancements, Wed Apr 2, 2003)
- -----------------------------------------------------
- Messages are now mostly externalized to a properties file and can thus be modified
- and internationalized easily.
-
- version 2.3.1 (bug fixes, Wed Mar 26, 2003)
- -----------------------------------------------------
- A bug that was causing the field item ordering problem was fixed, and another one
- that may have caused a table creation problem with Oracle databases was also fixed.
- A user account is not allowed to be deleted if there is any project assignment
- associated with it, and exception handling was improved.
-
- version 2.3 (feature enhancements, Fri Mar 14, 2003)
- -----------------------------------------------------
- Query results and report summary can now be exported to a file in csv format,
- and two more optional custom fields were added in this version.
-
- version 2.2.5 (feature enhancements, Fri Mar 7, 2003)
- ------------------------------------------------------
- A new project directory was added to hold the project files that were previously
- located in the conf directory, the user browser's cookie support is now more
- correctly detected, and error logging was improved.
-
- version 2.2.4 (feature enhancements, Fri Feb 14, 2003)
- ------------------------------------------------------
- A new project can now be cloned from an existing project, and an error message
- is displayed if the browser does not allow temporary cookies. A few minor bugs
- were fixed.
-
- version 2.2.3 (feature enhancements, Thu Feb 6, 2003)
- ------------------------------------------------------
- Multiple files can now be attached to a bug report. A problem that was causing the
- setup program to not start when there was a space in the path was fixed, and a
- problem with HTTP proxy servers was also fixed.
-
- version 2.2.2 (feature enhancements, Wed Jan 22, 2003)
- ------------------------------------------------------
- The program was completely re-packaged, and modifications to the classpath of
- the servlet container are no longer required. A system.properties file was added.
-
- version 2.2.1 (feature enhancements, Wed Jan 8, 2003)
- -----------------------------------------------------
- The sort order information is now stored along with the stored query (shown on
- the home and query result pages). On the query form, the text search string is
- now parsed automatically, the author field is now a pull-down menu, the date
- search has now an additional 'between' selection, and the sort order field was
- added. The user interface was improved.
-
- version 2.2 (feature enhancements, Mon Nov 12, 2002)
- ----------------------------------------------------
- The name of an existing project can now be changed at runtime by using the
- administration interface. A project can now be de-activated without deleting it
- from the database, and can be re-activated later. A de-activated project will
- not been seen by any users except the admin.
- Field names seen on the form (i.e., the label) can now be configured through
- the administration web interface, instead of editing the properties file.
- They are now associated with the project, and so different projects can have
- completely different field names (labels).
-
- version 2.1.3 (feature enhancements, Sat Nov 2, 2002)
- ----------------------------------------------------
- A new kind of report was added, the administration interface was improved,
- and user access control was modified slightly.
-
- version 2.1.2 (feature enhancements and bug fixes, Mon Oct 14, 2002)
- -------------------------------------------------------------------
- Full names are now displayed on the administration interface instead of
- usernames. An additional table was added for Oracle databases, and
- PointBase databases are now supported. A reload problem with Mozilla
- on the report chart page was fixed, and a problem with deleting users
- in MySQL databases was fixed.
-
- version 2.1.1 (feature enhancements, Sat Oct 5, 2002)
- ----------------------------------------------------
- Sorting was implemented for the query results. User full names are now displayed
- in the query result instead of usernames. The email feature can now be completely
- disabled.
-
- version 2.1 (major release, Sat Sep 21, 2002)
- --------------------------------------------
- Bug report through email was implemented. CVS source control
- integration was added. Custom fields in the form can now be selected as either
- an itemized select field or an input text field.
-
- version 2.0 (major release, Tue Sep 10, 2002)
- --------------------------------------------
- A new database table was added to handle the case where certain
- bug fields have a very large number of options, such as a 'TestCase' field that
- has many test cases. Upgrading from previous versions is possible by manually
- adding this new table and modifying other two tables.
-
-
- version 1.5 (feature enhancements, Tue Sep 3, 2002)
- --------------------------------------------------
- All the inline cascading style sheets were moved to a seperate
- file. The jsp files used only for including were renamed to have a .jspf
- extension to avoid standalone compilation by certain J2EE containers.
- The field name of 'project_area2' was renamed to 'others'.
- More colors were added for creating reports charts.
-
-
- version 1.4.3 (bug fixes, Tue Aug 27, 2002)
- ------------------------------------------
- A bug that was causing the slow database queries with MySQL was fixed.
-
- version 1.4.2 (feature enhancements and bug fixes, Wed Aug 14, 2002)
- --------------------------------------------------------------------
- A bug that was occasionally causing the setup program to exit before completion
- was fixed. Deployment description onto JBoss, JRun, Resin, and iPlanet was added.
-
- version 1.4.1 (feature enhancements and bug fixes, Sun Aug 4, 2002)
- -------------------------------------------------------------------
- Some originally unchangeable bug fields are now allowed to be changed.
- A classloading bug that occurs under Oracle 9i application server was fixed.
- Deployment description on Orion Server was modified.
-
- version 1.4 (major feature enhancements, Sun Jul 14, 2002)
- ---------------------------------------------------------
- A setup program was added to guide you through all the system configurations
- related to the database, the email account, and the servlet engine.
-
- version 1.3.2 (bug fixes, Wed Jun 26, 2002)
- ------------------------------------------
- Many workarounds were added for IBM WebSphere to work;
- problems addressed include WebSphere's incorrect handling of HttpServletResponse
- sendRedirect, and its incorrect importing of IBM packages for compiling jsp pages.
-
- version 1.3.1 (major bug fixes, Sun Jun 16, 2002)
- ------------------------------------------------
- A few issues related to the IBM DB2 database system were
- resolved. In particular, due to certain limitations of DB2, table name with
- 'constraints' was renamed to 'filter'. Also in this release, the access
- control was expanded and user documentation was substantially updated.
- Because of this database schema change, all users are encouraged to upgrade.
-
- version 1.3 (major feature enhancements, Mon Jun 3, 2002)
- --------------------------------------------------------
- The workflow has been expanded to configure the automatic
- bug re-assignment based on the new bug state and to configure the states
- a user can set based on the group of the user. User groups are now loaded from
- a properties file. A few bugs related to the administration tool were also
- fixed.
-
- version 1.2.1 (bug fixes, Tue May 28, 2002)
- ------------------------------------------
- Workaround instructions were added for cases when Bugzero is installed on a
- Unix (Linux) OS which does not run an X11 server and thus graphic bug reports
- cannot be created (a Java AWT toolkit issue).
- A few bugs related to MySQL databases were also fixed.
-
- version 1.2 (major feature enhancements, Wed May 8, 2002)
- ---------------------------------------------------------
- Bugzero has been ported to MySQL database. A few bugs related to Oracle
- databases were also fixed.
-
- version 1.1.3 (minor bug fixes, Mon Apr 29, 2002)
- -------------------------------------------------
- "Enter-to-submit" in the report form was disabled to avoid a undefined report
- type (a button now has to be clicked to submit the form).
- A null point exception for the stored query was fixed.
-
- version 1.1.2 (minor feature enhancements, Mon Apr 15, 2002)
- -----------------------------------------------------------
- The show results per page is now an input parameter and is
- saved for each stored query, email address validation is applied to the CC field
- on the client side and invalid email is rejected, the text of Description or
- Resolution in the Audit Trail is displayed in <pre> block so that line
- feed is perserved, and some minor bugs have been fixed.
-
- version 1.1.1 (minor feature enhancements, Mon Apr 8, 2002)
- ----------------------------------------------------------
- The user interface was changed based on a new color schema. Audit trail is
- now in reverse chronical order and the Resolution field is labeled as
- as Resolution (instead of Description). The user manual was updated.
-
- version 1.1 (major feature enhancements, Mon Apr 1, 2002)
- --------------------------------------------------------
- A new feature, workflow support, has been added. For each
- state during the lifecycle of a bug/issue, the next states it is allowed to go can
- be restricted. Some minor bugs were fixed for the administration tool.
-
- version 1.0 (major feature enhancements, Sun Mar 24, 2002)
- ---------------------------------------------------------
- By adding the trend metrics (report) and the user preferences function,
- this release completes all the major features of Bugzero.
- Navigation buttons were added for the query result that are now displayed
- on multiple pages instead of on one single page.
-
- version 0.9.1 (minor feature enhancements, Mon Mar 18, 2002)
- -----------------------------------------------------------
- The jsp pages for the administration tool were completely rewritten to have
- the same look and feel as the rest of the system. A new bug report field was
- added to CC people for email notification.
-
- version 0.9 (major feature enhancements, Mon Mar 11, 2002)
- ---------------------------------------------------------
- A Web-based system administration tool for runtime project configuration and
- user account management was added. The commandline tool was made more user friendly.
- A table name change was added to avoid an Oracle reserved word.
-
- version 0.8.1 (minor bug fixes, Mon Feb 11, 2002)
- -------------------------------------------------
- This release fixes some cosmetic bugs and adds a FAQ file. The database properties
- file was also slightly modified.
-
- version 0.8 (minor feature enhancements, Wed Jan 23, 2002)
- ---------------------------------------------------------
- The web content was packaged into a war file for standard servlet deployment.
- JavaMail jar files were bundled with bugzero for convenience. A bug that
- allowed an empty query name to be saved has been fixed.
-
- version 0.7 (minor feature enhancements, Tue Jan 15, 2002)
- ---------------------------------------------------------
- The user-group function was implemented. The notification email is now based
- on a template so that it can be configured. A file-attachement bug that
- caused file upload failure for the Opera browser was fixed.
-
- version 0.6 (major feature enhancements, Mon Jan 7, 2002)
- --------------------------------------------------------
- The email notification function was implemented. Feature enhancements, including
- an "Ignore closed bugs" checkbox on the query page, a "GOTO Bug#" field on
- each page header, and a new Help page (incomplete) were made. A bug related
- to url redirection was fixed.
-
- version 0.5.1 (minor bug fixes, Thu Dec 27, 2001)
- ------------------------------------------------
- Bugs related to empty spaces in the URL for Netscape browsers and binary file
- attachment were fixed. A script to populate the tables was provided so that
- Bugzero can be used out-of-the-box.
-
- version 0.5 (initial release, Sun Dec 16, 2001)
- ----------------------------------------------
- Implemented features:
- 1. add/create, edit/view, query/search bug(s).
- 2. automatic bug assignment.
- 3. submit, save, and remove stored-query
- 4. file attachment.
- 5. bug-audit trail.
-
-