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