##// END OF EJS Templates
Doc update for 0.5.1 release....
Jean-Philippe Lang -
r588:25f8c64f925d
parent child
Show More
@@ -1,172 +1,231
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 == 04/11/2007 v0.5.0
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 * added per project Wiki
69 * added per project Wiki
11 * added rss/atom feeds at project level (custom queries can be used as feeds)
70 * added rss/atom feeds at project level (custom queries can be used as feeds)
12 * added search engine (search in issues, news, commits, wiki pages, documents)
71 * added search engine (search in issues, news, commits, wiki pages, documents)
13 * simple time tracking functionality added
72 * simple time tracking functionality added
14 * added version due dates on calendar and gantt
73 * added version due dates on calendar and gantt
15 * added subprojects issue count on project Reports page
74 * added subprojects issue count on project Reports page
16 * added the ability to copy an existing workflow when creating a new tracker
75 * added the ability to copy an existing workflow when creating a new tracker
17 * added the ability to include subprojects on calendar and gantt
76 * added the ability to include subprojects on calendar and gantt
18 * added the ability to select trackers to display on calendar and gantt (Jeffrey Jones)
77 * added the ability to select trackers to display on calendar and gantt (Jeffrey Jones)
19 * added side by side svn diff view (Cyril Mougel)
78 * added side by side svn diff view (Cyril Mougel)
20 * added back subproject filter on issue list
79 * added back subproject filter on issue list
21 * added permissions report in admin area
80 * added permissions report in admin area
22 * added a status filter on users list
81 * added a status filter on users list
23 * support for password-protected SVN repositories
82 * support for password-protected SVN repositories
24 * SVN commits are now stored in the database
83 * SVN commits are now stored in the database
25 * added simple svn statistics SVG graphs
84 * added simple svn statistics SVG graphs
26 * progress bars for roadmap versions (Nick Read)
85 * progress bars for roadmap versions (Nick Read)
27 * issue history now shows file uploads and deletions
86 * issue history now shows file uploads and deletions
28 * #id patterns are turned into links to issues in descriptions and commit messages
87 * #id patterns are turned into links to issues in descriptions and commit messages
29 * japanese translation added (Satoru Kurashiki)
88 * japanese translation added (Satoru Kurashiki)
30 * chinese simplified translation added (Andy Wu)
89 * chinese simplified translation added (Andy Wu)
31 * italian translation added (Alessio Spadaro)
90 * italian translation added (Alessio Spadaro)
32 * added scripts to manage SVN repositories creation and user access control using ssh+svn (Nicolas Chuche)
91 * added scripts to manage SVN repositories creation and user access control using ssh+svn (Nicolas Chuche)
33 * better calendar rendering time
92 * better calendar rendering time
34 * fixed migration scripts to work with mysql 5 running in strict mode
93 * fixed migration scripts to work with mysql 5 running in strict mode
35 * fixed: error when clicking "add" with no block selected on my/page_layout
94 * fixed: error when clicking "add" with no block selected on my/page_layout
36 * fixed: hard coded links in navigation bar
95 * fixed: hard coded links in navigation bar
37 * fixed: table_name pre/suffix support
96 * fixed: table_name pre/suffix support
38
97
39
98
40 == 02/18/2007 v0.4.2
99 == 2007-02-18 v0.4.2
41
100
42 * Rails 1.2 is now required
101 * Rails 1.2 is now required
43 * settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)
102 * settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)
44 * added project roadmap view
103 * added project roadmap view
45 * mail notifications added when a document, a file or an attachment is added
104 * mail notifications added when a document, a file or an attachment is added
46 * tooltips added on Gantt chart and calender to view the details of the issues
105 * tooltips added on Gantt chart and calender to view the details of the issues
47 * ability to set the sort order for roles, trackers, issue statuses
106 * ability to set the sort order for roles, trackers, issue statuses
48 * added missing fields to csv export: priority, start date, due date, done ratio
107 * added missing fields to csv export: priority, start date, due date, done ratio
49 * added total number of issues per tracker on project overview
108 * added total number of issues per tracker on project overview
50 * 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-)
109 * 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-)
51 * added back "fixed version" field on issue screen and in filters
110 * added back "fixed version" field on issue screen and in filters
52 * project settings screen split in 4 tabs
111 * project settings screen split in 4 tabs
53 * custom fields screen split in 3 tabs (one for each kind of custom field)
112 * custom fields screen split in 3 tabs (one for each kind of custom field)
54 * multiple issues pdf export now rendered as a table
113 * multiple issues pdf export now rendered as a table
55 * added a button on users/list to manually activate an account
114 * added a button on users/list to manually activate an account
56 * added a setting option to disable "password lost" functionality
115 * added a setting option to disable "password lost" functionality
57 * added a setting option to set max number of issues in csv/pdf exports
116 * added a setting option to set max number of issues in csv/pdf exports
58 * fixed: subprojects count is always 0 on projects list
117 * fixed: subprojects count is always 0 on projects list
59 * fixed: locked users are proposed when adding a member to a project
118 * fixed: locked users are proposed when adding a member to a project
60 * fixed: setting an issue status as default status leads to an sql error with SQLite
119 * fixed: setting an issue status as default status leads to an sql error with SQLite
61 * fixed: unable to delete an issue status even if it's not used yet
120 * fixed: unable to delete an issue status even if it's not used yet
62 * fixed: filters ignored when exporting a predefined query to csv/pdf
121 * fixed: filters ignored when exporting a predefined query to csv/pdf
63 * fixed: crash when french "issue_edit" email notification is sent
122 * fixed: crash when french "issue_edit" email notification is sent
64 * fixed: hide mail preference not saved (my/account)
123 * fixed: hide mail preference not saved (my/account)
65 * fixed: crash when a new user try to edit its "my page" layout
124 * fixed: crash when a new user try to edit its "my page" layout
66
125
67
126
68 == 01/03/2007 v0.4.1
127 == 2007-01-03 v0.4.1
69
128
70 * fixed: emails have no recipient when one of the project members has notifications disabled
129 * fixed: emails have no recipient when one of the project members has notifications disabled
71
130
72
131
73 == 01/02/2007 v0.4.0
132 == 2007-01-02 v0.4.0
74
133
75 * simple SVN browser added (just needs svn binaries in PATH)
134 * simple SVN browser added (just needs svn binaries in PATH)
76 * comments can now be added on news
135 * comments can now be added on news
77 * "my page" is now customizable
136 * "my page" is now customizable
78 * more powerfull and savable filters for issues lists
137 * more powerfull and savable filters for issues lists
79 * improved issues change history
138 * improved issues change history
80 * new functionality: move an issue to another project or tracker
139 * new functionality: move an issue to another project or tracker
81 * new functionality: add a note to an issue
140 * new functionality: add a note to an issue
82 * new report: project activity
141 * new report: project activity
83 * "start date" and "% done" fields added on issues
142 * "start date" and "% done" fields added on issues
84 * project calendar added
143 * project calendar added
85 * gantt chart added (exportable to pdf)
144 * gantt chart added (exportable to pdf)
86 * single/multiple issues pdf export added
145 * single/multiple issues pdf export added
87 * issues reports improvements
146 * issues reports improvements
88 * multiple file upload for issues, documents and files
147 * multiple file upload for issues, documents and files
89 * option to set maximum size of uploaded files
148 * option to set maximum size of uploaded files
90 * textile formating of issue and news descritions (RedCloth required)
149 * textile formating of issue and news descritions (RedCloth required)
91 * integration of DotClear jstoolbar for textile formatting
150 * integration of DotClear jstoolbar for textile formatting
92 * calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar)
151 * calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar)
93 * new filter in issues list: Author
152 * new filter in issues list: Author
94 * ajaxified paginators
153 * ajaxified paginators
95 * news rss feed added
154 * news rss feed added
96 * option to set number of results per page on issues list
155 * option to set number of results per page on issues list
97 * localized csv separator (comma/semicolon)
156 * localized csv separator (comma/semicolon)
98 * csv output encoded to ISO-8859-1
157 * csv output encoded to ISO-8859-1
99 * user custom field displayed on account/show
158 * user custom field displayed on account/show
100 * default configuration improved (default roles, trackers, status, permissions and workflows)
159 * default configuration improved (default roles, trackers, status, permissions and workflows)
101 * language for default configuration data can now be chosen when running 'load_default_data' task
160 * language for default configuration data can now be chosen when running 'load_default_data' task
102 * javascript added on custom field form to show/hide fields according to the format of custom field
161 * javascript added on custom field form to show/hide fields according to the format of custom field
103 * fixed: custom fields not in csv exports
162 * fixed: custom fields not in csv exports
104 * fixed: project settings now displayed according to user's permissions
163 * fixed: project settings now displayed according to user's permissions
105 * fixed: application error when no version is selected on projects/add_file
164 * fixed: application error when no version is selected on projects/add_file
106 * fixed: public actions not authorized for members of non public projects
165 * fixed: public actions not authorized for members of non public projects
107 * fixed: non public projects were shown on welcome screen even if current user is not a member
166 * fixed: non public projects were shown on welcome screen even if current user is not a member
108
167
109
168
110 == 10/08/2006 v0.3.0
169 == 2006-10-08 v0.3.0
111
170
112 * user authentication against multiple LDAP (optional)
171 * user authentication against multiple LDAP (optional)
113 * token based "lost password" functionality
172 * token based "lost password" functionality
114 * user self-registration functionality (optional)
173 * user self-registration functionality (optional)
115 * custom fields now available for issues, users and projects
174 * custom fields now available for issues, users and projects
116 * new custom field format "text" (displayed as a textarea field)
175 * new custom field format "text" (displayed as a textarea field)
117 * project & administration drop down menus in navigation bar for quicker access
176 * project & administration drop down menus in navigation bar for quicker access
118 * text formatting is preserved for long text fields (issues, projects and news descriptions)
177 * text formatting is preserved for long text fields (issues, projects and news descriptions)
119 * urls and emails are turned into clickable links in long text fields
178 * urls and emails are turned into clickable links in long text fields
120 * "due date" field added on issues
179 * "due date" field added on issues
121 * tracker selection filter added on change log
180 * tracker selection filter added on change log
122 * Localization plugin replaced with GLoc 1.1.0 (iconv required)
181 * Localization plugin replaced with GLoc 1.1.0 (iconv required)
123 * error messages internationalization
182 * error messages internationalization
124 * german translation added (thanks to Karim Trott)
183 * german translation added (thanks to Karim Trott)
125 * data locking for issues to prevent update conflicts (using ActiveRecord builtin optimistic locking)
184 * data locking for issues to prevent update conflicts (using ActiveRecord builtin optimistic locking)
126 * new filter in issues list: "Fixed version"
185 * new filter in issues list: "Fixed version"
127 * active filters are displayed with colored background on issues list
186 * active filters are displayed with colored background on issues list
128 * custom configuration is now defined in config/config_custom.rb
187 * custom configuration is now defined in config/config_custom.rb
129 * user object no more stored in session (only user_id)
188 * user object no more stored in session (only user_id)
130 * news summary field is no longer required
189 * news summary field is no longer required
131 * tables and forms redesign
190 * tables and forms redesign
132 * Fixed: boolean custom field not working
191 * Fixed: boolean custom field not working
133 * Fixed: error messages for custom fields are not displayed
192 * Fixed: error messages for custom fields are not displayed
134 * Fixed: invalid custom fields should have a red border
193 * Fixed: invalid custom fields should have a red border
135 * Fixed: custom fields values are not validated on issue update
194 * Fixed: custom fields values are not validated on issue update
136 * Fixed: unable to choose an empty value for 'List' custom fields
195 * Fixed: unable to choose an empty value for 'List' custom fields
137 * Fixed: no issue categories sorting
196 * Fixed: no issue categories sorting
138 * Fixed: incorrect versions sorting
197 * Fixed: incorrect versions sorting
139
198
140
199
141 == 07/12/2006 - v0.2.2
200 == 2006-07-12 - v0.2.2
142
201
143 * Fixed: bug in "issues list"
202 * Fixed: bug in "issues list"
144
203
145
204
146 == 07/09/2006 - v0.2.1
205 == 2006-07-09 - v0.2.1
147
206
148 * new databases supported: Oracle, PostgreSQL, SQL Server
207 * new databases supported: Oracle, PostgreSQL, SQL Server
149 * projects/subprojects hierarchy (1 level of subprojects only)
208 * projects/subprojects hierarchy (1 level of subprojects only)
150 * environment information display in admin/info
209 * environment information display in admin/info
151 * more filter options in issues list (rev6)
210 * more filter options in issues list (rev6)
152 * default language based on browser settings (Accept-Language HTTP header)
211 * default language based on browser settings (Accept-Language HTTP header)
153 * issues list exportable to CSV (rev6)
212 * issues list exportable to CSV (rev6)
154 * simple_format and auto_link on long text fields
213 * simple_format and auto_link on long text fields
155 * more data validations
214 * more data validations
156 * Fixed: error when all mail notifications are unchecked in admin/mail_options
215 * Fixed: error when all mail notifications are unchecked in admin/mail_options
157 * Fixed: all project news are displayed on project summary
216 * Fixed: all project news are displayed on project summary
158 * Fixed: Can't change user password in users/edit
217 * Fixed: Can't change user password in users/edit
159 * Fixed: Error on tables creation with PostgreSQL (rev5)
218 * Fixed: Error on tables creation with PostgreSQL (rev5)
160 * Fixed: SQL error in "issue reports" view with PostgreSQL (rev5)
219 * Fixed: SQL error in "issue reports" view with PostgreSQL (rev5)
161
220
162
221
163 == 06/25/2006 - v0.1.0
222 == 2006-06-25 - v0.1.0
164
223
165 * multiple users/multiple projects
224 * multiple users/multiple projects
166 * role based access control
225 * role based access control
167 * issue tracking system
226 * issue tracking system
168 * fully customizable workflow
227 * fully customizable workflow
169 * documents/files repository
228 * documents/files repository
170 * email notifications on issue creation and update
229 * email notifications on issue creation and update
171 * multilanguage support (except for error messages):english, french, spanish
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)
@@ -1,68 +1,77
1 == redMine
1 == redMine
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 == License
7 == License
8
8
9 This program is free software; you can redistribute it and/or
9 This program is free software; you can redistribute it and/or
10 modify it under the terms of the GNU General Public License
10 modify it under the terms of the GNU General Public License
11 as published by the Free Software Foundation; either version 2
11 as published by the Free Software Foundation; either version 2
12 of the License, or (at your option) any later version.
12 of the License, or (at your option) any later version.
13
13
14 This program is distributed in the hope that it will be useful,
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
17 GNU General Public License for more details.
18
18
19 You should have received a copy of the GNU General Public License
19 You should have received a copy of the GNU General Public License
20 along with this program; if not, write to the Free Software
20 along with this program; if not, write to the Free Software
21 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22
22
23
23
24 == Main features
24 == Main features
25
25
26 redMine is a flexible project management web application written using Ruby on Rails.
26 redMine is a flexible project management web application written using Ruby on Rails.
27
27
28 * Multiple users/multiple projects
28 * Multiple users/multiple projects
29 * Fully customizable role based access control
29 * Fully customizable role based access control
30 * Issue tracking system
30 * Issue tracking system
31 * Fully customizable workflow
31 * Fully customizable workflow
32 * Documents/files repository
32 * Documents/files repository
33 * Forums
33 * News management
34 * News management
34 * Per project Wiki
35 * Per project Wiki
35 * Time tracking
36 * Time tracking
36 * SVN browser and diff viewer
37 * Repository browser and diff viewer
37 * Email notifications
38 * Email notifications
38 * Custom fields for projects, users and issues
39 * Custom fields for projects, users and issues
39 * Multiple LDAP authentication support
40 * Multiple LDAP authentication support
40 * User self-registration support
41 * User self-registration support
41 * Multilanguage support
42 * Multilanguage support
43 * Multiple repositories support
42 * Multiple databases support
44 * Multiple databases support
43
45
44
46
45 == User documentation
47 == User documentation
46
48
47 User documentation for redMine is written using DocBook XML format.
49 User documentation for redMine is written using DocBook XML format.
48 It's also avaible as HTML files in /public/manual (contextual help)
50 It's also avaible as HTML files in /public/manual (contextual help)
49
51
50
52
51 == Versioning
53 == Versioning
52
54
53 redMine versioning scheme is major.minor.revision
55 redMine versioning scheme is major.minor.revision
54 Versions before 1.0.0 must be considered as beta versions and upgrading support
56 Versions before 1.0.0 must be considered as beta versions and upgrading support
55 may not be provided for these versions.
57 may not be provided for these versions.
56
58
57
59
58 == Credits
60 == Credits
59
61
60 * Jean-Francois Boutier (spanish translation)
62 * Jean-Francois Boutier (spanish translation)
61 * Andreas Viklund (open source XHTML layout, http://andreasviklund.com/)
63 * Andreas Viklund (open source XHTML layout, http://andreasviklund.com/)
62 * Karim Trott (german translation)
64 * Karim Trott (german translation)
63 * Todd McGrath (help with english translation)
65 * Todd McGrath (help with english translation)
64 * Satoru Kurashiki (japanese translation)
66 * Satoru Kurashiki (japanese translation)
65 * Alessio Spadaro (italian translation)
67 * Alessio Spadaro (italian translation)
66 * Andy Wu (chinese simplified translation)
68 * Andy Wu (chinese simplified translation)
67 * Thomas L�ber (german translation)
69 * Thomas L�ber (german translation)
68 * Daniel Weinand (german translation)
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)
@@ -1,11 +1,11
1 module Redmine
1 module Redmine
2 module VERSION #:nodoc:
2 module VERSION #:nodoc:
3 MAJOR = 0
3 MAJOR = 0
4 MINOR = 5
4 MINOR = 5
5 TINY = 0
5 TINY = 1
6
6
7 STRING= [MAJOR, MINOR, TINY].join('.')
7 STRING= [MAJOR, MINOR, TINY].join('.')
8
8
9 def self.to_s; STRING end
9 def self.to_s; STRING end
10 end
10 end
11 end
11 end
General Comments 0
You need to be logged in to leave comments. Login now