Linc
AdminLinc Admin
Options are papercuts.
Reactions
-
How the Vanilla dev staff decides important issues
inside joke background: the history of lord brackos (View Post)6 -
Re: jsConnect Doesn't work in chrome
You're probably using a callback argument, which makes it JSONP, which means you want a MIME type of application/javascript instead. You need to set this header differently on your jsConnect endpoint. (View Post)2 -
Re: How to Change my URLs from HTTP to HTTPS in Vanilla
You can drop forceSSL(); into a base_render_before() hook in a plugin or themehooks file. BUT, first add Garden.AllowSSL = true to your config. (View Post)2 -
Re: How to set up APC and Memcached caches for Vanilla?
I wrote some quick-and-dirty backend docs after reading this discussion: https://github.com/vanilla/vanilla-docs/blob/master/docs/developers/backend.html.md (View Post)4 -
Re: DiscussionModel, CategoriesController, and You in 2.1b1
Yup, that's over here: https://github.com/vanilla/vanilla/pull/3528 (View Post)1