Linc
AdminLinc Admin
Options are papercuts.
Reactions
-
Re: Roadmap for 2.3 and 2.4
It has begun. https://github.com/vanilla/vanilla/tree/release/2.3 And @x00 's reCAPTCHA upgrade slipped in at the last moment. (View Post)7 -
Re: PHP(?) question
UserModel didn't use to have a static instance you could grab, so most of the time it's legacy code when we instantiate. However, our models do get polluted, so it could also be done to make sure you… (View Post)5 -
Re: Two Questions - Username and Terms of Use
Is there a way to allow spaces in user names? If you have Unicode regex support, set this in your config: $Configuration['Garden']['User']['ValidationRegex'] = '\p{N}\p{L}\p{M}\p{Pc} '; Note the spac… (View Post)5 -
Re: Roadmap for 2.3 and 2.4
Here's the latest word / summary on 2.3 & 2.4 plans: * 2.3 will be PHP 7.0 compatible. * I'd like to fork for a first beta release in the next 2-4 weeks. * HTML emails is in for 2.3. * Spoilers a… (View Post)8 -
Re: Upload New Addon, Github is required
We may, but I'd rather we have some better integration with GitHub first. (View Post)2