Search found 199 matches

by Marc
Thu Dec 26, 2019 10:20 am
Forum: [3.x] Discussion
Topic: phpBB 3.2.9-RC1 released
Replies: 14
Views: 38919

phpBB 3.2.9-RC1 released


Notable Improvements
Improved fallback on invalid styles data
Extended emoji support

Notable Bug Fixes
Improper chunk size calculation during upload
Issues with default config files



The packages can be downloaded from our package archive . Please test the packages to extent, so we ...
by Marc
Sat Dec 21, 2019 9:17 pm
Forum: [3.x] Discussion
Topic: phpBB 3.3.0-RC1 released
Replies: 33
Views: 92132

phpBB 3.3.0-RC1 released


Notable Changes
Further stability improvements
Refactored session cleanup
New SVG version of phpBB logo

Notable Bug Fixes
Cron tasks not running on some Apache servers
Multiple issues with sample config files



The packages can be downloaded from our package archive and the Area51 ...
by Marc
Sat Nov 23, 2019 1:20 pm
Forum: [3.x] Discussion
Topic: phpBB 3.3.0-b2 released
Replies: 24
Views: 86241

phpBB 3.3.0-b2 released


Notable Changes
Refactored oAuth implementation
Live Member search with improved UX
Cleaned up old compat methods
Removed user_email_hash functionality

Notable Bug Fixes
Issues in oAuth that required a refactor
Installing extensions via CLI



The packages can be downloaded from our ...
by Marc
Fri Oct 25, 2019 7:18 am
Forum: [3.x] Discussion
Topic: phpBB 3.3.0-b1 released
Replies: 47
Views: 370047

Re: phpBB 3.3.0-b1 released

phpBB 3.3 will be a minor release that mostly focuses on having phpBB compatible with the latest PHP versions. Features like the extensions catalog and user mentions will be included in 4.0.
by Marc
Thu Oct 24, 2019 5:25 am
Forum: [3.x] Discussion
Topic: phpBB 3.3.0-b1 released
Replies: 47
Views: 370047

Re: phpBB 3.3.0-b1 released

This board is running the latest master branch and therefore contains some changes that will not be part of phpBB 3.3.
by Marc
Wed Oct 23, 2019 7:22 pm
Forum: [3.x] Discussion
Topic: DocBlocks
Replies: 15
Views: 45954

Re: DocBlocks

I'm also for the gap to separate different types.

@3Di: The @access specifier is still a legacy from the old days when this couldn't be properly defined and is no longer needed (and therefore should also no longer be used).
by Marc
Wed Oct 23, 2019 6:52 pm
Forum: [3.x] Discussion
Topic: phpBB 3.3.0-b1 released
Replies: 47
Views: 370047

phpBB 3.3.0-b1 released

Release highlights


New Features
PHP 7.3 compatibility - phpBB 3.3.0 is PHP 7.3 compatible and also on track for being compatible with PHP 7.4
Invisible reCAPTCHA - Invisible reCAPTCHA is supported by default
Argon2i and Argon2id password hashing - Argon2i (on PHP 7.2) and Argon2id (PHP ...
by Marc
Sun Oct 20, 2019 1:23 pm
Forum: [3.x] Tickets Discussion
Topic: [PHPBB3-16186] puppeteer as alternative to facebook php-webdriver
Replies: 2
Views: 15219

Re: [PHPBB3-16186] puppeteer as alternative to facebook php-webdriver

We've been having a lot of issues with the UI tests timing out rather often. There are currently only 2 UI tests that are used to test simple JS functionality.
As we'll employ nodejs for various parts of the new style, we're already looking at needing node to develop for 4.x. Therefore, one of the ...
by Marc
Sun Sep 08, 2019 11:01 am
Forum: [3.x] Discussion
Topic: Read-only event variables
Replies: 6
Views: 27925

Re: Read-only event variables

I think we've done this before in some places by having a copy of certain variables that is then later unset and not used. I think it's a good idea to have this possibility and to be able to use it where needed.
The bigger question to me is how to implement this functionality to support an easy and ...
by Marc
Mon Aug 19, 2019 8:24 am
Forum: [3.x] Discussion
Topic: phpBB 3.2.8-RC1 released
Replies: 9
Views: 21606

Re: phpBB 3.2.8-RC1 released

And first post has been updated. ;)