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