Project

General

Profile

Changelog 0 8 » History » Version 1

Jean-Philippe Lang, 2010-01-30 12:01

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