540 Commits

Author SHA1 Message Date
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
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
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
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
Nick Martin
dc34cff990 add spiderable package 2012-08-02 22:21:13 -07:00
Nick Martin
3fdac8ba32 A little extra safety belt, in case we're not loaded from app.html. 2012-07-16 12:28:26 -07:00
David Greenspan
9cea9aa205 stop[Immediate]Propagation tests 2012-07-13 13:00:12 -07:00
joshrtay
deba0fb0f0 fix stopImmediatePropagation (close #205) 2012-07-13 13:00:12 -07:00
David Greenspan
c3ecb78a9c mouseenter/leave impl tweaks; close #224 close #198 2012-07-12 16:57:09 -07:00
Andrew
75696a8d78 fixed mouseenter/mouseleave 2012-07-12 16:57:09 -07:00
David Greenspan
fb3ccd732c fix tests in IE 9-10 2012-07-12 16:08:12 -07:00
Nick Martin
564b292974 Fix Meteor._debug on IE8,9 2012-07-11 23:03:26 -07:00
Nick Martin
26136a22a4 Fallback to jsonp-polling in IE when going cross scheme.
https://github.com/sockjs/sockjs-client/issues/79
2012-07-11 21:19:15 -07:00
David Greenspan
cd3ca61ec3 ignore extra block helper args as intended 2012-07-11 20:50:36 -07:00
David Greenspan
9d3161f3fb Handlebars: allow getters/helpers in args, fix hashes 2012-07-11 14:41:12 -07:00
David Greenspan
ae55d9dd11 event data comes from currentTarget, not target 2012-07-09 19:33:25 -07:00
Trevor Burnham
b2667bd5a9 Adding support for Nib to the Stylus package 2012-07-09 17:02:01 -07:00
Trevor Burnham
6081f174c2 Updating Stylus to version 0.27.1 (includes API changes) 2012-07-09 17:02:01 -07:00
David Greenspan
680220ecdf protect iframe.src in patching 2012-07-06 16:56:49 -07:00
Nick Martin
801626695c Clarify and comment logic around which pages are OK. 2012-06-27 17:35:24 -07:00
Nick Martin
e059442a7f Add package to make app redirect to https. 2012-06-26 15:15:21 -07:00
Nick Martin
a248f0ff28 Allowing passing in a default DDP endpoint as an environment variable. 2012-06-26 15:14:30 -07:00
Nick Martin
62ec81afda Upgrade bootstrap to 2.0.4. Fixes #173. 2012-06-19 18:40:49 -07:00
Nick Martin
1f5726c478 Give a more useful error message when we can't connect to mongodb. Fixes #184. 2012-06-19 18:06:07 -07:00
David Greenspan
bdc9ad6f31 throw error if Backbone.History is called on server; fixes #191 2012-06-19 12:53:52 -07:00
Avital Oliver
9d52461b67 minimingo: Fix exception when matching non-arrays using $all
Fixes https://github.com/meteor/meteor/issues/183
2012-06-19 12:37:26 -07:00
David Greenspan
2e2ea18522 handlebars: set this appropriately when calling methods 2012-06-18 18:34:01 -07:00
David Greenspan
ce6c48144b handlebars: don't consider helpers in {{this.foo}} 2012-06-18 14:30:11 -07:00
David Greenspan
c935b918a1 fix test for IE 2012-06-18 13:42:10 -07:00
David Greenspan
d4c4c8216c another test case 2012-06-18 13:33:34 -07:00
David Greenspan
cab4054eb9 close iframe tag in tests 2012-06-18 13:33:15 -07:00
David Greenspan
210d7e5b4b LiveRange fix; _rangeToHtml; more tests 2012-06-18 13:30:45 -07:00
David Greenspan
021cca9ca3 Handlebars: allow dots on helpers, methods, and undefineds 2012-06-16 14:46:45 -07:00
Nick Martin
6049771204 Also clear heartbeat timer when we get data messages.
This fixes an issue with spurious connection closing.
2012-06-13 20:12:08 -07:00
David Greenspan
d08b53a93a tests: listChunk handlers, attach_secondary_events coverage 2012-06-12 14:17:31 -07:00
David Greenspan
cc15021f9d test listChunk query GC 2012-06-08 20:06:29 -07:00
David Greenspan
ba641f1e7a liveui test for unused chunk 2012-06-08 19:53:01 -07:00
David Greenspan
04b53bd64f more listChunk test coverage 2012-06-08 14:23:30 -07:00
Tom Coleman
e655492f70 Fix problem with content-type on POST requests (close #172) 2012-06-05 17:09:29 -07:00
David Greenspan
6a9e8f33cd comment 2012-06-05 16:52:23 -07:00
David Greenspan
80bef5ea9b allow semicolon in JSON Content-Type 2012-06-05 16:46:50 -07:00
David Greenspan
0dd3992c94 Make textareas behave like text fields in liveui 2012-06-05 16:13:46 -07:00
David Greenspan
5b0346b34c Remove Handlebars._escape & heuristic.
It made strings like "Escape < as &lt;" unrenderable.
2012-06-04 21:22:50 -07:00
David Greenspan
0dec81f85b support Handlebars.SafeString (#160) 2012-06-04 21:22:04 -07:00
David Greenspan
0e7f3c5223 Fix reactive radio buttons 2012-06-04 21:21:27 -07:00
David Greenspan
ed86eff718 scroll test page to top when done 2012-06-04 21:03:18 -07:00
Avital Oliver
949ea34a85 Log data that fails to be serialized on migration 2012-05-30 15:31:06 -07:00