Search found 1177 matches

by naderman
Mon Apr 29, 2013 11:42 am
Forum: [3.x] Discussion
Topic: "Migration effectively installed"
Replies: 13
Views: 30657

Re: "Migration effectively installed"

The purpose of the function is to identify which migrations need to be recorded without running them.
by naderman
Mon Apr 29, 2013 11:39 am
Forum: [3.x][Archive] RFCs
Topic: Convert front-facing files to use the front controller
Replies: 13
Views: 28389

Re: Convert front-facing files to use the front controller

On the subject of slugs you should review the [RFC] Human Readable URLs topic.

Generally speaking +1 on the proposal, would certainly like to eliminate the duplicated code and multiple entry points we currently have.
by naderman
Sun Apr 28, 2013 10:45 am
Forum: General Development Discussion
Topic: Inside: a benchmark of phpBB's performance under simulated load
Replies: 16
Views: 32951

Re: Inside: a benchmark of phpBB's performance under simulated load

It would also be interesting to be able to compare memory use of 3.0 vs. 3.1 rather than just speed. This would end up being a rather useful tool if it would allow us to benchmark particular parts of phpBB before and after a pull request to identify potential problems, as well as identifying parts o...
by naderman
Sat Apr 27, 2013 11:46 pm
Forum: [3.x] Discussion
Topic: 3.1 feature freeze
Replies: 4
Views: 27682

Re: 3.1 feature freeze

I guess we can hold off on branching develop-ascraeus off until there is something we want to merge into develop but don't want to merge into 3.1.
by naderman
Sat Apr 27, 2013 11:40 pm
Forum: [3.x] Discussion
Topic: How to use enable_step() method in extensions
Replies: 5
Views: 4802

Re: How to use enable_step() method in extensions

Anything that's not in the composer.json will have to be checked manually by the extension once it gets installed, we can either add another method to the extension interface that allows ext.php to define some kind of check and/or implement the exception as you said. I'd probably opt for doing both.
by naderman
Sat Apr 27, 2013 8:23 pm
Forum: [3.x] Discussion
Topic: How to use enable_step() method in extensions
Replies: 5
Views: 4802

Re: How to use enable_step() method in extensions

enable_step is not meant to check dependencies and cancel the installation. I don't believe there is currently any mechanism for an extension to cancel installation.
by naderman
Wed Apr 24, 2013 5:23 pm
Forum: General Development Discussion
Topic: phpBB Session Backend Abstraction Proposal Draft
Replies: 8
Views: 14689

Re: phpBB Session Backend Abstraction Proposal Draft

I'm certainly in favour of having some storage backend which does persist sessions, so issues with the caching layer don't cause logouts. The main goal is to get away from having to write to the db on every request. So volatile information such as the last request time, could be kept in cache usuall...
by naderman
Mon Apr 22, 2013 9:28 pm
Forum: [3.x] Rejected RFCs
Topic: [RFC|Rejected] Comments on their own lines (coding guidelines)
Replies: 10
Views: 40344

Re: [RFC] Comments on their own lines (coding guidelines)

I think I'll move this to rejected as pretty much everyone was against having this as a general rule.
by naderman
Mon Apr 22, 2013 6:00 am
Forum: General Development Discussion
Topic: GSOC 2013 Aspirant
Replies: 4
Views: 5331

Re: GSOC 2013 Aspirant

For the record, the exact same page exists for 2013 and is prominently linked to at the top of the 2012 page: https://wiki.phpbb.com/GSoC/2013/Instructions#Start_Participating As for writing extensions, as explained on the ideas page there isn't much documentation available yet, as you will be one o...