Search found 160 matches

by rxu
Fri Aug 27, 2021 3:25 pm
Forum: [4.x] Style Development
Topic: simplification of registration - prosilver
Replies: 31
Views: 131478

Re: simplification of registration - prosilver

Makes sense. Is there a ticket for that?
by rxu
Fri Aug 27, 2021 2:01 pm
Forum: [4.x] Style Development
Topic: simplification of registration - prosilver
Replies: 31
Views: 131478

Re: simplification of registration - prosilver

Personally, I don't see how phpBB registration is more complex than the screenshots above.
by rxu
Sun Apr 18, 2021 3:07 am
Forum: [4.x] Discussion
Topic: new features
Replies: 13
Views: 48806

Re: new features

There's a pull request implementing instant update: https://github.com/phpbb/phpbb/pull/5978
by rxu
Wed Jan 13, 2021 4:47 pm
Forum: [4.x] Discussion
Topic: Doctrine DBAL prepared statement troubles
Replies: 20
Views: 110786

Re: Doctrine DBAL prepared statement troubles

CHItA wrote: Wed Jan 13, 2021 4:28 pm You don't have to change your SQL.
CHItA wrote: Tue Jan 12, 2021 8:19 pm The problem is that Doctrine drivers are not transparent, as in you cannot use the same SQL on all the drivers.
Then I just didn't manage to understand this statement.
by rxu
Wed Jan 13, 2021 3:35 pm
Forum: [4.x] Discussion
Topic: Doctrine DBAL prepared statement troubles
Replies: 20
Views: 110786

Re: Doctrine DBAL prepared statement troubles

As for the Oracle issue, I tried to fix all errors arised during tests on Github Actions and found out that phpBB's Oracle driver was actually never compatible with Oracle, at least it's not compatible with 11g (which is 13 years old), so apparently phpBB simply was never really Oracle-compatible ...
by rxu
Tue Nov 24, 2020 1:49 pm
Forum: [3.x] Discussion
Topic: Only show first post to guests
Replies: 2
Views: 9684

Re: Only show first post to guests

https://www.phpbb.com/customise/db/exte ... _to_guest/
I guess your screenshot is exactly from that contribution details.
by rxu
Sun Oct 25, 2020 3:19 pm
Forum: [3.x] Discussion
Topic: phpBB 3.3.2-RC1 released
Replies: 7
Views: 16596

Re: phpBB 3.3.2-RC1 released

I'd mention 2 notification fixes:
- [PHPBB3-16544] - topic_notify.txt is wrongly used for forum subscriptions -> splits new topics/new posts notifications for forum subscriptions,
- [PHPBB3-16208] - No option for email for "Notify me" when a reported post is dealt with -> fixes/adds notifications on ...
by rxu
Sat Jul 18, 2020 12:09 pm
Forum: [3.x] Discussion
Topic: phpBB 3.3.1-RC1 released
Replies: 73
Views: 398283

Re: phpBB 3.3.1-RC1 released

Tastenplayer wrote: Sat Jul 18, 2020 11:54 am But not this mixture!
There's no 4/5 icons mixture. All they are FA5. FA4 icon names just kept working by mapping to FA5 icons via css BC layer, but they aren't actually FA4.
by rxu
Sun Jul 12, 2020 7:52 am
Forum: [3.x] Discussion
Topic: phpBB 3.3.1-RC1 released
Replies: 73
Views: 398283

Re: phpBB 3.3.1-RC1 released

Kirk wrote: Sun Jul 12, 2020 7:30 am Some icons look blurred, you have to adjust a lot.
Thats most likely a browser cache.
by rxu
Wed Jul 08, 2020 12:19 pm
Forum: [3.x] Discussion
Topic: phpBB 3.2.10-RC2 released
Replies: 33
Views: 88831

Re: phpBB 3.2.10-RC2 released

So it should be ok on production. Also despite the function is deprecated it works as expected, so in common it doesn't mean that 3.2 is not PHP 7.2 compatible.