Changelog 3 4 » History » Version 1
Mischa The Evil, 2017-04-16 09:23
Initial version.
1 | 1 | Mischa The Evil | h1. Changelog 3.4.x [Experimental draft] |
---|---|---|---|
2 | |||
3 | |{background-color:#f88;}. *This page is an experimental draft for a proposed new changelog format (see #25616).*. |
||
4 | It does not reflect the actual content of any of the upcoming 3.4.x releases.| |
||
5 | |||
6 | h2. version:3.4.0 (TBD) |
||
7 | |||
8 | h3. [Accounts / authentication] |
||
9 | |||
10 | * Defect #13741: Not landing on home page on login after visiting lost password page |
||
11 | * Feature #10840: Allow "Stay logged in" from multiple browsers |
||
12 | * Feature #24089: Call to Action (CTA) and improved conversion for registration |
||
13 | * Feature #25253: Password reset should count as a password change for User#must_change_passwd |
||
14 | * Patch #25483: Forbid to edit/update/delete the anonymous user |
||
15 | |||
16 | h3. [Activity view] |
||
17 | |||
18 | * Patch #18399: Missing "next" pagination link when looking at yesterday's activity |
||
19 | |||
20 | h3. [Administration] |
||
21 | |||
22 | * Defect #7577: "Send account information to the user" only works when password is set |
||
23 | * Defect #25289: Adding a principal to 2 projects with member inheritance leads to an error |
||
24 | * Feature #12598: Add tooltip on Workflow matrix for helping in big ones |
||
25 | * Feature #16484: Add default timezone for new users |
||
26 | * Feature #24780: Add tooltip on Permissions report matrix |
||
27 | * Feature #24790: Add tooltip on trackers summary matrix |
||
28 | |||
29 | h3. [Attachments] |
||
30 | |||
31 | * Defect #24308: Allow Journal to return empty Array instead nil in Journal#attachments |
||
32 | * Feature #13072: Delete multiple attachments with one action |
||
33 | * Patch #22941: Allow thumbnails on documents, messages and wiki pages |
||
34 | * Patch #24186: Restrict the length attachment filenames on disk |
||
35 | * Patch #25215: re-use existing identical disk files for new attachments |
||
36 | * Patch #25240: Use SHA256 for attachment digest computation |
||
37 | * Patch #25295: Use path instead of URL of image in preview |
||
38 | |||
39 | h3. [Code cleanup/refactoring] |
||
40 | |||
41 | * Defect #24928: Wrong text in log/delete.me |
||
42 | * Feature #15361: Use css pseudo-classes instead of cycle("odd", "even") |
||
43 | * Patch #24313: Use the regular "icon icon-*" classes for all elements with icons |
||
44 | * Patch #24382: More readable regex for parse_redmine_links |
||
45 | * Patch #24523: Source: ignore .idea |
||
46 | * Patch #24578: Remove unused CSS class ".icon-details" |
||
47 | * Patch #24643: Rename "issue" to "item" in query helpers |
||
48 | * Patch #24713: Remove iteration in ApplicationHelper#syntax_highlight_lines |
||
49 | * Patch #24832: Remove instance variable which is unused after r9603 |
||
50 | * Patch #24899: Remove unused "description_date_*" from locale files |
||
51 | * Patch #24900: Remove unused "label_planning" from locale files |
||
52 | * Patch #24901: Remove unused "label_more" from locale files |
||
53 | |||
54 | h3. [Core Plugins] |
||
55 | |||
56 | * Feature #24167: Rebuild a single nested set with nested_set plugin |
||
57 | |||
58 | h3. [Custom fields] |
||
59 | |||
60 | * Feature #6719: File format for custom fields (specific file uploads) |
||
61 | * Feature #16549: Set multiple values in emails for list custom fields |
||
62 | * Feature #23265: Group versions by status in version custom field filter |
||
63 | * Patch #21705: Option for long text custom fields to be displayed using full width |
||
64 | * Patch #24801: Flash messages on CustomFields destroy |
||
65 | |||
66 | h3. [Database] |
||
67 | |||
68 | * Defect #23347: MySQL: You can't specify target table for update in FROM clause |
||
69 | * Defect #25416: "My account" broken with mysql (keyword admin should be escaped on MySQL 8.0) |
||
70 | |||
71 | h3. [Documentation] |
||
72 | |||
73 | * Defect #21375: Working external URL protocols not documented in wiki syntax |
||
74 | * Patch #24800: Remove internal style sheet duplication and obsoleted meta tag from wiki_syntax_* documentation. |
||
75 | |||
76 | h3. [Email notifications] |
||
77 | |||
78 | * Patch #23978: Make the email notifications for adding/updating issues more readable/clear |
||
79 | |||
80 | h3. [Email receiving] |
||
81 | |||
82 | * Defect #25256: Mail parts with empty content should be ignored |
||
83 | * Feature #5864: Regex Text on Receiver Email |
||
84 | |||
85 | h3. [Forums] |
||
86 | |||
87 | * Patch #24535: Flash messages on Board destroy |
||
88 | |||
89 | h3. [Gems support] |
||
90 | |||
91 | * Feature #23932: Update TinyTds to recent version (1.0.5) |
||
92 | |||
93 | h3. [Hook requests] |
||
94 | |||
95 | * Patch #23545: Add before_render hook to WikiController#show |
||
96 | |||
97 | h3. [I18n] |
||
98 | |||
99 | * Defect #24616: Should not replace all invalid utf8 characters (e.g in mail) |
||
100 | * Patch #24938: Update tr.yml for general_first_day_of_week |
||
101 | * Patch #25014: redmine/i18n.rb - languages_lookup class variable is rebuilt every time |
||
102 | |||
103 | h3. [Importers] |
||
104 | |||
105 | * Feature #22701: Allow forward reference to parent when importing issues |
||
106 | |||
107 | h3. [Issues] |
||
108 | |||
109 | * Defect #15226: Searching for issues with "updated = none" always returns zero results |
||
110 | * Defect #16260: Add Subtask does not work correctly from tasks with Parent Task field disabled |
||
111 | * Defect #17632: Users can't see private notes created by themselves if "Mark notes as private" is set but "View private notes" is not |
||
112 | * Defect #17762: When copying an issue and changing the project, the list of watchers is not updated |
||
113 | * Defect #20127: The description column in the issues table is too short (MySQL) |
||
114 | * Defect #21579: The cancel operation in the issue edit mode doesn't work |
||
115 | * Defect #23511: Progress of parent task should be calculated using total estimated hours of children |
||
116 | * Defect #23755: Bulk edit form not show fields based on target tracker and status |
||
117 | * Feature #482: Default assignee on each project |
||
118 | * Feature #3425: View progress bar of related issues |
||
119 | * Feature #7360: Issue Custom Query: Default Query |
||
120 | * Feature #10460: Option to copy watchers when copying issues |
||
121 | * Feature #10989: Prevent parent issue from being closed if a child issue is open |
||
122 | * Feature #12706: Ability to change the private flag when editing a note |
||
123 | * Feature #20279: Allow to filter issues with "Any" or "None" target version defined when viewing all issues |
||
124 | * Feature #21623: Journalize values that are cleared after project or tracker change |
||
125 | * Feature #22600: Add warning when loosing data from custom fields when bulk editing issues |
||
126 | * Feature #23610: Reset status when copying issues |
||
127 | * Feature #24015: Do not hide estimated_hours label when value is nil |
||
128 | * Feature #25052: Allow to disable description field in tracker setting |
||
129 | * Patch #23888: Show an error message when changing an issue's project fails due to errors in child issues |
||
130 | * Patch #24692: Issue destroy : Reassign time issue autocomplete |
||
131 | * Patch #24877: Filter parent task issues in auto complete by open/closed status depending on the subtask status |
||
132 | * Patch #25055: Filter out current issue from the related issues autocomplete |
||
133 | |||
134 | h3. [Issues filter] |
||
135 | |||
136 | * Defect #24769: User custom field filter lists only "Me" on cross project issue list |
||
137 | * Defect #24907: Issue queries: "Default columns" option conflicts with "Show description" |
||
138 | * Defect #25077: Issue description filter's 'none' operator does not match issues with blank descriptions |
||
139 | * Feature #2783: Filter issues by attachments |
||
140 | * Feature #10412: Target version filter shoud group versions by status |
||
141 | * Feature #15773: Filtering out specific subprojects (using 'is not' operator) |
||
142 | * Feature #17720: Filter issues by "Updated by" and "Last updated by" |
||
143 | * Feature #21249: Ability to filter issues by attributes of a version custom field (e.g. release date) |
||
144 | * Feature #23215: Add the possibility to filter issues after Target Version's Status and Due Date |
||
145 | |||
146 | h3. [Issues list] |
||
147 | |||
148 | * Feature #1474: Show last comment/notes in the issue list |
||
149 | * Feature #6375: Last updated by colum in issue list |
||
150 | * Feature #25515: View attachments on the issue list |
||
151 | * Patch #24649: Make Spent time clickable in issue lists |
||
152 | |||
153 | h3. [Issues workflow] |
||
154 | |||
155 | * Defect #14696: Limited status when copying an issue |
||
156 | * Patch #24281: Workflow editing shows statuses of irrelevant roles |
||
157 | |||
158 | h3. [My page] |
||
159 | |||
160 | * Feature #1565: Custom query on My page |
||
161 | * Feature #7769: Sortable columns in issue lists on "My page" |
||
162 | * Feature #8761: My page - Spent time section only display 7 days, make it a parameter |
||
163 | * Feature #23459: Columns selection on the issues lists on "My page" |
||
164 | * Feature #25297: In place editing of "My page" layout |
||
165 | |||
166 | h3. [Performance] |
||
167 | |||
168 | * Defect #24433: The changeset display is slow when changeset_issues has very many records |
||
169 | * Feature #23743: Add index to workflows.tracker_id |
||
170 | * Feature #23987: Add an index on issues.parent_id |
||
171 | * Patch #21608: Project#allowed_to_condition performance |
||
172 | * Patch #22850: Speedup remove_inherited_roles |
||
173 | * Patch #23519: Don't preload projects and roles on Principal#memberships association |
||
174 | * Patch #24587: Improve custom fields list performance |
||
175 | * Patch #24787: Don't preload all filter values when displaying issues/time entries |
||
176 | * Patch #24839: Minor performance improvement - Replace count by exists? |
||
177 | * Patch #24865: Load associations of query results more efficiently |
||
178 | * Patch #25022: Add an index on attachments.disk_filename |
||
179 | |||
180 | h3. [Plugin API] |
||
181 | |||
182 | * Patch #24007: Change plugins directory through the configuration.yml file |
||
183 | |||
184 | h3. [Project settings] |
||
185 | |||
186 | * Defect #23470: Disable "Select project modules" permission does not apply to the new project form |
||
187 | * Feature #22608: Enable filtering versions on Project -> Settings -> Versions |
||
188 | * Feature #24011: Add option to set a new version as default directly from New Version page |
||
189 | |||
190 | h3. [REST API] |
||
191 | |||
192 | * Defect #23921: REST API Issue PUT responds 200 OK even when it can't set assigned_to_id |
||
193 | * Feature #7506: Include allowed activities list in "project" API response |
||
194 | * Feature #12181: Add attachment information to issues.xml in REST API |
||
195 | * Feature #23566: REST API should return attachment's id in addition to token |
||
196 | * Patch #19116: Files REST API |
||
197 | * Patch #22356: Add support for updating attachments over REST API |
||
198 | * Patch #22795: render custom field values of enumerations in API requests |
||
199 | |||
200 | h3. [Roadmap] |
||
201 | |||
202 | * Defect #23377: Don't show "status" field when creating a new version |
||
203 | * Feature #23137: Completed versions on Roadmap: Sort it so that recently created versions are on top |
||
204 | |||
205 | h3. [Ruby support] |
||
206 | |||
207 | * Feature #25048: Ruby 2.4 support |
||
208 | |||
209 | h3. [SCM] |
||
210 | |||
211 | * Defect #14626: Repositories' extra_info column is too short with MySQL |
||
212 | |||
213 | h3. [SCM extra] |
||
214 | |||
215 | * Defect #23865: Typo: s/projet/project/ in Redmine.pm comments |
||
216 | |||
217 | h3. [Text formatting] |
||
218 | |||
219 | * Feature #22758: Make text formatting of commit messages optional |
||
220 | * Feature #24922: Support high resolution images in formatted content |
||
221 | |||
222 | h3. [Themes] |
||
223 | |||
224 | * Defect #25118: ThemesTest#test_without_theme_js may fail if third-party theme is installed |
||
225 | |||
226 | h3. [Time tracking] |
||
227 | |||
228 | * Defect #13653: Keep displaying spent time page when switching project via dropdown menu |
||
229 | * Defect #24041: Issue subject is not updated when you select another issue in the new "Log time" page |
||
230 | * Feature #588: Move timelog between projects |
||
231 | * Feature #13558: Add version filter in spent time report |
||
232 | * Feature #14790: Ability to save spent time query filters |
||
233 | * Feature #16843: Enable grouping on time entries list |
||
234 | * Feature #23401: Add tracker and status columns/filters to detailed timelog |
||
235 | * Feature #24157: Make project custom fields available in timelogs |
||
236 | * Feature #24577: Settings to make the issue and/or comment fields mandatory for time logs |
||
237 | * Patch #24189: Time entry form - limit issue autocomplete to already selected project |
||
238 | |||
239 | h3. [Translations] |
||
240 | |||
241 | * Defect #25470: Fix Japanese mistranslation for field_base_dn |
||
242 | * Patch #23108: Change Japanese translation for text_git_repository_note |
||
243 | * Patch #23250: Fixes issues with Catalan translation |
||
244 | * Patch #23359: Change Japanese translation for label_commits_per_author |
||
245 | * Patch #23388: German translation change |
||
246 | * Patch #23419: Change Japanese translation for label_display_used_statuses_only |
||
247 | * Patch #23659: Change Japanese translation for label_enumerations |
||
248 | * Patch #23806: Fix Japanese translation inconsistency of label_tracker_new and label_custom_field_new |
||
249 | * Patch #24174: Change Japanese translation for "format" |
||
250 | * Patch #24177: Change translation for label_user_mail_option_only_(assigned|owner) |
||
251 | * Patch #24407: Dutch (NL) translation enhancements and complete review (major update) |
||
252 | * Patch #24494: Spanish Panama "label_issue_new" translation change |
||
253 | * Patch #24518: Spanish translation change (adding accent mark and caps) |
||
254 | * Patch #24572: Spanish label_search_open_issues_only: translation change |
||
255 | * Patch #24750: Change Japanese translation for setting_text_formatting and setting_cache_formatted_text |
||
256 | * Patch #24891: Change Japanese translation for "items" |
||
257 | * Patch #25019: Localization for Ukrainian language - completed |
||
258 | * Patch #25204: Portuguese translation file |
||
259 | * Patch #25392: Change Russian translation for field_due_date and label_relation_new |
||
260 | * Patch #25609: Change Japanese translation for field_attr_* |
||
261 | |||
262 | h3. [UI] |
||
263 | |||
264 | * Defect #23575: Issue subjects are truncated at 60 characters on activity page |
||
265 | * Defect #23840: Reduce the maximum height of the issue description field |
||
266 | * Defect #23979: Elements are not aligned properly in issues table for some cases |
||
267 | * Defect #24617: Browser js/css cache remains after upgrade |
||
268 | * Feature #5920: Unify and improve cross-project views layout |
||
269 | * Feature #10250: Renaming "duplicates" and "duplicated by" to something less confusing |
||
270 | * Feature #23310: Improved "jump to project" drop-down |
||
271 | * Feature #23311: New "Spent time" menu tab when spent time module is enabled on project |
||
272 | * Feature #23653: User preference for monospaced / variable-width font in textareas |
||
273 | * Feature #23996: Introduce a setting to change the display format of timespans to HH:MM |
||
274 | * Feature #24720: Move all 'new item' links in project settings to above the item tables |
||
275 | * Feature #24927: Render high resolution Gravatars and Thumbnails |
||
276 | * Patch #23146: Show revision details using the same structure and look from the journals details |
||
277 | * Patch #23192: Add the new pagination style in the activity page |
||
278 | * Patch #23639: Add "Log time" to global button menu (+) |
||
279 | * Patch #23998: Added link to author in Repository |
||
280 | * Patch #24776: UI inconsistencies on /enumerations/index view |
||
281 | * Patch #24833: Always show "Jump to project" drop-down |
||
282 | * Patch #25320: Remove initial indentation of blockquotes for better readability |
||
283 | |||
284 | h3. [Wiki] |
||
285 | |||
286 | * Feature #12183: Hide attachments by default on wiki pages |
||
287 | * Feature #23179: Add heading to table of contents macro |