Search found 894 matches

by MichaelC
Sat Aug 16, 2014 9:48 pm
Forum: [3.x] Discussion
Topic: Which version of phpBB does this forum run now?
Replies: 10
Views: 37996

Re: Which version of phpBB does this forum run now?

Of sorts, it is slightly more recent than that - Area51 is regularly updated with the latest development build of phpBB 3.1.

You can see the repo it runs off here
by MichaelC
Fri Aug 15, 2014 12:04 am
Forum: General Development Discussion
Topic: PRs and WIP label
Replies: 16
Views: 80347

Re: PRs and WIP label

VSE wrote:One side effect. When subscribed to a pr you may get an email when a set WIP comment is made.
The other side to that is you also get an email when !unset WIP is run so you know the author has made changes/fixed something and it's ready for review.
by MichaelC
Mon Aug 11, 2014 10:36 am
Forum: General Development Discussion
Topic: PRs and WIP label
Replies: 16
Views: 80347

Re: PRs and WIP label

VSE wrote:Can we also have !set EVENT to add the Event label to event PRs?
Should work due to https://github.com/phpbb/dev-hooks/pull/2
by MichaelC
Tue Aug 05, 2014 12:20 am
Forum: General Development Discussion
Topic: JIRA needs better integration with phpbb.com
Replies: 17
Views: 25390

Re: JIRA needs better integration with phpbb.com

What's wrong with JIRA can't login and captcha doesn't work also. We are investigating this now. In future you can report this sort of thing by emailing website [at] phpbb [dot] com as the response would be swifter. :) EDIT: This should now be resolved. If you have any further problems post here or...
by MichaelC
Fri Jul 25, 2014 9:32 pm
Forum: [3.x] Discussion
Topic: Will 3.1 be handling it's own 404 pages?
Replies: 12
Views: 28663

Re: Will 3.1 be handling it's own 404 pages?

Pete77s wrote:Thing is, it happens with files that have not-a-thing to do with phpbb software. Gonna wait a bit longer maybe it'll get taken are of down eh road, but thanks I'll look into that link you put up.
All urls that don't hit a file match app.php which then sends responses.
by MichaelC
Thu Jul 24, 2014 10:48 pm
Forum: [3.x][Archive] RFCs
Topic: FAQ Manager
Replies: 45
Views: 89595

Re: [RFC] FAQ Manager

I don't really think that many people would benefit from this. Nobody reads the FAQ, anyway. :P Better as an extension, in my opinion. Was just thinking same. Pretty useless and many other things could be worked on "much more useful". Who the heck reads FAQ on a forum unless your seriousl...
by MichaelC
Thu Jul 24, 2014 9:58 pm
Forum: [3.x] Discussion
Topic: Will 3.1 be handling it's own 404 pages?
Replies: 12
Views: 28663

Re: Will 3.1 be handling it's own 404 pages?

All urls that don't hit a file match app.php which then sends responses. I guess we should add a controller/page for 404 handling, if not an extension could do it. See http://symfony.com/doc/current/components/http_kernel/introduction.html#handling-exceptions-the-kernel-exception-event for how or cr...
by MichaelC
Wed Jul 23, 2014 9:17 pm
Forum: [3.x][Archive] RFCs
Topic: FAQ Manager
Replies: 45
Views: 89595

Re: FAQ Manager

Might be a long shot, but here goes. If we are getting an official phpBB extension at some point between 3.1 and 3.2 which handles custom pages , we might be able to integrate it into the core for 3.2. Then we might be able to do away with faq.php altogether, and just have a predefined FAQ page for...
by MichaelC
Sat Jul 19, 2014 9:31 pm
Forum: [3.x] Discussion
Topic: Auto replace EN language
Replies: 9
Views: 12476

Re: Auto replace EN language

M.Gaetan89 wrote:And if english is not installed ?
Then use current behaviour....
by MichaelC
Thu Jul 17, 2014 11:48 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] Template Modify/Replace by Extensions
Replies: 9
Views: 42831

Re: [RFC] Template Modify/Replace by Extensions

This can be done in the phpBB already by using events to insert conditionals.