Emily Stark
3f680f76a4
Bump package versions for 0.9.2-rc3
release/METEOR@0.9.2-rc3
2014-09-09 11:11:38 -07:00
Emily Stark
b40a53ac91
Allow Base64.encode to take ascii strings
2014-09-09 11:08:18 -07:00
Emily Stark
1307d4b015
Add comment to 'EJSON.newBinary'
2014-09-09 11:08:02 -07:00
Emily Stark
1971765628
Fix 'EJSON.newBinary' -- it's just 'Base64.newBinary'
2014-09-09 10:41:37 -07:00
Emily Stark
8a8df1f89d
Factor out 'base64' into its own package and use from 'oauth'.
...
'oauth' was using 'btoa', but it's not supported in IE8-9. We already
had a base64 implementation in 'ejson', so I factored it out into its
own package used by 'ejson' and 'oauth'.
2014-09-09 10:37:07 -07:00
Emily Stark
3548f64b83
Remove docs app-config package.
...
Not necessary as of ddf0493ad
2014-09-09 08:30:15 -07:00
Emily Stark
fb3fb5de03
Bump package versions for 0.9.2-rc2
release/METEOR@0.9.2-rc2
2014-09-09 07:52:41 -07:00
David Glasser
e5bdd127cf
Fix test (broken by bdcf0d188 at least on my mac)
2014-09-08 21:29:14 -07:00
Avital Oliver
ac1898b313
Merge tag 'release/METEOR@0.9.1.1' into release-0.9.2
...
Conflicts:
packages/meteor-platform/package.js
packages/meteor-tool/package.js
packages/reactive-dict/package.js
2014-09-06 19:35:18 -07:00
Avital Oliver
3351183d8a
package version bumps for 0.9.1.1
release/METEOR@0.9.1.1
2014-09-06 14:27:26 -07:00
Avital Oliver
0fba72f9db
More prep for 0.9.1.1
2014-09-06 14:23:27 -07:00
Avital Oliver
6d883482cd
History.md for 0.9.1.1
2014-09-06 13:50:18 -07:00
Avital Oliver
16ff10c96b
Fix weak dependencies on renamed packages
...
The renames of packages ui -> blaze, deps -> tracker,
livedata -> ddp worked fine when a package or an app
dependened on the renamed packages. But if there was
a weak dependency (say `api.use('ui', {weak: true})`)
then:
(1) `Package.ui` would be null (since it's not in
meteor-platform)
(2) Even if your app added 'ui' explicitly, the 'ui'
package didn't export any symbols.
2014-09-06 13:05:19 -07:00
Matthew Arbesfeld
df8774a7f2
Clean up cordovaDependencies by moving them to target level
2014-09-06 12:21:52 -04:00
Matthew Arbesfeld
05b2765d61
Clean up serving of manifest.json
2014-09-06 11:02:26 -04:00
Emily Stark
c5950f7361
Use Meteor.absoluteUrl for Twitter login URL
...
Fixes Twitter login on Cordova
2014-09-06 07:52:39 -07:00
Slava Kim
3decef135a
Bump package versions
release/METEOR@0.9.2-rc1
2014-09-05 17:55:37 -07:00
David Glasser
cbe38f6285
When upgrading packages, don't pin anything.
...
Fixes #2526 .
2014-09-05 17:52:53 -07:00
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