Linc
AdminLinc Admin
Options are papercuts.
Reactions
-
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: 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: Suggestion for improved search on the Vanilla forum (here)
I'll file it as an idea internally. I'd have to sit and have a think to know how feasible it is. I imagine it'd be similar to our permission filtering, after pulling from Sphinx's index. (View Post)1 -
Re: Vanilla now uses Composer
We don't have immediate plans to put Vanilla on Packagist, but we may in the future. Unfortunately it's not quite click-and-play to do so. (View Post)1 -
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