Project

General

Profile

Changelog » History » Version 9

Jean-Philippe Lang, 2008-05-04 15:33
0.7.1 release

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