Project

General

Profile

Changelog » History » Version 15

Jean-Philippe Lang, 2009-02-15 10:23
0.8.1 release

1 1 Jean-Philippe Lang
h1. Changelog
2
3 15 Jean-Philippe Lang
h2. v0.8.1 (2009-02-15)
4
5
* Select watchers on new issue form
6
* Issue description is no longer a required field
7
* Files module: ability to add files without version
8
* Jump to the current tab when using the project quick-jump combo
9
* Display a warning if some attachments were not saved
10
* Import custom fields values from emails on issue creation
11
* Show view/annotate/download links on entry and annotate views
12
* Admin Info Screen: Display if plugin assets directory is writable
13
* Adds a 'Create and continue' button on the new issue form
14
* IMAP: add options to move received emails
15
* Do not show Category field when categories are not defined
16
* Lower the project identifier limit to a minimum of two characters
17
* Add "closed" html class to closed entries in issue list
18
* Fixed: broken redirect URL on login failure
19
* Fixed: Deleted files are shown when using Darcs
20
* Fixed: Darcs adapter works on Win32 only
21
* Fixed: syntax highlight doesn't appear in new ticket preview
22
* Fixed: email notification for changes I make still occurs when running Repository.fetch_changesets
23
* Fixed: no error is raised when entering invalid hours on the issue update form
24
* Fixed: Details time log report CSV export doesn't honour date format from settings
25
* Fixed: invalid css classes on issue details
26
* Fixed: Trac importer creates duplicate custom values
27
* Fixed: inline attached image should not match partial filename
28
29 14 Jean-Philippe Lang
h2. v0.8.0 (2008-12-30)
30
31
* Setting added in order to limit the number of diff lines that should be displayed
32
* Makes logged-in username in topbar linking to
33
* Mail handler: strip tags when receiving a html-only email
34
* Mail handler: add watchers before sending notification
35
* Adds a css class (overdue) to overdue issues on issue lists and detail views
36
* Fixed: project activity truncated after viewing user's activity
37
* Fixed: email address entered for password recovery shouldn't be case-sensitive
38
* Fixed: default flag removed when editing a default enumeration
39
* Fixed: default category ignored when adding a document
40
* Fixed: error on repository user mapping when a repository username is blank
41
* Fixed: Firefox cuts off large diffs
42
* Fixed: CVS browser should not show dead revisions (deleted files)
43
* Fixed: escape double-quotes in image titles
44
* Fixed: escape textarea content when editing a issue note
45
* Fixed: JS error on context menu with IE
46
* Fixed: bold syntax around single character in series doesn't work
47
* Fixed several XSS vulnerabilities
48
* Fixed a SQL injection vulnerability
49
50 12 Jean-Philippe Lang
h2. v0.8.0 RC1 (2008-12-07)
51
52
* Wiki page protection
53
* Wiki page hierarchy. Parent page can be assigned on the Rename screen
54
* Adds support for issue creation via email
55
* Adds support for free ticket filtering and custom queries on Gantt chart and calendar
56
* Cross-project search
57
* Ability to search a project and its subprojects
58
* Ability to search the projects the user belongs to
59
* Adds custom fields on time entries
60
* Adds boolean and list custom fields for time entries as criteria on time report
61
* Cross-project time reports
62
* Display latest user's activity on account/show view
63
* Show last connexion time on user's page
64
* Obfuscates email address on user's account page using javascript
65
* wiki TOC rendered as an unordered list
66
* Adds the ability to search for a user on the administration users list
67
* Adds the ability to search for a project name or identifier on the administration projects list
68
* Redirect user to the previous page after logging in
69
* Adds a permission 'view wiki edits' so that wiki history can be hidden to certain users
70
* Adds permissions for viewing the watcher list and adding new watchers on the issue detail view
71
* Adds permissions to let users edit and/or delete their messages
72
* Link to activity view when displaying dates
73
* Hide Redmine version in atom feeds and pdf properties
74
* 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.
75
* Sort users by their display names so that user dropdown lists are sorted alphabetically
76
* Adds estimated hours to issue filters
77
* Switch order of current and previous revisions in side-by-side diff
78
* Render the commit changes list as a tree
79
* Adds watch/unwatch functionality at forum topic level
80
* When moving an issue to another project, reassign it to the category with same name if any
81
* Adds child_pages macro for wiki pages
82
* Use GET instead of POST on roadmap (#718), gantt and calendar forms
83
* Search engine: display total results count and count by result type
84
* Email delivery configuration moved to an unversioned YAML file (config/email.yml, see the sample file)
85
* Adds icons on search results
86
* Adds 'Edit' link on account/show for admin users
87
* Adds Lock/Unlock/Activate link on user edit screen
88
* Adds user count in status drop down on admin user list
89
* Adds multi-levels blockquotes support by using > at the beginning of lines
90
* Adds a Reply link to each issue note
91
* Adds plain text only option for mail notifications
92
* Gravatar support for issue detail, user grid, and activity stream (disabled by default)
93
* Adds 'Delete wiki pages attachments' permission
94
* Show the most recent file when displaying an inline image
95
* Makes permission screens localized
96
* AuthSource list: display associated users count and disable 'Delete' buton if any
97
* Make the 'duplicates of' relation asymmetric
98
* Adds username to the password reminder email
99
* Adds links to forum messages using message#id syntax
100
* Allow same name for custom fields on different object types
101
* One-click bulk edition using the issue list context menu within the same project
102
* 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.
103
* Adds checkboxes toggle links on permissions report
104
* Adds Trac-Like anchors on wiki headings
105
* Adds support for wiki links with anchor
106
* Adds category to the issue context menu
107
* Adds a workflow overview screen
108
* Appends the filename to the attachment url so that clients that ignore content-disposition http header get the real filename
109
* Dots allowed in custom field name
110
* Adds posts quoting functionality
111
* Adds an option to generate sequential project identifiers
112
* Adds mailto link on the user administration list
113
* Ability to remove enumerations (activities, priorities, document categories) that are in use. Associated objects can be reassigned to another value
114
* Gantt chart: display issues that don't have a due date if they are assigned to a version with a date
115
* Change projects homepage limit to 255 chars
116
* 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
117
* Adds "please select" to activity select box if no activity is set as default
118
* Do not silently ignore timelog validation failure on issue edit
119
* Adds a rake task to send reminder emails
120
* Allow empty cells in wiki tables
121
* Makes wiki text formatter pluggable
122
* Adds back textile acronyms support
123
* Remove pre tag attributes
124
* Plugin hooks
125
* Pluggable admin menu
126
* Plugins can provide activity content
127
* Moves plugin list to its own administration menu item
128
* Adds url and author_url plugin attributes
129
* Adds Plugin#requires_redmine method so that plugin compatibility can be checked against current Redmine version
130
* Adds atom feed on time entries details
131
* Adds project name to issues feed title
132
* Adds a css class on menu items in order to apply item specific styles (eg. icons)
133
* Adds a Redmine plugin generators
134
* Adds timelog link to the issue context menu
135
* Adds links to the user page on various views
136
* Turkish translation by Ismail Sezen
137
* Catalan translation
138
* Vietnamese translation
139
* Slovak translation
140
* Better naming of activity feed if only one kind of event is displayed
141
* Enable syntax highlight on issues, messages and news
142
* Add target version to the issue list context menu
143
* Hide 'Target version' filter if no version is defined
144
* Add filters on cross-project issue list for custom fields marked as 'For all projects'
145
* Turn ftp urls into links
146
* Hiding the View Differences button when a wiki page's history only has one version
147
* Messages on a Board can now be sorted by the number of replies
148
* Adds a class ('me') to events of the activity view created by current user
149
* Strip pre/code tags content from activity view events
150
* Display issue notes in the activity view
151
* Adds links to changesets atom feed on repository browser
152
* Track project and tracker changes in issue history
153
* Adds anchor to atom feed messages links
154
* Adds a key in lang files to set the decimal separator (point or comma) in csv exports
155
* Makes importer work with Trac 0.8.x
156
* Upgraded to Prototype 1.6.0.1
157
* File viewer for attached text files
158
* Menu mapper: add support for :before, :after and :last options to #push method and add #delete method
159
* Removed inconsistent revision numbers on diff view
160
* CVS: add support for modules names with spaces
161
* Log the user in after registration if account activation is not needed
162
* Mercurial adapter improvements
163
* Trac importer: read session_attribute table to find user's email and real name
164
* Ability to disable unused SCM adapters in application settings
165
* Adds Filesystem adapter
166
* Clear changesets and changes with raw sql when deleting a repository for performance
167
* Redmine.pm now uses the 'commit access' permission defined in Redmine
168
* Reposman can create any type of scm (--scm option)
169
* Reposman creates a repository if the 'repository' module is enabled at project level only
170
* Display svn properties in the browser, svn >= 1.5.0 only
171
* Reduces memory usage when importing large git repositories
172
* Wider SVG graphs in repository stats
173
* SubversionAdapter#entries performance improvement
174
* SCM browser: ability to download raw unified diffs
175
* More detailed error message in log when scm command fails
176
* Adds support for file viewing with Darcs 2.0+
177
* Check that git changeset is not in the database before creating it
178
* Unified diff viewer for attached files with .patch or .diff extension
179
* File size display with Bazaar repositories
180
* Git adapter: use commit time instead of author time
181
* Prettier url for changesets
182
* Makes changes link to entries on the revision view
183
* Adds a field on the repository view to browse at specific revision
184
* Adds new projects atom feed
185
* Added rake tasks to generate rcov code coverage reports
186
* Add Redcloth's :block_markdown_rule to allow horizontal rules in wiki
187
* Show the project hierarchy in the drop down list for new membership on user administration screen
188
* Split user edit screen into tabs
189
* Renames bundled RedCloth to RedCloth3 to avoid RedCloth 4 to be loaded instead
190
* Fixed: Roadmap crashes when a version has a due date > 2037
191
* Fixed: invalid effective date (eg. 99999-01-01) causes an error on version edition screen
192
* Fixed: login filter providing incorrect back_url for Redmine installed in sub-directory
193
* Fixed: logtime entry duplicated when edited from parent project
194
* Fixed: wrong digest for text files under Windows
195
* Fixed: associated revisions are displayed in wrong order on issue view
196
* Fixed: Git Adapter date parsing ignores timezone
197
* Fixed: Printing long roadmap doesn't split across pages
198
* Fixes custom fields display order at several places
199
* Fixed: urls containing @ are parsed as email adress by the wiki formatter
200
* Fixed date filters accuracy with SQLite
201
* Fixed: tokens not escaped in highlight_tokens regexp
202
* Fixed Bazaar shared repository browsing
203
* Fixes platform determination under JRuby
204
* Fixed: Estimated time in issue's journal should be rounded to two decimals
205
* Fixed: 'search titles only' box ignored after one search is done on titles only
206
* Fixed: non-ASCII subversion path can't be displayed
207
* Fixed: Inline images don't work if file name has upper case letters or if image is in BMP format
208
* Fixed: document listing shows on "my page" when viewing documents is disabled for the role
209
* Fixed: Latest news appear on the homepage for projects with the News module disabled
210
* Fixed: cross-project issue list should not show issues of projects for which the issue tracking module was disabled
211
* Fixed: the default status is lost when reordering issue statuses
212
* Fixes error with Postgresql and non-UTF8 commit logs
213
* Fixed: textile footnotes no longer work
214
* Fixed: http links containing parentheses fail to reder correctly
215
* Fixed: GitAdapter#get_rev should use current branch instead of hardwiring master
216 14 Jean-Philippe Lang
217
h2. v0.7.4 (2008-12-30)
218
219
* Fixed several XSS vulnerabilities
220
* Fixed a SQL injection vulnerability
221 12 Jean-Philippe Lang
222 11 Jean-Philippe Lang
h2. v0.7.3 (2008-07-06)
223
224
* Allow dot in firstnames and lastnames
225
* Add project name to cross-project Atom feeds
226
* Encoding set to utf8 in example database.yml
227
* HTML titles on forums related views
228
* Fixed: various XSS vulnerabilities
229
* Fixed: Entourage (and some old client) fails to correctly render notification styles
230
* Fixed: Fixed: timelog redirects inappropriately when :back_url is blank
231
* Fixed: wrong relative paths to images in wiki_syntax.html
232
233 10 Jean-Philippe Lang
h2. v0.7.2 (2008-06-15)
234
235
* Links to repository directories on the repo browser
236
* Move status to front in Activity View
237
* Remove edit step from Status context menu
238
* Fixed: No way to do textile horizontal rule
239
* Fixed: Repository: View differences doesn't work
240
* Fixed: attachement's name maybe invalid.
241
* Fixed: Error when creating a new issue
242
* Fixed: NoMethodError on @available_filters.has_key?
243
* Fixed: Check All / Uncheck All in Email Settings
244
* Fixed: "View differences" of one file at /repositories/revision/ fails
245
* Fixed: Column width in "my page"
246
* Fixed: private subprojects are listed on Issues view
247
* Fixed: Textile: bold, italics, underline, etc... not working after parentheses
248
* Fixed: Update issue form: comment field from log time end out of screen
249
* Fixed: Editing role: "issue can be assigned to this role" out of box
250
* Fixed: Unable use angular braces after include word
251
* Fixed: Using '*' as keyword for repository referencing keywords doesn't work
252
* Fixed: Subversion repository "View differences" on each file rise ERROR
253
* Fixed: View differences for individual file of a changeset fails if the repository URL doesn't point to the repository root
254
* Fixed: It is possible to lock out the last admin account
255
* Fixed: Wikis are viewable for anonymous users on public projects, despite not granting access
256
* Fixed: Issue number display clipped on 'my issues'
257
* Fixed: Roadmap version list links not carrying state
258
* Fixed: Log Time fieldset in IssueController#edit doesn't set default Activity as default
259
* Fixed: git's "get_rev" API should use repo's current branch instead of hardwiring "master"
260
* Fixed: browser's language subcodes ignored
261
* Fixed: Error on project selection with numeric (only) identifier.
262
* Fixed: Link to PDF doesn't work after creating new issue
263
* Fixed: "Replies" should not be shown on forum threads that are locked
264
* Fixed: SVN errors lead to svn username/password being displayed to end users (security issue)
265
* Fixed: http links containing hashes don't display correct
266
* Fixed: Allow ampersands in Enumeration names
267
* Fixed: Atom link on saved query does not include query_id
268
* Fixed: Logtime info lost when there's an error updating an issue
269
* Fixed: TOC does not parse colorization markups
270
* Fixed: CVS: add support for modules names with spaces
271
* Fixed: Bad rendering on projects/add
272
* Fixed: exception when viewing differences on cvs
273
* Fixed: export issue to pdf will messup when use Chinese language
274
* Fixed: Redmine::Scm::Adapters::GitAdapter#get_rev ignored GIT_BIN constant
275
* Fixed: Adding non-ASCII new issue type in the New Issue page have encoding error using IE
276
* Fixed: Importing from trac : some wiki links are messed
277
* Fixed: Incorrect weekend definition in Hebrew calendar locale
278
* Fixed: Atom feeds don't provide author section for repository revisions
279
* Fixed: In Activity views, changesets titles can be multiline while they should not
280
* Fixed: Ignore unreadable subversion directories (read disabled using authz)
281
* Fixed: lib/SVG/Graph/Graph.rb can't externalize stylesheets
282
* Fixed: Close statement handler in Redmine.pm
283
284 9 Jean-Philippe Lang
h2. v0.7.1 (2008-05-04)
285
286
* Thai translation added (Gampol Thitinilnithi)
287
* Translations updates
288
* Escape HTML comment tags
289
* Prevent "can't convert nil into String" error when :sort_order param is not present
290
* Fixed: Updating tickets add a time log with zero hours
291
* Fixed: private subprojects names are revealed on the project overview
292
* Fixed: Search for target version of "none" fails with postgres 8.3
293
* Fixed: Home, Logout, Login links shouldn't be absolute links
294
* Fixed: 'Latest projects' box on the welcome screen should be hidden if there are no projects
295
* Fixed: error when using upcase language name in coderay
296
* Fixed: error on Trac import when :due attribute is nil
297
298 8 Jean-Philippe Lang
h2. v0.7.0 (2008-04-28)
299
300
* Forces Redmine to use rails 2.0.2 gem when vendor/rails is not present
301
* Queries can be marked as 'For all projects'. Such queries will be available on all projects and on the global issue list.
302
* Add predefined date ranges to the time report
303
* Time report can be done at issue level
304
* Various timelog report enhancements
305
* Accept the following formats for "hours" field: 1h, 1 h, 1 hour, 2 hours, 30m, 30min, 1h30, 1h30m, 1:30
306
* Display the context menu above and/or to the left of the click if needed
307
* Make the admin project files list sortable
308
* Mercurial: display working directory files sizes unless browsing a specific revision
309
* Preserve status filter and page number when using lock/unlock/activate links on the users list
310
* Redmine.pm support for LDAP authentication
311
* Better error message and AR errors in log for failed LDAP on-the-fly user creation
312
* Redirected user to where he is coming from after logging hours
313
* Warn user that subprojects are also deleted when deleting a project
314
* Include subprojects versions on calendar and gantt
315
* Notify project members when a message is posted if they want to receive notifications
316
* Fixed: Feed content limit setting has no effect
317
* Fixed: Priorities not ordered when displayed as a filter in issue list
318
* Fixed: can not display attached images inline in message replies
319
* Fixed: Boards are not deleted when project is deleted
320
* Fixed: trying to preview a new issue raises an exception with postgresql
321
* Fixed: single file 'View difference' links do not work because of duplicate slashes in url
322
* Fixed: inline image not displayed when including a wiki page
323
* Fixed: CVS duplicate key violation
324
* Fixed: ActiveRecord::StaleObjectError exception on closing a set of circular duplicate issues
325
* Fixed: custom field filters behaviour
326
* Fixed: Postgresql 8.3 compatibility
327
* Fixed: Links to repository directories don't work
328
329 7 Jean-Philippe Lang
h2. v0.7.0 RC1 (2008-03-29)
330
331
* Overall activity view and feed added, link is available on the project list
332
* Git VCS support
333
* Rails 2.0 sessions cookie store compatibility
334
* Use project identifiers in urls instead of ids
335
* Default configuration data can now be loaded from the administration screen
336
* Administration settings screen split to tabs (email notifications options moved to 'Settings')
337
* Project description is now unlimited and optional
338
* Wiki annotate view
339
* Escape HTML tag in textile content
340
* Add Redmine links to documents, versions, attachments and repository files
341
* 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:
342
343
    * by using checkbox and/or the little tick that will select/unselect all issues
344
    * by clicking on the rows (but not on the links), Ctrl and Shift keys can be used to select multiple issues
345
346
* 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)
347
* User display format is now configurable in administration settings
348
* Issue list now supports bulk edit/move/delete (for a set of issues that belong to the same project)
349
* Merged 'change status', 'edit issue' and 'add note' actions:
350
351
    * Users with 'edit issues' permission can now update any property including custom fields when adding a note or changing the status
352
    * '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
353
354
* Details by assignees on issue summary view
355
* '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
356
* Change status select box default to current status
357
* Preview for issue notes, news and messages
358
* Optional description for attachments
359
* 'Fixed version' label changed to 'Target version'
360
* Let the user choose when deleting issues with reported hours to:
361
362
    * delete the hours
363
    * assign the hours to the project
364
    * reassign the hours to another issue
365
366
* Date range filter and pagination on time entries detail view
367
* Propagate time tracking to the parent project
368
* Switch added on the project activity view to include subprojects
369
* Display total estimated and spent hours on the version detail view
370
* Weekly time tracking block for 'My page'
371
* Permissions to edit time entries
372
* Include subprojects on the issue list, calendar, gantt and timelog by default (can be turned off is administration settings)
373
* Roadmap enhancements (separate related issues from wiki contents, leading h1 in version wiki pages is hidden, smaller wiki headings)
374
* Make versions with same date sorted by name
375
* Allow issue list to be sorted by target version
376
* Related changesets messages displayed on the issue details view
377
* Create a journal and send an email when an issue is closed by commit
378
* Add 'Author' to the available columns for the issue list
379
* More appropriate default sort order on sortable columns
380
* Add issue subject to the time entries view and issue subject, description and tracker to the csv export
381
* Permissions to edit issue notes
382
* Display date/time instead of date on files list
383
* Do not show Roadmap menu item if the project doesn't define any versions
384
* Allow longer version names (60 chars)
385
* Ability to copy an existing workflow when creating a new role
386
* Display custom fields in two columns on the issue form
387
* Added 'estimated time' in the csv export of the issue list
388
* Display the last 30 days on the activity view rather than the current month (number of days can be configured in the application settings)
389
* Setting for whether new projects should be public by default
390
* User preference to choose how comments/replies are displayed: in chronological or reverse chronological order
391
* Added default value for custom fields
392
* Added tabindex property on wiki toolbar buttons (to easily move from field to field using the tab key)
393
* Redirect to issue page after creating a new issue
394
* Wiki toolbar improvements (mainly for Firefox)
395
* Display wiki syntax quick ref link on all wiki textareas
396
* Display links to Atom feeds
397
* Breadcrumb nav for the forums
398
* Show replies when choosing to display messages in the activity
399
* Added 'include' macro to include another wiki page
400
* RedmineWikiFormatting page available as a static HTML file locally
401
* Wrap diff content
402
* Strip out email address from authors in repository screens
403
* Highlight the current item of the main menu
404
* Added simple syntax highlighters for php and java languages
405
* Do not show empty diffs
406
* Show explicit error message when the scm command failed (eg. when svn binary is not available)
407
* Lithuanian translation added (Sergej Jegorov)
408
* Ukrainan translation added (Natalia Konovka & Mykhaylo Sorochan)
409
* Danish translation added (Mads Vestergaard)
410
* Added i18n support to the jstoolbar and various settings screen
411
* RedCloth's glyphs no longer user
412
* New icons for the wiki toolbar (from http://www.famfamfam.com/lab/icons/silk/)
413
* The following menus can now be extended by plugins: top_menu, account_menu, application_menu
414
* Added a simple rake task to fetch changesets from the repositories: rake redmine:fetch_changesets
415
* Remove hardcoded "Redmine" strings in account related emails and use application title instead
416
* Mantis importer preserve bug ids
417
* Trac importer: Trac guide wiki pages skipped
418
* Trac importer: wiki attachments migration added
419
* Trac importer: support database schema for Trac migration
420
* Trac importer: support CamelCase links
421
* Removes the Redmine version from the footer (can be viewed on admin -> info)
422
* Rescue and display an error message when trying to delete a role that is in use
423
* 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
424
* Add "--encoding utf8" option to the Mercurial "hg log" command in order to get utf8 encoded commit logs
425
* Fixed: Gantt and calendar not properly refreshed (fragment caching removed)
426
* Fixed: Textile image with style attribute cause internal server error
427
* Fixed: wiki TOC not rendered properly when used in an issue or document description
428
* Fixed: 'has already been taken' error message on username and email fields if left empty
429
* Fixed: non-ascii attachement filename with IE
430
* Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed
431
* Fixed: search for all words doesn't work
432
* Fixed: Do not show sticky and locked checkboxes when replying to a message
433
* Fixed: Mantis importer: do not duplicate Mantis username in firstname and lastname if realname is blank
434
* Fixed: Date custom fields not displayed as specified in application settings
435
* Fixed: titles not escaped in the activity view
436
* Fixed: issue queries can not use custom fields marked as 'for all projects' in a project context
437
* 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
438
* Fixed: locked users should not receive email notifications
439
* Fixed: custom field selection is not saved when unchecking them all on project settings
440
* Fixed: can not lock a topic when creating it
441
* Fixed: Incorrect filtering for unset values when using 'is not' filter
442
* Fixed: PostgreSQL issues_seq_id not updated when using Trac importer
443
* Fixed: ajax pagination does not scroll up
444
* Fixed: error when uploading a file with no content-type specified by the browser
445
* Fixed: wiki and changeset links not displayed when previewing issue description or notes
446
* Fixed: 'LdapError: no bind result' error when authenticating
447
* Fixed: 'LdapError: invalid binding information' when no username/password are set on the LDAP account
448
* Fixed: CVS repository doesn't work if port is used in the url
449
* Fixed: Email notifications: host name is missing in generated links
450
* Fixed: Email notifications: referenced changesets, wiki pages, attachments... are not turned into links
451
* Fixed: Do not clear issue relations when moving an issue to another project if cross-project issue relations are allowed
452
* Fixed: "undefined method 'textilizable'" error on email notification when running Repository#fetch_changesets from the console
453
* Fixed: Do not send an email with no recipient, cc or bcc
454
* Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues.
455
* Fixed: Mercurial browsing under unix-like os and for directory depth > 2
456
* Fixed: Wiki links with pipe can not be used in wiki tables
457
* Fixed: migrate_from_trac doesn't import timestamps of wiki and tickets
458
* Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql error with Postgresql
459
460 13 Jean-Philippe Lang
[[Changelog_0_6|Previous changes (0.6.x and below)]]