Project

General

Profile

Changelog » History » Version 24

Jean-Philippe Lang, 2009-11-15 11:15
0.8.7 release

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