##// END OF EJS Templates
Merged 0.8.x changelog....
Jean-Philippe Lang -
r3129:1052658df201
parent child
Show More
@@ -117,6 +117,97 http://www.redmine.org/
117 * Fixed: Users getting notifications for issues they are no longer allowed to view
117 * Fixed: Users getting notifications for issues they are no longer allowed to view
118
118
119
119
120 == 2009-11-15 v0.8.7
121
122 * Fixed: Hide paragraph terminator at the end of headings on html export
123 * Fixed: pre tags containing "<pre*"
124 * Fixed: First date of the date range not included in the time report with SQLite
125 * Fixed: Password field not styled correctly on alternative stylesheet
126 * Fixed: Error when sumbitting a POST request that requires a login
127 * Fixed: CSRF vulnerabilities
128
129
130 == 2009-11-04 v0.8.6
131
132 * Change links to closed issues to be a grey color
133 * Change subversion adapter to not cache authentication and run non interactively
134 * Fixed: Custom Values with a nil value cause HTTP error 500
135 * Fixed: Failure to convert HTML entities when editing an Issue reply
136 * Fixed: Error trying to show repository when there are no comments in a changeset
137 * Fixed: account/show/:user_id should not be accessible for other users not in your projects
138 * Fixed: XSS vulnerabilities
139 * Fixed: IssuesController#destroy should accept POST only
140 * Fixed: Inline images in wiki headings
141
142
143 == 2009-09-13 v0.8.5
144
145 * Incoming mail handler : Allow spaces between keywords and colon
146 * Do not require a non-word character after a comma in Redmine links
147 * Include issue hyperlinks in reminder emails
148 * Prevent nil error when retrieving svn version
149 * Various plugin hooks added
150 * Add plugins information to script/about
151 * Fixed: 500 Internal Server Error is raised if add an empty comment to the news
152 * Fixed: Atom links for wiki pages are not correct
153 * Fixed: Atom feeds leak email address
154 * Fixed: Case sensitivity in Issue filtering
155 * Fixed: When reading RSS feed, the inline-embedded images are not properly shown
156
157
158 == 2009-05-17 v0.8.4
159
160 * Allow textile mailto links
161 * Fixed: memory consumption when uploading file
162 * Fixed: Mercurial integration doesn't work if Redmine is installed in folder path containing space
163 * Fixed: an error is raised when no tab is available on project settings
164 * Fixed: insert image macro corrupts urls with excalamation marks
165 * Fixed: error on cross-project gantt PNG export
166 * Fixed: self and alternate links in atom feeds do not respect Atom specs
167 * Fixed: accept any svn tunnel scheme in repository URL
168 * Fixed: issues/show should accept user's rss key
169 * Fixed: consistency of custom fields display on the issue detail view
170 * Fixed: wiki comments length validation is missing
171 * Fixed: weak autologin token generation algorithm causes duplicate tokens
172
173
174 == 2009-04-05 v0.8.3
175
176 * Separate project field and subject in cross-project issue view
177 * Ability to set language for redmine:load_default_data task using REDMINE_LANG environment variable
178 * Rescue Redmine::DefaultData::DataAlreadyLoaded in redmine:load_default_data task
179 * CSS classes to highlight own and assigned issues
180 * Hide "New file" link on wiki pages from printing
181 * Flush buffer when asking for language in redmine:load_default_data task
182 * Minimum project identifier length set to 1
183 * Include headers so that emails don't trigger vacation auto-responders
184 * Fixed: Time entries csv export links for all projects are malformed
185 * Fixed: Files without Version aren't visible in the Activity page
186 * Fixed: Commit logs are centered in the repo browser
187 * Fixed: News summary field content is not searchable
188 * Fixed: Journal#save has a wrong signature
189 * Fixed: Email footer signature convention
190 * Fixed: Timelog report do not show time for non-versioned issues
191
192
193 == 2009-03-07 v0.8.2
194
195 * Send an email to the user when an administrator activates a registered user
196 * Strip keywords from received email body
197 * Footer updated to 2009
198 * Show RSS-link even when no issues is found
199 * One click filter action in activity view
200 * Clickable/linkable line #'s while browsing the repo or viewing a file
201 * Links to versions on files list
202 * Added request and controller objects to the hooks by default
203 * Fixed: exporting an issue with attachments to PDF raises an error
204 * Fixed: "too few arguments" error may occur on activerecord error translation
205 * Fixed: "Default columns Displayed on the Issues list" setting is not easy to read
206 * Fixed: visited links to closed tickets are not striked through with IE6
207 * Fixed: MailHandler#plain_text_body returns nil if there was nothing to strip
208 * Fixed: MailHandler raises an error when processing an email without From header
209
210
120 == 2009-02-15 v0.8.1
211 == 2009-02-15 v0.8.1
121
212
122 * Select watchers on new issue form
213 * Select watchers on new issue form
General Comments 0
You need to be logged in to leave comments. Login now