Search found 1566 matches
- Sun May 18, 2014 9:19 pm
- Forum: [3.x] Rejected RFCs
- Topic: [RFC] Staggered Database Restore (like bigdump)
- Replies: 18
- Views: 39124
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...
- Sun May 18, 2014 9:17 pm
- Forum: [3.x] Rejected RFCs
- Topic: [RFC] Staggered Database Restore (like bigdump)
- Replies: 18
- Views: 39124
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 host...
- Sun May 18, 2014 9:03 pm
- Forum: [3.x] Discussion
- Topic: [RFC] HTML markup cleaning
- Replies: 10
- Views: 9375
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 much...
- Wed May 14, 2014 10:28 pm
- Forum: [3.x] Discussion
- Topic: Post/Reply by Email - Integration With Email Lists
- Replies: 57
- Views: 74541
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...
- Wed May 14, 2014 10:25 pm
- Forum: [3.x] Tickets Discussion
- Topic: [RFC] Ability to @mention specific users in posts
- Replies: 241
- Views: 296206
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 ...
- 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: 2975
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.
- Sat May 03, 2014 1:45 pm
- Forum: [3.x] Discussion
- Topic: [Define New Theme] 3. We need to use a pre-processor such as LESS or which ever is decided upon at least in development.
- Replies: 26
- Views: 30727
Re: [Define New Theme] 3. We need to use a pre-processor such as LESS or which ever is decided upon at least in developm
LESS is definitely helpful from my experience, I wouldn't want to make major project with a lot of CSS without it.
- Sat May 03, 2014 1:33 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.1 Alpha3 Preview Release
- Replies: 19
- Views: 18552
Re: phpBB 3.1 Alpha3 Preview Release
Yes, it should be 

- Fri May 02, 2014 12:01 pm
- Forum: [3.x][Archive] RFCs
- Topic: [RFC] Hide forum (f) variable from topic url
- Replies: 40
- Views: 105734
Re: [RFC] Hide forum (f) variable from topic url
Seems reasonable to me to drop f= from the url.
- Sat Apr 26, 2014 1:26 pm
- Forum: General Development Discussion
- Topic: MVC for PHPBB4
- Replies: 2
- Views: 4365
Re: MVC for PHPBB4
A rewrite of phpBB is not being considered at this time.