Commit Graph

22356 Commits

Author SHA1 Message Date
Geoff Schmidt
7b04b0c1c3 factor out renderToRange 2012-08-04 08:33:50 -07:00
Geoff Schmidt
7598ce85a4 second refactoring of isolate. tests pass.
this version once again puts HTML in the initial string for greater
clarity and efficiency.
2012-08-04 08:24:45 -07:00
Geoff Schmidt
bc54cecb9e refactor isolate to simplify.
breaks an order-sensitive test, others pass.
2012-08-04 08:12:08 -07:00
Geoff Schmidt
1483cc3b51 completely remove liveui. all tests pass. 2012-08-03 23:30:15 -07:00
David Greenspan
a59a6ca0fe fix multiple landmark rendered callbacks 2012-08-03 22:05:51 -07:00
Nick Martin
0397945fd8 Add hack in livedata_connection to support knowing when all data is received on all connections. 2012-08-03 22:00:25 -07:00
David Greenspan
8396a37303 landmark preservation totally works 2012-08-03 21:29:56 -07:00
Nick Martin
07c703270c Use subscription readiness instead of timeout.
This only looks at default_connection, though, which isn't good. May need to patch livedata.
2012-08-03 20:59:38 -07:00
Nick Martin
33d53847c0 Make todos spiderable. 2012-08-03 19:49:05 -07:00
Nick Martin
24c2fe9d7f Add timeout so requests can't take forever. 2012-08-03 19:06:14 -07:00
Nick Martin
ee7fc09c16 Handle ? in query string better. 2012-08-03 18:12:59 -07:00
Nick Martin
81cb0239f0 Check for errors from phantomjs. 2012-08-03 18:11:25 -07:00
David Greenspan
5941cc425c clarified comment 2012-08-03 17:25:34 -07:00
Geoff Schmidt
5654f7be08 all spark tests pass (we want to write a few more) 2012-08-03 17:25:14 -07:00
Geoff Schmidt
c6ec5b1673 leaderboard and todos run on spark!! rough cut. 2012-08-03 12:53:03 -07:00
Geoff Schmidt
fb7410c8ec finish moving liveui tests to spark 2012-08-03 12:28:59 -07:00
Geoff Schmidt
2dcbe587c5 port over patcher tests from liveui 2012-08-03 12:19:02 -07:00
Geoff Schmidt
132459117b port over all liveui_tests. many pass, not all. 2012-08-03 12:13:30 -07:00
Geoff Schmidt
24ca801791 comments 2012-08-03 12:13:30 -07:00
Geoff Schmidt
66e3d6856d Meteor.renderList implementation. Untested. 2012-08-02 23:36:50 -07:00
Geoff Schmidt
9ea8c0d6e2 Spark.list implementation. Untested. 2012-08-02 23:17:25 -07:00
Nick Martin
7632dc0386 Avoid writing a tempfile by using '/dev/stdin'. Hacky, but functional. 2012-08-02 23:06:41 -07:00
Nick Martin
0d27fa40f2 Fix encoding. 2012-08-02 22:39:28 -07:00
Geoff Schmidt
a8e487be82 minor cleanup 2012-08-02 22:32:11 -07:00
Nick Martin
78c47533b5 Initial documentation. 2012-08-02 22:21:13 -07:00
Nick Martin
dc34cff990 add spiderable package 2012-08-02 22:21:13 -07:00
Geoff Schmidt
8ccf953e77 (cosmetic) change base64 alphabet 2012-08-02 21:15:01 -07:00
Geoff Schmidt
646e37dc37 test that landmarks properly update callbacks 2012-08-02 21:15:01 -07:00
David Greenspan
e5d0bad8dd tests and fix for constant:true 2012-08-02 20:44:29 -07:00
Nick Martin
a1e71d820f Server side of accounts.config.
Pass oauth error through to the client on login. This lets the developer handle failures.
2012-08-02 20:14:23 -07:00
David Greenspan
4f52054cd9 patching works in Spark! 2012-08-02 19:39:00 -07:00
Alex Seville
0f1816181c Tag mismatch in docs.html
h2/h1 tag mismatch in main-headline can be misinterpreted by browsers (i.e. Safari 5.0.4 will fail and display a blank page).
2012-08-02 17:57:02 -07:00
Geoff Schmidt
0ad6393fb2 test landmark matching 2012-08-02 17:31:40 -07:00
Geoff Schmidt
cccc420751 cosmetic changes 2012-08-02 16:26:33 -07:00
Geoff Schmidt
e213c9c3ba a basic landmark test passes 2012-08-02 15:58:32 -07:00
Geoff Schmidt
9499911fe1 Landmarks. No preservation yet. Not tested.
Existing tests pass.
2012-08-02 15:42:39 -07:00
Geoff Schmidt
65aef7c5a1 WIP landmarks 2012-08-02 15:28:17 -07:00
Geoff Schmidt
a1ec9b425e Unify/generalize GC paths 2012-08-02 15:27:03 -07:00
Geoff Schmidt
1535b43d36 Remove unnecessary notifyWatchers :) 2012-08-02 14:46:25 -07:00
Audrey Roy
05c50867de Added a link to the instructions for contributors 2012-08-02 12:14:04 -07:00
Geoff Schmidt
1805a0b136 Reorganize file (cosmetic) 2012-08-02 11:17:54 -07:00
David Greenspan
4fcd327668 attachEvents works! 2012-08-01 21:13:55 -07:00
David Greenspan
46238fd473 table fixes and tests 2012-08-01 18:34:32 -07:00
David Greenspan
9bcebc0fd2 attachEvents implemented (untested) 2012-08-01 17:17:25 -07:00
David Greenspan
95aa00f0f2 finish universal events clean-up 2012-08-01 15:08:49 -07:00
David Greenspan
d1a91876c7 more docs 2012-08-01 13:09:00 -07:00
David Greenspan
3b3567f86a tests, docs work 2012-08-01 11:45:07 -07:00
David Greenspan
57e851787b working universal-events 2012-07-30 18:58:00 -07:00
Geoff Schmidt
ee1fc4a6d7 implement _checkIECompliance (not tested) 2012-07-30 18:10:48 -07:00
Geoff Schmidt
8e61005f3e WIP - liveevents => universal-events package
not yet run or tested
2012-07-30 15:00:08 -07:00