Search found 156 matches

by rxu
Wed May 06, 2020 8:10 am
Forum: [4.x] Discussion
Topic: Passworded Forums Phpbb4
Replies: 15
Views: 65681

Re: Passworded Forums Phpbb4

Tend to agree with the previous post.
by rxu
Fri Jan 31, 2020 4:27 am
Forum: [3.x] Discussion
Topic: Control panel module system
Replies: 33
Views: 99480

Re: Control panel module system

- Remove the module installation: \phpbb\install\module\install_data\task\add_modules + But the issue here can be that add_modules seems to be needed to complete migrations (see below). Probably it should be replaced with a "dummy" task which don't actually install modules in the meantime...
by rxu
Fri Nov 29, 2019 1:46 pm
Forum: [3.x] Discussion
Topic: Control panel module system
Replies: 33
Views: 99480

Re: Control panel module system

To get the right direction :P what is the final CP concept now? Especially, how are parent/child modules being handled? :)
by rxu
Tue Aug 20, 2019 9:51 am
Forum: General Development Discussion
Topic: forum_id in posts table
Replies: 4
Views: 15488

Re: forum_id in posts table

Nope. post.forum_id and its topic.forum_id are identical. When the post's parent topic get moved to another forum, the posts's forum_ig get updated.
by rxu
Sun Aug 18, 2019 1:33 pm
Forum: General Development Discussion
Topic: forum_id in posts table
Replies: 4
Views: 15488

Re: forum_id in posts table

Post and its topic always have the same parent forum_id.
I guess that was made to make related SQL queries lighter.
by rxu
Sat May 18, 2019 7:05 pm
Forum: [3.x] Discussion
Topic: Control panel module system
Replies: 33
Views: 99480

Re: Control panel module system

Just for the note: afaik this is the Symfony 3.3+ feature so can be suitable for phpBB 3.3+ only :)
by rxu
Sun Apr 21, 2019 4:13 am
Forum: [3.x] Discussion
Topic: phpBB 3.2.6-RC1 released
Replies: 18
Views: 50277

Re: phpBB 3.2.6-RC1 released

core.acp_storage_load event from 3.3.0-a1 got caught in the list in release highlights.
by rxu
Sun Jan 07, 2018 6:05 pm
Forum: [3.x] Discussion
Topic: What's the Fix for PHP 7.2 Count() Issue?
Replies: 10
Views: 45507

Re: What's the Fix for PHP 7.2 Count() Issue?

Things getting changed though ;)
by rxu
Fri Dec 29, 2017 5:46 pm
Forum: [3.x] Discussion
Topic: What's the Fix for PHP 7.2 Count() Issue?
Replies: 10
Views: 45507

Re: What's the Fix for PHP 7.2 Count() Issue?

Frank Rizzo wrote: Fri Dec 08, 2017 4:21 pm Can the fix be applied to 3.2?
3.2.x won't support PHP 7.2+ for technical reasons, so the answer is no, it can't.
by rxu
Mon Oct 02, 2017 3:01 am
Forum: [3.x] Discussion
Topic: ACP UX Improvements
Replies: 36
Views: 179295

Re: ACP UX Improvements

As for splitting/merging ACP style. I think that this was done to simplify the "main" style develpmnet and support as well as custom styles development. Also, as ACP is more technical than users area, I guess it was enough to be minimalistic as it is. If we merge ACP style into "main&...