Commit Graph

3338 Commits

Author SHA1 Message Date
David Glasser
3392aaa1fe Update History.md. 2013-04-09 15:15:58 -07:00
jacott
757cc15c47 Return doc._id from minimongo LocalCollection.prototype.insert. Fixes issue #906 2013-04-09 15:13:46 -07:00
David Glasser
46822597b7 Merge branch 'pr/863' into devel 2013-04-09 15:02:52 -07:00
David Glasser
5280a91547 History update 2013-04-09 15:02:41 -07:00
andreas.karlsson
72abc7af92 Defensively copy arguments to observe callbacks 2013-04-09 14:23:52 -07:00
andreas.karlsson
eb982e7566 Added test to assert observe callbacks can't manipulate data 2013-04-09 14:23:52 -07:00
Naomi Seyfer
7a5ea822c9 Merge branch 'ddp-client-on-server' into devel 2013-04-09 12:00:13 -07:00
Naomi Seyfer
0a3146d88d nim comments the last 2013-04-09 11:56:22 -07:00
Naomi Seyfer
fe6f40774d Move a constant only applicable to the sockjs version 2013-04-08 18:39:17 -07:00
Naomi Seyfer
0fde3825e3 Now block on the result of a .call on the server if no callback is passed 2013-04-08 17:58:36 -07:00
Naomi Seyfer
7112a8eb4b Test for minimongo on the server 2013-04-08 17:58:36 -07:00
Naomi Seyfer
cb92684e50 All livedate_connection tests pass on the server now 2013-04-08 17:58:36 -07:00
Naomi Seyfer
272710b1a8 Cleaning up duplicated code 2013-04-08 17:58:35 -07:00
Naomi Seyfer
e2ac47b451 Share URL-munging code
Still to do:

* Share more code
* Deal with this error:
    Uncaught Error: INVALID_STATE_ERR sockjs-0.3.4.js:1054
    SockJS._didClose sockjs-0.3.4.js:1054
    (anonymous function) sockjs-0.3.4.js:1330
    xo.onfinish sockjs-0.3.4.js:1412
    EventEmitter.emit sockjs-0.3.4.js:150
    that.xhr.onreadystatechange
2013-04-08 17:58:35 -07:00
Naomi Seyfer
0fbb20e9be Meteor.connect to ourself as a server now works. Code still needs some cleaning up 2013-04-08 17:58:35 -07:00
Geoff Schmidt
993b361b17 rename _StreamServer -> _DdpStreamServer, _Stream -> DdpClientStream 2013-04-08 17:58:35 -07:00
Geoff Schmidt
07af6a4243 livedata_connection: don't assume that 'reload' package is available 2013-04-08 17:58:35 -07:00
Geoff Schmidt
2bcd692b54 livedata: if client_convenience.js is loaded "on the server" (not normally possible in the usual build scenario, but would be the case of a nodejs-based client, eg, a command-line tool), don't try to open a default DDP connection 2013-04-08 17:58:35 -07:00
Geoff Schmidt
71dd67b90d Bring over stream_client_nodejs from starseed branch. Manually merge changes that have accumulated in stream_client_sockjs since starseed forked off. 2013-04-08 17:58:35 -07:00
Geoff Schmidt
e710338a94 rename file stream_client -> stream_client_sockjs 2013-04-08 17:58:35 -07:00
Geoff Schmidt
438bd6f694 Fold stream package into livedata 2013-04-08 17:58:35 -07:00
Avital Oliver
af89ff5000 Allow ROOT_URL to not contain http:// 2013-04-08 14:47:25 -07:00
Avital Oliver
977d34c1f3 ADD on History.md 2013-04-08 11:17:07 -07:00
Avital Oliver
8800058161 Merge branch 'master' into devel 2013-04-08 10:45:00 -07:00
Avital Oliver
0ffea1c4c3 Merge branch 'release-0.6.1' 2013-04-08 10:43:43 -07:00
Avital Oliver
a163c78dd0 0.6.1 2013-04-08 10:42:07 -07:00
Avital Oliver
055cd82f2e improve usage string for publish-release.sh 2013-04-08 10:05:14 -07:00
Avital Oliver
505ade3025 v0.6.1: History.md and notices.json release/0.6.1-rc release/0.6.1 2013-04-08 09:58:09 -07:00
Avital Oliver
b904459561 Unbreak apps that reached a corrupted state due to #927
Previously to fixing #927, if you had a 'node_modules' directory
anywhere up the directory tree from your app and you had a package
in your app using NPM, all calls to 'npm' ran against the 'node_modules'
directory it found, so neither 'node_modules' nor 'npm-shrinkwrap.json'
would be created within your package's .npm directory.

The fix to #927 ensured that 'node_modules' was first created within
'.npm' but people who had already run 0.6.0 were still in a corrupted state.
2013-04-08 07:04:33 -07:00
Avital Oliver
dc783ba4b1 Update History.md release/0.6.0-corrupted-npm-bugfix 2013-04-07 16:09:07 -07:00
andreas.karlsson
57c14264fc Prevent npm install from picking up existing node_modules dirs 2013-04-07 16:06:00 -07:00
Andrew Wilcox
c786d24834 Fix routepolicy checkUrlPrefix
Found because I happened to be looking at the linker output and
thinking, "um, why is `type` being declared as a package-scope
variable?"  :-)

Added checkUrlPrefix unit test.
2013-04-05 23:10:52 -07:00
Avital Oliver
e5a8e33dfa Explain arguments to Npm.depends if you try to use it naively 2013-04-04 15:45:57 -07:00
Naomi Seyfer
c44c092e39 All npm-shrinkwrap resolutions; checking them in 2013-04-04 14:22:04 -07:00
David Glasser
d87a6384e1 Merge branch 'master' into devel 2013-04-04 12:11:55 -07:00
David Glasser
cab491f365 Merge branch 'release-0.6.0' 2013-04-04 12:11:33 -07:00
David Glasser
1c8a667242 Update docs and examples to 0.6.0. 2013-04-04 12:08:38 -07:00
David Glasser
8b7f400e69 Ready to bless 0.6.0. 2013-04-04 11:50:25 -07:00
David Glasser
817597eb01 Comment updates. 2013-04-04 00:26:17 -07:00
David Glasser
9ba35e7b79 Add a few more "=>" markers to runner messages.
(Not worth forcing into 0.6.0.)
2013-04-04 00:02:58 -07:00
David Glasser
282e3585cf Merge branch 'pr/873' into release-0.6.0 2013-04-03 23:56:22 -07:00
David Glasser
f8c6caf42d History.md update. 2013-04-03 23:56:09 -07:00
Shane Reustle
73e6d4eb4c Fixed typo in docs under collection.allow 2013-04-03 23:55:36 -07:00
David Glasser
2ab85a16c3 notices for 0.6.0-rc8 2013-04-03 21:39:27 -07:00
David Glasser
bb9e78f562 fix shell script release/0.6.0-rc8 release/0.6.0 2013-04-03 21:16:23 -07:00
David Glasser
643f5fac05 Ensure that tarballs do not contain hard links.
Make whitespace changes to tools and mongo-livedata so that we will build new
package versions with non-hard-linked Node plugins.
2013-04-03 21:14:25 -07:00
David Glasser
0b83b4b08f Banner for 0.6.0. 2013-04-03 19:56:06 -07:00
David Glasser
974583d9a6 Tested examples and docs with 0.6.0-rc7. 2013-04-03 17:00:32 -07:00
David Glasser
3f73d8545e Document Meteor.release. 2013-04-03 16:18:28 -07:00
David Glasser
7d5c1d72cd Allow Opera's slightly-bad test result for minimongo-modify to pass. 2013-04-03 13:29:09 -07:00