Search found 160 matches

by rxu
Sun Apr 21, 2019 4:13 am
Forum: [3.x] Discussion
Topic: phpBB 3.2.6-RC1 released
Replies: 18
Views: 51551

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

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

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

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" part, we'll ...
by rxu
Fri Sep 15, 2017 2:10 pm
Forum: [4.x] Tickets Discussion
Topic: PHPBB3-15851 One click update
Replies: 24
Views: 178994

Re: PHPBB3-14518 One click update - proposal for 3.3

koraldon
AFAIK the work on this feature is not even started, so nobody can tell yet.
by rxu
Sat Apr 29, 2017 1:44 am
Forum: [3.x] Discussion
Topic: Question/Problem concerning default roles
Replies: 2
Views: 10503

Re: Question/Problem concerning default roles

A role is just a set of existing permissions, which serves to help administrator job in adjusting users/groups/forums access. Deleting the role helps nothing and doesn't delete any actual permissions.
Editing predefined roles is perfectly fine but I also don't see why there's an option to delete ...
by rxu
Sun Mar 12, 2017 8:35 am
Forum: [3.x] Discussion
Topic: [RFC][3.3.x] Supported PHP versions
Replies: 31
Views: 132530

Re: [RFC][3.3.x] Supported PHP versions

Was any choice made so far? :)
by rxu
Sun Feb 19, 2017 2:36 pm
Forum: [3.2/Rhea] Merged RFCs
Topic: [RFC] Integrate s9e\TextFormatter
Replies: 168
Views: 447136

Re: [RFC] Integrate s9e\TextFormatter

Thanks. There's a lot of things we still don't know about that stuff.
var bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[url]','[/url]', '[size=]','[/size]'<!-- BEGIN custom_tags -->, {custom_tags.BBCODE ...
by rxu
Sun Feb 19, 2017 12:30 pm
Forum: [3.2/Rhea] Merged RFCs
Topic: [RFC] Integrate s9e\TextFormatter
Replies: 168
Views: 447136

Re: [RFC] Integrate s9e\TextFormatter

If you try to put the following text into the code bbcode tags:
var bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[url]','[/url]', '[size=]','[/size]'<!-- BEGIN custom_tags -->, {custom_tags.BBCODE_NAME ...