Project

General

Profile

Changelog » History » Version 19

Jean-Philippe Lang, 2009-03-07 13:36

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