Project

General

Profile

Defect #44242 » add-missing-v7_0_0-entry.patch

Go MAEDA, 2026-07-08 07:55

View differences:

doc/CHANGELOG
4 4
Copyright (C) 2006-  Jean-Philippe Lang
5 5
https://www.redmine.org/
6 6

  
7
== 2026-06-30 v7.0.0
8

  
9
=== [Accounts / authentication]
10

  
11
* Feature #43808: Change default admin email to admin@dummy.invalid for clarity
12
* Feature #44052: Enable sudo mode by default
13

  
14
=== [Administration]
15

  
16
* Feature #44062: Add an Environment heading to the admin information page
17

  
18
=== [Attachments]
19

  
20
* Defect #44029: Wide tables in attachment preview overflow the container border
21
* Defect #44126: SVG attachments are displayed as XML source instead of image previews
22
* Defect #44186: Uploading files with excessively long extensions may fail
23
* Feature #8959: Preview support for Microsoft Office and LibreOffice Writer files
24
* Feature #22483: Show PDF attachments and repo entries instead of downloading them
25
* Feature #43943: AVIF images support
26

  
27
=== [Calendar]
28

  
29
* Feature #43728: Change calendar today indicator from yellow background to blue date circle
30

  
31
=== [Code cleanup/refactoring]
32

  
33
* Defect #42408: Typo in Javascript function name 'toggleExpendCollapseIcon': s//Expend/Expand
34
* Patch #42737: Replacing html-pipeline with Loofah for HTML Filtering
35
* Patch #43206: Remove deprecated icon-* classes from stylesheets
36
* Patch #43276: Replace the use of form.text_area with form.textarea
37
* Patch #43289: Incorrect comments_count value in News fixture for news_001
38
* Patch #43321: Remove deprecated method ApplicationHelper#render_if_exist
39
* Patch #43388: Remove CSS hacks for Internet Explorer
40
* Patch #43429: Remove unused method addable_watcher_users from acts_as_watchable.rb
41
* Patch #43643: Align the Textile processing approach with CommonMark by using Loofah
42
* Patch #43702: Remove unused CSS rules
43
* Patch #43745: Move parse_hires_images and parse_inline_attachments to scrubbers
44
* Patch #43802: Avoid using non-reserved domain names in examples and tests
45
* Patch #44074: ignored and unnecessary scope in twofa token lookup
46
* Patch #44117: Remove obsolete .hgignore file
47
* Patch #44169: Refactor context menus controller to namespaced sub-controllers
48
* Patch #44195: Add `__pycache__` directory to .gitignore
49

  
50
=== [Custom fields]
51

  
52
* Feature #44129: Allow relative default values for date format custom fields
53

  
54
=== [Documentation]
55

  
56
* Patch #43800: Add local license files under doc/licenses for bundled third-party components
57
* Patch #43822: Use logical CSS property in CommonMark help examples for RTL support
58
* Patch #43931: Remove .github/PULL_REQUEST_TEMPLATE.md as pull requests are disabled
59

  
60
=== [Email notifications]
61

  
62
* Defect #38513: Incorrect case of MIME-Version email header field name
63
* Defect #44173: Password reset security notification does not include IP address
64
* Feature #2716: User option to automatically add assignee to watchers
65
* Feature #37978: Add a mail notification option for watched objects only
66

  
67
=== [Filters]
68

  
69
* Defect #38055: Filter operator "doesn't contain" on custom fields ignores issues with no value
70

  
71
=== [Gantt]
72

  
73
* Feature #43397: Organize Gantt chart code by separating it into views and Stimulus controllers
74
* Feature #43678: Improve Gantt chart behavior in RTL environments
75

  
76
=== [Gems support]
77

  
78
* Patch #43323: Update RuboCop Performance to 1.26
79
* Patch #43324: Update Rubyzip to 3.4
80
* Patch #43395: Update roadie-rails to 3.4
81
* Patch #43396: Update propshaft to 1.3
82
* Patch #43408: Update Commonmark gem to 2.5
83
* Patch #43437: Update RuboCop to 1.88
84
* Patch #43438: Update RuboCop Rails to 2.34
85
* Patch #43465: Update pg gem to 1.6
86
* Patch #43466: Update sqlite3 gem to 2.9
87
* Patch #43472: Update Mail gem to 2.9
88
* Patch #43594: Update Commonmarker gem to 2.8
89
* Patch #43981: Update net-ldap to 0.20
90
* Patch #44032: Update Trilogy gem to 2.12
91
* Patch #44139: Update Rouge to 5.0
92
* Patch #44200: Update I18n gem to 1.15
93

  
94
=== [Groups]
95

  
96
* Patch #43640: Improve Group Controller – Enable Adding/Removing Multiple Users from Users View
97

  
98
=== [Hook requests]
99

  
100
* Patch #43084: Add view_issues_edit_top hook to customize the issue editing form
101

  
102
=== [I18n]
103

  
104
* Feature #4507: Make first and last name field order follow Users display format setting
105
* Patch #44065: Remove unused i18n keys
106

  
107
=== [Importers]
108

  
109
* Defect #41434: CSV import fails on CRLF files when first row has quoted field with newline
110
* Feature #43363: Improve error message display in imports view
111
* Feature #43918: Deprecate broken Mantis and Trac migration rake tasks
112

  
113
=== [Issues]
114

  
115
* Feature #9432: Default value for the private issue flag
116
* Feature #31518: Default due date for new issues with configurable offset from today
117
* Feature #43085: Scroll to notes section instead of top of edit form when quoting issue content
118
* Feature #43885: Align issue previous/next link styling with pagination buttons
119
* Feature #43895: Disable "Use current date as start date for new issues" by default for new installations
120
* Feature #43969: Add icons to Add links in Subtasks and Related issues sections of the issue view
121
* Feature #43996: Add setting to choose users/groups order in assignee dropdown
122
* Feature #44015: "Users by group" display option for assignee drop-down
123

  
124
=== [Issues filter]
125

  
126
* Feature #43968: Allow 0:45h time span format input in the estimated_hours and spent_time filter of IssueQuery
127

  
128
=== [Issues list]
129

  
130
* Feature #43615: Right-align all time-tracking columns in Issues list
131

  
132
=== [Performance]
133

  
134
* Defect #43742: Missing #wrapper positioning may increase reflow cost
135
* Defect #43838: User mentions using the @login syntax cause performance issues when rendering content on instances with a large number of users.
136
* Feature #43957: Improve workflow update performance
137
* Feature #44194: Cache user mention autocomplete responses to reduce redundant requests
138
* Patch #43934: Optimize `Issue#visible_journals_with_index` preload to skip user email_address when Gravatar is disabled
139
* Patch #44190: Improve @mention performance by limiting initial suggestions
140

  
141
=== [Project settings]
142

  
143
* Feature #44013: Add links to groups in the project Settings > Members tab
144

  
145
=== [Projects]
146

  
147
* Feature #37480: CSV export of project memberships
148
* Feature #43818: Show warning for closed projects on all project pages not only on Overview
149

  
150
=== [REST API]
151

  
152
* Defect #44152: Custom Fields API does not return visible roles for custom fields other than issue custom fields
153
* Defect #44165: Basic authentication challenge is sent for API key authentication failures
154
* Feature #43569: Adds project to wiki page API response
155
* Feature #43938: Track last usage of API and Atom access keys
156
* Feature #44153: Include associated projects in issue custom fields API response
157

  
158
=== [Rails support]
159

  
160
* Feature #43205: Update to Rails 8
161

  
162
=== [Roadmap]
163

  
164
* Feature #39882: Highlight selected version on the Roadmap view
165

  
166
=== [Ruby support]
167

  
168
* Feature #43650: Ruby 4.0 support
169

  
170
=== [SCM]
171

  
172
* Defect #43965: "Previous" and "Next" links in changeset view do not match the changeset list order
173
* Patch #42762: Improve Git/Mercurial revision graph on the repository page
174

  
175
=== [Text formatting]
176

  
177
* Feature #42444: Allow use of the CSS text-decoration property in text formatting
178
* Feature #43950: Add support for pasting spreadsheet tables as CommonMark/Textile tables in wiki textareas
179
* Feature #44061: Support Tab/Shift+Tab indentation of selected textarea lines in CommonMark Markdown
180

  
181
=== [Third-party libraries]
182

  
183
* Patch #43845: Remove the Raphael.js dependency by switching to SVG API
184
* Patch #44018: Update Chart.js to 4.5.1 and migrate to ES Modules
185
* Patch #44038: Update Tabler Icons to v3.43.0
186

  
187
=== [Time tracking]
188

  
189
* Feature #15167: Hide unused Options section in spent time report
190
* Feature #43948: Allow 0:45h time span format input in the hours filter of TimeEntryQuery
191

  
192
=== [UI]
193

  
194
* Defect #25114: Context menu is mispositioned when `#content` is relatively positioned by themes
195
* Defect #43588: Right column in issue view uses splitcontentleft CSS class instead of splitcontentright
196
* Defect #43876: Text in select, input, and button is clipped due to fixed height when font size is increased
197
* Feature #31353: Replace user related links in the top menu bar with a proper user menu.
198
* Feature #34917: Use "Remove" instead of "Delete" for non-destructive unlink/removal action labels
199
* Feature #43256: Introduce Open Color to unify and standardize CSS colors
200
* Feature #43279: Simplify fieldset borders in issue edit form
201
* Feature #43381: Improve visibility of error message during file upload
202
* Feature #43390: Remove avatars-on / avatars-off classes from body element
203
* Feature #43506: Declare text direction on HTML element for better RTL/LTR styling support
204
* Feature #43515: Improve RTL layouts by removing rtl.css and integrating its overrides into application.css using CSS logical properties
205
* Feature #43563: Increase top padding of div#content to improve visual spacing and readability
206
* Feature #43575: Clean up box-like UI elements by adjusting borders and padding
207
* Feature #43658: Add "Color" to the list of default gravatar options
208
* Feature #43700: Improve RTL layout support by replacing physical CSS properties with logical ones in core CSS files
209
* Feature #43797: Show file-type icons instead of paperclip icons in attachment lists
210
* Feature #43805: Update file-type icons for additional MIME types
211
* Feature #43824: Improve usability and visual appearance by increasing page-side spacing
212
* Feature #43825: Preserve checkbox selection in user search dialogs
213
* Feature #43836: Unify spacing around section separators on issue details page
214
* Feature #43937: Redesign the header with a navigation bar and lighter visual weight
215
* Feature #43988: Align sidebar selected link color with the main menu indicator
216
* Feature #44071: Make context menu width flexible to avoid wrapping labels
217
* Patch #44111: Improve layout consistency of roadmap, news, and documents index pages
218

  
219
=== [Webhooks]
220

  
221
* Feature #29664: Webhook triggers in Redmine
222

  
223
=== [Wiki]
224

  
225
* Feature #43978: Export all Wiki pages as ZIP archive
226

  
7 227
== 2026-06-15 v6.1.3
8 228

  
9 229
=== [Code cleanup/refactoring]
    (1-1/1)