##// END OF EJS Templates
updated CHANGELOG for 0.4.2 release...
Jean-Philippe Lang -
r256:c9ed3fdae382
parent child
Show More
@@ -1,138 +1,140
1 == redMine changelog
1 == redMine changelog
2
2
3 redMine - project management software
3 redMine - project management software
4 Copyright (C) 2006-2007 Jean-Philippe Lang
4 Copyright (C) 2006-2007 Jean-Philippe Lang
5 http://redmine.rubyforge.org/
5 http://redmine.rubyforge.org/
6
6
7
7
8 == xx/xx/2006 v0.4.2
8 == 02/18/2006 v0.4.2
9
9
10 * Rails 1.2 is now required
10 * Rails 1.2 is now required
11 * settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)
11 * settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)
12 * added project roadmap view
12 * added project roadmap view
13 * mail notifications added when a document, a file or an attachment is added
13 * mail notifications added when a document, a file or an attachment is added
14 * tooltips added on Gantt chart and calender to view the details of the issues
14 * tooltips added on Gantt chart and calender to view the details of the issues
15 * ability to set the sort order for roles, trackers, issue statuses
15 * ability to set the sort order for roles, trackers, issue statuses
16 * added missing fields to csv export: priority, start date, due date, done ratio
16 * added missing fields to csv export: priority, start date, due date, done ratio
17 * added total number of issues per tracker on project overview
17 * added total number of issues per tracker on project overview
18 * all icons replaced (new icons are based on GPL icon set: "KDE Crystal Diamond 2.5" -by paolino- and "kNeu! Alpha v0.1" -by Pablo Fabregat-)
18 * all icons replaced (new icons are based on GPL icon set: "KDE Crystal Diamond 2.5" -by paolino- and "kNeu! Alpha v0.1" -by Pablo Fabregat-)
19 * added back "fixed version" field on issue screen and in filters
19 * added back "fixed version" field on issue screen and in filters
20 * project settings screen split in 4 tabs
20 * project settings screen split in 4 tabs
21 * custom fields screen split in 3 tabs (one for each kind of custom field)
21 * custom fields screen split in 3 tabs (one for each kind of custom field)
22 * multiple issues pdf export now rendered as a table
22 * multiple issues pdf export now rendered as a table
23 * added a button on users/list to manually activate an account
23 * added a button on users/list to manually activate an account
24 * added a setting option to disable "password lost" functionality
24 * added a setting option to disable "password lost" functionality
25 * added a setting option to set max number of issues in csv/pdf exports
25 * added a setting option to set max number of issues in csv/pdf exports
26 * fixed: subprojects count is always 0 on projects list
26 * fixed: subprojects count is always 0 on projects list
27 * fixed: locked users are proposed when adding a member to a project
27 * fixed: locked users are proposed when adding a member to a project
28 * fixed: setting an issue status as default status leads to an sql error with SQLite
28 * fixed: setting an issue status as default status leads to an sql error with SQLite
29 * fixed: unable to delete an issue status even if it's not used yet
29 * fixed: unable to delete an issue status even if it's not used yet
30 * fixed: filters ignored when exporting a predefined query to csv/pdf
30 * fixed: filters ignored when exporting a predefined query to csv/pdf
31 * fixed: crash when french "issue_edit" email notification is sent
31 * fixed: crash when french "issue_edit" email notification is sent
32 * fixed: hide mail preference not saved (my/account)
32 * fixed: hide mail preference not saved (my/account)
33 * fixed: crash when a new user try to edit its "my page" layout
34
33
35
34 == 01/03/2006 v0.4.1
36 == 01/03/2006 v0.4.1
35
37
36 * fixed: emails have no recipient when one of the project members has notifications disabled
38 * fixed: emails have no recipient when one of the project members has notifications disabled
37
39
38
40
39 == 01/02/2006 v0.4.0
41 == 01/02/2006 v0.4.0
40
42
41 * simple SVN browser added (just needs svn binaries in PATH)
43 * simple SVN browser added (just needs svn binaries in PATH)
42 * comments can now be added on news
44 * comments can now be added on news
43 * "my page" is now customizable
45 * "my page" is now customizable
44 * more powerfull and savable filters for issues lists
46 * more powerfull and savable filters for issues lists
45 * improved issues change history
47 * improved issues change history
46 * new functionality: move an issue to another project or tracker
48 * new functionality: move an issue to another project or tracker
47 * new functionality: add a note to an issue
49 * new functionality: add a note to an issue
48 * new report: project activity
50 * new report: project activity
49 * "start date" and "% done" fields added on issues
51 * "start date" and "% done" fields added on issues
50 * project calendar added
52 * project calendar added
51 * gantt chart added (exportable to pdf)
53 * gantt chart added (exportable to pdf)
52 * single/multiple issues pdf export added
54 * single/multiple issues pdf export added
53 * issues reports improvements
55 * issues reports improvements
54 * multiple file upload for issues, documents and files
56 * multiple file upload for issues, documents and files
55 * option to set maximum size of uploaded files
57 * option to set maximum size of uploaded files
56 * textile formating of issue and news descritions (RedCloth required)
58 * textile formating of issue and news descritions (RedCloth required)
57 * integration of DotClear jstoolbar for textile formatting
59 * integration of DotClear jstoolbar for textile formatting
58 * calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar)
60 * calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar)
59 * new filter in issues list: Author
61 * new filter in issues list: Author
60 * ajaxified paginators
62 * ajaxified paginators
61 * news rss feed added
63 * news rss feed added
62 * option to set number of results per page on issues list
64 * option to set number of results per page on issues list
63 * localized csv separator (comma/semicolon)
65 * localized csv separator (comma/semicolon)
64 * csv output encoded to ISO-8859-1
66 * csv output encoded to ISO-8859-1
65 * user custom field displayed on account/show
67 * user custom field displayed on account/show
66 * default configuration improved (default roles, trackers, status, permissions and workflows)
68 * default configuration improved (default roles, trackers, status, permissions and workflows)
67 * language for default configuration data can now be chosen when running 'load_default_data' task
69 * language for default configuration data can now be chosen when running 'load_default_data' task
68 * javascript added on custom field form to show/hide fields according to the format of custom field
70 * javascript added on custom field form to show/hide fields according to the format of custom field
69 * fixed: custom fields not in csv exports
71 * fixed: custom fields not in csv exports
70 * fixed: project settings now displayed according to user's permissions
72 * fixed: project settings now displayed according to user's permissions
71 * fixed: application error when no version is selected on projects/add_file
73 * fixed: application error when no version is selected on projects/add_file
72 * fixed: public actions not authorized for members of non public projects
74 * fixed: public actions not authorized for members of non public projects
73 * fixed: non public projects were shown on welcome screen even if current user is not a member
75 * fixed: non public projects were shown on welcome screen even if current user is not a member
74
76
75
77
76 == 10/08/2006 v0.3.0
78 == 10/08/2006 v0.3.0
77
79
78 * user authentication against multiple LDAP (optional)
80 * user authentication against multiple LDAP (optional)
79 * token based "lost password" functionality
81 * token based "lost password" functionality
80 * user self-registration functionality (optional)
82 * user self-registration functionality (optional)
81 * custom fields now available for issues, users and projects
83 * custom fields now available for issues, users and projects
82 * new custom field format "text" (displayed as a textarea field)
84 * new custom field format "text" (displayed as a textarea field)
83 * project & administration drop down menus in navigation bar for quicker access
85 * project & administration drop down menus in navigation bar for quicker access
84 * text formatting is preserved for long text fields (issues, projects and news descriptions)
86 * text formatting is preserved for long text fields (issues, projects and news descriptions)
85 * urls and emails are turned into clickable links in long text fields
87 * urls and emails are turned into clickable links in long text fields
86 * "due date" field added on issues
88 * "due date" field added on issues
87 * tracker selection filter added on change log
89 * tracker selection filter added on change log
88 * Localization plugin replaced with GLoc 1.1.0 (iconv required)
90 * Localization plugin replaced with GLoc 1.1.0 (iconv required)
89 * error messages internationalization
91 * error messages internationalization
90 * german translation added (thanks to Karim Trott)
92 * german translation added (thanks to Karim Trott)
91 * data locking for issues to prevent update conflicts (using ActiveRecord builtin optimistic locking)
93 * data locking for issues to prevent update conflicts (using ActiveRecord builtin optimistic locking)
92 * new filter in issues list: "Fixed version"
94 * new filter in issues list: "Fixed version"
93 * active filters are displayed with colored background on issues list
95 * active filters are displayed with colored background on issues list
94 * custom configuration is now defined in config/config_custom.rb
96 * custom configuration is now defined in config/config_custom.rb
95 * user object no more stored in session (only user_id)
97 * user object no more stored in session (only user_id)
96 * news summary field is no longer required
98 * news summary field is no longer required
97 * tables and forms redesign
99 * tables and forms redesign
98 * Fixed: boolean custom field not working
100 * Fixed: boolean custom field not working
99 * Fixed: error messages for custom fields are not displayed
101 * Fixed: error messages for custom fields are not displayed
100 * Fixed: invalid custom fields should have a red border
102 * Fixed: invalid custom fields should have a red border
101 * Fixed: custom fields values are not validated on issue update
103 * Fixed: custom fields values are not validated on issue update
102 * Fixed: unable to choose an empty value for 'List' custom fields
104 * Fixed: unable to choose an empty value for 'List' custom fields
103 * Fixed: no issue categories sorting
105 * Fixed: no issue categories sorting
104 * Fixed: incorrect versions sorting
106 * Fixed: incorrect versions sorting
105
107
106
108
107 == 07/12/2006 - v0.2.2
109 == 07/12/2006 - v0.2.2
108
110
109 * Fixed: bug in "issues list"
111 * Fixed: bug in "issues list"
110
112
111
113
112 == 07/09/2006 - v0.2.1
114 == 07/09/2006 - v0.2.1
113
115
114 * new databases supported: Oracle, PostgreSQL, SQL Server
116 * new databases supported: Oracle, PostgreSQL, SQL Server
115 * projects/subprojects hierarchy (1 level of subprojects only)
117 * projects/subprojects hierarchy (1 level of subprojects only)
116 * environment information display in admin/info
118 * environment information display in admin/info
117 * more filter options in issues list (rev6)
119 * more filter options in issues list (rev6)
118 * default language based on browser settings (Accept-Language HTTP header)
120 * default language based on browser settings (Accept-Language HTTP header)
119 * issues list exportable to CSV (rev6)
121 * issues list exportable to CSV (rev6)
120 * simple_format and auto_link on long text fields
122 * simple_format and auto_link on long text fields
121 * more data validations
123 * more data validations
122 * Fixed: error when all mail notifications are unchecked in admin/mail_options
124 * Fixed: error when all mail notifications are unchecked in admin/mail_options
123 * Fixed: all project news are displayed on project summary
125 * Fixed: all project news are displayed on project summary
124 * Fixed: Can't change user password in users/edit
126 * Fixed: Can't change user password in users/edit
125 * Fixed: Error on tables creation with PostgreSQL (rev5)
127 * Fixed: Error on tables creation with PostgreSQL (rev5)
126 * Fixed: SQL error in "issue reports" view with PostgreSQL (rev5)
128 * Fixed: SQL error in "issue reports" view with PostgreSQL (rev5)
127
129
128
130
129 == 06/25/2006 - v0.1.0
131 == 06/25/2006 - v0.1.0
130
132
131 * multiple users/multiple projects
133 * multiple users/multiple projects
132 * role based access control
134 * role based access control
133 * issue tracking system
135 * issue tracking system
134 * fully customizable workflow
136 * fully customizable workflow
135 * documents/files repository
137 * documents/files repository
136 * email notifications on issue creation and update
138 * email notifications on issue creation and update
137 * multilanguage support (except for error messages):english, french, spanish
139 * multilanguage support (except for error messages):english, french, spanish
138 * online manual in french (unfinished) No newline at end of file
140 * online manual in french (unfinished)
General Comments 0
You need to be logged in to leave comments. Login now