Changelog 5 0 » History » Version 3
Go MAEDA, 2022-05-17 09:58
Add missing issues to 5.0.1
1 | 1 | Marius BALTEANU | h1. Changelog 5.0.x |
---|---|---|---|
2 | 1 | Marius BALTEANU | |
3 | 2 | Marius BALTEANU | h2. version:5.0.1 (2022-05-16) |
4 | 2 | Marius BALTEANU | |
5 | 2 | Marius BALTEANU | h3. [Administration] |
6 | 2 | Marius BALTEANU | |
7 | 2 | Marius BALTEANU | * Defect #36932: Handle nil return of Redmine::Themes.theme(Setting.ui_theme) in Redmine::Info.environment |
8 | 2 | Marius BALTEANU | |
9 | 2 | Marius BALTEANU | h3. [Attachments] |
10 | 2 | Marius BALTEANU | |
11 | 3 | Go MAEDA | * Defect #36887: copyImageFromClipboard function failed to generate a unique file name |
12 | 3 | Go MAEDA | * Patch #36817: copyImageFromClipboard function targets the first file input of the page and may conflict with other plugins |
13 | 2 | Marius BALTEANU | * Defect #37053: Attachments are lost when the status of the ticket is changed |
14 | 2 | Marius BALTEANU | |
15 | 2 | Marius BALTEANU | h3. [Documentation] |
16 | 2 | Marius BALTEANU | |
17 | 2 | Marius BALTEANU | * Defect #36862: Duplicate v5.0.0 section in Changelog |
18 | 2 | Marius BALTEANU | * Defect #36863: Missing v4.2.5 section in Changelog |
19 | 2 | Marius BALTEANU | |
20 | 2 | Marius BALTEANU | h3. [Email notifications] |
21 | 2 | Marius BALTEANU | |
22 | 2 | Marius BALTEANU | * Defect #36909: Mentions not working if status is changed |
23 | 2 | Marius BALTEANU | |
24 | 2 | Marius BALTEANU | h3. [Email receiving] |
25 | 2 | Marius BALTEANU | |
26 | 2 | Marius BALTEANU | * Defect #37030: Requests fail with "Can't verify CSRF token authenticity" in mail handler |
27 | 2 | Marius BALTEANU | |
28 | 2 | Marius BALTEANU | h3. [Gems support] |
29 | 2 | Marius BALTEANU | |
30 | 2 | Marius BALTEANU | * Defect #36892: Redmine does not start when installed --without markdown |
31 | 2 | Marius BALTEANU | |
32 | 2 | Marius BALTEANU | h3. [I18n] |
33 | 2 | Marius BALTEANU | |
34 | 2 | Marius BALTEANU | * Defect #36998: Revert lazy loading of i18n files introduced in Redmine 5.0 |
35 | 2 | Marius BALTEANU | |
36 | 2 | Marius BALTEANU | h3. [Rails support] |
37 | 2 | Marius BALTEANU | |
38 | 2 | Marius BALTEANU | * Patch #36917: Update Rails to 6.1.6 |
39 | 2 | Marius BALTEANU | |
40 | 2 | Marius BALTEANU | h3. [Security] |
41 | 2 | Marius BALTEANU | |
42 | 2 | Marius BALTEANU | * Patch #36912: Update Nokogiri versions to fix two critical CVE's |
43 | 2 | Marius BALTEANU | |
44 | 2 | Marius BALTEANU | h3. [Text formatting] |
45 | 2 | Marius BALTEANU | |
46 | 2 | Marius BALTEANU | * Defect #36958: Crafted input breaks CommonMark Markdown formatter |
47 | 2 | Marius BALTEANU | |
48 | 2 | Marius BALTEANU | h3. [Translations] |
49 | 2 | Marius BALTEANU | |
50 | 2 | Marius BALTEANU | * Patch #36905: German translation update for 5.0-stable |
51 | 2 | Marius BALTEANU | * Patch #36930: Bulgarian translation update for 5.0-stable |
52 | 2 | Marius BALTEANU | * Patch #36934: Russian translation update for 5.0-stable |
53 | 2 | Marius BALTEANU | * Patch #37003: Czech translation update for 5.0-stable |
54 | 2 | Marius BALTEANU | * Patch #37024: Galician translation update for 5.0-stable |
55 | 2 | Marius BALTEANU | * Patch #37025: Polish translation update for 5.0-stable |
56 | 2 | Marius BALTEANU | |
57 | 1 | Marius BALTEANU | h2. version:5.0.0 (2022-03-28) |
58 | 1 | Marius BALTEANU | |
59 | 1 | Marius BALTEANU | h3. [Accounts / authentication] |
60 | 1 | Marius BALTEANU | |
61 | 1 | Marius BALTEANU | * Feature #30998: Add an rake task to prune registered users after a certain number of days |
62 | 1 | Marius BALTEANU | * Feature #31920: Require 2FA only for certain user groups |
63 | 1 | Marius BALTEANU | * Feature #33345: Include an authentication method name in LDAP connection error messages |
64 | 1 | Marius BALTEANU | * Feature #35001: Disable API authentication with username and password when two-factor authentication is enabled for the user |
65 | 1 | Marius BALTEANU | * Feature #35439: Option to require 2FA only for users with administration rights |
66 | 1 | Marius BALTEANU | * Feature #36825: Increase email address length limit from 60 to 254 |
67 | 1 | Marius BALTEANU | |
68 | 1 | Marius BALTEANU | h3. [Administration] |
69 | 1 | Marius BALTEANU | |
70 | 1 | Marius BALTEANU | * Defect #35421: Unhandled exception when a YAML syntax error is detected in configuration.yml |
71 | 1 | Marius BALTEANU | * Feature #32116: Add configured theme to Redmine::Info |
72 | 1 | Marius BALTEANU | * Feature #35562: Show warning in admin/info when there are pending migrations |
73 | 1 | Marius BALTEANU | * Feature #35934: Show 2FA status in users list from administration with option to filter |
74 | 1 | Marius BALTEANU | * Feature #36391: Change the default value for "Time span format" from "decimal" to "minutes" |
75 | 1 | Marius BALTEANU | |
76 | 1 | Marius BALTEANU | h3. [Attachments] |
77 | 1 | Marius BALTEANU | |
78 | 1 | Marius BALTEANU | * Defect #35539: Race condition (possible filename collision) in Attachment.disk_filename |
79 | 1 | Marius BALTEANU | * Feature #32898: PDF thumbnails support on Windows |
80 | 1 | Marius BALTEANU | * Feature #35462: Download all attachments in a journal |
81 | 1 | Marius BALTEANU | |
82 | 1 | Marius BALTEANU | h3. [Code cleanup/refactoring] |
83 | 1 | Marius BALTEANU | |
84 | 1 | Marius BALTEANU | * Defect #31132: Remove unused column trackers.is_in_chlog |
85 | 1 | Marius BALTEANU | * Defect #36149: Typo in CSS class for lists expander icon |
86 | 1 | Marius BALTEANU | * Defect #36361: IssueRelationsControllerTest#test_bulk_create_should_show_errors randomly fails |
87 | 1 | Marius BALTEANU | * Defect #36394: Avoid passing ActionController::Parameters outside of MailHandlerController |
88 | 1 | Marius BALTEANU | * Feature #34337: Remove jQuery Migrate |
89 | 1 | Marius BALTEANU | * Feature #35259: Output test coverage report to the console |
90 | 1 | Marius BALTEANU | * Feature #35671: Move subtasks section on issues show view into a separate partial |
91 | 1 | Marius BALTEANU | * Patch #15118: Deprecate and rename rss_* methods to atom_* methods |
92 | 1 | Marius BALTEANU | * Patch #31035: Remove redefinition of ActionMailer::LogSubscriber#deliver which is no longer necessary because of the removal of Setting.bcc_recipients |
93 | 1 | Marius BALTEANU | * Patch #32922: Reload detached attachments |
94 | 1 | Marius BALTEANU | * Patch #33079: Remove unused argument from Redmine::Helpers::TimeReport |
95 | 1 | Marius BALTEANU | * Patch #33337: Clean-up workflows controller |
96 | 1 | Marius BALTEANU | * Patch #34976: Add missing fixtures to TimeEntryCustomFieldTest |
97 | 1 | Marius BALTEANU | * Patch #35024: System test fails in Windows due to "/" path separator |
98 | 1 | Marius BALTEANU | * Patch #35026: Remove rake task check_parsing_by_psych |
99 | 1 | Marius BALTEANU | * Patch #35031: Remove deprecated code that are supposed to be removed in Redmine 5 |
100 | 1 | Marius BALTEANU | * Patch #35075: Use named routes in base layout and account sidebar |
101 | 1 | Marius BALTEANU | * Patch #35076: Menu manager - generate correct URLs when rendering from a namespaced controller |
102 | 1 | Marius BALTEANU | * Patch #35208: Use `Time.use_zone` instead of `Time.zone=` |
103 | 1 | Marius BALTEANU | * Patch #35230: Fix typo in ApplicationHelper.html_title comment |
104 | 1 | Marius BALTEANU | * Patch #35396: Use base_scope for issue query results |
105 | 1 | Marius BALTEANU | * Patch #35466: Rename test/fixtures/configuration/*.yml.example to test/fixtures/files/configuration/*.yml |
106 | 1 | Marius BALTEANU | * Patch #35610: Cleanups after Wiki tab removal from project settings (#26579) |
107 | 1 | Marius BALTEANU | * Patch #35727: Add missing fixtures to Redmine::ProjectJumpBoxTest |
108 | 1 | Marius BALTEANU | * Patch #35773: Move sidebar content on versions index view (roadmap) into a separate partial |
109 | 1 | Marius BALTEANU | * Patch #35952: Explicitly specify text formatting in the test suite |
110 | 1 | Marius BALTEANU | * Patch #35975: Add missing fixtures to UserTest |
111 | 1 | Marius BALTEANU | * Patch #36005: Adopt 2FA emails to new Mailer interface |
112 | 1 | Marius BALTEANU | * Patch #36241: MenuManagerTest randomly fails |
113 | 1 | Marius BALTEANU | * Patch #36347: Add missing fixture to IssuesHelperTest |
114 | 1 | Marius BALTEANU | * Patch #36358: Use File.exist? instead of deprecated File.exists? |
115 | 1 | Marius BALTEANU | * Patch #36379: Update copyright year in source files to 2022 |
116 | 1 | Marius BALTEANU | * Patch #36716: IssuesControllerTest randomly fails |
117 | 1 | Marius BALTEANU | * Patch #36730: Replace Member.find_or_new with ActiveRecord's find_or_initialize_by |
118 | 1 | Marius BALTEANU | * Patch #36770: Fix to use a correct exception class ActiveRecord::IrreversibleMigration in migrations |
119 | 1 | Marius BALTEANU | |
120 | 1 | Marius BALTEANU | h3. [Custom fields] |
121 | 1 | Marius BALTEANU | |
122 | 1 | Marius BALTEANU | * Defect #32977: Remove references to deleted user from "user"-Format CustomFields |
123 | 1 | Marius BALTEANU | * Feature #14275: Add hinting to custom fields |
124 | 1 | Marius BALTEANU | |
125 | 1 | Marius BALTEANU | h3. [Database] |
126 | 1 | Marius BALTEANU | |
127 | 1 | Marius BALTEANU | * Feature #35073: Escape values in LIKE statements to prevent injection of placeholders (_ or %) |
128 | 1 | Marius BALTEANU | * Patch #36416: Cleanup more dependent objects on project delete |
129 | 1 | Marius BALTEANU | |
130 | 1 | Marius BALTEANU | h3. [Documentation] |
131 | 1 | Marius BALTEANU | |
132 | 1 | Marius BALTEANU | * Feature #33859: Add a list of supported languages by the code highlighter to the help |
133 | 1 | Marius BALTEANU | * Feature #34978: Add the list of supported browsers to docs and drop support for IE 11 |
134 | 1 | Marius BALTEANU | |
135 | 1 | Marius BALTEANU | h3. [Documents] |
136 | 1 | Marius BALTEANU | |
137 | 1 | Marius BALTEANU | * Patch #17924: Structured Document list for more flexible UI design with CSS |
138 | 1 | Marius BALTEANU | |
139 | 1 | Marius BALTEANU | h3. [Email notifications] |
140 | 1 | Marius BALTEANU | |
141 | 1 | Marius BALTEANU | * Defect #32199: Security notification is not sent when an admin changes the password of a user |
142 | 1 | Marius BALTEANU | * Defect #35017: X-Redmine-Issue-Assignee email header field is empty when the assignee of an issue is a group |
143 | 1 | Marius BALTEANU | * Defect #36393: Mailer.with_synched_deliveries doesn't correctly detect other async Queue adapters |
144 | 1 | Marius BALTEANU | * Feature #13919: Mention user on issues and wiki pages using @user with autocomplete |
145 | 1 | Marius BALTEANU | * Feature #30820: Drop setting "Blind carbon copy recipients (bcc)" |
146 | 1 | Marius BALTEANU | |
147 | 1 | Marius BALTEANU | h3. [Filters] |
148 | 1 | Marius BALTEANU | |
149 | 1 | Marius BALTEANU | * Defect #36389: Filter parameters of Query string do not work when default query is enabled |
150 | 1 | Marius BALTEANU | * Feature #5893: Filter issues by notes |
151 | 1 | Marius BALTEANU | * Feature #34715: Filter issues by file description |
152 | 1 | Marius BALTEANU | * Feature #35764: Multiple search terms in the "contains" operator of text filters |
153 | 1 | Marius BALTEANU | * Patch #35312: Gracefully handle invalid operators and associations requested in queries |
154 | 1 | Marius BALTEANU | |
155 | 1 | Marius BALTEANU | h3. [Gantt] |
156 | 1 | Marius BALTEANU | |
157 | 1 | Marius BALTEANU | * Defect #33381: Possible double includes in issue query in gantt helper |
158 | 1 | Marius BALTEANU | |
159 | 1 | Marius BALTEANU | h3. [Gems support] |
160 | 1 | Marius BALTEANU | |
161 | 1 | Marius BALTEANU | * Patch #35000: Update SimpleCov to 0.21 |
162 | 1 | Marius BALTEANU | * Patch #35025: Update capybara to 3.36 |
163 | 1 | Marius BALTEANU | * Patch #35136: Update RuboCop to 1.25 |
164 | 1 | Marius BALTEANU | * Patch #35142: Update RuboCop Performance to 1.13 |
165 | 1 | Marius BALTEANU | * Patch #35207: Update RuboCop Rails to 2.14 |
166 | 1 | Marius BALTEANU | * Patch #35361: Update CSV to 3.2 |
167 | 1 | Marius BALTEANU | * Patch #35691: Update Nokogiri to 1.13 |
168 | 1 | Marius BALTEANU | * Patch #36325: Update Rouge to 3.28 |
169 | 1 | Marius BALTEANU | * Patch #36355: Update roadie-rails to 3.0 |
170 | 1 | Marius BALTEANU | * Patch #36564: Update I18n to 1.10 |
171 | 1 | Marius BALTEANU | |
172 | 1 | Marius BALTEANU | h3. [Groups] |
173 | 1 | Marius BALTEANU | |
174 | 1 | Marius BALTEANU | * Feature #12795: View group members by non-admin users |
175 | 1 | Marius BALTEANU | |
176 | 1 | Marius BALTEANU | h3. [Hook requests] |
177 | 1 | Marius BALTEANU | |
178 | 1 | Marius BALTEANU | * Defect #34743: Hooks for queries helper |
179 | 1 | Marius BALTEANU | |
180 | 1 | Marius BALTEANU | h3. [I18n] |
181 | 1 | Marius BALTEANU | |
182 | 1 | Marius BALTEANU | * Defect #36396: Custom I18n Pluralization rules are not applied correctly |
183 | 1 | Marius BALTEANU | * Feature #36728: Reintroduce lazy loading of i18n files |
184 | 1 | Marius BALTEANU | |
185 | 1 | Marius BALTEANU | h3. [Importers] |
186 | 1 | Marius BALTEANU | |
187 | 1 | Marius BALTEANU | * Defect #36377: Encoding drop-down in the import settings defaults to US-ASCII instead of general_csv_encoding in Korean, Thai, and Shimplified Chinese |
188 | 1 | Marius BALTEANU | * Feature #34718: Auto guess file encoding when importing CSV file |
189 | 1 | Marius BALTEANU | * Feature #35137: Reject CSV file without data row when importing |
190 | 1 | Marius BALTEANU | * Feature #35365: Allow sending account information when importing users |
191 | 1 | Marius BALTEANU | |
192 | 1 | Marius BALTEANU | h3. [Issues] |
193 | 1 | Marius BALTEANU | |
194 | 1 | Marius BALTEANU | * Defect #15634: Add watching users to a ticket should switch "watch" link to "unwatch" if own user was added |
195 | 1 | Marius BALTEANU | * Defect #33521: Use issue path instead of bulk update issues path when using the context menu with only one issue selected |
196 | 1 | Marius BALTEANU | * Defect #34641: When editing an issue, the Log time and/or Add notes does not show or hide dynamically |
197 | 1 | Marius BALTEANU | * Feature #4347: Contributing to an issue should automatically add the user to the watchers list |
198 | 1 | Marius BALTEANU | * Feature #6033: Allow addition/removal of subtasks to show in parent's history |
199 | 1 | Marius BALTEANU | * Feature #7360: Issue custom query: default query per instance, project and user |
200 | 1 | Marius BALTEANU | * Feature #13099: Issue Summary: add statistics about issues without assignee, version or category |
201 | 1 | Marius BALTEANU | * Feature #29076: Add button to "Create and follow" when adding a subtask from the parent issue |
202 | 1 | Marius BALTEANU | * Feature #31278: Change Delete button name to Delete issue |
203 | 1 | Marius BALTEANU | * Feature #35559: Query links for related issues on issue page |
204 | 1 | Marius BALTEANU | |
205 | 1 | Marius BALTEANU | h3. [Issues list] |
206 | 1 | Marius BALTEANU | |
207 | 1 | Marius BALTEANU | * Feature #34932: "Copy link" feature for issues list |
208 | 1 | Marius BALTEANU | |
209 | 1 | Marius BALTEANU | h3. [OpenID] |
210 | 1 | Marius BALTEANU | |
211 | 1 | Marius BALTEANU | * Feature #35755: Drop OpenID support |
212 | 1 | Marius BALTEANU | |
213 | 1 | Marius BALTEANU | h3. [PDF export] |
214 | 1 | Marius BALTEANU | |
215 | 1 | Marius BALTEANU | * Feature #35683: PDF rendering improvements when exporting an issue or a list of issues |
216 | 1 | Marius BALTEANU | |
217 | 1 | Marius BALTEANU | h3. [Performance] |
218 | 1 | Marius BALTEANU | |
219 | 1 | Marius BALTEANU | * Feature #29041: Update session token only once per minute |
220 | 1 | Marius BALTEANU | * Feature #35324: Preload principal and roles in members#index |
221 | 1 | Marius BALTEANU | * Feature #35374: Reduce amount of work on projects show API |
222 | 1 | Marius BALTEANU | * Feature #36294: Lazy load inline images |
223 | 1 | Marius BALTEANU | * Feature #36505: Reduce database queries when rendering Custom fields box in the project settings tab |
224 | 1 | Marius BALTEANU | * Feature #36696: Improve performance of adding or removing members of a group |
225 | 1 | Marius BALTEANU | |
226 | 1 | Marius BALTEANU | h3. [Permissions and roles] |
227 | 1 | Marius BALTEANU | |
228 | 1 | Marius BALTEANU | * Defect #34029: 403 Forbidden error when non-member try to upload a file |
229 | 1 | Marius BALTEANU | |
230 | 1 | Marius BALTEANU | h3. [Plugin API] |
231 | 1 | Marius BALTEANU | |
232 | 1 | Marius BALTEANU | * Defect #35455: Require redmine/sort_criteria globally |
233 | 1 | Marius BALTEANU | |
234 | 1 | Marius BALTEANU | h3. [Project settings] |
235 | 1 | Marius BALTEANU | |
236 | 1 | Marius BALTEANU | * Defect #13199: "Edit" misaligned in project members view |
237 | 1 | Marius BALTEANU | * Defect #36318: Saving time tracking activities without any change may turn a system activity into a project activity |
238 | 1 | Marius BALTEANU | |
239 | 1 | Marius BALTEANU | h3. [Projects] |
240 | 1 | Marius BALTEANU | |
241 | 1 | Marius BALTEANU | * Feature #35795: Settings for global and user default custom ProjectQuery |
242 | 1 | Marius BALTEANU | |
243 | 1 | Marius BALTEANU | h3. [REST API] |
244 | 1 | Marius BALTEANU | |
245 | 1 | Marius BALTEANU | * Feature #10171: Updating journal notes via REST API |
246 | 1 | Marius BALTEANU | * Feature #15855: Add information about whether an issue is open or closed to Issues API response |
247 | 1 | Marius BALTEANU | * Feature #24976: Include new statuses allowed by workflow in Issues REST API |
248 | 1 | Marius BALTEANU | * Feature #34766: Better error message when no API format is recognised |
249 | 1 | Marius BALTEANU | * Feature #34857: Add total estimated hours, spent hours, total spent hours for issues to issue list API |
250 | 1 | Marius BALTEANU | * Feature #35420: API to archive/unarchive projects |
251 | 1 | Marius BALTEANU | * Feature #35505: Add enabled core fields to /trackers API response |
252 | 1 | Marius BALTEANU | * Feature #35507: API to close/reopen projects |
253 | 1 | Marius BALTEANU | * Feature #36303: Include avatar URL in Users API |
254 | 1 | Marius BALTEANU | |
255 | 1 | Marius BALTEANU | h3. [Rails support] |
256 | 1 | Marius BALTEANU | |
257 | 1 | Marius BALTEANU | * Feature #29914: Migrate to Rails 6.1 with Zeitwerk autoloading |
258 | 1 | Marius BALTEANU | * Feature #35030: Allow parallel testing |
259 | 1 | Marius BALTEANU | * Patch #35081: Update config/environments/*.rb for Rails 6.1 |
260 | 1 | Marius BALTEANU | * Patch #36317: Set default protect from forgery true |
261 | 1 | Marius BALTEANU | |
262 | 1 | Marius BALTEANU | h3. [Roadmap] |
263 | 1 | Marius BALTEANU | |
264 | 1 | Marius BALTEANU | * Feature #6432: Allow unchecking all trackers in Roadmap view sidebar |
265 | 1 | Marius BALTEANU | |
266 | 1 | Marius BALTEANU | h3. [Ruby support] |
267 | 1 | Marius BALTEANU | |
268 | 1 | Marius BALTEANU | * Feature #31128: Drop Ruby < 2.5 support |
269 | 1 | Marius BALTEANU | * Feature #34992: Ruby 3.0 support |
270 | 1 | Marius BALTEANU | * Feature #36205: Ruby 3.1 support |
271 | 1 | Marius BALTEANU | |
272 | 1 | Marius BALTEANU | h3. [SCM] |
273 | 1 | Marius BALTEANU | |
274 | 1 | Marius BALTEANU | * Feature #5242: Display source project for cross-project associated revisions for issues |
275 | 1 | Marius BALTEANU | * Feature #16849: Render Textile and Markdown files in the repository browser |
276 | 1 | Marius BALTEANU | |
277 | 1 | Marius BALTEANU | h3. [Text formatting] |
278 | 1 | Marius BALTEANU | |
279 | 1 | Marius BALTEANU | * Defect #36580: Fix code copying in common browsers |
280 | 1 | Marius BALTEANU | * Feature #20511: Comments for Textile text formatting |
281 | 1 | Marius BALTEANU | * Feature #32424: CommonMark Markdown Text Formatting |
282 | 1 | Marius BALTEANU | * Feature #35677: Preserve leading white space when quoting using the JS toolbar |
283 | 1 | Marius BALTEANU | * Feature #35742: Enable task list items for CommonMark text formatting |
284 | 1 | Marius BALTEANU | * Patch #35104: Code blocks - consistent rendering and retaining user-supplied language name in rendered HTML |
285 | 1 | Marius BALTEANU | |
286 | 1 | Marius BALTEANU | h3. [Third-party libraries] |
287 | 1 | Marius BALTEANU | |
288 | 1 | Marius BALTEANU | * Feature #36701: Update Chart.js to 3.7.1 |
289 | 1 | Marius BALTEANU | * Patch #35729: Update jQuery to 3.6.0 |
290 | 1 | Marius BALTEANU | |
291 | 1 | Marius BALTEANU | h3. [Time tracking] |
292 | 1 | Marius BALTEANU | |
293 | 1 | Marius BALTEANU | * Defect #21056: Project specific TimeEntryActivity name not updating properly |
294 | 1 | Marius BALTEANU | |
295 | 1 | Marius BALTEANU | h3. [UI] |
296 | 1 | Marius BALTEANU | |
297 | 1 | Marius BALTEANU | * Defect #36524: Query Links on Issues and Time Logs Import Sidebars broken |
298 | 1 | Marius BALTEANU | * Feature #34494: Rename the save, edit and delete buttons on the query form to clarify the scope |
299 | 1 | Marius BALTEANU | * Feature #35770: Change "Edit" label in the context menu to "Bulk Edit" when multiple issues are selected |
300 | 1 | Marius BALTEANU | * Patch #30448: Remove wrapper2 and wrapper3 wrapping containers |
301 | 1 | Marius BALTEANU | * Patch #36429: Make issue tabs DOM more consistent |
302 | 1 | Marius BALTEANU | |
303 | 1 | Marius BALTEANU | h3. [Wiki] |
304 | 1 | Marius BALTEANU | |
305 | 1 | Marius BALTEANU | * Feature #7652: Ability to add watchers to Wiki pages |