##// END OF EJS Templates
Changes for 0.6.3 release....
Jean-Philippe Lang -
r997:eb86e5e7e148
parent child
Show More
@@ -1,386 +1,391
1 1 == Redmine changelog
2 2
3 3 Redmine - project management software
4 4 Copyright (C) 2006-2007 Jean-Philippe Lang
5 5 http://www.redmine.org/
6 6
7 7
8 == 2007-12-18 v0.6.3
9
10 * Fixed: upload doesn't work in 'Files' section
11
12
8 13 == 2007-12-16 v0.6.2
9 14
10 15 * Search engine: issue custom fields can now be searched
11 16 * News comments are now textilized
12 17 * Updated Japanese translation (Satoru Kurashiki)
13 18 * Updated Chinese translation (Shortie Lo)
14 19 * Fixed Rails 2.0 compatibility bugs:
15 20 * Unable to create a wiki
16 21 * Gantt and calendar error
17 22 * Trac importer error (readonly? is defined by ActiveRecord)
18 23 * Fixed: 'assigned to me' filter broken
19 24 * Fixed: crash when validation fails on issue edition with no custom fields
20 25 * Fixed: reposman "can't find group" error
21 26 * Fixed: 'LDAP account password is too long' error when leaving the field empty on creation
22 27 * Fixed: empty lines when displaying repository files with Windows style eol
23 28 * Fixed: missing body closing tag in repository annotate and entry views
24 29
25 30
26 31 == 2007-12-10 v0.6.1
27 32
28 33 * Rails 2.0 compatibility
29 34 * Custom fields can now be displayed as columns on the issue list
30 35 * Added version details view (accessible from the roadmap)
31 36 * Roadmap: more accurate completion percentage calculation (done ratio of open issues is now taken into account)
32 37 * Added per-project tracker selection. Trackers can be selected on project settings
33 38 * Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums
34 39 * Forums: messages can now be edited/deleted (explicit permissions need to be given)
35 40 * Forums: topics can be locked so that no reply can be added
36 41 * Forums: topics can be marked as sticky so that they always appear at the top of the list
37 42 * Forums: attachments can now be added to replies
38 43 * Added time zone support
39 44 * Added a setting to choose the account activation strategy (available in application settings)
40 45 * Added 'Classic' theme (inspired from the v0.51 design)
41 46 * Added an alternate theme which provides issue list colorization based on issues priority
42 47 * Added Bazaar SCM adapter
43 48 * Added Annotate/Blame view in the repository browser (except for Darcs SCM)
44 49 * Diff style (inline or side by side) automatically saved as a user preference
45 50 * Added issues status changes on the activity view (by Cyril Mougel)
46 51 * Added forums topics on the activity view (disabled by default)
47 52 * Added an option on 'My account' for users who don't want to be notified of changes that they make
48 53 * Trac importer now supports mysql and postgresql databases
49 54 * Trac importer improvements (by Mat Trudel)
50 55 * 'fixed version' field can now be displayed on the issue list
51 56 * Added a couple of new formats for the 'date format' setting
52 57 * Added Traditional Chinese translation (by Shortie Lo)
53 58 * Added Russian translation (iGor kMeta)
54 59 * Project name format limitation removed (name can now contain any character)
55 60 * Project identifier maximum length changed from 12 to 20
56 61 * Changed the maximum length of LDAP account to 255 characters
57 62 * Removed the 12 characters limit on passwords
58 63 * Added wiki macros support
59 64 * Performance improvement on workflow setup screen
60 65 * More detailed html title on several views
61 66 * Custom fields can now be reordered
62 67 * Search engine: search can be restricted to an exact phrase by using quotation marks
63 68 * Added custom fields marked as 'For all projects' to the csv export of the cross project issue list
64 69 * Email notifications are now sent as Blind carbon copy by default
65 70 * Fixed: all members (including non active) should be deleted when deleting a project
66 71 * Fixed: Error on wiki syntax link (accessible from wiki/edit)
67 72 * Fixed: 'quick jump to a revision' form on the revisions list
68 73 * Fixed: error on admin/info if there's more than 1 plugin installed
69 74 * Fixed: svn or ldap password can be found in clear text in the html source in editing mode
70 75 * Fixed: 'Assigned to' drop down list is not sorted
71 76 * Fixed: 'View all issues' link doesn't work on issues/show
72 77 * Fixed: error on account/register when validation fails
73 78 * Fixed: Error when displaying the issue list if a float custom field is marked as 'used as filter'
74 79 * Fixed: Mercurial adapter breaks on missing :files entry in changeset hash (James Britt)
75 80 * Fixed: Wrong feed URLs on the home page
76 81 * Fixed: Update of time entry fails when the issue has been moved to an other project
77 82 * Fixed: Error when moving an issue without changing its tracker (Postgresql)
78 83 * Fixed: Changes not recorded when using :pserver string (CVS adapter)
79 84 * Fixed: admin should be able to move issues to any project
80 85 * Fixed: adding an attachment is not possible when changing the status of an issue
81 86 * Fixed: No mime-types in documents/files downloading
82 87 * Fixed: error when sorting the messages if there's only one board for the project
83 88 * Fixed: 'me' doesn't appear in the drop down filters on a project issue list.
84 89
85 90 == 2007-11-04 v0.6.0
86 91
87 92 * Permission model refactoring.
88 93 * Permissions: there are now 2 builtin roles that can be used to specify permissions given to other users than members of projects
89 94 * Permissions: some permissions (eg. browse the repository) can be removed for certain roles
90 95 * Permissions: modules (eg. issue tracking, news, documents...) can be enabled/disabled at project level
91 96 * Added Mantis and Trac importers
92 97 * New application layout
93 98 * Added "Bulk edit" functionality on the issue list
94 99 * More flexible mail notifications settings at user level
95 100 * Added AJAX based context menu on the project issue list that provide shortcuts for editing, re-assigning, changing the status or the priority, moving or deleting an issue
96 101 * Added the hability to copy an issue. It can be done from the "issue/show" view or from the context menu on the issue list
97 102 * Added the ability to customize issue list columns (at application level or for each saved query)
98 103 * Overdue versions (date reached and open issues > 0) are now always displayed on the roadmap
99 104 * Added the ability to rename wiki pages (specific permission required)
100 105 * Search engines now supports pagination. Results are sorted in reverse chronological order
101 106 * Added "Estimated hours" attribute on issues
102 107 * A category with assigned issue can now be deleted. 2 options are proposed: remove assignments or reassign issues to another category
103 108 * Forum notifications are now also sent to the authors of the thread, even if they don�t watch the board
104 109 * Added an application setting to specify the application protocol (http or https) used to generate urls in emails
105 110 * Gantt chart: now starts at the current month by default
106 111 * Gantt chart: month count and zoom factor are automatically saved as user preferences
107 112 * Wiki links can now refer to other project wikis
108 113 * Added wiki index by date
109 114 * Added preview on add/edit issue form
110 115 * Emails footer can now be customized from the admin interface (Admin -> Email notifications)
111 116 * Default encodings for repository files can now be set in application settings (used to convert files content and diff to UTF-8 so that they�re properly displayed)
112 117 * Calendar: first day of week can now be set in lang files
113 118 * Automatic closing of duplicate issues
114 119 * Added a cross-project issue list
115 120 * AJAXified the SCM browser (tree view)
116 121 * Pretty URL for the repository browser (Cyril Mougel)
117 122 * Search engine: added a checkbox to search titles only
118 123 * Added "% done" in the filter list
119 124 * Enumerations: values can now be reordered and a default value can be specified (eg. default issue priority)
120 125 * Added some accesskeys
121 126 * Added "Float" as a custom field format
122 127 * Added basic Theme support
123 128 * Added the ability to set the �done ratio� of issues fixed by commit (Nikolay Solakov)
124 129 * Added custom fields in issue related mail notifications
125 130 * Email notifications are now sent in plain text and html
126 131 * Gantt chart can now be exported to a graphic file (png). This functionality is only available if RMagick is installed.
127 132 * Added syntax highlightment for repository files and wiki
128 133 * Improved automatic Redmine links
129 134 * Added automatic table of content support on wiki pages
130 135 * Added radio buttons on the documents list to sort documents by category, date, title or author
131 136 * Added basic plugin support, with a sample plugin
132 137 * Added a link to add a new category when creating or editing an issue
133 138 * Added a "Assignable" boolean on the Role model. If unchecked, issues can not be assigned to users having this role.
134 139 * Added an option to be able to relate issues in different projects
135 140 * Added the ability to move issues (to another project) without changing their trackers.
136 141 * Atom feeds added on project activity, news and changesets
137 142 * Added the ability to reset its own RSS access key
138 143 * Main project list now displays root projects with their subprojects
139 144 * Added anchor links to issue notes
140 145 * Added reposman Ruby version. This script can now register created repositories in Redmine (Nicolas Chuche)
141 146 * Issue notes are now included in search
142 147 * Added email sending test functionality
143 148 * Added LDAPS support for LDAP authentication
144 149 * Removed hard-coded URLs in mail templates
145 150 * Subprojects are now grouped by projects in the navigation drop-down menu
146 151 * Added a new value for date filters: this week
147 152 * Added cache for application settings
148 153 * Added Polish translation (Tomasz Gawryl)
149 154 * Added Czech translation (Jan Kadlecek)
150 155 * Added Romanian translation (Csongor Bartus)
151 156 * Added Hebrew translation (Bob Builder)
152 157 * Added Serbian translation (Dragan Matic)
153 158 * Added Korean translation (Choi Jong Yoon)
154 159 * Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations
155 160 * Performance improvement on calendar and gantt
156 161 * Fixed: wiki preview doesn�t work on long entries
157 162 * Fixed: queries with multiple custom fields return no result
158 163 * Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters
159 164 * Fixed: URL with ~ broken in wiki formatting
160 165 * Fixed: some quotation marks are rendered as strange characters in pdf
161 166
162 167
163 168 == 2007-07-15 v0.5.1
164 169
165 170 * per project forums added
166 171 * added the ability to archive projects
167 172 * added �Watch� functionality on issues. It allows users to receive notifications about issue changes
168 173 * custom fields for issues can now be used as filters on issue list
169 174 * added per user custom queries
170 175 * commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings)
171 176 * projects list now shows the list of public projects and private projects for which the user is a member
172 177 * versions can now be created with no date
173 178 * added issue count details for versions on Reports view
174 179 * added time report, by member/activity/tracker/version and year/month/week for the selected period
175 180 * each category can now be associated to a user, so that new issues in that category are automatically assigned to that user
176 181 * added autologin feature (disabled by default)
177 182 * optimistic locking added for wiki edits
178 183 * added wiki diff
179 184 * added the ability to destroy wiki pages (requires permission)
180 185 * a wiki page can now be attached to each version, and displayed on the roadmap
181 186 * attachments can now be added to wiki pages (original patch by Pavol Murin) and displayed online
182 187 * added an option to see all versions in the roadmap view (including completed ones)
183 188 * added basic issue relations
184 189 * added the ability to log time when changing an issue status
185 190 * account information can now be sent to the user when creating an account
186 191 * author and assignee of an issue always receive notifications (even if they turned of mail notifications)
187 192 * added a quick search form in page header
188 193 * added 'me' value for 'assigned to' and 'author' query filters
189 194 * added a link on revision screen to see the entire diff for the revision
190 195 * added last commit message for each entry in repository browser
191 196 * added the ability to view a file diff with free to/from revision selection.
192 197 * text files can now be viewed online when browsing the repository
193 198 * added basic support for other SCM: CVS (Ralph Vater), Mercurial and Darcs
194 199 * added fragment caching for svn diffs
195 200 * added fragment caching for calendar and gantt views
196 201 * login field automatically focused on login form
197 202 * subproject name displayed on issue list, calendar and gantt
198 203 * added an option to choose the date format: language based or ISO 8601
199 204 * added a simple mail handler. It lets users add notes to an existing issue by replying to the initial notification email.
200 205 * a 403 error page is now displayed (instead of a blank page) when trying to access a protected page
201 206 * added portuguese translation (Joao Carlos Clementoni)
202 207 * added partial online help japanese translation (Ken Date)
203 208 * added bulgarian translation (Nikolay Solakov)
204 209 * added dutch translation (Linda van den Brink)
205 210 * added swedish translation (Thomas Habets)
206 211 * italian translation update (Alessio Spadaro)
207 212 * japanese translation update (Satoru Kurashiki)
208 213 * fixed: error on history atom feed when there�s no notes on an issue change
209 214 * fixed: error in journalizing an issue with longtext custom fields (Postgresql)
210 215 * fixed: creation of Oracle schema
211 216 * fixed: last day of the month not included in project activity
212 217 * fixed: files with an apostrophe in their names can't be accessed in SVN repository
213 218 * fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000)
214 219 * fixed: open/closed issue counts are always 0 on reports view (postgresql)
215 220 * fixed: date query filters (wrong results and sql error with postgresql)
216 221 * fixed: confidentiality issue on account/show (private project names displayed to anyone)
217 222 * fixed: Long text custom fields displayed without line breaks
218 223 * fixed: Error when editing the wokflow after deleting a status
219 224 * fixed: SVN commit dates are now stored as local time
220 225
221 226
222 227 == 2007-04-11 v0.5.0
223 228
224 229 * added per project Wiki
225 230 * added rss/atom feeds at project level (custom queries can be used as feeds)
226 231 * added search engine (search in issues, news, commits, wiki pages, documents)
227 232 * simple time tracking functionality added
228 233 * added version due dates on calendar and gantt
229 234 * added subprojects issue count on project Reports page
230 235 * added the ability to copy an existing workflow when creating a new tracker
231 236 * added the ability to include subprojects on calendar and gantt
232 237 * added the ability to select trackers to display on calendar and gantt (Jeffrey Jones)
233 238 * added side by side svn diff view (Cyril Mougel)
234 239 * added back subproject filter on issue list
235 240 * added permissions report in admin area
236 241 * added a status filter on users list
237 242 * support for password-protected SVN repositories
238 243 * SVN commits are now stored in the database
239 244 * added simple svn statistics SVG graphs
240 245 * progress bars for roadmap versions (Nick Read)
241 246 * issue history now shows file uploads and deletions
242 247 * #id patterns are turned into links to issues in descriptions and commit messages
243 248 * japanese translation added (Satoru Kurashiki)
244 249 * chinese simplified translation added (Andy Wu)
245 250 * italian translation added (Alessio Spadaro)
246 251 * added scripts to manage SVN repositories creation and user access control using ssh+svn (Nicolas Chuche)
247 252 * better calendar rendering time
248 253 * fixed migration scripts to work with mysql 5 running in strict mode
249 254 * fixed: error when clicking "add" with no block selected on my/page_layout
250 255 * fixed: hard coded links in navigation bar
251 256 * fixed: table_name pre/suffix support
252 257
253 258
254 259 == 2007-02-18 v0.4.2
255 260
256 261 * Rails 1.2 is now required
257 262 * settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)
258 263 * added project roadmap view
259 264 * mail notifications added when a document, a file or an attachment is added
260 265 * tooltips added on Gantt chart and calender to view the details of the issues
261 266 * ability to set the sort order for roles, trackers, issue statuses
262 267 * added missing fields to csv export: priority, start date, due date, done ratio
263 268 * added total number of issues per tracker on project overview
264 269 * 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-)
265 270 * added back "fixed version" field on issue screen and in filters
266 271 * project settings screen split in 4 tabs
267 272 * custom fields screen split in 3 tabs (one for each kind of custom field)
268 273 * multiple issues pdf export now rendered as a table
269 274 * added a button on users/list to manually activate an account
270 275 * added a setting option to disable "password lost" functionality
271 276 * added a setting option to set max number of issues in csv/pdf exports
272 277 * fixed: subprojects count is always 0 on projects list
273 278 * fixed: locked users are proposed when adding a member to a project
274 279 * fixed: setting an issue status as default status leads to an sql error with SQLite
275 280 * fixed: unable to delete an issue status even if it's not used yet
276 281 * fixed: filters ignored when exporting a predefined query to csv/pdf
277 282 * fixed: crash when french "issue_edit" email notification is sent
278 283 * fixed: hide mail preference not saved (my/account)
279 284 * fixed: crash when a new user try to edit its "my page" layout
280 285
281 286
282 287 == 2007-01-03 v0.4.1
283 288
284 289 * fixed: emails have no recipient when one of the project members has notifications disabled
285 290
286 291
287 292 == 2007-01-02 v0.4.0
288 293
289 294 * simple SVN browser added (just needs svn binaries in PATH)
290 295 * comments can now be added on news
291 296 * "my page" is now customizable
292 297 * more powerfull and savable filters for issues lists
293 298 * improved issues change history
294 299 * new functionality: move an issue to another project or tracker
295 300 * new functionality: add a note to an issue
296 301 * new report: project activity
297 302 * "start date" and "% done" fields added on issues
298 303 * project calendar added
299 304 * gantt chart added (exportable to pdf)
300 305 * single/multiple issues pdf export added
301 306 * issues reports improvements
302 307 * multiple file upload for issues, documents and files
303 308 * option to set maximum size of uploaded files
304 309 * textile formating of issue and news descritions (RedCloth required)
305 310 * integration of DotClear jstoolbar for textile formatting
306 311 * calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar)
307 312 * new filter in issues list: Author
308 313 * ajaxified paginators
309 314 * news rss feed added
310 315 * option to set number of results per page on issues list
311 316 * localized csv separator (comma/semicolon)
312 317 * csv output encoded to ISO-8859-1
313 318 * user custom field displayed on account/show
314 319 * default configuration improved (default roles, trackers, status, permissions and workflows)
315 320 * language for default configuration data can now be chosen when running 'load_default_data' task
316 321 * javascript added on custom field form to show/hide fields according to the format of custom field
317 322 * fixed: custom fields not in csv exports
318 323 * fixed: project settings now displayed according to user's permissions
319 324 * fixed: application error when no version is selected on projects/add_file
320 325 * fixed: public actions not authorized for members of non public projects
321 326 * fixed: non public projects were shown on welcome screen even if current user is not a member
322 327
323 328
324 329 == 2006-10-08 v0.3.0
325 330
326 331 * user authentication against multiple LDAP (optional)
327 332 * token based "lost password" functionality
328 333 * user self-registration functionality (optional)
329 334 * custom fields now available for issues, users and projects
330 335 * new custom field format "text" (displayed as a textarea field)
331 336 * project & administration drop down menus in navigation bar for quicker access
332 337 * text formatting is preserved for long text fields (issues, projects and news descriptions)
333 338 * urls and emails are turned into clickable links in long text fields
334 339 * "due date" field added on issues
335 340 * tracker selection filter added on change log
336 341 * Localization plugin replaced with GLoc 1.1.0 (iconv required)
337 342 * error messages internationalization
338 343 * german translation added (thanks to Karim Trott)
339 344 * data locking for issues to prevent update conflicts (using ActiveRecord builtin optimistic locking)
340 345 * new filter in issues list: "Fixed version"
341 346 * active filters are displayed with colored background on issues list
342 347 * custom configuration is now defined in config/config_custom.rb
343 348 * user object no more stored in session (only user_id)
344 349 * news summary field is no longer required
345 350 * tables and forms redesign
346 351 * Fixed: boolean custom field not working
347 352 * Fixed: error messages for custom fields are not displayed
348 353 * Fixed: invalid custom fields should have a red border
349 354 * Fixed: custom fields values are not validated on issue update
350 355 * Fixed: unable to choose an empty value for 'List' custom fields
351 356 * Fixed: no issue categories sorting
352 357 * Fixed: incorrect versions sorting
353 358
354 359
355 360 == 2006-07-12 - v0.2.2
356 361
357 362 * Fixed: bug in "issues list"
358 363
359 364
360 365 == 2006-07-09 - v0.2.1
361 366
362 367 * new databases supported: Oracle, PostgreSQL, SQL Server
363 368 * projects/subprojects hierarchy (1 level of subprojects only)
364 369 * environment information display in admin/info
365 370 * more filter options in issues list (rev6)
366 371 * default language based on browser settings (Accept-Language HTTP header)
367 372 * issues list exportable to CSV (rev6)
368 373 * simple_format and auto_link on long text fields
369 374 * more data validations
370 375 * Fixed: error when all mail notifications are unchecked in admin/mail_options
371 376 * Fixed: all project news are displayed on project summary
372 377 * Fixed: Can't change user password in users/edit
373 378 * Fixed: Error on tables creation with PostgreSQL (rev5)
374 379 * Fixed: SQL error in "issue reports" view with PostgreSQL (rev5)
375 380
376 381
377 382 == 2006-06-25 - v0.1.0
378 383
379 384 * multiple users/multiple projects
380 385 * role based access control
381 386 * issue tracking system
382 387 * fully customizable workflow
383 388 * documents/files repository
384 389 * email notifications on issue creation and update
385 390 * multilanguage support (except for error messages):english, french, spanish
386 391 * online manual in french (unfinished)
@@ -1,35 +1,35
1 1 require 'rexml/document'
2 2
3 3 module Redmine
4 4 module VERSION #:nodoc:
5 5 MAJOR = 0
6 6 MINOR = 6
7 TINY = 2
7 TINY = 3
8 8
9 9 def self.revision
10 10 revision = nil
11 11 entries_path = "#{RAILS_ROOT}/.svn/entries"
12 12 if File.readable?(entries_path)
13 13 begin
14 14 f = File.open(entries_path, 'r')
15 15 entries = f.read
16 16 f.close
17 17 if entries.match(%r{^\d+})
18 18 revision = $1.to_i if entries.match(%r{^\d+\s+dir\s+(\d+)\s})
19 19 else
20 20 xml = REXML::Document.new(entries)
21 21 revision = xml.elements['wc-entries'].elements[1].attributes['revision'].to_i
22 22 end
23 23 rescue
24 24 # Could not find the current revision
25 25 end
26 26 end
27 27 revision
28 28 end
29 29
30 30 REVISION = self.revision
31 31 STRING = [MAJOR, MINOR, TINY, REVISION].compact.join('.')
32 32
33 33 def self.to_s; STRING end
34 34 end
35 35 end
General Comments 0
You need to be logged in to leave comments. Login now