You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpBB/docs/CHANGELOG.html
+88Lines changed: 88 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ <h1>Changelog</h1>
50
50
<ol>
51
51
<li><a href="#changelog">Changelog</a>
52
52
<ul>
53
+
<li><a href="#v400a1">Changes since 4.0.0-a1</a></li>
53
54
<li><a href="#v33x">Changes since 3.3.x</a></li>
54
55
<li><a href="#v3316rc1">Changes since 3.3.16-RC1</a></li>
55
56
<li><a href="#v3315">Changes since 3.3.15</a></li>
@@ -178,6 +179,93 @@ <h1>Changelog</h1>
178
179
<div class="inner">
179
180
180
181
<div class="content">
182
+
<a name="v400a1"></a><h3>Changes since 4.0.0-a1</h3>
183
+
<h4>Bug</h4>
184
+
<ul>
185
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-15085">PHPBB-15085</a>] - HTTP authentication from feeds served via controller</li>
186
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17477">PHPBB-17477</a>] - Problem with Whois lookups returning incorrect information due to ARIN/RIPE changes</li>
187
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17552">PHPBB-17552</a>] - extensions.php lang file uses plural rule structure for different purpose</li>
188
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17553">PHPBB-17553</a>] - Remove jabber notification entries instead of trying to convert them</li>
189
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17554">PHPBB-17554</a>] - Feature tests for Extensions Catalog are making external HTTP calls</li>
190
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17557">PHPBB-17557</a>] - Error suppression is missing for migrating avatars in 4.0</li>
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17563">PHPBB-17563</a>] - CodeSniffer ruleset (PPSSE) not fully compatible with CS 4</li>
194
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17564">PHPBB-17564</a>] - Header profile contrast in navbar can result in hard to read username</li>
195
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17565">PHPBB-17565</a>] - Incorrect exporting PM as CSV for Excel</li>
196
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17567">PHPBB-17567</a>] - Page width exceeds the screen width in responsive mode</li>
197
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17569">PHPBB-17569</a>] - Responsive bug in footer navbar</li>
198
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17571">PHPBB-17571</a>] - pm inline attachment not showing</li>
199
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17573">PHPBB-17573</a>] - Allow to run phpunit in local again</li>
200
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17575">PHPBB-17575</a>] - Web Manifest scope path is likely invalid</li>
201
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17580">PHPBB-17580</a>] - Downloading files with a byte range of 8192 bytes causes fatal error</li>
202
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17581">PHPBB-17581</a>] - PHP warning on viewing a topic page with avatars as bot</li>
203
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17582">PHPBB-17582</a>] - Not working lang vars in acp_ext_list.html</li>
204
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17585">PHPBB-17585</a>] - Some extensions with modules can't be uninstalled</li>
205
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17589">PHPBB-17589</a>] - QA captcha appears on every other login attempt</li>
206
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17594">PHPBB-17594</a>] - Improved error handling of web push subscriber</li>
207
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17596">PHPBB-17596</a>] - Logout link in ACP does not work</li>
208
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17622">PHPBB-17622</a>] - Version helper may return update from newer branch</li>
209
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17624">PHPBB-17624</a>] - Datetime edge case tests fail when local timezone is ahead of UTC</li>
210
+
</ul>
211
+
<h4>Improvement</h4>
212
+
<ul>
213
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-13481">PHPBB-13481</a>] - Explain in ACP Attachment settings images get resized (at client-side)</li>
214
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-15007">PHPBB-15007</a>] - Add Restart link to installer</li>
215
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17447">PHPBB-17447</a>] - Attachments controller: Use BinaryFileResponse when adapter is local</li>
216
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17524">PHPBB-17524</a>] - Add possibility to use index key length in migrations</li>
217
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17536">PHPBB-17536</a>] - Add event to Edit forum in ACP to modify template</li>
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17570">PHPBB-17570</a>] - Replace an old CSS accessibility hack with a modern, recommended and W3C compliant method</li>
225
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17572">PHPBB-17572</a>] - meta apple-mobile-web-app-capable depreciated</li>
226
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17587">PHPBB-17587</a>] - Move mark notification read to controller</li>
227
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17588">PHPBB-17588</a>] - Move index page to controller</li>
228
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17590">PHPBB-17590</a>] - Use index.php as frontend controller</li>
229
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17592">PHPBB-17592</a>] - Translate "No match found!!!" if no mention entry was found</li>
230
+
<li>[<a href="https://tracker.phpbb.com/browse/PHPBB-17598">PHPBB-17598</a>] - Deny access to composer files in apache</li>
0 commit comments