Project

General

Profile

Changelog » History » Version 12

Jean-Philippe Lang, 2008-12-07 12:30
0.8.0 RC1

1 1 Jean-Philippe Lang
h1. Changelog
2
3 12 Jean-Philippe Lang
h2. v0.8.0 RC1 (2008-12-07)
4
5
* Wiki page protection
6
* Wiki page hierarchy. Parent page can be assigned on the Rename screen
7
* Adds support for issue creation via email
8
* Adds support for free ticket filtering and custom queries on Gantt chart and calendar
9
* Cross-project search
10
* Ability to search a project and its subprojects
11
* Ability to search the projects the user belongs to
12
* Adds custom fields on time entries
13
* Adds boolean and list custom fields for time entries as criteria on time report
14
* Cross-project time reports
15
* Display latest user's activity on account/show view
16
* Show last connexion time on user's page
17
* Obfuscates email address on user's account page using javascript
18
* wiki TOC rendered as an unordered list
19
* Adds the ability to search for a user on the administration users list
20
* Adds the ability to search for a project name or identifier on the administration projects list
21
* Redirect user to the previous page after logging in
22
* Adds a permission 'view wiki edits' so that wiki history can be hidden to certain users
23
* Adds permissions for viewing the watcher list and adding new watchers on the issue detail view
24
* Adds permissions to let users edit and/or delete their messages
25
* Link to activity view when displaying dates
26
* Hide Redmine version in atom feeds and pdf properties
27
* Maps repository users to Redmine users. Users with same username or email are automatically mapped. Mapping can be manually adjusted in repository settings. Multiple usernames can be mapped to the same Redmine user.
28
* Sort users by their display names so that user dropdown lists are sorted alphabetically
29
* Adds estimated hours to issue filters
30
* Switch order of current and previous revisions in side-by-side diff
31
* Render the commit changes list as a tree
32
* Adds watch/unwatch functionality at forum topic level
33
* When moving an issue to another project, reassign it to the category with same name if any
34
* Adds child_pages macro for wiki pages
35
* Use GET instead of POST on roadmap (#718), gantt and calendar forms
36
* Search engine: display total results count and count by result type
37
* Email delivery configuration moved to an unversioned YAML file (config/email.yml, see the sample file)
38
* Adds icons on search results
39
* Adds 'Edit' link on account/show for admin users
40
* Adds Lock/Unlock/Activate link on user edit screen
41
* Adds user count in status drop down on admin user list
42
* Adds multi-levels blockquotes support by using > at the beginning of lines
43
* Adds a Reply link to each issue note
44
* Adds plain text only option for mail notifications
45
* Gravatar support for issue detail, user grid, and activity stream (disabled by default)
46
* Adds 'Delete wiki pages attachments' permission
47
* Show the most recent file when displaying an inline image
48
* Makes permission screens localized
49
* AuthSource list: display associated users count and disable 'Delete' buton if any
50
* Make the 'duplicates of' relation asymmetric
51
* Adds username to the password reminder email
52
* Adds links to forum messages using message#id syntax
53
* Allow same name for custom fields on different object types
54
* One-click bulk edition using the issue list context menu within the same project
55
* Adds support for commit logs reencoding to UTF-8 before insertion in the database. Source encoding of commit logs can be selected in Application settings -> Repositories.
56
* Adds checkboxes toggle links on permissions report
57
* Adds Trac-Like anchors on wiki headings
58
* Adds support for wiki links with anchor
59
* Adds category to the issue context menu
60
* Adds a workflow overview screen
61
* Appends the filename to the attachment url so that clients that ignore content-disposition http header get the real filename
62
* Dots allowed in custom field name
63
* Adds posts quoting functionality
64
* Adds an option to generate sequential project identifiers
65
* Adds mailto link on the user administration list
66
* Ability to remove enumerations (activities, priorities, document categories) that are in use. Associated objects can be reassigned to another value
67
* Gantt chart: display issues that don't have a due date if they are assigned to a version with a date
68
* Change projects homepage limit to 255 chars
69
* Improved on-the-fly account creation. If some attributes are missing (eg. not present in the LDAP) or are invalid, the registration form is displayed so that the user is able to fill or fix these attributes
70
* Adds "please select" to activity select box if no activity is set as default
71
* Do not silently ignore timelog validation failure on issue edit
72
* Adds a rake task to send reminder emails
73
* Allow empty cells in wiki tables
74
* Makes wiki text formatter pluggable
75
* Adds back textile acronyms support
76
* Remove pre tag attributes
77
* Plugin hooks
78
* Pluggable admin menu
79
* Plugins can provide activity content
80
* Moves plugin list to its own administration menu item
81
* Adds url and author_url plugin attributes
82
* Adds Plugin#requires_redmine method so that plugin compatibility can be checked against current Redmine version
83
* Adds atom feed on time entries details
84
* Adds project name to issues feed title
85
* Adds a css class on menu items in order to apply item specific styles (eg. icons)
86
* Adds a Redmine plugin generators
87
* Adds timelog link to the issue context menu
88
* Adds links to the user page on various views
89
* Turkish translation by Ismail Sezen
90
* Catalan translation
91
* Vietnamese translation
92
* Slovak translation
93
* Better naming of activity feed if only one kind of event is displayed
94
* Enable syntax highlight on issues, messages and news
95
* Add target version to the issue list context menu
96
* Hide 'Target version' filter if no version is defined
97
* Add filters on cross-project issue list for custom fields marked as 'For all projects'
98
* Turn ftp urls into links
99
* Hiding the View Differences button when a wiki page's history only has one version
100
* Messages on a Board can now be sorted by the number of replies
101
* Adds a class ('me') to events of the activity view created by current user
102
* Strip pre/code tags content from activity view events
103
* Display issue notes in the activity view
104
* Adds links to changesets atom feed on repository browser
105
* Track project and tracker changes in issue history
106
* Adds anchor to atom feed messages links
107
* Adds a key in lang files to set the decimal separator (point or comma) in csv exports
108
* Makes importer work with Trac 0.8.x
109
* Upgraded to Prototype 1.6.0.1
110
* File viewer for attached text files
111
* Menu mapper: add support for :before, :after and :last options to #push method and add #delete method
112
* Removed inconsistent revision numbers on diff view
113
* CVS: add support for modules names with spaces
114
* Log the user in after registration if account activation is not needed
115
* Mercurial adapter improvements
116
* Trac importer: read session_attribute table to find user's email and real name
117
* Ability to disable unused SCM adapters in application settings
118
* Adds Filesystem adapter
119
* Clear changesets and changes with raw sql when deleting a repository for performance
120
* Redmine.pm now uses the 'commit access' permission defined in Redmine
121
* Reposman can create any type of scm (--scm option)
122
* Reposman creates a repository if the 'repository' module is enabled at project level only
123
* Display svn properties in the browser, svn >= 1.5.0 only
124
* Reduces memory usage when importing large git repositories
125
* Wider SVG graphs in repository stats
126
* SubversionAdapter#entries performance improvement
127
* SCM browser: ability to download raw unified diffs
128
* More detailed error message in log when scm command fails
129
* Adds support for file viewing with Darcs 2.0+
130
* Check that git changeset is not in the database before creating it
131
* Unified diff viewer for attached files with .patch or .diff extension
132
* File size display with Bazaar repositories
133
* Git adapter: use commit time instead of author time
134
* Prettier url for changesets
135
* Makes changes link to entries on the revision view
136
* Adds a field on the repository view to browse at specific revision
137
* Adds new projects atom feed
138
* Added rake tasks to generate rcov code coverage reports
139
* Add Redcloth's :block_markdown_rule to allow horizontal rules in wiki
140
* Show the project hierarchy in the drop down list for new membership on user administration screen
141
* Split user edit screen into tabs
142
* Renames bundled RedCloth to RedCloth3 to avoid RedCloth 4 to be loaded instead
143
* Fixed: Roadmap crashes when a version has a due date > 2037
144
* Fixed: invalid effective date (eg. 99999-01-01) causes an error on version edition screen
145
* Fixed: login filter providing incorrect back_url for Redmine installed in sub-directory
146
* Fixed: logtime entry duplicated when edited from parent project
147
* Fixed: wrong digest for text files under Windows
148
* Fixed: associated revisions are displayed in wrong order on issue view
149
* Fixed: Git Adapter date parsing ignores timezone
150
* Fixed: Printing long roadmap doesn't split across pages
151
* Fixes custom fields display order at several places
152
* Fixed: urls containing @ are parsed as email adress by the wiki formatter
153
* Fixed date filters accuracy with SQLite
154
* Fixed: tokens not escaped in highlight_tokens regexp
155
* Fixed Bazaar shared repository browsing
156
* Fixes platform determination under JRuby
157
* Fixed: Estimated time in issue's journal should be rounded to two decimals
158
* Fixed: 'search titles only' box ignored after one search is done on titles only
159
* Fixed: non-ASCII subversion path can't be displayed
160
* Fixed: Inline images don't work if file name has upper case letters or if image is in BMP format
161
* Fixed: document listing shows on "my page" when viewing documents is disabled for the role
162
* Fixed: Latest news appear on the homepage for projects with the News module disabled
163
* Fixed: cross-project issue list should not show issues of projects for which the issue tracking module was disabled
164
* Fixed: the default status is lost when reordering issue statuses
165
* Fixes error with Postgresql and non-UTF8 commit logs
166
* Fixed: textile footnotes no longer work
167
* Fixed: http links containing parentheses fail to reder correctly
168
* Fixed: GitAdapter#get_rev should use current branch instead of hardwiring master
169
170 11 Jean-Philippe Lang
h2. v0.7.3 (2008-07-06)
171
172
* Allow dot in firstnames and lastnames
173
* Add project name to cross-project Atom feeds
174
* Encoding set to utf8 in example database.yml
175
* HTML titles on forums related views
176
* Fixed: various XSS vulnerabilities
177
* Fixed: Entourage (and some old client) fails to correctly render notification styles
178
* Fixed: Fixed: timelog redirects inappropriately when :back_url is blank
179
* Fixed: wrong relative paths to images in wiki_syntax.html
180
181 10 Jean-Philippe Lang
h2. v0.7.2 (2008-06-15)
182
183
* Links to repository directories on the repo browser
184
* Move status to front in Activity View
185
* Remove edit step from Status context menu
186
* Fixed: No way to do textile horizontal rule
187
* Fixed: Repository: View differences doesn't work
188
* Fixed: attachement's name maybe invalid.
189
* Fixed: Error when creating a new issue
190
* Fixed: NoMethodError on @available_filters.has_key?
191
* Fixed: Check All / Uncheck All in Email Settings
192
* Fixed: "View differences" of one file at /repositories/revision/ fails
193
* Fixed: Column width in "my page"
194
* Fixed: private subprojects are listed on Issues view
195
* Fixed: Textile: bold, italics, underline, etc... not working after parentheses
196
* Fixed: Update issue form: comment field from log time end out of screen
197
* Fixed: Editing role: "issue can be assigned to this role" out of box
198
* Fixed: Unable use angular braces after include word
199
* Fixed: Using '*' as keyword for repository referencing keywords doesn't work
200
* Fixed: Subversion repository "View differences" on each file rise ERROR
201
* Fixed: View differences for individual file of a changeset fails if the repository URL doesn't point to the repository root
202
* Fixed: It is possible to lock out the last admin account
203
* Fixed: Wikis are viewable for anonymous users on public projects, despite not granting access
204
* Fixed: Issue number display clipped on 'my issues'
205
* Fixed: Roadmap version list links not carrying state
206
* Fixed: Log Time fieldset in IssueController#edit doesn't set default Activity as default
207
* Fixed: git's "get_rev" API should use repo's current branch instead of hardwiring "master"
208
* Fixed: browser's language subcodes ignored
209
* Fixed: Error on project selection with numeric (only) identifier.
210
* Fixed: Link to PDF doesn't work after creating new issue
211
* Fixed: "Replies" should not be shown on forum threads that are locked
212
* Fixed: SVN errors lead to svn username/password being displayed to end users (security issue)
213
* Fixed: http links containing hashes don't display correct
214
* Fixed: Allow ampersands in Enumeration names
215
* Fixed: Atom link on saved query does not include query_id
216
* Fixed: Logtime info lost when there's an error updating an issue
217
* Fixed: TOC does not parse colorization markups
218
* Fixed: CVS: add support for modules names with spaces
219
* Fixed: Bad rendering on projects/add
220
* Fixed: exception when viewing differences on cvs
221
* Fixed: export issue to pdf will messup when use Chinese language
222
* Fixed: Redmine::Scm::Adapters::GitAdapter#get_rev ignored GIT_BIN constant
223
* Fixed: Adding non-ASCII new issue type in the New Issue page have encoding error using IE
224
* Fixed: Importing from trac : some wiki links are messed
225
* Fixed: Incorrect weekend definition in Hebrew calendar locale
226
* Fixed: Atom feeds don't provide author section for repository revisions
227
* Fixed: In Activity views, changesets titles can be multiline while they should not
228
* Fixed: Ignore unreadable subversion directories (read disabled using authz)
229
* Fixed: lib/SVG/Graph/Graph.rb can't externalize stylesheets
230
* Fixed: Close statement handler in Redmine.pm
231
232 9 Jean-Philippe Lang
h2. v0.7.1 (2008-05-04)
233
234
* Thai translation added (Gampol Thitinilnithi)
235
* Translations updates
236
* Escape HTML comment tags
237
* Prevent "can't convert nil into String" error when :sort_order param is not present
238
* Fixed: Updating tickets add a time log with zero hours
239
* Fixed: private subprojects names are revealed on the project overview
240
* Fixed: Search for target version of "none" fails with postgres 8.3
241
* Fixed: Home, Logout, Login links shouldn't be absolute links
242
* Fixed: 'Latest projects' box on the welcome screen should be hidden if there are no projects
243
* Fixed: error when using upcase language name in coderay
244
* Fixed: error on Trac import when :due attribute is nil
245
246 8 Jean-Philippe Lang
h2. v0.7.0 (2008-04-28)
247
248
* Forces Redmine to use rails 2.0.2 gem when vendor/rails is not present
249
* Queries can be marked as 'For all projects'. Such queries will be available on all projects and on the global issue list.
250
* Add predefined date ranges to the time report
251
* Time report can be done at issue level
252
* Various timelog report enhancements
253
* Accept the following formats for "hours" field: 1h, 1 h, 1 hour, 2 hours, 30m, 30min, 1h30, 1h30m, 1:30
254
* Display the context menu above and/or to the left of the click if needed
255
* Make the admin project files list sortable
256
* Mercurial: display working directory files sizes unless browsing a specific revision
257
* Preserve status filter and page number when using lock/unlock/activate links on the users list
258
* Redmine.pm support for LDAP authentication
259
* Better error message and AR errors in log for failed LDAP on-the-fly user creation
260
* Redirected user to where he is coming from after logging hours
261
* Warn user that subprojects are also deleted when deleting a project
262
* Include subprojects versions on calendar and gantt
263
* Notify project members when a message is posted if they want to receive notifications
264
* Fixed: Feed content limit setting has no effect
265
* Fixed: Priorities not ordered when displayed as a filter in issue list
266
* Fixed: can not display attached images inline in message replies
267
* Fixed: Boards are not deleted when project is deleted
268
* Fixed: trying to preview a new issue raises an exception with postgresql
269
* Fixed: single file 'View difference' links do not work because of duplicate slashes in url
270
* Fixed: inline image not displayed when including a wiki page
271
* Fixed: CVS duplicate key violation
272
* Fixed: ActiveRecord::StaleObjectError exception on closing a set of circular duplicate issues
273
* Fixed: custom field filters behaviour
274
* Fixed: Postgresql 8.3 compatibility
275
* Fixed: Links to repository directories don't work
276
277 7 Jean-Philippe Lang
h2. v0.7.0 RC1 (2008-03-29)
278
279
* Overall activity view and feed added, link is available on the project list
280
* Git VCS support
281
* Rails 2.0 sessions cookie store compatibility
282
* Use project identifiers in urls instead of ids
283
* Default configuration data can now be loaded from the administration screen
284
* Administration settings screen split to tabs (email notifications options moved to 'Settings')
285
* Project description is now unlimited and optional
286
* Wiki annotate view
287
* Escape HTML tag in textile content
288
* Add Redmine links to documents, versions, attachments and repository files
289
* 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:
290
291
    * by using checkbox and/or the little tick that will select/unselect all issues
292
    * by clicking on the rows (but not on the links), Ctrl and Shift keys can be used to select multiple issues
293
294
* 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)
295
* User display format is now configurable in administration settings
296
* Issue list now supports bulk edit/move/delete (for a set of issues that belong to the same project)
297
* Merged 'change status', 'edit issue' and 'add note' actions:
298
299
    * Users with 'edit issues' permission can now update any property including custom fields when adding a note or changing the status
300
    * '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
301
302
* Details by assignees on issue summary view
303
* '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
304
* Change status select box default to current status
305
* Preview for issue notes, news and messages
306
* Optional description for attachments
307
* 'Fixed version' label changed to 'Target version'
308
* Let the user choose when deleting issues with reported hours to:
309
310
    * delete the hours
311
    * assign the hours to the project
312
    * reassign the hours to another issue
313
314
* Date range filter and pagination on time entries detail view
315
* Propagate time tracking to the parent project
316
* Switch added on the project activity view to include subprojects
317
* Display total estimated and spent hours on the version detail view
318
* Weekly time tracking block for 'My page'
319
* Permissions to edit time entries
320
* Include subprojects on the issue list, calendar, gantt and timelog by default (can be turned off is administration settings)
321
* Roadmap enhancements (separate related issues from wiki contents, leading h1 in version wiki pages is hidden, smaller wiki headings)
322
* Make versions with same date sorted by name
323
* Allow issue list to be sorted by target version
324
* Related changesets messages displayed on the issue details view
325
* Create a journal and send an email when an issue is closed by commit
326
* Add 'Author' to the available columns for the issue list
327
* More appropriate default sort order on sortable columns
328
* Add issue subject to the time entries view and issue subject, description and tracker to the csv export
329
* Permissions to edit issue notes
330
* Display date/time instead of date on files list
331
* Do not show Roadmap menu item if the project doesn't define any versions
332
* Allow longer version names (60 chars)
333
* Ability to copy an existing workflow when creating a new role
334
* Display custom fields in two columns on the issue form
335
* Added 'estimated time' in the csv export of the issue list
336
* Display the last 30 days on the activity view rather than the current month (number of days can be configured in the application settings)
337
* Setting for whether new projects should be public by default
338
* User preference to choose how comments/replies are displayed: in chronological or reverse chronological order
339
* Added default value for custom fields
340
* Added tabindex property on wiki toolbar buttons (to easily move from field to field using the tab key)
341
* Redirect to issue page after creating a new issue
342
* Wiki toolbar improvements (mainly for Firefox)
343
* Display wiki syntax quick ref link on all wiki textareas
344
* Display links to Atom feeds
345
* Breadcrumb nav for the forums
346
* Show replies when choosing to display messages in the activity
347
* Added 'include' macro to include another wiki page
348
* RedmineWikiFormatting page available as a static HTML file locally
349
* Wrap diff content
350
* Strip out email address from authors in repository screens
351
* Highlight the current item of the main menu
352
* Added simple syntax highlighters for php and java languages
353
* Do not show empty diffs
354
* Show explicit error message when the scm command failed (eg. when svn binary is not available)
355
* Lithuanian translation added (Sergej Jegorov)
356
* Ukrainan translation added (Natalia Konovka & Mykhaylo Sorochan)
357
* Danish translation added (Mads Vestergaard)
358
* Added i18n support to the jstoolbar and various settings screen
359
* RedCloth's glyphs no longer user
360
* New icons for the wiki toolbar (from http://www.famfamfam.com/lab/icons/silk/)
361
* The following menus can now be extended by plugins: top_menu, account_menu, application_menu
362
* Added a simple rake task to fetch changesets from the repositories: rake redmine:fetch_changesets
363
* Remove hardcoded "Redmine" strings in account related emails and use application title instead
364
* Mantis importer preserve bug ids
365
* Trac importer: Trac guide wiki pages skipped
366
* Trac importer: wiki attachments migration added
367
* Trac importer: support database schema for Trac migration
368
* Trac importer: support CamelCase links
369
* Removes the Redmine version from the footer (can be viewed on admin -> info)
370
* Rescue and display an error message when trying to delete a role that is in use
371
* 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
372
* Add "--encoding utf8" option to the Mercurial "hg log" command in order to get utf8 encoded commit logs
373
* Fixed: Gantt and calendar not properly refreshed (fragment caching removed)
374
* Fixed: Textile image with style attribute cause internal server error
375
* Fixed: wiki TOC not rendered properly when used in an issue or document description
376
* Fixed: 'has already been taken' error message on username and email fields if left empty
377
* Fixed: non-ascii attachement filename with IE
378
* Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed
379
* Fixed: search for all words doesn't work
380
* Fixed: Do not show sticky and locked checkboxes when replying to a message
381
* Fixed: Mantis importer: do not duplicate Mantis username in firstname and lastname if realname is blank
382
* Fixed: Date custom fields not displayed as specified in application settings
383
* Fixed: titles not escaped in the activity view
384
* Fixed: issue queries can not use custom fields marked as 'for all projects' in a project context
385
* 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
386
* Fixed: locked users should not receive email notifications
387
* Fixed: custom field selection is not saved when unchecking them all on project settings
388
* Fixed: can not lock a topic when creating it
389
* Fixed: Incorrect filtering for unset values when using 'is not' filter
390
* Fixed: PostgreSQL issues_seq_id not updated when using Trac importer
391
* Fixed: ajax pagination does not scroll up
392
* Fixed: error when uploading a file with no content-type specified by the browser
393
* Fixed: wiki and changeset links not displayed when previewing issue description or notes
394
* Fixed: 'LdapError: no bind result' error when authenticating
395
* Fixed: 'LdapError: invalid binding information' when no username/password are set on the LDAP account
396
* Fixed: CVS repository doesn't work if port is used in the url
397
* Fixed: Email notifications: host name is missing in generated links
398
* Fixed: Email notifications: referenced changesets, wiki pages, attachments... are not turned into links
399
* Fixed: Do not clear issue relations when moving an issue to another project if cross-project issue relations are allowed
400
* Fixed: "undefined method 'textilizable'" error on email notification when running Repository#fetch_changesets from the console
401
* Fixed: Do not send an email with no recipient, cc or bcc
402
* Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues.
403
* Fixed: Mercurial browsing under unix-like os and for directory depth > 2
404
* Fixed: Wiki links with pipe can not be used in wiki tables
405
* Fixed: migrate_from_trac doesn't import timestamps of wiki and tickets
406
* Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql error with Postgresql
407
408 6 Jean-Philippe Lang
h2. v0.6.4 (2008-03-12)
409
410
* Fixed: private projects name are displayed on account/show even if the current user doesn't have access to these private projects
411
* Fixed: potential LDAP authentication security flaw
412
* Fixed: context submenus on the issue list don't show up with IE6.
413
* Fixed: Themes are not applied with Rails 2.0
414
* Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil
415
* Fixed: Mercurial repository browsing
416
* Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs command fails
417
* Fixed: not null constraints not removed with Postgresql
418
* Doctype set to transitional
419
420 5 Jean-Philippe Lang
h2. v0.6.3 (2007-12-18)
421
422
* Fixed: upload doesn't work in 'Files' section
423 4 Jean-Philippe Lang
424
h2. v0.6.2 (2007-12-16)
425
426
* Search engine: issue custom fields can now be searched
427
* News comments are now textilized
428
* Updated Japanese translation (Satoru Kurashiki)
429
* Updated Chinese translation (Shortie Lo)
430
* Fixed Rails 2.0 compatibility bugs:
431
432
  * Unable to create a wiki
433
  * Gantt and calendar error
434
  * Trac importer error (readonly? is defined by ActiveRecord)
435
436
* Fixed: 'assigned to me' filter broken
437
* Fixed: crash when validation fails on issue edition with no custom fields
438
* Fixed: reposman "can't find group" error
439
* Fixed: 'LDAP account password is too long' error when leaving the field empty on creation
440
* Fixed: empty lines when displaying repository files with Windows style eol
441
* Fixed: missing body closing tag in repository annotate and entry views
442
443 3 Jean-Philippe Lang
h2. v0.6.1 (2007-12-10)
444
445
* Rails 2.0 compatibility
446
* Custom fields can now be displayed as columns on the issue list
447
* Added version details view (accessible from the roadmap)
448
* Roadmap: more accurate completion percentage calculation (done ratio of open issues is now taken into account)
449
* Added per-project tracker selection. Trackers can be selected on project settings
450
* Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums
451
* Forums: messages can now be edited/deleted (explicit permissions need to be given)
452
* Forums: topics can be locked so that no reply can be added
453
* Forums: topics can be marked as sticky so that they always appear at the top of the list
454
* Forums: attachments can now be added to replies
455
* Added time zone support
456
* Added a setting to choose the account activation strategy (available in application settings)
457
* Added 'Classic' theme (inspired from the v0.51 design)
458
* Added an alternate theme which provides issue list colorization based on issues priority
459
* Added Bazaar SCM adapter
460
* Added Annotate/Blame view in the repository browser (except for Darcs SCM)
461
* Diff style (inline or side by side) automatically saved as a user preference
462
* Added issues status changes on the activity view (by Cyril Mougel)
463 1 Jean-Philippe Lang
* Added forums topics on the activity view (disabled by default)
464 6 Jean-Philippe Lang
* Added an option on 'My account' for users who don’t want to be notified of changes that they make
465 3 Jean-Philippe Lang
* Trac importer now supports mysql and postgresql databases
466
* Trac importer improvements (by Mat Trudel)
467
* 'fixed version' field can now be displayed on the issue list
468
* Added a couple of new formats for the 'date format' setting
469
* Added Traditional Chinese translation (by Shortie Lo)
470
* Added Russian translation (iGor kMeta)
471
* Project name format limitation removed (name can now contain any character)
472
* Project identifier maximum length changed from 12 to 20
473
* Changed the maximum length of LDAP account to 255 characters
474
* Removed the 12 characters limit on passwords
475
* Added wiki macros support
476
* Performance improvement on workflow setup screen
477
* More detailed html title on several views
478
* Custom fields can now be reordered
479
* Search engine: search can be restricted to an exact phrase by using quotation marks
480
* Added custom fields marked as 'For all projects' to the csv export of the cross project issue list
481
* Email notifications are now sent as Blind carbon copy by default
482
* Fixed: all members (including non active) should be deleted when deleting a project
483
* Fixed: Error on wiki syntax link (accessible from wiki/edit)
484
* Fixed: 'quick jump to a revision' form on the revisions list
485
* Fixed: error on admin/info if there's more than 1 plugin installed
486
* Fixed: svn or ldap password can be found in clear text in the html source in editing mode
487
* Fixed: 'Assigned to' drop down list is not sorted
488
* Fixed: 'View all issues' link doesn't work on issues/show
489
* Fixed: error on account/register when validation fails
490
* Fixed: Error when displaying the issue list if a float custom field is marked as 'used as filter'
491
* Fixed: Mercurial adapter breaks on missing :files entry in changeset hash (James Britt)
492
* Fixed: Wrong feed URLs on the home page
493
* Fixed: Update of time entry fails when the issue has been moved to an other project
494
* Fixed: Error when moving an issue without changing its tracker (Postgresql)
495
* Fixed: Changes not recorded when using :pserver string (CVS adapter)
496
* Fixed: admin should be able to move issues to any project
497 1 Jean-Philippe Lang
* Fixed: adding an attachment is not possible when changing the status of an issue
498 3 Jean-Philippe Lang
* Fixed: No mime-types in documents/files downloading
499 6 Jean-Philippe Lang
* Fixed: error when sorting the messages if there’s only one board for the project
500 3 Jean-Philippe Lang
* Fixed: 'me' doesn't appear in the drop down filters on a project issue list
501
502 2 Jean-Philippe Lang
h2. v0.6.0 (2007-11-04)
503
504
* Permission model refactoring.
505
* Permissions: there are now 2 builtin roles that can be used to specify permissions given to other users than members of projects
506
* Permissions: some permissions (eg. browse the repository) can be removed for certain roles
507
* Permissions: modules (eg. issue tracking, news, documents...) can be enabled/disabled at project level
508
* Added Mantis and Trac importers
509
* New application layout
510
* Added "Bulk edit" functionality on the issue list
511
* More flexible mail notifications settings at user level
512
* 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
513
* 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
514
* Added the ability to customize issue list columns (at application level or for each saved query)
515
* Overdue versions (date reached and open issues > 0) are now always displayed on the roadmap
516
* Added the ability to rename wiki pages (specific permission required)
517 1 Jean-Philippe Lang
* Search engines now supports pagination. Results are sorted in reverse chronological order
518 2 Jean-Philippe Lang
* Added "Estimated hours" attribute on issues
519
* A category with assigned issue can now be deleted. 2 options are proposed: remove assignments or reassign issues to another category
520 6 Jean-Philippe Lang
* Forum notifications are now also sent to the authors of the thread, even if they don’t watch the board
521 2 Jean-Philippe Lang
* Added an application setting to specify the application protocol (http or https) used to generate urls in emails
522
* Gantt chart: now starts at the current month by default
523
* Gantt chart: month count and zoom factor are automatically saved as user preferences
524 1 Jean-Philippe Lang
* Wiki links can now refer to other project wikis
525 2 Jean-Philippe Lang
* Added wiki index by date
526
* Added preview on add/edit issue form
527
* Emails footer can now be customized from the admin interface (Admin -> Email notifications)
528 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)
529 2 Jean-Philippe Lang
* Calendar: first day of week can now be set in lang files
530
* Automatic closing of duplicate issues
531
* Added a cross-project issue list
532
* AJAXified the SCM browser (tree view)
533
* Pretty URL for the repository browser (Cyril Mougel)
534
* Search engine: added a checkbox to search titles only
535 1 Jean-Philippe Lang
* Added "% done" in the filter list
536 2 Jean-Philippe Lang
* Enumerations: values can now be reordered and a default value can be specified (eg. default issue priority)
537
* Added some accesskeys
538
* Added "Float" as a custom field format
539
* Added basic Theme support
540 6 Jean-Philippe Lang
* Added the ability to set the “done ratio” of issues fixed by commit (Nikolay Solakov)
541 2 Jean-Philippe Lang
* Added custom fields in issue related mail notifications
542
* Email notifications are now sent in plain text and html
543
* Gantt chart can now be exported to a graphic file (png). This functionality is only available if RMagick is installed.
544
* Added syntax highlightment for repository files and wiki
545
* Improved automatic Redmine links
546
* Added automatic table of content support on wiki pages
547
* Added radio buttons on the documents list to sort documents by category, date, title or author
548
* Added basic plugin support, with a sample plugin
549
* Added a link to add a new category when creating or editing an issue
550
* Added a "Assignable" boolean on the Role model. If unchecked, issues can not be assigned to users having this role.
551
* Added an option to be able to relate issues in different projects
552
* Added the ability to move issues (to another project) without changing their trackers.
553
* Atom feeds added on project activity, news and changesets
554
* Added the ability to reset its own RSS access key
555
* Main project list now displays root projects with their subprojects
556
* Added anchor links to issue notes
557
* Added reposman Ruby version. This script can now register created repositories in Redmine (Nicolas Chuche)
558
* Issue notes are now included in search
559
* Added email sending test functionality
560
* Added LDAPS support for LDAP authentication
561
* Removed hard-coded URLs in mail templates
562
* Subprojects are now grouped by projects in the navigation drop-down menu
563
* Added a new value for date filters: this week
564
* Added cache for application settings
565
* Added Polish translation (Tomasz Gawryl)
566
* Added Czech translation (Jan Kadlecek)
567 1 Jean-Philippe Lang
* Added Romanian translation (Csongor Bartus)
568 2 Jean-Philippe Lang
* Added Hebrew translation (Bob Builder)
569
* Added Serbian translation (Dragan Matic)
570
* Added Korean translation (Choi Jong Yoon)
571
* Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations
572
* Performance improvement on calendar and gantt
573 6 Jean-Philippe Lang
* Fixed: wiki preview doesn’t work on long entries
574 2 Jean-Philippe Lang
* Fixed: queries with multiple custom fields return no result
575
* Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters
576 1 Jean-Philippe Lang
* Fixed: URL with ~ broken in wiki formatting
577 2 Jean-Philippe Lang
* Fixed: some quotation marks are rendered as strange characters in pdf
578
579 1 Jean-Philippe Lang
h2. v0.5.1 (2007-07-15)
580
581
* per project forums added
582
* added the ability to archive projects
583 6 Jean-Philippe Lang
* added “Watch” functionality on issues. It allows users to receive notifications about issue changes
584 1 Jean-Philippe Lang
* custom fields for issues can now be used as filters on issue list
585
* added per user custom queries
586
* commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings)
587
* projects list now shows the list of public projects and private projects for which the user is a member
588
* versions can now be created with no date
589
* added issue count details for versions on Reports view
590
* added time report, by member/activity/tracker/version and year/month/week for the selected period
591
* each category can now be associated to a user, so that new issues in that category are automatically assigned to that user
592
* added autologin feature (disabled by default)
593
* optimistic locking added for wiki edits
594
* added wiki diff
595
* added the ability to destroy wiki pages (requires permission)
596
* a wiki page can now be attached to each version, and displayed on the roadmap
597
* attachments can now be added to wiki pages (original patch by Pavol Murin) and displayed online
598
* added an option to see all versions in the roadmap view (including completed ones)
599
* added basic issue relations
600
* added the ability to log time when changing an issue status
601
* account information can now be sent to the user when creating an account
602
* author and assignee of an issue always receive notifications (even if they turned of mail notifications)
603
* added a quick search form in page header
604
* added 'me' value for 'assigned to' and 'author' query filters
605
* added a link on revision screen to see the entire diff for the revision
606
* added last commit message for each entry in repository browser
607
* added the ability to view a file diff with free to/from revision selection.
608
* text files can now be viewed online when browsing the repository
609
* added basic support for other SCM: CVS (Ralph Vater), Mercurial and Darcs
610
* added fragment caching for svn diffs
611
* added fragment caching for calendar and gantt views
612
* login field automatically focused on login form
613
* subproject name displayed on issue list, calendar and gantt
614
* added an option to choose the date format: language based or ISO 8601
615
* added a simple mail handler. It lets users add notes to an existing issue by replying to the initial notification email.
616
* a 403 error page is now displayed (instead of a blank page) when trying to access a protected page
617
* added portuguese translation (Joao Carlos Clementoni)
618
* added partial online help japanese translation (Ken Date)
619
* added bulgarian translation (Nikolay Solakov)
620
* added dutch translation (Linda van den Brink)
621
* added swedish translation (Thomas Habets)
622
* italian translation update (Alessio Spadaro)
623
* japanese translation update (Satoru Kurashiki)
624 6 Jean-Philippe Lang
* fixed: error on history atom feed when there’s no notes on an issue change
625 1 Jean-Philippe Lang
* fixed: error in journalizing an issue with longtext custom fields (Postgresql)
626
* fixed: creation of Oracle schema
627
* fixed: last day of the month not included in project activity
628
* fixed: files with an apostrophe in their names can't be accessed in SVN repository
629
* fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000)
630
* fixed: open/closed issue counts are always 0 on reports view (postgresql)
631
* fixed: date query filters (wrong results and sql error with postgresql)
632
* fixed: confidentiality issue on account/show (private project names displayed to anyone)
633
* fixed: Long text custom fields displayed without line breaks
634
* fixed: Error when editing the wokflow after deleting a status
635
* fixed: SVN commit dates are now stored as local time
636
637
h2. v0.5.0 (2007-04-11)
638
639
* added per project Wiki
640
* added rss/atom feeds at project level (custom queries can be used as feeds)
641
* added search engine (search in issues, news, commits, wiki pages, documents)
642
* simple time tracking functionality added
643
* added version due dates on calendar and gantt
644
* added subprojects issue count on project Reports page
645
* added the ability to copy an existing workflow when creating a new tracker
646
* added the ability to include subprojects on calendar and gantt
647
* added the ability to select trackers to display on calendar and gantt (Jeffrey Jones)
648
* added side by side svn diff view (Cyril Mougel)
649
* added back subproject filter on issue list
650
* added permissions report in admin area
651
* added a status filter on users list
652
* support for password-protected SVN repositories
653
* SVN commits are now stored in the database
654
* added simple svn statistics SVG graphs
655
* progress bars for roadmap versions (Nick Read)
656
* issue history now shows file uploads and deletions
657
* #id patterns are turned into links to issues in descriptions and commit messages
658
* japanese translation added (Satoru Kurashiki)
659
* chinese simplified translation added (Andy Wu)
660
* italian translation added (Alessio Spadaro)
661
* added scripts to manage SVN repositories creation and user access control using ssh+svn (Nicolas Chuche)
662
* better calendar rendering time
663
* fixed migration scripts to work with mysql 5 running in strict mode
664
* fixed: error when clicking "add" with no block selected on my/page_layout
665
* fixed: hard coded links in navigation bar
666
* fixed: table_name pre/suffix support
667
668
h2. v0.4.2 (2007-02-18)
669
670
* Rails 1.2 is now required
671
* settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)
672
* added project roadmap view
673
* mail notifications added when a document, a file or an attachment is added
674
* tooltips added on Gantt chart and calender to view the details of the issues
675
* ability to set the sort order for roles, trackers, issue statuses
676
* added missing fields to csv export: priority, start date, due date, done ratio
677
* added total number of issues per tracker on project overview
678
* 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-)
679
* added back "fixed version" field on issue screen and in filters
680
* project settings screen split in 4 tabs
681
* custom fields screen split in 3 tabs (one for each kind of custom field)
682
* multiple issues pdf export now rendered as a table
683
* added a button on users/list to manually activate an account
684
* added a setting option to disable "password lost" functionality
685
* added a setting option to set max number of issues in csv/pdf exports
686
* fixed: subprojects count is always 0 on projects list
687
* fixed: locked users are proposed when adding a member to a project
688
* fixed: setting an issue status as default status leads to an sql error with SQLite
689
* fixed: unable to delete an issue status even if it's not used yet
690
* fixed: filters ignored when exporting a predefined query to csv/pdf
691
* fixed: crash when french "issue_edit" email notification is sent
692
* fixed: hide mail preference not saved (my/account)
693
* fixed: crash when a new user try to edit its "my page" layout
694
695
h2. v0.4.1 (2007-01-03)
696
697
* fixed: emails have no recipient when one of the project members has notifications disabled
698
699
h2. v0.4.0 (2007-01-02)
700
701
* simple SVN browser added (just needs svn binaries in PATH)
702
* comments can now be added on news
703
* "my page" is now customizable 
704
* more powerfull and savable filters for issues lists
705
* improved issues change history
706 12 Jean-Philippe Lang
707 1 Jean-Philippe Lang
* new functionality: move an issue to another project or tracker
708
* new functionality: add a note to an issue
709
* new report: project activity
710
* "start date" and "% done" fields added on issues
711
* project calendar added
712
* gantt chart added (exportable to pdf)
713
* single/multiple issues pdf export added
714
* issues reports improvements
715
* multiple file upload for issues, documents and files
716
* option to set maximum size of uploaded files
717
* textile formating of issue and news descritions (RedCloth required)
718
* integration of DotClear jstoolbar for textile formatting
719
* calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar)
720
* new filter in issues list: Author
721
* ajaxified paginators
722
* news rss feed added
723
* option to set number of results per page on issues list
724
* localized csv separator (comma/semicolon)
725
* csv output encoded to ISO-8859-1
726
* user custom field displayed on account/show
727
* default configuration improved (default roles, trackers, status, permissions and workflows)
728
* language for default configuration data can now be chosen when running 'load_default_data' task
729
* javascript added on custom field form to show/hide fields according to the format of custom field
730
* fixed: custom fields not in csv exports
731
* fixed: project settings now displayed according to user's permissions
732
* fixed: application error when no version is selected on projects/add_file
733
* fixed: public actions not authorized for members of non public projects
734
* fixed: non public projects were shown on welcome screen even if current user is not a member
735
736
h2. v0.3.0 (2006-10-08)
737
738
* user authentication against multiple LDAP (optional)
739
* token based "lost password" functionality
740
* user self-registration functionality (optional)
741
* custom fields now available for issues, users and projects
742
* new custom field format "text" (displayed as a textarea field) 
743
* project & administration drop down menus in navigation bar for quicker access
744
* text formatting is preserved for long text fields (issues, projects and news descriptions)
745
* urls and emails are turned into clickable links in long text fields
746
* "due date" field added on issues
747
* tracker selection filter added on change log
748
* Localization plugin replaced with GLoc 1.1.0 (iconv required)
749
* error messages internationalization
750
* german translation added (thanks to Karim Trott)
751
* data locking for issues to prevent update conflicts (using ActiveRecord builtin optimistic locking)
752
* new filter in issues list: "Fixed version"
753
* active filters are displayed with colored background on issues list
754
* custom configuration is now defined in config/config_custom.rb
755
* user object no more stored in session (only user_id)
756
* news summary field is no longer required
757
* tables and forms redesign
758
* Fixed: boolean custom field not working
759
* Fixed: error messages for custom fields are not displayed
760
* Fixed: invalid custom fields should have a red border
761
* Fixed: custom fields values are not validated on issue update
762
* Fixed: unable to choose an empty value for 'List' custom fields
763
* Fixed: no issue categories sorting
764
* Fixed: incorrect versions sorting
765
766
h2. v0.2.2 (2006-07-12)
767
768
* Fixed: bug in "issues list"
769
770
h2. v0.2.1 (2006-07-09)
771
772
* new databases supported: Oracle, PostgreSQL, SQL Server
773
* projects/subprojects hierarchy (1 level of subprojects only)
774
* environment information display in admin/info
775
* more filter options in issues list (rev6)
776
* default language based on browser settings (Accept-Language HTTP header)
777
* issues list exportable to CSV (rev6)
778
* simple_format and auto_link on long text fields
779
* more data validations
780
* Fixed: error when all mail notifications are unchecked in admin/mail_options
781
* Fixed: all project news are displayed on project summary
782
* Fixed: Can't change user password in users/edit
783
* Fixed: Error on tables creation with PostgreSQL (rev5)
784
* Fixed: SQL error in "issue reports" view with PostgreSQL (rev5)
785
786
h2. v0.1.0 (2006-06-25)
787
788
* multiple users/multiple projects
789
* role based access control
790
* issue tracking system
791
* fully customizable workflow
792
* documents/files repository
793
* email notifications on issue creation and update
794
* multilanguage support (except for error messages):english, french, spanish
795
* online manual in french (unfinished)