Search found 1566 matches

by EXreaction
Thu Aug 14, 2014 11:09 pm
Forum: General Development Discussion
Topic: Core vs. Extensions
Replies: 26
Views: 69608

Re: Core vs. Extensions

You have the resources to maintain these features in the core, but not as extensions? :S We do not have the resources to pull the given features out of their tight integration in the core and move them into extensions. Doing so would mean a significant amount of work in that alone, but also in refa...
by EXreaction
Wed Aug 13, 2014 11:48 pm
Forum: [3.x] Discussion
Topic: Releasing 3.1.0-RC3
Replies: 42
Views: 87336

Re: Releasing 3.1.0-RC3

I think the Purge/delete data arrow is backwards :)
by EXreaction
Wed Aug 13, 2014 11:46 pm
Forum: General Development Discussion
Topic: Core vs. Extensions
Replies: 26
Views: 69608

Re: Core vs. Extensions

I agree that in general, a more flexible and smaller core package is better and that we could really remove a lot and put them into extensions. The only issue is we're not properly positioned to maintain those extensions and I wouldn't be for removing features most of the time if they're not maintai...
by EXreaction
Mon Jul 28, 2014 10:45 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] Template Modify/Replace by Extensions
Replies: 9
Views: 42180

Re: [RFC] Template Modify/Replace by Extensions

Which code are you thinking may need total replacing or modification? For example, my ABBC3 bbcode extension, needs to completely replace the core's bbcode posting buttons template code with new template code. I had to do it using CSS instead, but that's not ideal as the old template code is still ...
by EXreaction
Wed Jul 23, 2014 12:37 am
Forum: General Development Discussion
Topic: What is the future of phpBB????
Replies: 93
Views: 188819

Re: What is the future of phpBB????

Speaking of CMS systems, we have a poll open for the next official extension for phpBB to be written by the Extension Development Team and "Pages" (will probably be similar to what WordPress does for pages) is an option. ;) https://www.phpbb.com/community/viewtopic.php?f=64&t=2252451 G...
by EXreaction
Wed Jul 23, 2014 12:25 am
Forum: [3.x][Archive] RFCs
Topic: [RFC] Template Modify/Replace by Extensions
Replies: 9
Views: 42180

Re: [RFC] Template Modify/Replace by Extensions

Which code are you thinking may need total replacing or modification?
by EXreaction
Wed Jul 23, 2014 12:21 am
Forum: [3.x] Tickets Discussion
Topic: [RFC] Ability to @mention specific users in posts
Replies: 241
Views: 475952

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

Unfortunately it's just not going to work for you then.
by EXreaction
Sat Jul 12, 2014 5:51 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] use date type DBMS field for type_date custom profile fields
Replies: 9
Views: 26708

Re: [RFC] use date type DBMS field for type_date custom profile fields

This may be a bad idea for DB compatibility. YYYY-MM-DD is the default for all AFAIK, but it may not necessarily be that way on the DB that the user is attempting to install phpBB. I think we would at least want some functionality added to the DBAL for handling dates if we do something like this (to...
by EXreaction
Fri Jun 20, 2014 12:13 pm
Forum: [3.x] Discussion
Topic: how to extract variables out of $template?
Replies: 9
Views: 23299

Re: how to extract variables out of $template?

alter_block_array is probably what you're looking for.
by EXreaction
Fri Jun 20, 2014 12:09 pm
Forum: [3.x] Discussion
Topic: Testing phpBB on new version of php
Replies: 5
Views: 13894

Re: Testing phpBB on new version of php

We already run all of our test suite against 5.6 and do not have any errors, but manual testing wouldn't hurt.