Project

General

Profile

Changelog » History » Version 23

Jean-Philippe Lang, 2009-11-04 11:35
0.8.6 release

1 1 Jean-Philippe Lang
h1. Changelog
2 19 Jean-Philippe Lang
3
{{>toc}}
4 1 Jean-Philippe Lang
5 23 Jean-Philippe Lang
h2. v0.8.6 (2009-11-04)
6
7
* Change links to closed issues to be a grey color
8
* Change subversion adapter to not cache authentication and run non interactively
9
* Fixed: Custom Values with a nil value cause HTTP error 500
10
* Fixed: Failure to convert HTML entities when editing an Issue reply
11
* Fixed: Error trying to show repository when there are no comments in a changeset
12
* Fixed: account/show/:user_id should not be accessible for other users not in your projects
13
* Fixed: XSS vulnerabilities
14
* Fixed: IssuesController#destroy should accept POST only
15
* Fixed: Inline images in wiki headings
16
17 22 Jean-Philippe Lang
h2. v0.8.5 (2009-09-13)
18
19
* Incoming mail handler : Allow spaces between keywords and colon
20
* Do not require a non-word character after a comma in Redmine links
21
* Include issue hyperlinks in reminder emails
22
* Prevent nil error when retrieving svn version
23
* Various plugin hooks added
24
* Add plugins information to script/about
25
* Fixed: 500 Internal Server Error is raised if add an empty comment to the news
26
* Fixed: Atom links for wiki pages are not correct
27
* Fixed: Atom feeds leak email address
28
* Fixed: Case sensitivity in Issue filtering
29
* Fixed: When reading RSS feed, the inline-embedded images are not properly shown
30
31 21 Jean-Philippe Lang
h2. v0.8.4 (2009-05-17)
32
33
* Allow textile mailto links
34
* Fixed: memory consumption when uploading file
35
* Fixed: Mercurial integration doesn't work if Redmine is installed in folder path containing space
36
* Fixed: an error is raised when no tab is available on project settings
37
* Fixed: insert image macro corrupts urls with excalamation marks
38
* Fixed: error on cross-project gantt PNG export
39
* Fixed: self and alternate links in atom feeds do not respect Atom specs
40
* Fixed: accept any svn tunnel scheme in repository URL
41
* Fixed: issues/show should accept user's rss key
42
* Fixed: consistency of custom fields display on the issue detail view
43
* Fixed: wiki comments length validation is missing
44
* Fixed: weak autologin token generation algorithm causes duplicate tokens
45
46 20 Jean-Philippe Lang
h2. v0.8.3 (2009-04-05 )
47
48
* Separate project field and subject in cross-project issue view
49
* Ability to set language for redmine:load_default_data task using REDMINE_LANG environment variable
50
* Rescue Redmine::DefaultData::DataAlreadyLoaded in redmine:load_default_data task
51
* CSS classes to highlight own and assigned issues
52
* Hide "New file" link on wiki pages from printing
53
* Flush buffer when asking for language in redmine:load_default_data task
54
* Minimum project identifier length set to 1
55
* Include headers so that emails don't trigger vacation auto-responders
56
* Fixed: Time entries csv export links for all projects are malformed
57
* Fixed: Files without Version aren't visible in the Activity page
58
* Fixed: Commit logs are centered in the repo browser
59
* Fixed: News summary field content is not searchable
60
* Fixed: Journal#save has a wrong signature
61
* Fixed: Email footer signature convention
62
* Fixed: Timelog report do not show time for non-versioned issues
63
64 16 Jean-Philippe Lang
h2. v0.8.2 (2009-03-07)
65
66
* Send an email to the user when an administrator activates a registered user
67
* Strip keywords from received email body
68
* Footer updated to 2009
69
* Show RSS-link even when no issues is found
70
* One click filter action in activity view
71
* Clickable/linkable line #'s while browsing the repo or viewing a file
72
* Links to versions on files list
73
* Added request and controller objects to the hooks by default
74
* Fixed: exporting an issue with attachments to PDF raises an error
75
* Fixed: "too few arguments" error may occur on activerecord error translation
76
* Fixed: "Default columns Displayed on the Issues list" setting is not easy to read
77
* Fixed: visited links to closed tickets are not striked through with IE6
78
* Fixed: MailHandler#plain_text_body returns nil if there was nothing to strip
79
* Fixed: MailHandler raises an error when processing an email without From header
80
81 15 Jean-Philippe Lang
h2. v0.8.1 (2009-02-15)
82
83
* Select watchers on new issue form
84
* Issue description is no longer a required field
85
* Files module: ability to add files without version
86
* Jump to the current tab when using the project quick-jump combo
87
* Display a warning if some attachments were not saved
88
* Import custom fields values from emails on issue creation
89
* Show view/annotate/download links on entry and annotate views
90
* Admin Info Screen: Display if plugin assets directory is writable
91
* Adds a 'Create and continue' button on the new issue form
92
* IMAP: add options to move received emails
93
* Do not show Category field when categories are not defined
94
* Lower the project identifier limit to a minimum of two characters
95
* Add "closed" html class to closed entries in issue list
96
* Fixed: broken redirect URL on login failure
97
* Fixed: Deleted files are shown when using Darcs
98
* Fixed: Darcs adapter works on Win32 only
99
* Fixed: syntax highlight doesn't appear in new ticket preview
100
* Fixed: email notification for changes I make still occurs when running Repository.fetch_changesets
101
* Fixed: no error is raised when entering invalid hours on the issue update form
102
* Fixed: Details time log report CSV export doesn't honour date format from settings
103
* Fixed: invalid css classes on issue details
104
* Fixed: Trac importer creates duplicate custom values
105
* Fixed: inline attached image should not match partial filename
106
107 14 Jean-Philippe Lang
h2. v0.8.0 (2008-12-30)
108
109
* Setting added in order to limit the number of diff lines that should be displayed
110
* Makes logged-in username in topbar linking to
111
* Mail handler: strip tags when receiving a html-only email
112
* Mail handler: add watchers before sending notification
113
* Adds a css class (overdue) to overdue issues on issue lists and detail views
114
* Fixed: project activity truncated after viewing user's activity
115
* Fixed: email address entered for password recovery shouldn't be case-sensitive
116
* Fixed: default flag removed when editing a default enumeration
117
* Fixed: default category ignored when adding a document
118
* Fixed: error on repository user mapping when a repository username is blank
119
* Fixed: Firefox cuts off large diffs
120
* Fixed: CVS browser should not show dead revisions (deleted files)
121
* Fixed: escape double-quotes in image titles
122
* Fixed: escape textarea content when editing a issue note
123
* Fixed: JS error on context menu with IE
124
* Fixed: bold syntax around single character in series doesn't work
125
* Fixed several XSS vulnerabilities
126
* Fixed a SQL injection vulnerability
127
128 12 Jean-Philippe Lang
h2. v0.8.0 RC1 (2008-12-07)
129
130
* Wiki page protection
131
* Wiki page hierarchy. Parent page can be assigned on the Rename screen
132
* Adds support for issue creation via email
133
* Adds support for free ticket filtering and custom queries on Gantt chart and calendar
134
* Cross-project search
135
* Ability to search a project and its subprojects
136
* Ability to search the projects the user belongs to
137
* Adds custom fields on time entries
138
* Adds boolean and list custom fields for time entries as criteria on time report
139
* Cross-project time reports
140
* Display latest user's activity on account/show view
141
* Show last connexion time on user's page
142
* Obfuscates email address on user's account page using javascript
143
* wiki TOC rendered as an unordered list
144
* Adds the ability to search for a user on the administration users list
145
* Adds the ability to search for a project name or identifier on the administration projects list
146
* Redirect user to the previous page after logging in
147
* Adds a permission 'view wiki edits' so that wiki history can be hidden to certain users
148
* Adds permissions for viewing the watcher list and adding new watchers on the issue detail view
149
* Adds permissions to let users edit and/or delete their messages
150
* Link to activity view when displaying dates
151
* Hide Redmine version in atom feeds and pdf properties
152
* 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.
153
* Sort users by their display names so that user dropdown lists are sorted alphabetically
154
* Adds estimated hours to issue filters
155
* Switch order of current and previous revisions in side-by-side diff
156
* Render the commit changes list as a tree
157
* Adds watch/unwatch functionality at forum topic level
158
* When moving an issue to another project, reassign it to the category with same name if any
159
* Adds child_pages macro for wiki pages
160
* Use GET instead of POST on roadmap (#718), gantt and calendar forms
161
* Search engine: display total results count and count by result type
162
* Email delivery configuration moved to an unversioned YAML file (config/email.yml, see the sample file)
163
* Adds icons on search results
164
* Adds 'Edit' link on account/show for admin users
165
* Adds Lock/Unlock/Activate link on user edit screen
166
* Adds user count in status drop down on admin user list
167
* Adds multi-levels blockquotes support by using > at the beginning of lines
168
* Adds a Reply link to each issue note
169
* Adds plain text only option for mail notifications
170
* Gravatar support for issue detail, user grid, and activity stream (disabled by default)
171
* Adds 'Delete wiki pages attachments' permission
172
* Show the most recent file when displaying an inline image
173
* Makes permission screens localized
174
* AuthSource list: display associated users count and disable 'Delete' buton if any
175
* Make the 'duplicates of' relation asymmetric
176
* Adds username to the password reminder email
177
* Adds links to forum messages using message#id syntax
178
* Allow same name for custom fields on different object types
179
* One-click bulk edition using the issue list context menu within the same project
180
* 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.
181
* Adds checkboxes toggle links on permissions report
182
* Adds Trac-Like anchors on wiki headings
183
* Adds support for wiki links with anchor
184
* Adds category to the issue context menu
185
* Adds a workflow overview screen
186
* Appends the filename to the attachment url so that clients that ignore content-disposition http header get the real filename
187
* Dots allowed in custom field name
188
* Adds posts quoting functionality
189
* Adds an option to generate sequential project identifiers
190
* Adds mailto link on the user administration list
191
* Ability to remove enumerations (activities, priorities, document categories) that are in use. Associated objects can be reassigned to another value
192
* Gantt chart: display issues that don't have a due date if they are assigned to a version with a date
193
* Change projects homepage limit to 255 chars
194
* 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
195
* Adds "please select" to activity select box if no activity is set as default
196
* Do not silently ignore timelog validation failure on issue edit
197
* Adds a rake task to send reminder emails
198
* Allow empty cells in wiki tables
199
* Makes wiki text formatter pluggable
200
* Adds back textile acronyms support
201
* Remove pre tag attributes
202
* Plugin hooks
203
* Pluggable admin menu
204
* Plugins can provide activity content
205
* Moves plugin list to its own administration menu item
206
* Adds url and author_url plugin attributes
207
* Adds Plugin#requires_redmine method so that plugin compatibility can be checked against current Redmine version
208
* Adds atom feed on time entries details
209
* Adds project name to issues feed title
210
* Adds a css class on menu items in order to apply item specific styles (eg. icons)
211
* Adds a Redmine plugin generators
212
* Adds timelog link to the issue context menu
213
* Adds links to the user page on various views
214
* Turkish translation by Ismail Sezen
215
* Catalan translation
216
* Vietnamese translation
217
* Slovak translation
218
* Better naming of activity feed if only one kind of event is displayed
219
* Enable syntax highlight on issues, messages and news
220
* Add target version to the issue list context menu
221
* Hide 'Target version' filter if no version is defined
222
* Add filters on cross-project issue list for custom fields marked as 'For all projects'
223
* Turn ftp urls into links
224
* Hiding the View Differences button when a wiki page's history only has one version
225
* Messages on a Board can now be sorted by the number of replies
226
* Adds a class ('me') to events of the activity view created by current user
227
* Strip pre/code tags content from activity view events
228
* Display issue notes in the activity view
229
* Adds links to changesets atom feed on repository browser
230
* Track project and tracker changes in issue history
231
* Adds anchor to atom feed messages links
232
* Adds a key in lang files to set the decimal separator (point or comma) in csv exports
233
* Makes importer work with Trac 0.8.x
234
* Upgraded to Prototype 1.6.0.1
235
* File viewer for attached text files
236
* Menu mapper: add support for :before, :after and :last options to #push method and add #delete method
237
* Removed inconsistent revision numbers on diff view
238
* CVS: add support for modules names with spaces
239
* Log the user in after registration if account activation is not needed
240
* Mercurial adapter improvements
241
* Trac importer: read session_attribute table to find user's email and real name
242
* Ability to disable unused SCM adapters in application settings
243
* Adds Filesystem adapter
244
* Clear changesets and changes with raw sql when deleting a repository for performance
245
* Redmine.pm now uses the 'commit access' permission defined in Redmine
246
* Reposman can create any type of scm (--scm option)
247
* Reposman creates a repository if the 'repository' module is enabled at project level only
248
* Display svn properties in the browser, svn >= 1.5.0 only
249
* Reduces memory usage when importing large git repositories
250
* Wider SVG graphs in repository stats
251
* SubversionAdapter#entries performance improvement
252
* SCM browser: ability to download raw unified diffs
253
* More detailed error message in log when scm command fails
254
* Adds support for file viewing with Darcs 2.0+
255
* Check that git changeset is not in the database before creating it
256
* Unified diff viewer for attached files with .patch or .diff extension
257
* File size display with Bazaar repositories
258
* Git adapter: use commit time instead of author time
259
* Prettier url for changesets
260
* Makes changes link to entries on the revision view
261
* Adds a field on the repository view to browse at specific revision
262
* Adds new projects atom feed
263
* Added rake tasks to generate rcov code coverage reports
264
* Add Redcloth's :block_markdown_rule to allow horizontal rules in wiki
265
* Show the project hierarchy in the drop down list for new membership on user administration screen
266
* Split user edit screen into tabs
267
* Renames bundled RedCloth to RedCloth3 to avoid RedCloth 4 to be loaded instead
268
* Fixed: Roadmap crashes when a version has a due date > 2037
269
* Fixed: invalid effective date (eg. 99999-01-01) causes an error on version edition screen
270
* Fixed: login filter providing incorrect back_url for Redmine installed in sub-directory
271
* Fixed: logtime entry duplicated when edited from parent project
272
* Fixed: wrong digest for text files under Windows
273
* Fixed: associated revisions are displayed in wrong order on issue view
274
* Fixed: Git Adapter date parsing ignores timezone
275
* Fixed: Printing long roadmap doesn't split across pages
276
* Fixes custom fields display order at several places
277
* Fixed: urls containing @ are parsed as email adress by the wiki formatter
278
* Fixed date filters accuracy with SQLite
279
* Fixed: tokens not escaped in highlight_tokens regexp
280
* Fixed Bazaar shared repository browsing
281
* Fixes platform determination under JRuby
282
* Fixed: Estimated time in issue's journal should be rounded to two decimals
283
* Fixed: 'search titles only' box ignored after one search is done on titles only
284
* Fixed: non-ASCII subversion path can't be displayed
285
* Fixed: Inline images don't work if file name has upper case letters or if image is in BMP format
286
* Fixed: document listing shows on "my page" when viewing documents is disabled for the role
287
* Fixed: Latest news appear on the homepage for projects with the News module disabled
288
* Fixed: cross-project issue list should not show issues of projects for which the issue tracking module was disabled
289
* Fixed: the default status is lost when reordering issue statuses
290
* Fixes error with Postgresql and non-UTF8 commit logs
291
* Fixed: textile footnotes no longer work
292
* Fixed: http links containing parentheses fail to reder correctly
293 14 Jean-Philippe Lang
* Fixed: GitAdapter#get_rev should use current branch instead of hardwiring master
294 1 Jean-Philippe Lang
295 18 Jean-Philippe Lang
h2. Previous changes
296 7 Jean-Philippe Lang
297 17 Jean-Philippe Lang
* [[Changelog_0_7|0.7.x]]
298
* [[Changelog_0_6|0.6.x and below]]