Search found 298 matches

by Nicofuma
Mon Feb 25, 2019 12:31 pm
Forum: [3.x] Discussion
Topic: Control panel module system
Replies: 33
Views: 96057

Re: Control panel module system

about the order and stuff like that, last time I discussed about it we kinda conclude it was easier to either not support ordering or only weight ordering (when you define a panel you give a weight to it between PHP_INT_MIN and PHP_INT_MAX. The greater the weight the higher in the list). This way it...
by Nicofuma
Sun Feb 11, 2018 10:35 pm
Forum: [3.x] Discussion
Topic: Security concern regarding CSP and phpBB
Replies: 4
Views: 17117

Re: Security concern regarding CSP and phpBB

Handling CSP in a software like phpBB while still allowing third party extensions and themes is really challenging. CSP is already hard when you control everything in the website, but with the extensions.... we would have to expose something to let the extension's and themes authors able to specify ...
by Nicofuma
Fri Sep 15, 2017 8:52 am
Forum: [3.x] Discussion
Topic: Subfolder system for attachments
Replies: 26
Views: 73184

Re: Subfolder system for attachments

It is solved if you use a cloud provider yes. But it also makes it easy to solve for the local storage: we can handle it completely in the local adapter. (Maybe with a fallback check for BC reasons)
by Nicofuma
Sun Jan 15, 2017 4:09 pm
Forum: [4.x] Tickets Discussion
Topic: PHPBB3-15851 One click update
Replies: 24
Views: 162248

PHPBB3-15851 One click update

Starting a new topic to start fresh There is a lot of issue with the current automatic updater and the current update process, so here are our proposal: Adds new update button in the ACP First step: upload a package and check it Download the appropriate update package from phpbb.com Download a signa...
by Nicofuma
Fri Jan 13, 2017 8:48 pm
Forum: [3.x] Discussion
Topic: [RFC][3.3.x] Supported PHP versions
Replies: 31
Views: 125306

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

Actually they are pretty fast at upgrading to 7.x because PHP 7.0 allow them to reduce their infrastructure costs. (it has been released last year while it took them years to make 5.6 available)
by Nicofuma
Wed Dec 21, 2016 12:40 pm
Forum: [3.x] Discussion
Topic: phpBB 3.2 language problems
Replies: 19
Views: 65598

Re: phpBB 3.2 language problems

1. Should be read as Name of the extension to check (if "all", checks all the extensions) the first all is the value to use and shouldn't be translated 2. yes, it is Run check command with using of cache 3. It is a bit more complex as the valid values are (iirc) stable, rc, beta, alpha, dev
by Nicofuma
Sat Sep 17, 2016 7:39 am
Forum: [3.x] Discussion
Topic: Adding foe reason?
Replies: 4
Views: 17266

Re: Adding foe reason?

Not really. The idea is indeed to move those things to extensions enabled by default but not in a near future. And in the meantime there is no reason for not improving those features
by Nicofuma
Mon Sep 12, 2016 6:01 am
Forum: General Development Discussion
Topic: Master Slave database support
Replies: 7
Views: 33745

Re: Master Slave database support

There is many ways of running a db cluster. Thats why I asked, to know what is your use case.
by Nicofuma
Sun Sep 11, 2016 9:38 am
Forum: General Development Discussion
Topic: Master Slave database support
Replies: 7
Views: 33745

Re: Master Slave database support

What do you mean exactly by master slave support?
by Nicofuma
Thu Sep 08, 2016 7:54 pm
Forum: [3.x] Tickets Discussion
Topic: [PHPBB3-14775] Enable Media Embedding in posts (via s9e TextFormatter)
Replies: 18
Views: 55584

Re: [PHPBB3-14775] Enable Media Embedding in posts (via s9e TextFormatter)

Actually a such feature is already in code review and ready to be tested/merged in 3.3