
Search found 170 matches
- Mon Aug 19, 2019 8:24 am
- Forum: [3.x] Discussion
- Topic: phpBB 3.2.8-RC1 released
- Replies: 9
- Views: 10561
Re: phpBB 3.2.8-RC1 released
And first post has been updated. 

- Sun Aug 18, 2019 6:51 am
- Forum: [3.x] Discussion
- Topic: phpBB 3.2.8-RC1 released
- Replies: 9
- Views: 10561
Re: phpBB 3.2.8-RC1 released
Yes, I didn't get to updating those yet as I'm currently on the road. Will try to get to it in the next few days.
- Sat Aug 17, 2019 7:39 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.2.8-RC1 released
- Replies: 9
- Views: 10561
phpBB 3.2.8-RC1 released
Release highlights (will be updated soon) Improvements Group helper methods - New group helper methods have been added that will allow easy access to e.g. get a group's avatar Add Referrer-Policy header - phpBB will now output the Referrer-Policy header by default Notable changes Deny prosilver uni...
- Sun Aug 11, 2019 7:39 pm
- Forum: [3.x] Discussion
- Topic: Releasing 3.2.8
- Replies: 0
- Views: 5873
Releasing 3.2.8
ToDo List for 3.2.8:
https://gist.github.com/marc1706/74d499 ... 28afaf0271
https://gist.github.com/marc1706/74d499 ... 28afaf0271
- Sun Aug 11, 2019 7:34 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.2.7-RC1 released
- Replies: 10
- Views: 15582
Re: phpBB 3.2.7-RC1 released
Any new changes to prosilver should be using twig syntax. When we switch to the new style in 4.0 we will also start with directly using twig syntax.
- Fri May 03, 2019 9:04 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.2.7-RC1 released
- Replies: 10
- Views: 15582
phpBB 3.2.7-RC1 released
Release highlights Bug fixes Form token in login forms - Some login forms were missing form tokens and older styles did not support logging in Inability to change topic type - A missing event dispatcher caused an internal server error when changing topic types View PM folder broken - An incorrect P...
- Thu May 02, 2019 7:16 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.2.6 FORM_TOKEN on login
- Replies: 5
- Views: 9628
Re: phpBB 3.2.6 FORM_TOKEN on login
Thanks for your input. Yes, as you have already deducted, this was done as a security measure. I do however like your idea for option #3 and am currently testing an implementation of it.
- Sat Apr 20, 2019 10:12 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.2.6-RC1 released
- Replies: 18
- Views: 27684
phpBB 3.2.6-RC1 released
Release highlights Bug fixes Cookies for domains with special chars - Added support for cookies on domains with special characters Support Q&A plugin on MySQL 5.7 - An SQL query in the Q&A plugin failed to execute while using MySQL 5.7 Notable changes Update dependencies to latest versions - Update...
- Thu Feb 07, 2019 1:48 pm
- Forum: [3.x] Discussion
- Topic: [RFC][3.3.x] Supported PHP versions
- Replies: 31
- Views: 73168
Re: [RFC][3.3.x] Supported PHP versions
I guess I haven't posted much about it in this topic, but we've actually moved to PHP 7.1 as minimum in order to be able to support PHP 7.3 as well: https://github.com/phpbb/phpbb/blob/master/phpBB/composer.json#L28 Unfortunately, PHP 7.3 still has some issues that cause the test suite and some page...
- Thu Jan 10, 2019 8:39 am
- Forum: [3.x] Tickets Discussion
- Topic: [PHPBB3-15928] Remove support for downloading backups
- Replies: 18
- Views: 33950
Re: [PHPBB3-15928] Remove support for downloading backups
Correct, this is being done as further hardening of the ACP. While backups can still be created and restored, the downloading functionality will be removed to prevent the potential of unauthorized downloads of backups by admins. You will still be able to download the backups via FTP or other means o...