@@ -5,7 +5,66 Copyright (C) 2006-2007 Jean-Philippe Lang | |||
|
5 | 5 | http://redmine.rubyforge.org/ |
|
6 | 6 | |
|
7 | 7 | |
|
8 |
== |
|
|
8 | == 2007-07-15 v0.5.1 | |
|
9 | ||
|
10 | * per project forums added | |
|
11 | * added the ability to archive projects | |
|
12 | * added �Watch� functionality on issues. It allows users to receive notifications about issue changes | |
|
13 | * custom fields for issues can now be used as filters on issue list | |
|
14 | * added per user custom queries | |
|
15 | * commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings) | |
|
16 | * projects list now shows the list of public projects and private projects for which the user is a member | |
|
17 | * versions can now be created with no date | |
|
18 | * added issue count details for versions on Reports view | |
|
19 | * added time report, by member/activity/tracker/version and year/month/week for the selected period | |
|
20 | * each category can now be associated to a user, so that new issues in that category are automatically assigned to that user | |
|
21 | * added autologin feature (disabled by default) | |
|
22 | * optimistic locking added for wiki edits | |
|
23 | * added wiki diff | |
|
24 | * added the ability to destroy wiki pages (requires permission) | |
|
25 | * a wiki page can now be attached to each version, and displayed on the roadmap | |
|
26 | * attachments can now be added to wiki pages (original patch by Pavol Murin) and displayed online | |
|
27 | * added an option to see all versions in the roadmap view (including completed ones) | |
|
28 | * added basic issue relations | |
|
29 | * added the ability to log time when changing an issue status | |
|
30 | * account information can now be sent to the user when creating an account | |
|
31 | * author and assignee of an issue always receive notifications (even if they turned of mail notifications) | |
|
32 | * added a quick search form in page header | |
|
33 | * added 'me' value for 'assigned to' and 'author' query filters | |
|
34 | * added a link on revision screen to see the entire diff for the revision | |
|
35 | * added last commit message for each entry in repository browser | |
|
36 | * added the ability to view a file diff with free to/from revision selection. | |
|
37 | * text files can now be viewed online when browsing the repository | |
|
38 | * added basic support for other SCM: CVS (Ralph Vater), Mercurial and Darcs | |
|
39 | * added fragment caching for svn diffs | |
|
40 | * added fragment caching for calendar and gantt views | |
|
41 | * login field automatically focused on login form | |
|
42 | * subproject name displayed on issue list, calendar and gantt | |
|
43 | * added an option to choose the date format: language based or ISO 8601 | |
|
44 | * added a simple mail handler. It lets users add notes to an existing issue by replying to the initial notification email. | |
|
45 | * a 403 error page is now displayed (instead of a blank page) when trying to access a protected page | |
|
46 | * added portuguese translation (Joao Carlos Clementoni) | |
|
47 | * added partial online help japanese translation (Ken Date) | |
|
48 | * added bulgarian translation (Nikolay Solakov) | |
|
49 | * added dutch translation (Linda van den Brink) | |
|
50 | * added swedish translation (Thomas Habets) | |
|
51 | * italian translation update (Alessio Spadaro) | |
|
52 | * japanese translation update (Satoru Kurashiki) | |
|
53 | * fixed: error on history atom feed when there�s no notes on an issue change | |
|
54 | * fixed: error in journalizing an issue with longtext custom fields (Postgresql) | |
|
55 | * fixed: creation of Oracle schema | |
|
56 | * fixed: last day of the month not included in project activity | |
|
57 | * fixed: files with an apostrophe in their names can't be accessed in SVN repository | |
|
58 | * fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000) | |
|
59 | * fixed: open/closed issue counts are always 0 on reports view (postgresql) | |
|
60 | * fixed: date query filters (wrong results and sql error with postgresql) | |
|
61 | * fixed: confidentiality issue on account/show (private project names displayed to anyone) | |
|
62 | * fixed: Long text custom fields displayed without line breaks | |
|
63 | * fixed: Error when editing the wokflow after deleting a status | |
|
64 | * fixed: SVN commit dates are now stored as local time | |
|
65 | ||
|
66 | ||
|
67 | == 2007-04-11 v0.5.0 | |
|
9 | 68 | |
|
10 | 69 | * added per project Wiki |
|
11 | 70 | * added rss/atom feeds at project level (custom queries can be used as feeds) |
@@ -37,7 +96,7 http://redmine.rubyforge.org/ | |||
|
37 | 96 | * fixed: table_name pre/suffix support |
|
38 | 97 | |
|
39 | 98 | |
|
40 |
== |
|
|
99 | == 2007-02-18 v0.4.2 | |
|
41 | 100 | |
|
42 | 101 | * Rails 1.2 is now required |
|
43 | 102 | * settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used) |
@@ -65,12 +124,12 http://redmine.rubyforge.org/ | |||
|
65 | 124 | * fixed: crash when a new user try to edit its "my page" layout |
|
66 | 125 | |
|
67 | 126 | |
|
68 |
== |
|
|
127 | == 2007-01-03 v0.4.1 | |
|
69 | 128 | |
|
70 | 129 | * fixed: emails have no recipient when one of the project members has notifications disabled |
|
71 | 130 | |
|
72 | 131 | |
|
73 |
== |
|
|
132 | == 2007-01-02 v0.4.0 | |
|
74 | 133 | |
|
75 | 134 | * simple SVN browser added (just needs svn binaries in PATH) |
|
76 | 135 | * comments can now be added on news |
@@ -107,7 +166,7 http://redmine.rubyforge.org/ | |||
|
107 | 166 | * fixed: non public projects were shown on welcome screen even if current user is not a member |
|
108 | 167 | |
|
109 | 168 | |
|
110 |
== |
|
|
169 | == 2006-10-08 v0.3.0 | |
|
111 | 170 | |
|
112 | 171 | * user authentication against multiple LDAP (optional) |
|
113 | 172 | * token based "lost password" functionality |
@@ -138,12 +197,12 http://redmine.rubyforge.org/ | |||
|
138 | 197 | * Fixed: incorrect versions sorting |
|
139 | 198 | |
|
140 | 199 | |
|
141 |
== |
|
|
200 | == 2006-07-12 - v0.2.2 | |
|
142 | 201 | |
|
143 | 202 | * Fixed: bug in "issues list" |
|
144 | 203 | |
|
145 | 204 | |
|
146 |
== |
|
|
205 | == 2006-07-09 - v0.2.1 | |
|
147 | 206 | |
|
148 | 207 | * new databases supported: Oracle, PostgreSQL, SQL Server |
|
149 | 208 | * projects/subprojects hierarchy (1 level of subprojects only) |
@@ -160,7 +219,7 http://redmine.rubyforge.org/ | |||
|
160 | 219 | * Fixed: SQL error in "issue reports" view with PostgreSQL (rev5) |
|
161 | 220 | |
|
162 | 221 | |
|
163 |
== |
|
|
222 | == 2006-06-25 - v0.1.0 | |
|
164 | 223 | |
|
165 | 224 | * multiple users/multiple projects |
|
166 | 225 | * role based access control |
@@ -169,4 +228,4 http://redmine.rubyforge.org/ | |||
|
169 | 228 | * documents/files repository |
|
170 | 229 | * email notifications on issue creation and update |
|
171 | 230 | * multilanguage support (except for error messages):english, french, spanish |
|
172 | * online manual in french (unfinished) No newline at end of file | |
|
231 | * online manual in french (unfinished) |
@@ -30,15 +30,17 redMine is a flexible project management web application written using Ruby on R | |||
|
30 | 30 | * Issue tracking system |
|
31 | 31 | * Fully customizable workflow |
|
32 | 32 | * Documents/files repository |
|
33 | * Forums | |
|
33 | 34 | * News management |
|
34 | 35 | * Per project Wiki |
|
35 | 36 | * Time tracking |
|
36 |
* |
|
|
37 | * Repository browser and diff viewer | |
|
37 | 38 | * Email notifications |
|
38 | 39 | * Custom fields for projects, users and issues |
|
39 | 40 | * Multiple LDAP authentication support |
|
40 | 41 | * User self-registration support |
|
41 | 42 | * Multilanguage support |
|
43 | * Multiple repositories support | |
|
42 | 44 | * Multiple databases support |
|
43 | 45 | |
|
44 | 46 | |
@@ -66,3 +68,10 may not be provided for these versions. | |||
|
66 | 68 | * Andy Wu (chinese simplified translation) |
|
67 | 69 | * Thomas L�ber (german translation) |
|
68 | 70 | * Daniel Weinand (german translation) |
|
71 | * Joao Carlos Clementoni (portuguese translation) | |
|
72 | * Cyril Mougel (side by side diff) | |
|
73 | * Nikolay Solakov (Bulgarian translation) | |
|
74 | * Linda van den Brink (Dutch translation) | |
|
75 | * Pavol Murin (Wiki attachments) | |
|
76 | * Thomas Habets (Swedish translation) | |
|
77 | * Ralph Vater (CVS adapter) |
General Comments 0
You need to be logged in to leave comments.
Login now