Linc
AdminLinc Admin
Options are papercuts.
Reactions
-
Re: Default SomeModel::GetSomething() behaviour
Yeah, and in many situations you will find that it's not necessarily that we're espousing this to be the One True Way, it's just the way we chose and now we're sticking with it. :) (View Post)2 -
Re: Vanilla Open Source vs. Vanilla Cloud Feature List?
@FerrariSteve The differences between open source & cloud features - whereby I assume you mean "extra widgets and functionality for forum users" - are all plugin-based. Cloud adds thing… (View Post)10 -
Re: Finding Translation Candidates, Configs, and Fired Events
Pure speculation: This may, in part, be an artifact of having all-version locales. Our locales are for 2.0.18, 2.1, and 2.2, which of course will have some differences. (View Post)1 -
Re: One for the Vanilla Team - Is there a way to "drive" Vanilla from a CLI?
Oh, that's true. It seems like querying from the __construct() would be a bad idea / performance thing anyway. (View Post)1 -
Re: One for the Vanilla Team - Is there a way to "drive" Vanilla from a CLI?
A well-constructed plugin should have any database changes within the Structure() method, which can be triggered by a call to /utility/update, bypassing the need to manually enable each plugin. I mig… (View Post)2