Commit Graph

9951 Commits

Author SHA1 Message Date
Slava Kim
3e5e8dcdec bump version 2014-09-05 17:40:46 -07:00
Slava Kim
5ca8d52070 Merge remote-tracking branch 'origin/release-0.9.1.1' into release-0.9.2 2014-09-05 17:38:18 -07:00
David Glasser
93d39a22ad Improve error when minimongo and mongo disagree
Addresses #2033 and #2244.
2014-09-05 16:46:25 -07:00
David Glasser
b83d21d94d This One Weird Trick Speeds Up Startup By 50%
This is a horrible horrible hack.  If for no other reason that (without
EJSON.clone around) it leaves internal pieces of catalog.official and
catalog.complete intertwined.

But! It does mean that every single tool startup now only has to read
and parse packages.data.json once instead of twice.  Which speeds up
'meteor --version' from 1 second to 0.5.

We'll solve this for real with the sqlite refactoring. But this is fast
and easy for now.
2014-09-05 16:46:19 -07:00
David Glasser
2bc2a8f210 Fix sort keys like "a.0.b". Fixes #2439. 2014-09-05 16:46:09 -07:00
Maxime Quandalle
79b52f32ec Remove sourcemap linking with a //# comment
Firefox now supports sourcemap linking using a HTTP response header
Firefox print a lot of warning when using the `//#` linking
2014-09-05 16:45:56 -07:00
ekatek
c38f21fb38 better regex for version checks 2014-09-05 16:45:49 -07:00
ekatek
398bd6f4b3 validate versions better 2014-09-05 16:45:40 -07:00
David Glasser
f590ad3e1b Allow meteor shell script to be run from symlink
Fixes #2462.

Too bad we can't just access realpath somehow...
2014-09-05 16:44:21 -07:00
Slava Kim
c65f00887b Fix self-test for Cordova plugins
because we renamed 'standard-app-packages' to 'meteor-platform'
2014-09-05 16:25:04 -07:00
Emily Stark
e9f7f5a267 Fix sometimes-broken OAuth popup on iOS.
If you log in and out repeatedly, the popup would fail to close every few
times. My guess is that we can't close the OAuth popup while the last
navigation is still in progress.

Also clean up event listeners on popup exit.
2014-09-05 15:55:32 -07:00
Justin SB
663d783636 Pass webArchs in meteor test-packages 2014-09-05 15:35:51 -07:00
Slava Kim
497e47ca5b Another fix for webapp test and behavior.
The previous commit didn't really fix the issue
2014-09-05 15:31:06 -07:00
Slava Kim
590a733cd8 Fix a broken webapp test
Invalidate teh boilerplate after flipping the inlineScriptsAllowed flag
2014-09-05 14:55:31 -07:00
Sashko Stubailo
4bf58c16a0 Fix error on absence of "Mongo" symbol 2014-09-05 11:30:54 -07:00
Slava Kim
6ca6641a34 Merge branch 'master' into release-0.9.2
Includes latest 0.9.1 changes

Conflicts:
	examples/leaderboard/.meteor/versions
	examples/parties/.meteor/versions
	examples/todos/.meteor/versions
	packages/accounts-base/package.js
	packages/accounts-ui-unstyled/package.js
	packages/autoupdate/package.js
	packages/constraint-solver/package.js
	packages/facebook/package.js
	packages/github/package.js
	packages/google/package.js
	packages/http/package.js
	packages/less/package.js
	packages/meetup/package.js
	packages/meteor-developer/package.js
	packages/meteor-platform/package.js
	packages/meteor-tool/package.js
	packages/meteor/package.js
	packages/minimongo/package.js
	packages/oauth/package.js
	packages/oauth1/package.js
	packages/reload/package.js
	packages/templating/package.js
	packages/twitter/package.js
	packages/webapp/package.js
	packages/weibo/package.js
	scripts/admin/meteor-release-experimental.json
	tools/help.txt
	tools/tests/apps/hot-code-push-test/.meteor/versions
2014-09-05 11:28:12 -07:00
Emily Stark
5faa9b4a90 Maintain back-compat for oauth redirect flow.
Older clients (such as the meteor tool) should be able to login with
OAuth at newer app servers.
2014-09-05 10:28:35 -07:00
Avital Oliver
46cf3ce3df Merge remote-tracking branch 'origin/release-0.9.1' 2014-09-04 16:49:25 -07:00
Emily Stark
ddf0493ad3 Fix app-config: unordered deps apparently don't get globals 2014-09-04 16:43:59 -07:00
Avital Oliver
78577b26a2 docs on 0.9.1 2014-09-04 16:43:55 -07:00
Emily Stark
ca526df381 Update examples to 0.9.1 2014-09-04 16:13:59 -07:00
Avital Oliver
7164544dad No newline in banners.json 2014-09-04 16:07:16 -07:00
Avital Oliver
c23408bdd7 versions for 0.9.1 release/METEOR@0.9.1 2014-09-04 15:41:39 -07:00
Emily Stark
e46522c7c6 Shorten 'meteor admin maintainers' help text 2014-09-04 15:30:43 -07:00
Avital Oliver
65c2b762bd Add forgotten entries to History.md 2014-09-04 14:48:07 -07:00
Avital Oliver
10b2c8ea2e Fix Blaze APIs in History.md 2014-09-04 12:34:48 -07:00
Emily Stark
3d8bfb41ed History tweak 2014-09-04 12:26:58 -07:00
Avital Oliver
83341c5dab Only one patch 2014-09-04 12:22:53 -07:00
Avital Oliver
0d90426fac Remove apostophe 2014-09-04 12:22:19 -07:00
Avital Oliver
595b7cfdea History.md 2014-09-04 12:21:34 -07:00
Emily Stark
4bceab441b Banners for 0.9.1 2014-09-04 12:13:30 -07:00
Avital Oliver
5405f98d17 History.md 2014-09-04 12:10:25 -07:00
Avital Oliver
29017d9e9a History.md 2014-09-04 12:08:41 -07:00
Avital Oliver
c885cfc7b6 History.md 2014-09-04 12:04:53 -07:00
Avital Oliver
562065c5c4 History.md 2014-09-04 12:02:20 -07:00
Avital Oliver
eeeec9ed97 Reorg History.md 2014-09-04 11:59:54 -07:00
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
David Glasser
ea3a600079 Assets added via a plugin are not source files
Fixes #2488.

Assets added via "no handler" already have their source files added to
`sources` via the `sources.push(relPath)` in the sourceItems loop, and
assets added via a handler should not appear as source files themselves
--- the file that triggered the handler should!

This fixes packages like `mizzao:build-fetcher` which add static
assets via a plugin.
2014-09-03 16:45:09 -07:00
Matthew Arbesfeld
bd63f59b92 Remove unused code from hot-code-push-test 2014-09-03 14:55:44 -07:00