Nick Martin
931ed590cb
Bump to version 0.0.44
v0.0.44
2012-01-19 22:23:01 -08:00
Nick Martin
7daf9751cc
Bump to version 0.0.43
v0.0.43
2012-01-19 20:51:03 -08:00
Nick Martin
694e23275f
Revert "REVERT LATER use playpen."
...
This reverts commit e3b59aa2a1 .
2012-01-19 19:56:00 -08:00
Nick Martin
207464ba38
Revert "REVERT LATER push to separate remote."
...
This reverts commit 04a1f13509 .
2012-01-19 19:28:43 -08:00
Nick Martin
04a1f13509
REVERT LATER push to separate remote.
2012-01-18 21:39:50 -08:00
Nick Martin
3c860a7b8c
Revert "REVERT LATER. Change github URL."
...
This reverts commit 8a623d94cb .
2012-01-18 17:55:26 -08:00
Nick Martin
0e39cbe5be
Replace new occurances of Skybreak with Meteor.
2012-01-18 17:53:21 -08:00
Nick Martin
0d413ac1db
Take new master version of these files. Didn't happen quite right in the merge.
2012-01-18 17:45:07 -08:00
Nick Martin
459dac9cac
Merge branch 'master' into meteor
...
conflicts hand resolved. deftemplate and liveui reverted to master, will re-do later.
Conflicts:
admin/generate-dev-bundle.sh
admin/install-s3.sh
admin/manifest.json
app/meteor/deploy.js
app/meteor/meteor.js
examples/leaderboard/leaderboard.js
examples/unfinished/azrael/client/azrael.js
examples/unfinished/azrael/model.js
packages/liveui/liveui.js
packages/templating/deftemplate.js
packages/templating/html_scanner.js
tests/minimongo/test.html
2012-01-18 16:14:54 -08:00
Nick Martin
0b3419da79
Bump to version 0.0.42
2012-01-17 22:16:37 -08:00
Nick Martin
5312de215f
Actually allow IE6 and 7 like we promised.
2012-01-17 21:10:37 -08:00
Geoff Schmidt
dc2e377695
comment cleanups, remove unused function
2012-01-17 18:49:35 -08:00
Nick Martin
cdb50e3cd8
Work around weird IE8/underscore issue.
2012-01-17 18:05:48 -08:00
Nick Martin
410eab6f94
Remove spurious command line non-alias.
2012-01-17 17:36:26 -08:00
Geoff Schmidt
8cc4bc3aeb
Package JSON cleanly. minimongo test passes on IE7
2012-01-16 23:03:07 -08:00
Geoff Schmidt
7a61bc7933
we're already popular/good looking
2012-01-16 22:53:08 -08:00
Geoff Schmidt
f0ff237168
LiveRange tests pass on IE7!
...
When your app ships your own JSON.stringify, anyway.
2012-01-16 22:50:27 -08:00
Geoff Schmidt
8653639a2d
fix some IE7 issues
2012-01-16 22:12:49 -08:00
Geoff Schmidt
ee8f1c1e9b
Make liveui tests pass on IE8!
2012-01-16 20:44:32 -08:00
Geoff Schmidt
b1f06d68ed
full Sky.ui.render tests
2012-01-16 19:36:57 -08:00
Geoff Schmidt
8570a22671
deploy in debug mode
2012-01-16 19:36:56 -08:00
Geoff Schmidt
6b101f0778
fix IE8 bug
2012-01-16 19:36:56 -08:00
Geoff Schmidt
603a869e37
test #each + findLive calling renderList
2012-01-16 19:36:56 -08:00
Geoff Schmidt
fa783e8374
remove spurious log
2012-01-16 19:36:56 -08:00
Nick Martin
b4d7fb0617
Merge branch 'refs/heads/master' into performance
2012-01-13 18:37:36 -08:00
Nick Martin
0cb5acbd9e
Make new dev bundle live.
2012-01-13 18:36:58 -08:00
Geoff Schmidt
5479af11fe
fix bug that would give a blank screen on Safari
2012-01-13 21:33:20 -05:00
Nick Martin
1b9e00842b
Bump dev bundle version.
2012-01-13 16:40:29 -08:00
Nick Martin
5d6fb2af58
Patch for socket.io bug already fixed in master.
2012-01-13 16:38:28 -08:00
Geoff Schmidt
e16e0abaf3
more renderList tests
...
- reactivity/GC of renderlist item body
- items that render to multiple DOM nodes
2012-01-13 19:31:14 -05:00
Nick Martin
e7c23b0634
Update dependency versions.
2012-01-13 16:13:46 -08:00
Nick Martin
06a14e6ad9
Even more robustness to socket.io weirdness. This one should be fixed in socket.io master, but the extra safety belt doesn't hurt.
2012-01-13 15:20:12 -08:00
Nick Martin
75e387aaa0
Use nodeType===11 for cross-browser DocumentFragment test. Thanks David.
2012-01-13 14:00:02 -08:00
Geoff Schmidt
85742619d9
try_all_orders => try_all_permutations
...
use to test correct GC behavior of renderList
2012-01-13 16:07:46 -05:00
Geoff Schmidt
e24c97bd4b
remove debugging message
2012-01-13 14:50:43 -05:00
Geoff Schmidt
f30692f0d5
more renderList tests. improve renderList GC
2012-01-13 14:45:53 -05:00
Geoff Schmidt
cb5c1c3672
some more renderlist tests, using try_all_orders
2012-01-13 14:45:53 -05:00
Geoff Schmidt
50fe6de9f9
bugfix: default render_empty
2012-01-13 14:45:53 -05:00
Nick Martin
4891d1c956
Determining if an element is a Node is tricky too.
2012-01-12 21:05:05 -08:00
Nick Martin
a1c5623191
workaround DocumentFragment not being defined on IE8.
2012-01-12 19:21:00 -08:00
Nick Martin
73368ce348
Reapply fix lost in merge. 212cdd8b5.
2012-01-12 18:44:54 -08:00
Nick Martin
c37109eb1c
Merge remote branch 'refs/remotes/origin/master' into performance
...
Conflicts:
packages/deps/deps.js
2012-01-12 17:29:29 -08:00
Geoff Schmidt
827617e168
add new LiveRange creation mode
...
.. now you can create either the largest, or the smallest LiveRange that starts and ends on a given pair of nodes. has tests. leaderboard now works (under hand testing)
2012-01-12 01:53:31 -08:00
Geoff Schmidt
8b8d19bf3f
renderList implemented, not debugged. it has bugs.
2012-01-12 01:50:53 -08:00
Geoff Schmidt
d38e915438
make todos run again
2012-01-12 01:50:53 -08:00
Geoff Schmidt
0d72c2b6b2
WIP
2012-01-12 01:50:53 -08:00
David Greenspan
ef1233d4fb
minor typo-level fixes
2012-01-11 15:06:26 -08:00
Nick Martin
231aa7b81d
Add backwards compatibility package. Sky = Meteor.
2012-01-10 13:13:26 -08:00
Nick Martin
c5b5880cea
Be even more defensive to socket.io weirdness.
2012-01-09 22:46:31 -08:00
Nick Martin
a9f58deb93
Cleanup socket a little more aggressively. Hopefully fixes hanging connection bug.
2012-01-09 14:42:42 -08:00