Avital Oliver
4f3d8151b6
Add /websocket endpoint.
2012-05-09 23:55:02 -07:00
David Greenspan
d0a1b43dc3
async_multi docs
2012-05-09 16:58:59 -07:00
matt debergalis
986ffbae49
Provide document ID to Meteor.Collection callback.
2012-05-09 11:38:26 -07:00
matt debergalis
f95082d519
semicolon
2012-05-08 15:39:14 -07:00
Nick Martin
4c8fb7e56e
Merge branch 'version-bump' into devel
2012-05-07 14:34:31 -07:00
Nick Martin
236e7a7dd7
Bump dev bundle version number.
2012-05-07 14:03:40 -07:00
Nick Martin
1fe02fd96a
Bump node version for security fix.
...
Also remove now obsolete npm version hackery.
2012-05-07 14:03:06 -07:00
Avital Oliver
cb5c8279d0
Update History.md to reflect new Meteor.connect API
2012-05-07 11:32:27 -07:00
matt debergalis
ee201b68d0
clean up set/unset text
2012-05-06 21:51:15 -07:00
matt debergalis
6cf6fab193
in publish, this.set() takes dictionary, not k and v.
2012-05-06 09:07:50 -07:00
matt debergalis
26cf9dce2b
fix unsupported.html message.
2012-05-05 14:39:07 -07:00
Nick Martin
d4129975c1
Add a changelog. Fixes #95 .
2012-05-03 20:58:58 -07:00
Nick Martin
ed28e8f403
Merge branch 'avital-nosockjs' into devel
2012-05-03 20:10:30 -07:00
Avital Oliver
944e2437f6
Refactor the conversion to a sockjs url
...
Instead of having it be in LivedataConnection, put it in
Stream. This means that LivedataConnection doesn't need to
know anything about sockjs (though for now it does since
we still support the old deprecated API)
2012-05-03 19:42:38 -07:00
Avital Oliver
24b4a14489
Make Meteor.connect(" https://subdomain.meteor.com ") not try to prepend "http://"
...
Also added tests for this case
2012-05-03 09:29:43 -07:00
Avital Oliver
fd01cf84e0
Hide sockjs URL endpoint from user of Meteor.connect
...
OLD: Meteor.connect("http://subdomain.meteor.com/sockjs ")
NEW: Meteor.connect("subdomain.meteor.com")
While at it, updated any references I could find to explicit sockjs URLs
2012-05-02 21:17:33 -07:00
phillc
25cb78e040
Typo in docs
2012-05-02 14:26:06 -07:00
David Greenspan
6ea51d83b5
Merge branch 'davidevents' into devel
2012-05-02 13:35:57 -07:00
David Greenspan
06d5a0b59a
document current state of liveevents
2012-05-02 13:24:30 -07:00
David Greenspan
d317e8ee01
form submit test with iframes in IE6-10, Firefox, Safari, Chrome (TAKE THAT)
2012-05-01 17:00:06 -07:00
David Greenspan
7b5990090e
private scope for http tests
2012-05-01 17:00:06 -07:00
David Greenspan
54adb858d0
test_responder -> http_test_responder
2012-05-01 17:00:06 -07:00
David Greenspan
ab1e4496b7
expect_fail test for bubbling order
2012-05-01 17:00:06 -07:00
David Greenspan
850b53a487
proper submit handling in IE6-8
2012-05-01 17:00:06 -07:00
David Greenspan
9b70031771
comment
2012-05-01 17:00:06 -07:00
David Greenspan
b25959813d
break out event handling code into liveevents
2012-05-01 17:00:06 -07:00
David Greenspan
8ae567fdea
fix 'change' event in IE 6-8
2012-05-01 17:00:06 -07:00
David Greenspan
cae584ff59
refactor attachEvents
2012-05-01 17:00:06 -07:00
David Greenspan
2d7197fe83
fix sass and stylus tests for production mode
2012-05-01 16:55:56 -07:00
David Greenspan
2cbff46b0b
fix http auth test in Firefox
2012-05-01 16:55:56 -07:00
David Greenspan
e2084ef028
pull out OnscreenDiv as a test helper
2012-05-01 16:55:56 -07:00
Nick Martin
8913a2bdf4
Merge pull request #120 from meteor/avital-websockets
...
Proxy websocket requests into inner web server
2012-05-01 16:17:48 -07:00
Avital Oliver
2ca10b188b
On local development server, proxy websocket requests to inner server
...
If the server is not listening, buffer the request as we do for regular HTTP requests
2012-05-01 15:38:15 -07:00
matt debergalis
54f70c25c4
Fix effective DDP values for overlapping subs.
...
Thanks to @mikebannister for the bug report.
2012-05-01 15:12:44 -07:00
David Greenspan
93e793891c
fix scroll-to-#id-on-page-load and nav link slide in FF
2012-05-01 15:00:15 -07:00
David Greenspan
d4e3aa2ffd
rewrite "less" test to work when deployed
2012-05-01 14:24:45 -07:00
David Greenspan
4967512a41
Merge branch 'davidevents' into devel
2012-04-30 10:25:32 -07:00
David Greenspan
e1c2eb33b1
basic change event test
2012-04-30 10:24:02 -07:00
David Greenspan
e90557a70e
more tweaks
2012-04-30 09:41:31 -07:00
David Greenspan
4d91120346
liveui test code cleanup
2012-04-30 09:32:15 -07:00
David Greenspan
363e341cdd
Merge branch 'davidevents' into devel
2012-04-29 14:43:33 -07:00
David Greenspan
bbd1e37a53
correctly support delegated focus/blur; fixes #108
2012-04-29 14:36:22 -07:00
David Greenspan
d78f64e834
focus/blur event tests (with failures)
2012-04-29 14:10:21 -07:00
David Greenspan
5b1c3bae4c
local scope for liveui_tests
2012-04-29 12:38:06 -07:00
Nick Martin
ef9f956786
Version bump for 0.3.5 release.
v0.3.5
2012-04-28 13:55:44 -07:00
David Greenspan
523c60d63b
fix bubbling from event target to selector match
2012-04-28 11:50:18 -07:00
Nick Martin
bf46f04024
Bump version number for release.
v0.3.4
2012-04-27 18:03:26 -07:00
Nick Martin
7334d7d20c
Merge branch 'version-bump' into devel
2012-04-27 17:07:28 -07:00
Nick Martin
f212fa5fb9
Bump bundle version number.
2012-04-27 16:51:51 -07:00
Nick Martin
2ce1d03dbc
Fix permission issue in built bundle.
2012-04-27 16:51:32 -07:00