Search found 1063 matches

by imkingdavid
Tue Nov 17, 2015 8:46 pm
Forum: General Development Discussion
Topic: phpBB 3.2 schedule
Replies: 12
Views: 59344

Re: phpBB 3.2 schedule

Allen42 wrote: Sun Nov 15, 2015 7:33 pm What is Symfony 2.8 for anyway?
Symfony is the 3rd party framework we've started using for a lot of low level components (routing, dependency injection, etc.). The 2.8 version is simply the next release, so they're wanting to keep it up to date.
by imkingdavid
Sat Sep 19, 2015 11:39 am
Forum: [3.x] Discussion
Topic: PHP requirement
Replies: 46
Views: 218970

Re: PHP requirement

I am all for bumping to PHP 5.4 or even 5.5. And hell if we're going to bump it to 5.5, why not just go ahead and bump to 5.6? PHP 5.3.0 was released in June 2009. Just more than 6 years ago. If a host can't be bothered to update in 6 years, they're not worth using. Sure, we should expect to have a ...
by imkingdavid
Sun Jun 14, 2015 2:36 pm
Forum: General Development Discussion
Topic: Slack
Replies: 13
Views: 38875

Re: Slack

I use Slack at work. Slack is basically another chat program but it allows integration with various third party services. For instance, my job uses Pivotal Tracker and has it integrated to push comments to a Slack channel any time a commit is pushed. You can also have direct messages to individual u...
by imkingdavid
Mon Oct 13, 2014 1:47 pm
Forum: [3.x] Tickets Discussion
Topic: [RFC] Ability to @mention specific users in posts
Replies: 241
Views: 476093

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

Just wanted to say, the username selection should not be limited to the users in friends and the users already in the topic. I'd assume that one major use of the feature would be to call other users to the topic, and restricting the allowed mentions to only a handful of users would make this feature...
by imkingdavid
Thu May 29, 2014 11:01 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] Moderation System
Replies: 6
Views: 24583

Re: [RFC] Moderation System

I don't believe this has been given any love, unfortunately. It's not a high priority, but if someone wanted to work on it, it could be available for 3.2.
by imkingdavid
Wed May 14, 2014 3:31 am
Forum: [3.x] Tickets Discussion
Topic: [RFC] Ability to @mention specific users in posts
Replies: 241
Views: 476093

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

How about using quotes for names that have spaces. So @"Hi Oh Great" would only match a user with the username Hi Oh Great and wouldn't match Hi or HI Oh . The quotes would be optional but if omitted it would assume the first valid username it finds. So if there is a user HI and a user Hi ...
by imkingdavid
Sat May 03, 2014 1:37 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC] Add user warning indication to viewtopic posts
Replies: 28
Views: 84121

Re: [RFC] Add user warning indication to viewtopic posts

PayBas wrote:We could do both. Add a class to the post container (without any styling included for proSilver), and add the line to the mini-profile.
I agree with this. It is best to give style authors the ability to use the class even if it is not used in the core style.
by imkingdavid
Tue Apr 22, 2014 4:37 am
Forum: [3.x][Archive] RFCs
Topic: [RFC] Create a new user account through the ACP
Replies: 40
Views: 116717

Re: [RFC] Create a new user account through the ACP

Unfortunately, I never got around to it. It's still on the table for 3.2+ but not for 3.1.
by imkingdavid
Mon Apr 21, 2014 4:15 am
Forum: [3.1/Ascraeus] Merged Event Requests
Topic: [Template] overall_header_before
Replies: 5
Views: 26612

Re: [Template] overall_header_before

Alright, moving to merged forum.
by imkingdavid
Sun Apr 20, 2014 5:21 am
Forum: [3.x][Archive] RFCs
Topic: Leave some space below titles?
Replies: 11
Views: 48434

Re: Leave some space below titles?

I don't care either way regarding the spacing, but I do agree we should probably add some classes. More classes in general will make it easier for style authors to create their styles that inherit a lot from prosilver; at the very least the CSS will be cleaner.