Project

General

Profile

Changelog » History » Version 17

Jean-Philippe Lang, 2009-03-07 13:33
Moves 0.7.x changes to a separate page

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