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