Commit Graph

22356 Commits

Author SHA1 Message Date
Nick Martin
999d40af9a Style unsupported page. Still not great, but good enough for now. 2011-12-07 01:52:32 -08:00
Nick Martin
282346ee11 Serve a separate HTML page to unsupported browsers. Still needs styling. 2011-12-06 22:46:40 -08:00
Nick Martin
3db7ddf199 Merge branch 'refs/heads/bundle-update' 2011-12-06 21:20:46 -08:00
matt debergalis
59ab61227a README is now accurate. and we don't default to keepalives. 2011-12-06 16:25:13 -08:00
Nick Martin
b81ae24ec5 Bump bundle version number. 2011-12-05 23:38:58 -08:00
Nick Martin
b3c83c994a Bump versions of old packages. 2011-12-05 23:38:37 -08:00
Nick Martin
7fc593034f Add new packages. 2011-12-05 23:38:06 -08:00
Nick Martin
65ee4902a7 Update to Node 0.6.5. This now comes with npm, so we no longer need to build that separately. 2011-12-05 23:37:35 -08:00
Nick Martin
91a4a46ea1 Patch function does not reference any local variables. Move it outside of render() so it doesn't get recompiled every time. 2011-12-05 20:43:59 -08:00
Nick Martin
8438e0783a Work around to prevent infinite loop in IE8. 2011-12-05 20:43:25 -08:00
Nick Martin
d75c966666 Put 64-bit check back in for Linux. 2011-12-05 20:22:52 -08:00
Geoff Schmidt
01f2de7a9e cleaner error messages on Tiger. thanks Collin! 2011-12-04 12:22:42 -08:00
Geoff Schmidt
2966e9a031 support snow leopard in 32-bit kernel mode
(per Collin)
2011-12-04 10:48:21 -08:00
matt debergalis
e81b908fc7 move deploy upload into node, instead of calling curl 2011-12-02 18:44:51 -08:00
Nick Martin
1d4f97de34 Work around issue in IE8. 2011-12-01 21:29:33 -08:00
Nick Martin
a02f7a0137 Bump to version 0.0.39 2011-12-01 15:54:34 -08:00
Geoff Schmidt
aaa47bbc34 comment cleanups 2011-12-01 14:19:46 -08:00
Geoff Schmidt
555a448e2a restyle skel 2011-12-01 11:47:12 -08:00
matt debergalis
cfbb309272 shorten description 2011-12-01 11:31:25 -08:00
Nick Martin
f57b6e1bd6 Make keepalives opt-in, instead of on by default. Turn them on in dev mode. 2011-11-29 22:18:51 -08:00
Nick Martin
0cbc9650fb Bump to version 0.0.38 2011-11-29 21:26:27 -08:00
matt debergalis
eed2c3288e Merge branch 'master' of github.com:skybreak/skybreak 2011-11-29 20:54:01 -08:00
matt debergalis
9be7026cb7 send raw tarball for deploy 2011-11-29 20:52:52 -08:00
Nick Martin
3dc9e037d1 Make sure to resolve path passed in to bundle, since we switch working directories when we invoke tar. 2011-11-29 20:03:06 -08:00
Nick Martin
ceef60fad8 Bump to version 0.0.37 2011-11-29 19:06:24 -08:00
Geoff Schmidt
1df7d90049 allow sort, skip, limit in Sky.publish 2011-11-29 18:11:25 -08:00
Geoff Schmidt
63aa9ac5c7 wrong event data was passed to renderLive events 2011-11-29 18:11:25 -08:00
matt debergalis
a277dcdf26 don't output Modified message 2011-11-29 09:51:19 -08:00
Geoff Schmidt
948388a430 comment 2011-11-29 00:21:28 -08:00
Nick Martin
3a61d00268 Correct docs. 2011-11-28 22:27:16 -08:00
Nick Martin
4f245840d7 Do not include coffeescript by default. 2011-11-28 22:27:16 -08:00
Geoff Schmidt
f3ee05ac06 copyediting tweaks 2011-11-28 20:44:46 -08:00
Geoff Schmidt
a6b172e0aa comment 2011-11-28 20:44:46 -08:00
Nick Martin
bf61c47a0f Bump to version 0.0.36 2011-11-28 13:58:21 -08:00
Nick Martin
61ba3fdf36 Use our version of rm -rf, not wrench's. Wrench's follows symlinks poorly! 2011-11-28 13:56:41 -08:00
Nick Martin
a13ca9e2cc Bump to version 0.0.35 2011-11-28 01:53:30 -08:00
Nick Martin
7a299369b8 Bump to version 0.0.34 2011-11-28 01:35:34 -08:00
Geoff Schmidt
598337d505 a much simpler implementation of session 2011-11-26 23:19:50 -08:00
Geoff Schmidt
89b4263ec1 refactor Sky.deps for clarity 2011-11-26 22:49:42 -08:00
Geoff Schmidt
08f9e60d71 remove more _.template cruft 2011-11-26 03:46:05 -08:00
Geoff Schmidt
d2c3f52d9d Remove Sky.ui support for underscore templates 2011-11-26 03:22:04 -08:00
Geoff Schmidt
012abe536d rename subscriptions => autosubscribe 2011-11-26 02:11:44 -08:00
Geoff Schmidt
1f18d2802b comment 2011-11-26 00:41:40 -08:00
Geoff Schmidt
c814e34df8 make {{> foo bar}} shorthand actually work
(previously, you would get an error about a circular reference while
serializing JSON)
2011-11-25 23:59:57 -08:00
Geoff Schmidt
f58e659095 Remove support for template setup functions
(1) Fix bug that prevented {{#each this}} from working if current context
was an array

(2) Remove disgusting obj_ptr hack
2011-11-25 23:47:32 -08:00
Geoff Schmidt
760e6d5a9b use correct collection name on client 2011-11-24 15:25:57 -08:00
Geoff Schmidt
dc59c44942 simplify publish API for tp0 2011-11-24 15:18:22 -08:00
Nick Martin
a46c7f38c6 Bump to version 0.0.33 2011-11-21 17:15:45 -08:00
Nick Martin
4a47e39ac5 Stop skybreak outer process from crashing when the inner does. Not sure why this started being needed, but it fixes it. 2011-11-21 17:12:51 -08:00
Nick Martin
ec8eccfc65 Add amplify package. 2011-11-18 15:59:51 -08:00