@@ -1,107 +1,112 | |||||
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 | == 03/02/2006 v0.4.1 | |||
|
9 | ||||
|
10 | * fixed: emails have no recipient when one of the project members has notifications disabled | |||
|
11 | ||||
|
12 | ||||
8 | == 01/02/2006 v0.4.0 |
|
13 | == 01/02/2006 v0.4.0 | |
9 |
|
14 | |||
10 | * simple SVN browser added (just needs svn binaries in PATH) |
|
15 | * simple SVN browser added (just needs svn binaries in PATH) | |
11 | * comments can now be added on news |
|
16 | * comments can now be added on news | |
12 | * "my page" is now customizable |
|
17 | * "my page" is now customizable | |
13 | * more powerfull and savable filters for issues lists |
|
18 | * more powerfull and savable filters for issues lists | |
14 | * improved issues change history |
|
19 | * improved issues change history | |
15 | * new functionality: move an issue to another project or tracker |
|
20 | * new functionality: move an issue to another project or tracker | |
16 | * new functionality: add a note to an issue |
|
21 | * new functionality: add a note to an issue | |
17 | * new report: project activity |
|
22 | * new report: project activity | |
18 | * "start date" and "% done" fields added on issues |
|
23 | * "start date" and "% done" fields added on issues | |
19 | * project calendar added |
|
24 | * project calendar added | |
20 | * gantt chart added (exportable to pdf) |
|
25 | * gantt chart added (exportable to pdf) | |
21 | * single/multiple issues pdf export added |
|
26 | * single/multiple issues pdf export added | |
22 | * issues reports improvements |
|
27 | * issues reports improvements | |
23 | * multiple file upload for issues, documents and files |
|
28 | * multiple file upload for issues, documents and files | |
24 | * option to set maximum size of uploaded files |
|
29 | * option to set maximum size of uploaded files | |
25 | * textile formating of issue and news descritions (RedCloth required) |
|
30 | * textile formating of issue and news descritions (RedCloth required) | |
26 | * integration of DotClear jstoolbar for textile formatting |
|
31 | * integration of DotClear jstoolbar for textile formatting | |
27 | * calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar) |
|
32 | * calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar) | |
28 | * new filter in issues list: Author |
|
33 | * new filter in issues list: Author | |
29 | * ajaxified paginators |
|
34 | * ajaxified paginators | |
30 | * news rss feed added |
|
35 | * news rss feed added | |
31 | * option to set number of results per page on issues list |
|
36 | * option to set number of results per page on issues list | |
32 | * localized csv separator (comma/semicolon) |
|
37 | * localized csv separator (comma/semicolon) | |
33 | * csv output encoded to ISO-8859-1 |
|
38 | * csv output encoded to ISO-8859-1 | |
34 | * user custom field displayed on account/show |
|
39 | * user custom field displayed on account/show | |
35 | * default configuration improved (default roles, trackers, status, permissions and workflows) |
|
40 | * default configuration improved (default roles, trackers, status, permissions and workflows) | |
36 | * language for default configuration data can now be chosen when running 'load_default_data' task |
|
41 | * language for default configuration data can now be chosen when running 'load_default_data' task | |
37 | * javascript added on custom field form to show/hide fields according to the format of custom field |
|
42 | * javascript added on custom field form to show/hide fields according to the format of custom field | |
38 | * fixed: custom fields not in csv exports |
|
43 | * fixed: custom fields not in csv exports | |
39 | * fixed: project settings now displayed according to user's permissions |
|
44 | * fixed: project settings now displayed according to user's permissions | |
40 | * fixed: application error when no version is selected on projects/add_file |
|
45 | * fixed: application error when no version is selected on projects/add_file | |
41 | * fixed: public actions not authorized for members of non public projects |
|
46 | * fixed: public actions not authorized for members of non public projects | |
42 | * fixed: non public projects were shown on welcome screen even if current user is not a member |
|
47 | * fixed: non public projects were shown on welcome screen even if current user is not a member | |
43 |
|
48 | |||
44 |
|
49 | |||
45 | == 10/08/2006 v0.3.0 |
|
50 | == 10/08/2006 v0.3.0 | |
46 |
|
51 | |||
47 | * user authentication against multiple LDAP (optional) |
|
52 | * user authentication against multiple LDAP (optional) | |
48 | * token based "lost password" functionality |
|
53 | * token based "lost password" functionality | |
49 | * user self-registration functionality (optional) |
|
54 | * user self-registration functionality (optional) | |
50 | * custom fields now available for issues, users and projects |
|
55 | * custom fields now available for issues, users and projects | |
51 | * new custom field format "text" (displayed as a textarea field) |
|
56 | * new custom field format "text" (displayed as a textarea field) | |
52 | * project & administration drop down menus in navigation bar for quicker access |
|
57 | * project & administration drop down menus in navigation bar for quicker access | |
53 | * text formatting is preserved for long text fields (issues, projects and news descriptions) |
|
58 | * text formatting is preserved for long text fields (issues, projects and news descriptions) | |
54 | * urls and emails are turned into clickable links in long text fields |
|
59 | * urls and emails are turned into clickable links in long text fields | |
55 | * "due date" field added on issues |
|
60 | * "due date" field added on issues | |
56 | * tracker selection filter added on change log |
|
61 | * tracker selection filter added on change log | |
57 | * Localization plugin replaced with GLoc 1.1.0 (iconv required) |
|
62 | * Localization plugin replaced with GLoc 1.1.0 (iconv required) | |
58 | * error messages internationalization |
|
63 | * error messages internationalization | |
59 | * german translation added (thanks to Karim Trott) |
|
64 | * german translation added (thanks to Karim Trott) | |
60 | * data locking for issues to prevent update conflicts (using ActiveRecord builtin optimistic locking) |
|
65 | * data locking for issues to prevent update conflicts (using ActiveRecord builtin optimistic locking) | |
61 | * new filter in issues list: "Fixed version" |
|
66 | * new filter in issues list: "Fixed version" | |
62 | * active filters are displayed with colored background on issues list |
|
67 | * active filters are displayed with colored background on issues list | |
63 | * custom configuration is now defined in config/config_custom.rb |
|
68 | * custom configuration is now defined in config/config_custom.rb | |
64 | * user object no more stored in session (only user_id) |
|
69 | * user object no more stored in session (only user_id) | |
65 | * news summary field is no longer required |
|
70 | * news summary field is no longer required | |
66 | * tables and forms redesign |
|
71 | * tables and forms redesign | |
67 | * Fixed: boolean custom field not working |
|
72 | * Fixed: boolean custom field not working | |
68 | * Fixed: error messages for custom fields are not displayed |
|
73 | * Fixed: error messages for custom fields are not displayed | |
69 | * Fixed: invalid custom fields should have a red border |
|
74 | * Fixed: invalid custom fields should have a red border | |
70 | * Fixed: custom fields values are not validated on issue update |
|
75 | * Fixed: custom fields values are not validated on issue update | |
71 | * Fixed: unable to choose an empty value for 'List' custom fields |
|
76 | * Fixed: unable to choose an empty value for 'List' custom fields | |
72 | * Fixed: no issue categories sorting |
|
77 | * Fixed: no issue categories sorting | |
73 | * Fixed: incorrect versions sorting |
|
78 | * Fixed: incorrect versions sorting | |
74 |
|
79 | |||
75 |
|
80 | |||
76 | == 07/12/2006 - v0.2.2 |
|
81 | == 07/12/2006 - v0.2.2 | |
77 |
|
82 | |||
78 | * Fixed: bug in "issues list" |
|
83 | * Fixed: bug in "issues list" | |
79 |
|
84 | |||
80 |
|
85 | |||
81 | == 07/09/2006 - v0.2.1 |
|
86 | == 07/09/2006 - v0.2.1 | |
82 |
|
87 | |||
83 | * new databases supported: Oracle, PostgreSQL, SQL Server |
|
88 | * new databases supported: Oracle, PostgreSQL, SQL Server | |
84 | * projects/subprojects hierarchy (1 level of subprojects only) |
|
89 | * projects/subprojects hierarchy (1 level of subprojects only) | |
85 | * environment information display in admin/info |
|
90 | * environment information display in admin/info | |
86 | * more filter options in issues list (rev6) |
|
91 | * more filter options in issues list (rev6) | |
87 | * default language based on browser settings (Accept-Language HTTP header) |
|
92 | * default language based on browser settings (Accept-Language HTTP header) | |
88 | * issues list exportable to CSV (rev6) |
|
93 | * issues list exportable to CSV (rev6) | |
89 | * simple_format and auto_link on long text fields |
|
94 | * simple_format and auto_link on long text fields | |
90 | * more data validations |
|
95 | * more data validations | |
91 | * Fixed: error when all mail notifications are unchecked in admin/mail_options |
|
96 | * Fixed: error when all mail notifications are unchecked in admin/mail_options | |
92 | * Fixed: all project news are displayed on project summary |
|
97 | * Fixed: all project news are displayed on project summary | |
93 | * Fixed: Can't change user password in users/edit |
|
98 | * Fixed: Can't change user password in users/edit | |
94 | * Fixed: Error on tables creation with PostgreSQL (rev5) |
|
99 | * Fixed: Error on tables creation with PostgreSQL (rev5) | |
95 | * Fixed: SQL error in "issue reports" view with PostgreSQL (rev5) |
|
100 | * Fixed: SQL error in "issue reports" view with PostgreSQL (rev5) | |
96 |
|
101 | |||
97 |
|
102 | |||
98 | == 06/25/2006 - v0.1.0 |
|
103 | == 06/25/2006 - v0.1.0 | |
99 |
|
104 | |||
100 | * multiple users/multiple projects |
|
105 | * multiple users/multiple projects | |
101 | * role based access control |
|
106 | * role based access control | |
102 | * issue tracking system |
|
107 | * issue tracking system | |
103 | * fully customizable workflow |
|
108 | * fully customizable workflow | |
104 | * documents/files repository |
|
109 | * documents/files repository | |
105 | * email notifications on issue creation and update |
|
110 | * email notifications on issue creation and update | |
106 | * multilanguage support (except for error messages):english, french, spanish |
|
111 | * multilanguage support (except for error messages):english, french, spanish | |
107 | * online manual in french (unfinished) No newline at end of file |
|
112 | * online manual in french (unfinished) |
General Comments 0
You need to be logged in to leave comments.
Login now