Project

General

Profile

Changelog 3 3 » History » Version 6

Jean-Philippe Lang, 2017-07-02 14:00

1 1 Jean-Philippe Lang
h1. Changelog 3.3.x
2
3 6 Jean-Philippe Lang
h2. version:3.3.4 (2017-07-02)
4
5
h3. [Accounts / authentication]
6
7
* Patch #25653: Fix NoMethodError on HEAD requests to AccountController#register
8
9
h3. [Code cleanup/refactoring]
10
11
* Defect #26055: Three issues with Redmine::SyntaxHighlighting::CodeRay.language_supported?
12
13
h3. [Gems support]
14
15
* Defect #25829: mysql2 0.3 gem doesn't properly close connections
16
17
h3. [Importers]
18
19
* Patch #25861: CSV Importer - handle UndefinedConversionErrors
20
21
h3. [Issues]
22
23
* Defect #26072: Set default assignee before validation
24
25
h3. [Issues filter]
26
27
* Defect #25212: User profile should link to issues assigned to user or his groups
28
29
h3. [Issues permissions]
30
31
* Defect #25791: Bypass Tracker role-based permissions when copying issues
32
33
h3. [Security]
34
35
* Defect #26183: Use Nokogiri 1.7.2
36
37
h3. [Text formatting]
38
39
* Defect #25634: Highlight language aliases are no more supported
40
41
h3. [Translations]
42
43
* Patch #26264:  Simplified Chinese translation for 3.3-stable
44
45
h3. [UI]
46
47
* Defect #25760: Clicking custom field label should not check the first option
48
49
h3. [UI - Responsive]
50
51
* Patch #25745: Optimize Gantt Charts for mobile screens
52
* Defect #25064: Issue description edit link corrupted in low resolution
53
54 5 Mischa The Evil
h2. version:3.3.3 (2017-04-09)
55
56
* Defect #22335: Images with non-ASCII file names are not shown in PDF
57
* Defect #24271: htmlentities warning
58
* Defect #24869: Circular inclusion detected when including a wiki page with the same name
59
* Defect #24875: Issues API does not respect time_entries_visibility
60
* Defect #24999: Mercurial 4.1 compatibility
61
* Defect #25371: Git 2.9 compatibility
62
* Defect #25478: Related to "no open issues" shows all issues
63
* Defect #25501: Time entries query through multiple projects by issue custom field not possible anymore
64
* Patch #20661: Show visible spent time link for users allowed to view time entries.
65
* Patch #24778: Czech localisation for 3.3-stable
66
* Patch #24824: Traditional Chinese translation (to r16179)
67
* Patch #24885: Japanese translation for 3.3-stable
68
* Patch #24948: Bulgarian translation for 3.3-stable
69
* Patch #25459: Portuguese translation for 3.3-stable
70
* Patch #25502: Russian translation for 3.3-stable
71
* Patch #25115: Support upload of empty files and fix invalid API response
72
* Patch #25526: Revert API change in spent_hours field in issue#show
73
* Defect #23793: Information leak when rendering of Wiki links
74
* Defect #23803: Information leak when rendering Time Entry activities
75
* Defect #24199: Stored XSS with SVG attachments
76
* Defect #24307: Redmine.pm doesn't check that the repository module is enabled on project
77
* Defect #24416: Use redirect to prevent password reset tokens in referers
78
* Defect #25503: Improper markup sanitization in user content
79
80 4 Jean-Philippe Lang
h2. version:3.3.2 (2017-01-07)
81 3 Jean-Philippe Lang
82
* Defect #13622: "Clear" button in Spent Time Report tab also clears global filters
83
* Defect #14658: Wrong activity timezone on user page
84
* Defect #14817: Redmine loses filters after deleting a spent time
85
* Defect #22034: Locked users disappear from project settings
86
* Defect #23922: Time Entries context menu/bulk edit shows activities not available for the time entry's project
87
* Defect #24000: z-index children menu should be greater than content
88
* Defect #24092: bundler error: selenium-webdriver requires Ruby version >= 2.0.
89
* Defect #24156: Redmine might create many AnonymousUser and AnonymousGroup entries
90
* Defect #24274: Query totals and query buttons overlaps on small screens
91
* Defect #24297: Show action not allowed for time entries in closed projects
92
* Defect #24311: Project field disappears when target project disallows user to edit the project
93
* Defect #24348: acts_as_versioned use old style (Rails 2.x) of method call for #all
94
* Defect #24595: Unarchive link for a subproject of a closed project does not work
95
* Defect #24646: X-Sendfile is missing in response headers
96
* Defect #24693: Spent time on subtasks should also be reassigned when deleting an issue
97
* Defect #24718: Prevent from reassigning spent time to an issue that is going to be deleted
98
* Defect #24722: Error when trying to reassign spent time when deleting issues from different projects
99
* Patch #24003: Catalan Translation
100
* Patch #24004: Spanish & Spanish (PA) Translation
101
* Patch #24062: Allow only vertical reorderingin sortable lists
102
* Patch #24283: Validate length of string fields
103
* Patch #24296: Add tablename to siblings query to prevent AmbiguousColumn errors
104
105 2 Jean-Philippe Lang
h2. version:3.3.1 (2016-10-10)
106
107
* Defect #23067: Custom field List Link values to URL breaks on entries with spaces
108
* Defect #23655: Restricted permissions for non member/anonymous on a given project not working
109
* Defect #23839: "Invalid query" (Error 500) message with MS SQL when displaying an issue from a list grouped and sorted by fixed version
110
* Defect #23841: Custom field URL spaces not decoded properly
111
* Defect #22123: Totals cannot be removed completely if some columns are set in the global settings
112
* Defect #23054: Clearing time entry custom fields while bulk editing results in values set to __none__
113
* Defect #23206: Wrong filters are applied when exporting issues to CSV with blank filter
114
* Defect #23246: Saving an empty Markdown image tag in Wiki pages causes internal server error
115
* Defect #23829: Wrong allow-override example in rdm-mailhandler.rb
116
* Defect #23152: Distinguish closed subprojects on the project overview
117
* Defect #23172: Tickets can be assigned to users who are not available in specific tracker
118
* Defect #23242: thumbnail macro does not render when displaying wiki content version
119
* Defect #23369: encoding error in locales de.yml
120
* Defect #23391: Wrong CSS classes in subtasks tree
121
* Defect #23410: Error if create new issue and there is no project
122
* Defect #23472: Show open issues only in "Reported Issues" on My page
123
* Defect #23558: IssueImportTest#test_should_not_import_with_default_tracker_when_tracker_is_invalid fails randomly
124
* Defect #23596: Filter on issue ID with between/lesser/greater operator does not work
125
* Defect #23700: Creating a wiki page named "Sidebar" without proper permission raises an exception
126
* Defect #23751: Tab buttons appear on pages that have no tabs
127
* Defect #23766: API : creating issues with project identifier no longer possible
128
* Defect #23878: Closing all subtasks causes error if default priority is not defined and priority is derived from subtasks
129
* Defect #23969: Edit/delete links displayed on issue even if project is closed
130
* Defect #24014: Custom fields not used in project should not be visible in spent time report
131
* Patch #23117: Traditional Chinese textile and markdown help translation
132
* Patch #23387: Traditional Chinese textile and markdown detailed help translation (to r15723)
133
* Patch #23764: closed_on field of copied issue is always set to source issue's value
134
* Patch #23269: Fix for Error: Unable to autoload constant Redmine::Version when accessing the time report in first request
135
* Patch #23278: When creating issues by receiving an email, watchers created via CC in the mail don't get an email notification
136
* Patch #23389: Print Styles get overriden by responsive media query
137
* Patch #23708: Too long words in subtasks break layout
138
* Patch #23883: iOS 10 ignore disabled Zoom
139
* Patch #23134: Updated Korean locale
140
* Patch #23153: Plugin hooks for custom search results
141
* Patch #23171: Simplified Chinese translation for 3.3-stable
142
* Patch #23180: Make the issue id from email notifications linkable to issue page
143
* Patch #23334: Issue#editable_custom_field_values very slow for issues with many custom fields
144
* Patch #23346: Set user's localization before redirecting on forced password change to generate flash message in current user's language
145
* Patch #23376: Downloading of attachments with MIME type text/javascript fails
146
* Patch #23497: Russian translation for 3.3.0
147
* Patch #23587: Sudo-Mode refinements
148
* Patch #23725: Updated Brazilian translation for 3.3.0.stable
149
* Patch #23745: German translation for 3.3-stable
150
151 1 Jean-Philippe Lang
h2. version:3.3.0 (2016-06-19)
152
153
* Defect #5880: Only consider open subtasks when computing the priority of a parent issue
154
* Defect #8628: "Related to" reference may yield circular dependency error message
155
* Defect #12893: Copying an issue does not copy parent task id
156
* Defect #13654: Can't set parent issue when issue relations among child issues are present
157
* Defect #15777: Watched issues count on "My page" is shown for all issues instead of only open ones
158
* Defect #17580: After copying a task, setting the parent as the orignal task's parent triggers an error
159
* Defect #19924: Adding subtask takes very long
160
* Defect #20882: % done: progress bar blocked at 80 in the issue list
161
* Defect #21037: Issue show : bullet points not aligned if sub-task is in a different project
162
* Defect #21433: "version-completed" class is never set when version has no due date
163
* Defect #21674: The LDAP connection test does not check the credentials
164
* Defect #21695: Warning "Can't mass-assign protected attributes for IssueRelation: issue_to_id"
165
* Defect #21742: Received text attachments doesn't hold the original encoding on Ruby >= 2.1
166
* Defect #21855: Gravatar get images over http instead https
167
* Defect #21856: I18n backend does not support original i18n Pluralization
168
* Defect #21861: typo: s/creditentials/credentials/
169
* Defect #22059: Issue percentage selector extends screen border
170
* Defect #22115: Text in the "removed" part of a wiki diff is double-escaped
171
* Defect #22123: Totals cannot be removed completely if some columns are set in the global settings
172
* Defect #22135: Semi colon is spelled semicolon
173
* Defect #22405: SQL server: non ASCII filter does not work
174
* Defect #22493: Test code bug in application_helper_test
175
* Defect #22745: Rest API for Custom Fields does not return keys for key/value types
176
* Defect #23044: Typo in Azerbaijani general_lang_name
177
* Defect #23054: Clearing time entry custom fields while bulk editing results in values set to __none__
178
* Defect #23067: Custom field List Link values to URL breaks on entries with spaces
179
* Feature #285: Tracker role-based permissioning
180
* Feature #1725: Delete button on comments
181
* Feature #4266: Display changeset comment on repository diff view.
182
* Feature #4806: Filter the issue list by issue ids
183
* Feature #5536: Simplify Wiki Page creation ("Add Page" link)
184
* Feature #5754: Allow addition of watchers via bulk edit context menu
185
* Feature #6204: Make the "New issue" menu item optional
186
* Feature #7017: Add watchers from To and Cc fields in issue replies
187
* Feature #7839: Limit trackers for new issue to certain roles
188
* Feature #12456: Add units in history for estimated time
189
* Feature #12909: Drag'n'drop order configuration for statuses, trackers, roles...
190
* Feature #13718: Accept dots in JSONP callback
191
* Feature #14462: Previous/next links may be lost after editing the issue
192
* Feature #14574: "I don't want to be notified of changes that I make myself" as Default for all User
193
* Feature #14830: REST API : Add support for attaching file to Wiki pages
194
* Feature #14937: Code highlighting toolbar button
195
* Feature #15880: Consistent, global button/menu to add new content
196
* Feature #20985: Include private_notes property in xml/json Journals output
197
* Feature #21125: Removing attachment after rollback transaction
198
* Feature #21421: Security Notifications when security related things are changed
199
* Feature #21500: Add the "Hide my email address" option on the registration form
200
* Feature #21757: Add Total spent hours and Estimated hours to the REST API response
201
* Feature #22018: Add id and class for easier styling of query filters
202
* Feature #22058: Show image attachments and repo entries instead of downloading them
203
* Feature #22147: Change "Related issues" label for generic grouped query filters
204
* Feature #22381: Require password reset on initial setup for default admin account
205
* Feature #22383: Support of default Active Record (I18n) transliteration paths
206
* Feature #22482: Respond with "No preview available" instead of sending the file when no preview is available
207
* Feature #22951: Make Tracker and Status map-able for CSV import
208
* Feature #22987: Ruby 2.3 support
209
* Feature #23020: Default assigned_to when receiving emails
210
* Feature #23107: Update CodeRay to v1.1.1.
211
* Patch #3551: Additional case of USER_FORMAT, #{lastname}#{firstname} without any sperator
212
* Patch #6277: REST API for Search
213
* Patch #14680: Change Simplified Chinese translation for version 'field_effective_date'
214
* Patch #14828: Patch to add support for deleting attachments via API
215
* Patch #19468: Replace jQuery UI Datepicker with native browser date fields when available
216
* Patch #20632: Tab left/right buttons for project menu
217
* Patch #21256: Use CSS instead of image_tag() to show icons for better theming support
218
* Patch #21282: Remove left position from gantt issue tooltip
219
* Patch #21434: Additional CSS class for version status
220
* Patch #21474: Adding issue css classes to subtasks and relations tr
221
* Patch #21497: Tooltip on progress bar
222
* Patch #21541: Russian translation improvement
223
* Patch #21582: Performance in User#roles_for_project
224
* Patch #21583: Use association instead of a manual JOIN in Project#rolled_up_trackers
225
* Patch #21587: Additional view hook for body_top
226
* Patch #21611: Do not collect ids of subtree in Query#project_statement
227
* Patch #21628: Correct Turkish translation
228
* Patch #21632: Updated Estonian translation
229
* Patch #21663: Wrap textilizable with DIV containing wiki class
230
* Patch #21678: Add missing wiki container for news comments
231
* Patch #21685: Change Spanish Panama thousand delimiters and separator
232
* Patch #21738: Add .sql to mime-types
233
* Patch #21747: Catalan translation
234
* Patch #21776: Add status, assigned_to and done_ratio classes to issue subtasks
235
* Patch #21805: Improve accessibility for icon-only links
236
* Patch #21931: Simplified Chinese translation for 3.3 (some fixes)
237
* Patch #21942: Fix Czech translation of field_time_entries_visibility
238
* Patch #21944: Bugfix: Hide custom field link values from being shown when value is empty
239
* Patch #21947: Improve page header title for deeply nested project structures (+ improved XSS resilience)
240
* Patch #21963: German translations change
241
* Patch #21985: Increase space between menu items
242
* Patch #21991: Japanese wiki_syntax_detailed_textile.html translation improvement
243
* Patch #22078: Incorrect French translation of :setting_issue_group_assignment
244
* Patch #22126: Update for Lithuanian translation
245
* Patch #22138: fix Korean translation typo
246
* Patch #22277: Add id to issue query forms to ease styling within themes
247
* Patch #22309: Add styles for blockquote in email notifications
248
* Patch #22315: Change English translation for field_effective_date: "Date" to "Due date"
249
* Patch #22320: Respect user's timezone when comparing / parsing Dates
250
* Patch #22345: Trackers that have parent_issue_id in their disabled_core_fields should not be selectable for new child issues
251
* Patch #22376: Change Japanese translation for label_issue_watchers
252
* Patch #22401: Notify the user of missing attachments
253
* Patch #22496: Add text wrap for multiple value list custom fields
254
* Patch #22506: Updated Korean locale data
255
* Patch #22693: Add styles for pre in email notifications
256
* Patch #22724: Change Japanese translation for "last name" and "first name"
257
* Patch #22756: Edit versions links on the roadmap
258
* Patch #23021: fix Russian "setting_thumbnails_enabled" misspelling
259
* Patch #23065: Fix confusing Japanese translation for permission_manage_related_issues
260
* Patch #23083: Allow filtering for system-shared versions in version custom fields in the global issues view