Todd
Vanilla StaffTodd Vanilla Staff
Reactions
-
Re: Moving from GPL to MIT, BSD or LGPL, etc
I think for a pure framework MIT is fine. Vanilla is a framework and and application, but really an application first and foremost. For that I think GPLv2 is the best. We must demand some contributio… (View Post)1 -
Re: Food for thought pertaining to plugin modifications. Developers Please give your thoughts!
Really the best thing to do would be the following: * @peregrine creates the plugin in his own github repo. * @Walawov forks that plugin and modifies it. * @Walawov submits a pull request back to @pe… (View Post)3 -
Re: Food for thought pertaining to plugin modifications. Developers Please give your thoughts!
We did speak to lawyers and open source experts when choosing our license, but we made the decision to go with GPLv2 on our own. We don't think that MIT is a good license for Vanilla because we don't… (View Post)1 -
Re: Captcha not working.
If you don't enter the public/private keys exactly right then you will get this error. One thing to note is that you may be switching the public key for the private key when you enter it. (View Post)1 -
Re: Long response time
That query is not a slow query. The reason why it's slow is that the database is overloaded and the queries are stacking up. With that query you have the one of the following problems: * You have a b… (View Post)1