Search found 156 matches

by rxu
Mon Jun 26, 2023 8:38 am
Forum: [4.x] Discussion
Topic: Concept for dropping support for end of life DBMS
Replies: 3
Views: 14950

Re: Concept for dropping support for end of life DBMS

PostgreSQL 9.3 or above I'd rather go with PostgreSQL 9.4 or above as 9.4 has differences in syntax, f.e. supports Empty SELECT lists and probably other things. What is more important that Doctrine used in phpBB 4.0 only supports PG 9.4+ 8-) MariaDB 5.5 or above 10.2 (10.2.7 GA) and above for the s...
by rxu
Wed Dec 22, 2021 3:31 pm
Forum: [4.x] Discussion
Topic: Using phpBB4 dev on a live board
Replies: 12
Views: 44590

Re: Using phpBB4 dev on a live board

This patch https://github.com/phpbb/phpbb/pull/6350 should fix installing extensions stuff.
by rxu
Sun Dec 05, 2021 4:26 pm
Forum: [4.x] Discussion
Topic: phpbb 4
Replies: 51
Views: 589910

Re: phpbb 4

This very board is phpBB4-dev live.
by rxu
Sat Nov 06, 2021 4:30 pm
Forum: [4.x] Discussion
Topic: phpBB4 demo?
Replies: 13
Views: 83198

Re: phpBB4 demo?

TBH, I think phpBB4 could be released with the current (more or less) Prosilver. Chameleon-based style, if ready during phpBB 4 times, could be attached later with some minor 4.x release (or even mark it 4.1 because of that if needed). 4.x needs some more work currently, mostly important as for me a...
by rxu
Sun Oct 10, 2021 1:34 pm
Forum: [4.x] Discussion
Topic: phpBB 4.0 support for Bootstrap 5
Replies: 15
Views: 51683

Re: phpBB 4.0 support for Bootstrap 5

Noone restricts style developers to Chameleon framework. If there're people who wants to create bootstrap-based phpBB style, they're free to create pull request and do that right now. But there're no such people around, so the conclusion about "more people could participate in the bootstrap&quo...
by rxu
Sun Oct 10, 2021 12:33 pm
Forum: [4.x] Discussion
Topic: phpBB 4.0 support for Bootstrap 5
Replies: 15
Views: 51683

Re: phpBB 4.0 support for Bootstrap 5

This poll is pretty useless because there're no frontend developers standing at the start line and waiting for the poll results to go implementing them asap. There's only 1 phpBB frontend developer who's implementing what he thinks right and he's not going to do what the poll will say. So, anyone is...
by rxu
Fri Aug 27, 2021 3:25 pm
Forum: [4.x] Style Development
Topic: simplification of registration - prosilver
Replies: 31
Views: 107226

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: 107226

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: 44926

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: 91557

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.