Project

General

Profile

Changelog » History » Version 7

Jean-Philippe Lang, 2008-03-29 20:46
0.7.0 RC1 update

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