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