@Mark, to be clear, is the RC branch in Git ready for testing - or are you still modifying that to get to the RC status and then will merge that back into the main branch. *confused* :)
Note: I think the performance gains are coming from Google delivering the files to you Gzipped. I'm sure you could configure your server to do this to, however you don't do this on the Vanilla site - nor is it "setup" this way out of the box (serv…
Test 1: Loading jQuery using Google.Load()
http://mikeburrelljr.com/jquery-test/test1.html
Results: 4 requests (29KB) 192ms
GET test1.html (619B) 51ms
GET stats?r0=el%7Cjquery&nc=1263605450438_5992 (43B) 47ms
GET jsapi (5KB) 64ms
GET jquery.…
We use it in our web applications at work, and have been happy with it. Here's a random blog I found outlining some perceived benefits: http://encosia.com/2008/12/10/3-reasons-why-you-should-let-google-host-jquery-for-you/
In my mind, the biggest…
@MichaelAnthony - I think that adds a layer of unnecessary confusion. From a marketing standpoint, adding "Garden" to the mix seems like a lot of extra effort with no real payoff. People are already familiar with the name Vanilla... Which is less…
Purely academic curiosity - and after sleeping on it, I think it's probably overkill. I do, however, look forward to peeking at your code when your clients decide to leave you alone ;)
Lincoln, I think this would be an excellent addition to Vanilla 2! Have you had a chance to work on such code?
I'm scratching my head, wondering if tags need to relate to multiple categories - ie:
// Construct the tag table.
$Structure->Table…
Regarding 1) I've been able to inject additional display onto the entry page, but only ever before or after the main content is loaded via:
[code]
class FacebookConnectPlugin implements Gdn_IPlugin {
public function EntryController_Render_Before…