Project

General

Profile

Changelog » History » Version 8

Jean-Philippe Lang, 2008-04-28 13:38
0.7.0 release

1 1 Jean-Philippe Lang
h1. Changelog
2
3 8 Jean-Philippe Lang
h2. v0.7.0 (2008-04-28)
4
5
* Forces Redmine to use rails 2.0.2 gem when vendor/rails is not present
6
* Queries can be marked as 'For all projects'. Such queries will be available on all projects and on the global issue list.
7
* Add predefined date ranges to the time report
8
* Time report can be done at issue level
9
* Various timelog report enhancements
10
* Accept the following formats for "hours" field: 1h, 1 h, 1 hour, 2 hours, 30m, 30min, 1h30, 1h30m, 1:30
11
* Display the context menu above and/or to the left of the click if needed
12
* Make the admin project files list sortable
13
* Mercurial: display working directory files sizes unless browsing a specific revision
14
* Preserve status filter and page number when using lock/unlock/activate links on the users list
15
* Redmine.pm support for LDAP authentication
16
* Better error message and AR errors in log for failed LDAP on-the-fly user creation
17
* Redirected user to where he is coming from after logging hours
18
* Warn user that subprojects are also deleted when deleting a project
19
* Include subprojects versions on calendar and gantt
20
* Notify project members when a message is posted if they want to receive notifications
21
* Fixed: Feed content limit setting has no effect
22
* Fixed: Priorities not ordered when displayed as a filter in issue list
23
* Fixed: can not display attached images inline in message replies
24
* Fixed: Boards are not deleted when project is deleted
25
* Fixed: trying to preview a new issue raises an exception with postgresql
26
* Fixed: single file 'View difference' links do not work because of duplicate slashes in url
27
* Fixed: inline image not displayed when including a wiki page
28
* Fixed: CVS duplicate key violation
29
* Fixed: ActiveRecord::StaleObjectError exception on closing a set of circular duplicate issues
30
* Fixed: custom field filters behaviour
31
* Fixed: Postgresql 8.3 compatibility
32
* Fixed: Links to repository directories don't work
33
34 7 Jean-Philippe Lang
h2. v0.7.0 RC1 (2008-03-29)
35
36
* Overall activity view and feed added, link is available on the project list
37
* Git VCS support
38
* Rails 2.0 sessions cookie store compatibility
39
* Use project identifiers in urls instead of ids
40
* Default configuration data can now be loaded from the administration screen
41
* Administration settings screen split to tabs (email notifications options moved to 'Settings')
42
* Project description is now unlimited and optional
43
* Wiki annotate view
44
* Escape HTML tag in textile content
45
* Add Redmine links to documents, versions, attachments and repository files
46
* New setting to specify how many objects should be displayed on paginated lists. There are 2 ways to select a set of issues on the issue list:
47
48
    * by using checkbox and/or the little tick that will select/unselect all issues
49
    * by clicking on the rows (but not on the links), Ctrl and Shift keys can be used to select multiple issues
50
51
* Context menu disabled on links so that the default context menu of the browser is displayed when right-clicking on a link (click anywhere else on the row to display the context menu)
52
* User display format is now configurable in administration settings
53
* Issue list now supports bulk edit/move/delete (for a set of issues that belong to the same project)
54
* Merged 'change status', 'edit issue' and 'add note' actions:
55
56
    * Users with 'edit issues' permission can now update any property including custom fields when adding a note or changing the status
57
    * 'Change issue status' permission removed. To change an issue status, a user just needs to have either 'Edit' or 'Add note' permissions and some workflow transitions allowed
58
59
* Details by assignees on issue summary view
60
* 'New issue' link in the main menu (accesskey 7). The drop-down lists to add an issue on the project overview and the issue list are removed
61
* Change status select box default to current status
62
* Preview for issue notes, news and messages
63
* Optional description for attachments
64
* 'Fixed version' label changed to 'Target version'
65
* Let the user choose when deleting issues with reported hours to:
66
67
    * delete the hours
68
    * assign the hours to the project
69
    * reassign the hours to another issue
70
71
* Date range filter and pagination on time entries detail view
72
* Propagate time tracking to the parent project
73
* Switch added on the project activity view to include subprojects
74
* Display total estimated and spent hours on the version detail view
75
* Weekly time tracking block for 'My page'
76
* Permissions to edit time entries
77
* Include subprojects on the issue list, calendar, gantt and timelog by default (can be turned off is administration settings)
78
* Roadmap enhancements (separate related issues from wiki contents, leading h1 in version wiki pages is hidden, smaller wiki headings)
79
* Make versions with same date sorted by name
80
* Allow issue list to be sorted by target version
81
* Related changesets messages displayed on the issue details view
82
* Create a journal and send an email when an issue is closed by commit
83
* Add 'Author' to the available columns for the issue list
84
* More appropriate default sort order on sortable columns
85
* Add issue subject to the time entries view and issue subject, description and tracker to the csv export
86
* Permissions to edit issue notes
87
* Display date/time instead of date on files list
88
* Do not show Roadmap menu item if the project doesn't define any versions
89
* Allow longer version names (60 chars)
90
* Ability to copy an existing workflow when creating a new role
91
* Display custom fields in two columns on the issue form
92
* Added 'estimated time' in the csv export of the issue list
93
* Display the last 30 days on the activity view rather than the current month (number of days can be configured in the application settings)
94
* Setting for whether new projects should be public by default
95
* User preference to choose how comments/replies are displayed: in chronological or reverse chronological order
96
* Added default value for custom fields
97
* Added tabindex property on wiki toolbar buttons (to easily move from field to field using the tab key)
98
* Redirect to issue page after creating a new issue
99
* Wiki toolbar improvements (mainly for Firefox)
100
* Display wiki syntax quick ref link on all wiki textareas
101
* Display links to Atom feeds
102
* Breadcrumb nav for the forums
103
* Show replies when choosing to display messages in the activity
104
* Added 'include' macro to include another wiki page
105
* RedmineWikiFormatting page available as a static HTML file locally
106
* Wrap diff content
107
* Strip out email address from authors in repository screens
108
* Highlight the current item of the main menu
109
* Added simple syntax highlighters for php and java languages
110
* Do not show empty diffs
111
* Show explicit error message when the scm command failed (eg. when svn binary is not available)
112
* Lithuanian translation added (Sergej Jegorov)
113
* Ukrainan translation added (Natalia Konovka & Mykhaylo Sorochan)
114
* Danish translation added (Mads Vestergaard)
115
* Added i18n support to the jstoolbar and various settings screen
116
* RedCloth's glyphs no longer user
117
* New icons for the wiki toolbar (from http://www.famfamfam.com/lab/icons/silk/)
118
* The following menus can now be extended by plugins: top_menu, account_menu, application_menu
119
* Added a simple rake task to fetch changesets from the repositories: rake redmine:fetch_changesets
120
* Remove hardcoded "Redmine" strings in account related emails and use application title instead
121
* Mantis importer preserve bug ids
122
* Trac importer: Trac guide wiki pages skipped
123
* Trac importer: wiki attachments migration added
124
* Trac importer: support database schema for Trac migration
125
* Trac importer: support CamelCase links
126
* Removes the Redmine version from the footer (can be viewed on admin -> info)
127
* Rescue and display an error message when trying to delete a role that is in use
128
* Add various 'X-Redmine' headers to email notifications: X-Redmine-Host, X-Redmine-Site, X-Redmine-Project, X-Redmine-Issue-Id, -Author, -Assignee, X-Redmine-Topic-Id
129
* Add "--encoding utf8" option to the Mercurial "hg log" command in order to get utf8 encoded commit logs
130
* Fixed: Gantt and calendar not properly refreshed (fragment caching removed)
131
* Fixed: Textile image with style attribute cause internal server error
132
* Fixed: wiki TOC not rendered properly when used in an issue or document description
133
* Fixed: 'has already been taken' error message on username and email fields if left empty
134
* Fixed: non-ascii attachement filename with IE
135
* Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed
136
* Fixed: search for all words doesn't work
137
* Fixed: Do not show sticky and locked checkboxes when replying to a message
138
* Fixed: Mantis importer: do not duplicate Mantis username in firstname and lastname if realname is blank
139
* Fixed: Date custom fields not displayed as specified in application settings
140
* Fixed: titles not escaped in the activity view
141
* Fixed: issue queries can not use custom fields marked as 'for all projects' in a project context
142
* Fixed: on calendar, gantt and in the tracker filter on the issue list, only active trackers of the project (and its sub projects) should be available
143
* Fixed: locked users should not receive email notifications
144
* Fixed: custom field selection is not saved when unchecking them all on project settings
145
* Fixed: can not lock a topic when creating it
146
* Fixed: Incorrect filtering for unset values when using 'is not' filter
147
* Fixed: PostgreSQL issues_seq_id not updated when using Trac importer
148
* Fixed: ajax pagination does not scroll up
149
* Fixed: error when uploading a file with no content-type specified by the browser
150
* Fixed: wiki and changeset links not displayed when previewing issue description or notes
151
* Fixed: 'LdapError: no bind result' error when authenticating
152
* Fixed: 'LdapError: invalid binding information' when no username/password are set on the LDAP account
153
* Fixed: CVS repository doesn't work if port is used in the url
154
* Fixed: Email notifications: host name is missing in generated links
155
* Fixed: Email notifications: referenced changesets, wiki pages, attachments... are not turned into links
156
* Fixed: Do not clear issue relations when moving an issue to another project if cross-project issue relations are allowed
157
* Fixed: "undefined method 'textilizable'" error on email notification when running Repository#fetch_changesets from the console
158
* Fixed: Do not send an email with no recipient, cc or bcc
159
* Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues.
160
* Fixed: Mercurial browsing under unix-like os and for directory depth > 2
161
* Fixed: Wiki links with pipe can not be used in wiki tables
162
* Fixed: migrate_from_trac doesn't import timestamps of wiki and tickets
163
* Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql error with Postgresql
164
165 6 Jean-Philippe Lang
h2. v0.6.4 (2008-03-12)
166
167
* Fixed: private projects name are displayed on account/show even if the current user doesn't have access to these private projects
168
* Fixed: potential LDAP authentication security flaw
169
* Fixed: context submenus on the issue list don't show up with IE6.
170
* Fixed: Themes are not applied with Rails 2.0
171
* Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil
172
* Fixed: Mercurial repository browsing
173
* Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs command fails
174
* Fixed: not null constraints not removed with Postgresql
175
* Doctype set to transitional
176
177 5 Jean-Philippe Lang
h2. v0.6.3 (2007-12-18)
178
179
* Fixed: upload doesn't work in 'Files' section
180 4 Jean-Philippe Lang
181
h2. v0.6.2 (2007-12-16)
182
183
* Search engine: issue custom fields can now be searched
184
* News comments are now textilized
185
* Updated Japanese translation (Satoru Kurashiki)
186
* Updated Chinese translation (Shortie Lo)
187
* Fixed Rails 2.0 compatibility bugs:
188
189
  * Unable to create a wiki
190
  * Gantt and calendar error
191
  * Trac importer error (readonly? is defined by ActiveRecord)
192
193
* Fixed: 'assigned to me' filter broken
194
* Fixed: crash when validation fails on issue edition with no custom fields
195
* Fixed: reposman "can't find group" error
196
* Fixed: 'LDAP account password is too long' error when leaving the field empty on creation
197
* Fixed: empty lines when displaying repository files with Windows style eol
198
* Fixed: missing body closing tag in repository annotate and entry views
199
200 3 Jean-Philippe Lang
h2. v0.6.1 (2007-12-10)
201
202
* Rails 2.0 compatibility
203
* Custom fields can now be displayed as columns on the issue list
204
* Added version details view (accessible from the roadmap)
205
* Roadmap: more accurate completion percentage calculation (done ratio of open issues is now taken into account)
206
* Added per-project tracker selection. Trackers can be selected on project settings
207
* Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums
208
* Forums: messages can now be edited/deleted (explicit permissions need to be given)
209
* Forums: topics can be locked so that no reply can be added
210
* Forums: topics can be marked as sticky so that they always appear at the top of the list
211
* Forums: attachments can now be added to replies
212
* Added time zone support
213
* Added a setting to choose the account activation strategy (available in application settings)
214
* Added 'Classic' theme (inspired from the v0.51 design)
215
* Added an alternate theme which provides issue list colorization based on issues priority
216
* Added Bazaar SCM adapter
217
* Added Annotate/Blame view in the repository browser (except for Darcs SCM)
218
* Diff style (inline or side by side) automatically saved as a user preference
219
* Added issues status changes on the activity view (by Cyril Mougel)
220 1 Jean-Philippe Lang
* Added forums topics on the activity view (disabled by default)
221 6 Jean-Philippe Lang
* Added an option on 'My account' for users who don’t want to be notified of changes that they make
222 3 Jean-Philippe Lang
* Trac importer now supports mysql and postgresql databases
223
* Trac importer improvements (by Mat Trudel)
224
* 'fixed version' field can now be displayed on the issue list
225
* Added a couple of new formats for the 'date format' setting
226
* Added Traditional Chinese translation (by Shortie Lo)
227
* Added Russian translation (iGor kMeta)
228
* Project name format limitation removed (name can now contain any character)
229
* Project identifier maximum length changed from 12 to 20
230
* Changed the maximum length of LDAP account to 255 characters
231
* Removed the 12 characters limit on passwords
232
* Added wiki macros support
233
* Performance improvement on workflow setup screen
234
* More detailed html title on several views
235
* Custom fields can now be reordered
236
* Search engine: search can be restricted to an exact phrase by using quotation marks
237
* Added custom fields marked as 'For all projects' to the csv export of the cross project issue list
238
* Email notifications are now sent as Blind carbon copy by default
239
* Fixed: all members (including non active) should be deleted when deleting a project
240
* Fixed: Error on wiki syntax link (accessible from wiki/edit)
241
* Fixed: 'quick jump to a revision' form on the revisions list
242
* Fixed: error on admin/info if there's more than 1 plugin installed
243
* Fixed: svn or ldap password can be found in clear text in the html source in editing mode
244
* Fixed: 'Assigned to' drop down list is not sorted
245
* Fixed: 'View all issues' link doesn't work on issues/show
246
* Fixed: error on account/register when validation fails
247
* Fixed: Error when displaying the issue list if a float custom field is marked as 'used as filter'
248
* Fixed: Mercurial adapter breaks on missing :files entry in changeset hash (James Britt)
249
* Fixed: Wrong feed URLs on the home page
250
* Fixed: Update of time entry fails when the issue has been moved to an other project
251
* Fixed: Error when moving an issue without changing its tracker (Postgresql)
252
* Fixed: Changes not recorded when using :pserver string (CVS adapter)
253
* Fixed: admin should be able to move issues to any project
254 1 Jean-Philippe Lang
* Fixed: adding an attachment is not possible when changing the status of an issue
255 3 Jean-Philippe Lang
* Fixed: No mime-types in documents/files downloading
256 6 Jean-Philippe Lang
* Fixed: error when sorting the messages if there’s only one board for the project
257 3 Jean-Philippe Lang
* Fixed: 'me' doesn't appear in the drop down filters on a project issue list
258
259 2 Jean-Philippe Lang
h2. v0.6.0 (2007-11-04)
260
261
* Permission model refactoring.
262
* Permissions: there are now 2 builtin roles that can be used to specify permissions given to other users than members of projects
263
* Permissions: some permissions (eg. browse the repository) can be removed for certain roles
264
* Permissions: modules (eg. issue tracking, news, documents...) can be enabled/disabled at project level
265
* Added Mantis and Trac importers
266
* New application layout
267
* Added "Bulk edit" functionality on the issue list
268
* More flexible mail notifications settings at user level
269
* 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
270
* 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
271
* Added the ability to customize issue list columns (at application level or for each saved query)
272
* Overdue versions (date reached and open issues > 0) are now always displayed on the roadmap
273
* Added the ability to rename wiki pages (specific permission required)
274 1 Jean-Philippe Lang
* Search engines now supports pagination. Results are sorted in reverse chronological order
275 2 Jean-Philippe Lang
* Added "Estimated hours" attribute on issues
276
* A category with assigned issue can now be deleted. 2 options are proposed: remove assignments or reassign issues to another category
277 6 Jean-Philippe Lang
* Forum notifications are now also sent to the authors of the thread, even if they don’t watch the board
278 2 Jean-Philippe Lang
* Added an application setting to specify the application protocol (http or https) used to generate urls in emails
279
* Gantt chart: now starts at the current month by default
280
* Gantt chart: month count and zoom factor are automatically saved as user preferences
281 1 Jean-Philippe Lang
* Wiki links can now refer to other project wikis
282 2 Jean-Philippe Lang
* Added wiki index by date
283
* Added preview on add/edit issue form
284
* Emails footer can now be customized from the admin interface (Admin -> Email notifications)
285 6 Jean-Philippe Lang
* 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)
286 2 Jean-Philippe Lang
* Calendar: first day of week can now be set in lang files
287
* Automatic closing of duplicate issues
288
* Added a cross-project issue list
289
* AJAXified the SCM browser (tree view)
290
* Pretty URL for the repository browser (Cyril Mougel)
291
* Search engine: added a checkbox to search titles only
292 1 Jean-Philippe Lang
* Added "% done" in the filter list
293 2 Jean-Philippe Lang
* Enumerations: values can now be reordered and a default value can be specified (eg. default issue priority)
294
* Added some accesskeys
295
* Added "Float" as a custom field format
296
* Added basic Theme support
297 6 Jean-Philippe Lang
* Added the ability to set the “done ratio” of issues fixed by commit (Nikolay Solakov)
298 2 Jean-Philippe Lang
* Added custom fields in issue related mail notifications
299
* Email notifications are now sent in plain text and html
300
* Gantt chart can now be exported to a graphic file (png). This functionality is only available if RMagick is installed.
301
* Added syntax highlightment for repository files and wiki
302
* Improved automatic Redmine links
303
* Added automatic table of content support on wiki pages
304
* Added radio buttons on the documents list to sort documents by category, date, title or author
305
* Added basic plugin support, with a sample plugin
306
* Added a link to add a new category when creating or editing an issue
307
* Added a "Assignable" boolean on the Role model. If unchecked, issues can not be assigned to users having this role.
308
* Added an option to be able to relate issues in different projects
309
* Added the ability to move issues (to another project) without changing their trackers.
310
* Atom feeds added on project activity, news and changesets
311
* Added the ability to reset its own RSS access key
312
* Main project list now displays root projects with their subprojects
313
* Added anchor links to issue notes
314
* Added reposman Ruby version. This script can now register created repositories in Redmine (Nicolas Chuche)
315
* Issue notes are now included in search
316
* Added email sending test functionality
317
* Added LDAPS support for LDAP authentication
318
* Removed hard-coded URLs in mail templates
319
* Subprojects are now grouped by projects in the navigation drop-down menu
320
* Added a new value for date filters: this week
321
* Added cache for application settings
322
* Added Polish translation (Tomasz Gawryl)
323
* Added Czech translation (Jan Kadlecek)
324 1 Jean-Philippe Lang
* Added Romanian translation (Csongor Bartus)
325 2 Jean-Philippe Lang
* Added Hebrew translation (Bob Builder)
326
* Added Serbian translation (Dragan Matic)
327
* Added Korean translation (Choi Jong Yoon)
328
* Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations
329
* Performance improvement on calendar and gantt
330 6 Jean-Philippe Lang
* Fixed: wiki preview doesn’t work on long entries
331 2 Jean-Philippe Lang
* Fixed: queries with multiple custom fields return no result
332
* Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters
333 1 Jean-Philippe Lang
* Fixed: URL with ~ broken in wiki formatting
334 2 Jean-Philippe Lang
* Fixed: some quotation marks are rendered as strange characters in pdf
335
336 1 Jean-Philippe Lang
h2. v0.5.1 (2007-07-15)
337
338
* per project forums added
339
* added the ability to archive projects
340 6 Jean-Philippe Lang
* added “Watch” functionality on issues. It allows users to receive notifications about issue changes
341 1 Jean-Philippe Lang
* custom fields for issues can now be used as filters on issue list
342
* added per user custom queries
343
* commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings)
344
* projects list now shows the list of public projects and private projects for which the user is a member
345
* versions can now be created with no date
346
* added issue count details for versions on Reports view
347
* added time report, by member/activity/tracker/version and year/month/week for the selected period
348
* each category can now be associated to a user, so that new issues in that category are automatically assigned to that user
349
* added autologin feature (disabled by default)
350
* optimistic locking added for wiki edits
351
* added wiki diff
352
* added the ability to destroy wiki pages (requires permission)
353
* a wiki page can now be attached to each version, and displayed on the roadmap
354
* attachments can now be added to wiki pages (original patch by Pavol Murin) and displayed online
355
* added an option to see all versions in the roadmap view (including completed ones)
356
* added basic issue relations
357
* added the ability to log time when changing an issue status
358
* account information can now be sent to the user when creating an account
359
* author and assignee of an issue always receive notifications (even if they turned of mail notifications)
360
* added a quick search form in page header
361
* added 'me' value for 'assigned to' and 'author' query filters
362
* added a link on revision screen to see the entire diff for the revision
363
* added last commit message for each entry in repository browser
364
* added the ability to view a file diff with free to/from revision selection.
365
* text files can now be viewed online when browsing the repository
366
* added basic support for other SCM: CVS (Ralph Vater), Mercurial and Darcs
367
* added fragment caching for svn diffs
368
* added fragment caching for calendar and gantt views
369
* login field automatically focused on login form
370
* subproject name displayed on issue list, calendar and gantt
371
* added an option to choose the date format: language based or ISO 8601
372
* added a simple mail handler. It lets users add notes to an existing issue by replying to the initial notification email.
373
* a 403 error page is now displayed (instead of a blank page) when trying to access a protected page
374
* added portuguese translation (Joao Carlos Clementoni)
375
* added partial online help japanese translation (Ken Date)
376
* added bulgarian translation (Nikolay Solakov)
377
* added dutch translation (Linda van den Brink)
378
* added swedish translation (Thomas Habets)
379
* italian translation update (Alessio Spadaro)
380
* japanese translation update (Satoru Kurashiki)
381 6 Jean-Philippe Lang
* fixed: error on history atom feed when there’s no notes on an issue change
382 1 Jean-Philippe Lang
* fixed: error in journalizing an issue with longtext custom fields (Postgresql)
383
* fixed: creation of Oracle schema
384
* fixed: last day of the month not included in project activity
385
* fixed: files with an apostrophe in their names can't be accessed in SVN repository
386
* fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000)
387
* fixed: open/closed issue counts are always 0 on reports view (postgresql)
388
* fixed: date query filters (wrong results and sql error with postgresql)
389
* fixed: confidentiality issue on account/show (private project names displayed to anyone)
390
* fixed: Long text custom fields displayed without line breaks
391
* fixed: Error when editing the wokflow after deleting a status
392
* fixed: SVN commit dates are now stored as local time
393
394
h2. v0.5.0 (2007-04-11)
395
396
* added per project Wiki
397
* added rss/atom feeds at project level (custom queries can be used as feeds)
398
* added search engine (search in issues, news, commits, wiki pages, documents)
399
* simple time tracking functionality added
400
* added version due dates on calendar and gantt
401
* added subprojects issue count on project Reports page
402
* added the ability to copy an existing workflow when creating a new tracker
403
* added the ability to include subprojects on calendar and gantt
404
* added the ability to select trackers to display on calendar and gantt (Jeffrey Jones)
405
* added side by side svn diff view (Cyril Mougel)
406
* added back subproject filter on issue list
407
* added permissions report in admin area
408
* added a status filter on users list
409
* support for password-protected SVN repositories
410
* SVN commits are now stored in the database
411
* added simple svn statistics SVG graphs
412
* progress bars for roadmap versions (Nick Read)
413
* issue history now shows file uploads and deletions
414
* #id patterns are turned into links to issues in descriptions and commit messages
415
* japanese translation added (Satoru Kurashiki)
416
* chinese simplified translation added (Andy Wu)
417
* italian translation added (Alessio Spadaro)
418
* added scripts to manage SVN repositories creation and user access control using ssh+svn (Nicolas Chuche)
419
* better calendar rendering time
420
* fixed migration scripts to work with mysql 5 running in strict mode
421
* fixed: error when clicking "add" with no block selected on my/page_layout
422
* fixed: hard coded links in navigation bar
423
* fixed: table_name pre/suffix support
424
425
h2. v0.4.2 (2007-02-18)
426
427
* Rails 1.2 is now required
428
* settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)
429
* added project roadmap view
430
* mail notifications added when a document, a file or an attachment is added
431
* tooltips added on Gantt chart and calender to view the details of the issues
432
* ability to set the sort order for roles, trackers, issue statuses
433
* added missing fields to csv export: priority, start date, due date, done ratio
434
* added total number of issues per tracker on project overview
435
* 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-)
436
* added back "fixed version" field on issue screen and in filters
437
* project settings screen split in 4 tabs
438
* custom fields screen split in 3 tabs (one for each kind of custom field)
439
* multiple issues pdf export now rendered as a table
440
* added a button on users/list to manually activate an account
441
* added a setting option to disable "password lost" functionality
442
* added a setting option to set max number of issues in csv/pdf exports
443
* fixed: subprojects count is always 0 on projects list
444
* fixed: locked users are proposed when adding a member to a project
445
* fixed: setting an issue status as default status leads to an sql error with SQLite
446
* fixed: unable to delete an issue status even if it's not used yet
447
* fixed: filters ignored when exporting a predefined query to csv/pdf
448
* fixed: crash when french "issue_edit" email notification is sent
449
* fixed: hide mail preference not saved (my/account)
450
* fixed: crash when a new user try to edit its "my page" layout
451
452
h2. v0.4.1 (2007-01-03)
453
454
* fixed: emails have no recipient when one of the project members has notifications disabled
455
456
h2. v0.4.0 (2007-01-02)
457
458
* simple SVN browser added (just needs svn binaries in PATH)
459
* comments can now be added on news
460
* "my page" is now customizable 
461
* more powerfull and savable filters for issues lists
462
* improved issues change history
463
* new functionality: move an issue to another project or tracker
464
* new functionality: add a note to an issue
465
* new report: project activity
466
* "start date" and "% done" fields added on issues
467
* project calendar added
468
* gantt chart added (exportable to pdf)
469
* single/multiple issues pdf export added
470
* issues reports improvements
471
* multiple file upload for issues, documents and files
472
* option to set maximum size of uploaded files
473
* textile formating of issue and news descritions (RedCloth required)
474
* integration of DotClear jstoolbar for textile formatting
475
* calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar)
476
* new filter in issues list: Author
477
* ajaxified paginators
478
* news rss feed added
479
* option to set number of results per page on issues list
480
* localized csv separator (comma/semicolon)
481
* csv output encoded to ISO-8859-1
482
* user custom field displayed on account/show
483
* default configuration improved (default roles, trackers, status, permissions and workflows)
484
* language for default configuration data can now be chosen when running 'load_default_data' task
485
* javascript added on custom field form to show/hide fields according to the format of custom field
486
* fixed: custom fields not in csv exports
487
* fixed: project settings now displayed according to user's permissions
488
* fixed: application error when no version is selected on projects/add_file
489
* fixed: public actions not authorized for members of non public projects
490
* fixed: non public projects were shown on welcome screen even if current user is not a member
491
492
h2. v0.3.0 (2006-10-08)
493
494
* user authentication against multiple LDAP (optional)
495
* token based "lost password" functionality
496
* user self-registration functionality (optional)
497
* custom fields now available for issues, users and projects
498
* new custom field format "text" (displayed as a textarea field) 
499
* project & administration drop down menus in navigation bar for quicker access
500
* text formatting is preserved for long text fields (issues, projects and news descriptions)
501
* urls and emails are turned into clickable links in long text fields
502
* "due date" field added on issues
503
* tracker selection filter added on change log
504
* Localization plugin replaced with GLoc 1.1.0 (iconv required)
505
* error messages internationalization
506
* german translation added (thanks to Karim Trott)
507
* data locking for issues to prevent update conflicts (using ActiveRecord builtin optimistic locking)
508
* new filter in issues list: "Fixed version"
509
* active filters are displayed with colored background on issues list
510
* custom configuration is now defined in config/config_custom.rb
511
* user object no more stored in session (only user_id)
512
* news summary field is no longer required
513
* tables and forms redesign
514
* Fixed: boolean custom field not working
515
* Fixed: error messages for custom fields are not displayed
516
* Fixed: invalid custom fields should have a red border
517
* Fixed: custom fields values are not validated on issue update
518
* Fixed: unable to choose an empty value for 'List' custom fields
519
* Fixed: no issue categories sorting
520
* Fixed: incorrect versions sorting
521
522
h2. v0.2.2 (2006-07-12)
523
524
* Fixed: bug in "issues list"
525
526
h2. v0.2.1 (2006-07-09)
527
528
* new databases supported: Oracle, PostgreSQL, SQL Server
529
* projects/subprojects hierarchy (1 level of subprojects only)
530
* environment information display in admin/info
531
* more filter options in issues list (rev6)
532
* default language based on browser settings (Accept-Language HTTP header)
533
* issues list exportable to CSV (rev6)
534
* simple_format and auto_link on long text fields
535
* more data validations
536
* Fixed: error when all mail notifications are unchecked in admin/mail_options
537
* Fixed: all project news are displayed on project summary
538
* Fixed: Can't change user password in users/edit
539
* Fixed: Error on tables creation with PostgreSQL (rev5)
540
* Fixed: SQL error in "issue reports" view with PostgreSQL (rev5)
541
542
h2. v0.1.0 (2006-06-25)
543
544
* multiple users/multiple projects
545
* role based access control
546
* issue tracking system
547
* fully customizable workflow
548
* documents/files repository
549
* email notifications on issue creation and update
550
* multilanguage support (except for error messages):english, french, spanish
551
* online manual in french (unfinished)