2006-06-28 22:11:03 +04:00
|
|
|
== redMine changelog
|
|
|
|
|
|
|
|
redMine - project management software
|
|
|
|
Copyright (C) 2006 Jean-Philippe Lang
|
2006-07-09 20:30:01 +04:00
|
|
|
http://redmine.org/
|
2006-06-28 22:11:03 +04:00
|
|
|
|
|
|
|
|
2006-11-12 21:50:30 +03:00
|
|
|
== xx/xx/2006 v0.x.x
|
|
|
|
|
2006-12-16 15:15:31 +03:00
|
|
|
* comments can now be added on news
|
2006-12-03 22:55:45 +03:00
|
|
|
* "my page" is now customizable
|
2006-11-28 01:31:14 +03:00
|
|
|
* improved issues change history
|
2006-11-12 21:50:30 +03:00
|
|
|
* new functionality: move an issue to another project or tracker
|
|
|
|
* new functionality: add a note to an issue
|
|
|
|
* new report: project activity
|
|
|
|
* "start date" and "% done" fields added on issues
|
|
|
|
* project calendar added
|
|
|
|
* gantt chart added (exportable to pdf)
|
|
|
|
* single/multiple issues pdf export added
|
|
|
|
* issues reports improvements
|
|
|
|
* multiple file upload for issues attachments
|
|
|
|
* textile formating of issue and news descritions (RedCloth required)
|
|
|
|
* integration of DotClear jstoolbar for textile formatting
|
|
|
|
* calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar)
|
|
|
|
* new filter in issues list: Author
|
|
|
|
* ajaxified paginators
|
|
|
|
* option to set number of results per page on issues list
|
|
|
|
* localized csv separator (comma/semicolon)
|
|
|
|
* csv output encoded to ISO-8859-1
|
|
|
|
* user custom field displayed on account/show
|
|
|
|
* default configuration improved (default roles, trackers, status, permissions and workflows)
|
|
|
|
* fixed: custom fields not in csv exports
|
|
|
|
* fixed: project settings now displayed according to user's permissions
|
|
|
|
|
|
|
|
== 10/08/2006 v0.3.0
|
2006-07-29 13:32:58 +04:00
|
|
|
|
2006-09-02 17:33:23 +04:00
|
|
|
* user authentication against multiple LDAP (optional)
|
2006-07-29 13:32:58 +04:00
|
|
|
* token based "lost password" functionality
|
|
|
|
* user self-registration functionality (optional)
|
|
|
|
* custom fields now available for issues, users and projects
|
2006-07-29 23:54:22 +04:00
|
|
|
* new custom field format "text" (displayed as a textarea field)
|
|
|
|
* project & administration drop down menus in navigation bar for quicker access
|
2006-10-08 23:13:21 +04:00
|
|
|
* text formatting is preserved for long text fields (issues, projects and news descriptions)
|
|
|
|
* urls and emails are turned into clickable links in long text fields
|
2006-07-29 23:54:22 +04:00
|
|
|
* "due date" field added on issues
|
2006-09-02 17:33:23 +04:00
|
|
|
* tracker selection filter added on change log
|
2006-10-08 23:13:21 +04:00
|
|
|
* Localization plugin replaced with GLoc 1.1.0 (iconv required)
|
2006-09-02 17:33:23 +04:00
|
|
|
* error messages internationalization
|
|
|
|
* german translation added (thanks to Karim Trott)
|
2006-10-08 23:13:21 +04:00
|
|
|
* data locking for issues to prevent update conflicts (using ActiveRecord builtin optimistic locking)
|
2006-07-29 13:32:58 +04:00
|
|
|
* new filter in issues list: "Fixed version"
|
2006-07-29 23:54:22 +04:00
|
|
|
* active filters are displayed with colored background on issues list
|
2006-07-29 13:32:58 +04:00
|
|
|
* custom configuration is now defined in config/config_custom.rb
|
|
|
|
* user object no more stored in session (only user_id)
|
|
|
|
* news summary field is no longer required
|
2006-09-02 17:33:23 +04:00
|
|
|
* tables and forms redesign
|
2006-07-29 13:32:58 +04:00
|
|
|
* Fixed: boolean custom field not working
|
|
|
|
* Fixed: error messages for custom fields are not displayed
|
2006-09-02 17:33:23 +04:00
|
|
|
* Fixed: invalid custom fields should have a red border
|
2006-07-29 13:32:58 +04:00
|
|
|
* Fixed: custom fields values are not validated on issue update
|
2006-07-29 23:54:22 +04:00
|
|
|
* Fixed: unable to choose an empty value for 'List' custom fields
|
2006-07-29 13:32:58 +04:00
|
|
|
* Fixed: no issue categories sorting
|
|
|
|
* Fixed: incorrect versions sorting
|
|
|
|
|
|
|
|
|
|
|
|
== 07/12/2006 - v0.2.2
|
|
|
|
|
|
|
|
* Fixed: bug in "issues list"
|
|
|
|
|
|
|
|
|
2006-07-10 00:07:03 +04:00
|
|
|
== 07/09/2006 - v0.2.1
|
2006-07-03 23:38:10 +04:00
|
|
|
|
2006-07-09 20:30:01 +04:00
|
|
|
* new databases supported: Oracle, PostgreSQL, SQL Server
|
|
|
|
* projects/subprojects hierarchy (1 level of subprojects only)
|
|
|
|
* environment information display in admin/info
|
|
|
|
* more filter options in issues list (rev6)
|
|
|
|
* default language based on browser settings (Accept-Language HTTP header)
|
|
|
|
* issues list exportable to CSV (rev6)
|
|
|
|
* simple_format and auto_link on long text fields
|
|
|
|
* more data validations
|
|
|
|
* Fixed: error when all mail notifications are unchecked in admin/mail_options
|
|
|
|
* Fixed: all project news are displayed on project summary
|
|
|
|
* Fixed: Can't change user password in users/edit
|
2006-07-03 23:38:10 +04:00
|
|
|
* Fixed: Error on tables creation with PostgreSQL (rev5)
|
|
|
|
* Fixed: SQL error in "issue reports" view with PostgreSQL (rev5)
|
|
|
|
|
|
|
|
|
2006-06-28 22:11:03 +04:00
|
|
|
== 06/25/2006 - v0.1.0
|
|
|
|
|
|
|
|
* multiple users/multiple projects
|
|
|
|
* role based access control
|
|
|
|
* issue tracking system
|
|
|
|
* fully customizable workflow
|
|
|
|
* documents/files repository
|
|
|
|
* email notifications on issue creation and update
|
|
|
|
* multilanguage support (except for error messages):english, french, spanish
|
|
|
|
* online manual in french (unfinished)
|