Search found 1566 matches

by EXreaction
Sun May 18, 2014 9:19 pm
Forum: [3.x] Rejected RFCs
Topic: [RFC] Staggered Database Restore (like bigdump)
Replies: 18
Views: 60635

Re: [RFC] Staggered Database Restore (like bigdump)

FWIW, I'd also be all for removing the backup/restore entirely from phpBB; it's a large chunk code with no tests against it and who knows if it even works on anything besides MySQL...
by EXreaction
Sun May 18, 2014 9:17 pm
Forum: [3.x] Rejected RFCs
Topic: [RFC] Staggered Database Restore (like bigdump)
Replies: 18
Views: 60635

Re: [RFC] Staggered Database Restore (like bigdump)

Definitely will not happen for 3.1.

phpBB is not tool to do this with, the tools included with MySQL or whatever dbal you wish to use is much better than anything we could write.

If you do not want to or know how to restore it yourself, you host will do it for you (if they don't, they are not a ...
by EXreaction
Sun May 18, 2014 9:03 pm
Forum: [3.x] Discussion
Topic: [RFC] HTML markup cleaning
Replies: 10
Views: 14908

Re: HTML markup cleaning

I think it would definitely be good; but I think we still want to mostly support IE8, so keep that in mind for any changes.

If you start working on this, please do split the changes into multiple pull requests for different types of changes (e.g. one just for posting buttons). That will make it ...
by EXreaction
Wed May 14, 2014 10:28 pm
Forum: [3.x] Discussion
Topic: Post/Reply by Email - Integration With Email Lists
Replies: 57
Views: 112528

Re: Post/Reply by Email - Integration With Email Lists

I also think this would be a great feature to have and would use it all the time...however someone with time to do this needs to volunteer to do it...
by EXreaction
Wed May 14, 2014 10:25 pm
Forum: [3.x] Tickets Discussion
Topic: [RFC] Ability to @mention specific users in posts
Replies: 241
Views: 500237

Re: [RFC] Ability to @mention specific users in posts

The idea earlier was to use bbcodes for this, e.g. [mention]some user[/mention]. To make it "nice" like how everyone else does it, since we do not use a wysiwyg editor to hide those bbcodes, we would simple make a javascript listener for when someone types @[^\s] in the text area and then pop out a ...
by EXreaction
Tue May 06, 2014 10:37 pm
Forum: [3.x] Discussion
Topic: [RFC] Replace all implicit INNER JOIN with explicit INNER JOIN
Replies: 2
Views: 4694

Re: [RFC] Replace all implicit INNER JOIN with explicit INNER JOIN

That I feel would be even more confusing. Just create a new section for INNER JOIN.
by EXreaction
Sat May 03, 2014 1:33 pm
Forum: [3.x] Discussion
Topic: phpBB 3.1 Alpha3 Preview Release
Replies: 19
Views: 29660

Re: phpBB 3.1 Alpha3 Preview Release

Yes, it should be ;)
by EXreaction
Fri May 02, 2014 12:01 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] Hide forum (f) variable from topic url
Replies: 40
Views: 167336

Re: [RFC] Hide forum (f) variable from topic url

Seems reasonable to me to drop f= from the url.
by EXreaction
Sat Apr 26, 2014 1:26 pm
Forum: General Development Discussion
Topic: MVC for PHPBB4
Replies: 2
Views: 6302

Re: MVC for PHPBB4

A rewrite of phpBB is not being considered at this time.