Commit Graph

9530 Commits

Author SHA1 Message Date
Emily Stark
1a946cd326 Bump package versions for 0.9.1-rc4 release/METEOR@0.9.1-rc4 2014-09-04 11:50:27 -07:00
Emily Stark
23b8e178ff Remove a word from 0.9.1 upgrader 2014-09-04 11:39:31 -07:00
Avital Oliver
c31c3babd3 Another touch to History.md 2014-09-04 11:37:52 -07:00
Emily Stark
569431841e Add Blaze upgrader for 0.9.1 2014-09-04 11:34:44 -07:00
Avital Oliver
a00bfc7372 minor history.md change 2014-09-04 11:31:10 -07:00
Emily Stark
5aa3e2e1a7 Remove a History item that was already released 2014-09-04 11:29:16 -07:00
Avital Oliver
8d00dd273c Add jsdoc and dependencies to LICENSE.txt 2014-09-04 11:19:28 -07:00
Avital Oliver
a282e1d81d A few changes to History.md 2014-09-04 11:10:32 -07:00
Avital Oliver
b8e0f5bb91 First rev of History.md for 0.9.1
Still needs reorg/wordsmithing, but contains all
changes.
2014-09-04 11:05:10 -07:00
Sashko Stubailo
6a2b92d638 Merge branch 'release-0.9.1' of github.com:meteor/meteor into release-0.9.1 2014-09-03 17:18:46 -07:00
Sashko Stubailo
b18d592042 Minor changes to help text 2014-09-03 17:18:33 -07:00
ekatek
2c6f294168 correcting help for meteor add 2014-09-03 16:50:26 -07:00
Matthew Arbesfeld
bd63f59b92 Remove unused code from hot-code-push-test 2014-09-03 14:55:44 -07:00
Matthew Arbesfeld
5cf24a948d Create more hot code push tests and let --browserstack use many browsers. 2014-09-03 14:55:44 -07:00
Sashko Stubailo
fa91505bb1 Merge branch 'release-0.9.1' of github.com:meteor/meteor into release-0.9.1 2014-09-03 14:25:05 -07:00
Sashko Stubailo
9491b0cad8 Fix length measurement for commands list 2014-09-03 13:59:14 -07:00
Sashko Stubailo
dc15e59e71 Add help text for organizations commands 2014-09-03 12:33:09 -07:00
Avital Oliver
60293005bd Test backcompat for pre-0.9.1 compiled templates
We run the entire suite of tests as we had on
0.9.0 against an old version of compiled templates.
The test suits is found in old_templates_tests.js

Why? Packages are published in built form. With Meteor 0.9.1, we
didn't bump the major version of the 'templating' package (which
would force packages that define templates to publish new versions
of their package). Instead, we decided to keep backcompat with the
old Blaze runtime APIs.

If these tests ever break in the future, and backcompat is too hard
to achieve (or undesirable), we can simply bump the major version
of the 'templating' package, and get rid of these tests.
2014-09-03 12:33:05 -07:00
Avital Oliver
d80f35bdb0 docs on 0.9.1-rc3 2014-09-03 10:17:13 -07:00
Sashko Stubailo
173b7c8b98 Move canonicalize.js from public to private 2014-09-02 10:34:38 -07:00
Sashko Stubailo
87819dc740 Added a DDP.md to livedata to redirect old links 2014-09-02 10:18:37 -07:00
Avital Oliver
fe558fd16b Another package rc bump release/METEOR@0.9.1-rc3 2014-09-01 00:19:21 -07:00
Avital Oliver
808c90e3db Bump rc versions on packages 2014-09-01 00:16:00 -07:00
Avital Oliver
e46cb23037 0.9.1-rc3 2014-08-31 23:45:24 -07:00
David Greenspan
16635af69f commit todos versions 2014-08-30 13:03:48 -07:00
David Greenspan
f6b9a4bd21 Fix <body> back-compat 2014-08-29 17:13:26 -07:00
David Greenspan
2374ce38df <body> tag back-compat 2014-08-29 16:29:45 -07:00
David Greenspan
e4c1e18392 Fix back-compat typo 2014-08-29 16:29:45 -07:00
Avital Oliver
7ee8d36456 Add backcompat for Template.__define__
See #2480
2014-08-29 16:21:03 -07:00
David Greenspan
c21f49c6e3 Back-compat for template-internal API calls 2014-08-29 16:20:42 -07:00
David Greenspan
230bebfd82 docs .meteor/versions 2014-08-29 15:41:59 -07:00
David Greenspan
dc1eca1768 Better error message if you name a template “body” 2014-08-29 15:30:02 -07:00
Sashko Stubailo
ddb7285fbd Fix error in test 2014-08-29 15:21:26 -07:00
Sashko Stubailo
eb1345efb3 Explicitly depend on mongo 2014-08-29 14:47:48 -07:00
Sashko Stubailo
3bec66979a Rename Meteor.Collection -> Mongo
Summary:
Meteor.Collection -> Mongo.Collection
Meteor.Collection.ObjectID -> Mongo.ObjectID
Meteor.Collection.Cursor -> Mongo.Cursor

Test Plan:
meteor test-packages
meteor self-test

Reviewers: avital, dgreenspan

Reviewed By: dgreenspan

CC: emily, dgreenspan

Differential Revision: https://phabricator.meteor.com/D796
2014-08-29 14:29:44 -07:00
Sashko Stubailo
99ccb445ea Run jsdoc 2014-08-29 13:21:18 -07:00
Sashko Stubailo
3a1af2a204 Add Mongo export 2014-08-29 13:00:51 -07:00
Sashko Stubailo
4328f9fb23 Add link redirect 2014-08-29 12:33:23 -07:00
Sashko Stubailo
6cb69946ee Add backcompat 2014-08-29 12:31:33 -07:00
Sashko Stubailo
82d1db5107 Rename Meteor.Collection to Mongo.Collection again 2014-08-29 12:28:32 -07:00
Sashko Stubailo
6b3d31ff5b Revert "Rename Meteor.Collection -> Mongo.Collection"
This reverts commit 96952dda2b.

Conflicts:
	packages/ddp/livedata_tests.js
	packages/minimongo/minimongo.js
	packages/mongo/collection.js
	packages/mongo/mongo_driver.js
	packages/mongo/mongo_livedata_tests.js
	packages/mongo/oplog_tests.js
	packages/reactive-dict/reactive-dict.js
	packages/session/session_tests.js
	tools/auth.js
2014-08-29 12:26:28 -07:00
Sashko Stubailo
84f1fcace1 Fix docs and self-test 2014-08-29 11:52:33 -07:00
Justin SB
03dc104609 Rename sessionStorage -> safeSessionStorage, for clarity 2014-08-29 11:19:15 -07:00
Justin SB
562d496acc Don't throw on chrome when sessionStorage is disabled
Chrome is really strict; even (typeof sessionStorage) throws a
'SecurityError: Access is defined' when cookies & local storage
are blocked.  Borrow the logic from history.js; it relies on
catching the exception.

This should fix a problem with reload-safetybelt for users with
Chrome in no-cookies mode.
2014-08-29 11:19:11 -07:00
Sashko Stubailo
87b13e1b5a Rename Mongo.Collection.Cursor -> Mongo.Cursor, Mongo.Collection.ObjectID -> Mongo.ObjectID 2014-08-29 10:29:01 -07:00
Sashko Stubailo
96952dda2b Rename Meteor.Collection -> Mongo.Collection 2014-08-29 10:11:21 -07:00
Avital Oliver
171df064fb Update docs to 0.9.1-rc2 2014-08-29 09:25:28 -07:00
Avital Oliver
9bbdc82494 Bump DDP version from "pre2" to "1"
Still let old clients connect to a server running this new version
2014-08-28 19:43:28 -07:00
Sashko Stubailo
65491b7581 Changed description of mongo-livedata to point to mongo 2014-08-28 17:17:44 -07:00
Sashko Stubailo
3613ea0366 Rename livedata package to ddp
Summary: What's on the tin

Test Plan:
meteor test-packages passes
meteor self-test passes

Reviewers: dgreenspan

Reviewed By: dgreenspan

CC: avital, emily, nim

Differential Revision: https://phabricator.meteor.com/D789
2014-08-28 17:17:03 -07:00