Commit Graph

15490 Commits

Author SHA1 Message Date
Dan Dascalescu
8a8072bcd1 Smallest typo fix 2015-10-06 15:51:33 -07:00
Avital Oliver
d5a9e40ad8 Merge branch 'pr/5298' into devel 2015-10-06 15:24:20 -07:00
Dean Brettle
d0535fa822 Fix typo in comment. 2015-10-06 15:24:13 -07:00
Avital Oliver
9f1dfaa5b6 Merge branch 'pr/5271' into devel 2015-10-06 15:10:38 -07:00
Avital Oliver
ff82f5d04f Add History.md entry for #5271 2015-10-06 15:10:28 -07:00
Aram Kocharyan
0e22996547 Check type of onException argument to bindEnvironment
Meteor.bindEnvironment() can have an invalid error handler accidentally
passed as the second argument, especially in CoffeeScript where the
issue is not easy to find. This can cause a cryptic error message about
an exception being thrown when onException() itself is being called.
2015-10-06 15:10:12 -07:00
Sashko Stubailo
e3234ea99f Merge pull request #5370 from mixmaxhq/comment-for-login-hint
Comment
2015-10-05 15:49:25 -07:00
Brad Vogel
a67e688df3 Added comment per PR feedback in https://github.com/meteor/meteor/pull/5313#issuecomment-145672177 2015-10-05 15:15:39 -07:00
Brad Vogel
24718debfd Deprecate login option userEmail in favor of loginHint, also use with Google signin. 2015-10-05 14:19:17 -07:00
Ben Newman
c00b12b8fa Use meteor-ecmascript-runtime in dev bundle instead of core-js. 2015-10-03 14:39:24 -04:00
Ben Newman
d3878f08bc Rename ecmascript-collections to ecmascript-runtime, and add more to it.
Now that we're including more than just collections-related polyfills, a
more generic name seems appropriate.
2015-10-03 14:39:24 -04:00
Mitar
60eaf91624 Extract handler result publish code.
This allows easier extending by packages.
2015-10-02 16:35:22 -07:00
Sashko Stubailo
99e8ddaa51 Update Email docs to point to specific v. of mailcomposer
It's 0.1.15, which is quite far behind. Maybe we should update at some point.
2015-10-02 14:34:24 -07:00
Sashko Stubailo
f97efe4c35 Attempt to convert all issues into links 2015-10-02 14:21:32 -07:00
Evan You
9c46763e3f ci: cache more folders in the dependency step 2015-09-30 17:33:54 -04:00
Evan You
78e1cfc9f3 ci: cache dev_bundle 2015-09-30 15:59:55 -04:00
Evan You
40b7b4e3e9 adjust ci script for more parallel builds 2015-09-30 15:36:45 -04:00
Martijn Walraven
2bdeb17caf Update dev bundle with new version of our cordova-lib fork
Fixes #5326.
2015-09-30 11:02:48 +02:00
Sashko Stubailo
ca4b798cdd Merge branch 'master' into devel
Conflicts:
	History.md
	packages/crosswalk/package.js
2015-09-28 17:24:49 -07:00
Sashko Stubailo
a2afa9cad7 Merge branch 'release-1.2.0.2' 2015-09-28 17:22:49 -07:00
Sashko Stubailo
d087bdfdb3 Update docs 2015-09-28 17:20:19 -07:00
Sashko Stubailo
cddd350f5d Update examples to new release 2015-09-28 17:19:28 -07:00
Sashko Stubailo
2f34f998bc Update version number in docs 2015-09-28 17:15:40 -07:00
Sashko Stubailo
9654a7c436 Bump packages for 1.2.0.2 release/METEOR@1.2.0.2 2015-09-28 14:58:52 -07:00
Sashko Stubailo
976370a44c Update release version, patchFrom 2015-09-28 14:49:38 -07:00
Sashko Stubailo
7b41931663 Update banners.json 2015-09-28 14:39:53 -07:00
Sashko Stubailo
99f0e9d8e3 Link to issues fixed 2015-09-28 14:34:55 -07:00
Evan You
3ecc14e454 fix ci exlude patterns 2015-09-28 16:26:59 -04:00
Evan You
100f2232a0 move ci exclude patterns into the script so that they are available in pull request builds. 2015-09-28 16:26:52 -04:00
Evan You
41fe4a169d setup circle ci 2015-09-28 16:26:29 -04:00
DAB0mB
787b8b56c3 (minimongo) Fix pull modifier not excepting null values 2015-09-28 16:04:07 -04:00
Evan You
dc3cd6eb92 Merge pull request #5289 from DAB0mB/fix/minimongo-pull-null
(minimongo) Fix pull modifier not excepting null values
2015-09-28 15:38:39 -04:00
Evan You
38928e5577 fix ci exlude patterns 2015-09-27 11:35:20 -04:00
Evan You
579618f947 move ci exclude patterns into the script so that they are available in pull request builds. 2015-09-27 11:10:50 -04:00
Evan You
97b513f2f1 Merge pull request #5291 from yyx990803/devel
setup circle ci
2015-09-25 17:25:50 -04:00
Evan You
8033ea03c7 setup circle ci 2015-09-25 15:25:11 -04:00
DAB0mB
96fc599455 (minimongo) Fix pull modifier not excepting null values 2015-09-25 19:28:18 +03:00
Avital Oliver
0cd577f8c6 Move History.md entry 2015-09-25 09:15:57 -07:00
Avital Oliver
d1ae8f25be Merge branch 'reliable-id-gen-performance' into devel 2015-09-25 09:15:10 -07:00
David Greenspan
fc0839d2e2 Avoid invalidation setting absent key to undefined
Fixes a test-breaking aspect of 60aa9f7, which is that while it made
setting an absent value to "undefined" work, doing so would cause an
invalidation that didn't happen before.

While we're at it, clean up the code and make sure that setting an
absent key to 'undefined' does invalidate "all()".

Unit tests in "session" and "reactive-dict" now pass.
2015-09-25 10:29:48 -04:00
David Greenspan
90e5d3ea73 Avoid invalidation setting absent key to undefined
Fixes a test-breaking aspect of 60aa9f7, which is that while it made
setting an absent value to "undefined" work, doing so would cause an
invalidation that didn't happen before.

While we're at it, clean up the code and make sure that setting an
absent key to 'undefined' does invalidate "all()".

Unit tests in "session" and "reactive-dict" now pass.
2015-09-24 20:58:44 -07:00
David Glasser
7191dfcf3e Fix to METEOR_BINARY_DEP_WORKAROUND change
Avoids crash on mostCompatibleArch
2015-09-24 18:30:27 -07:00
Ben Newman
a0f9a8364d Mention meteor-promise upgrade in History.md. 2015-09-24 16:31:36 -04:00
Martijn Walraven
9e4f404f60 Update Crosswalk plugin to 1.3.1 2015-09-24 21:34:20 +02:00
Sashko Stubailo
d326a8bf90 Make static html depend on jQuery so that adding attrs works 2015-09-24 13:55:38 -04:00
Sashko Stubailo
539342471b Revert "Don't use jQuery to add attributes to body"
This reverts commit e6bc9413f3.
2015-09-24 13:55:04 -04:00
Ben Newman
2554c7cfde Upgrade meteor-promise to v0.5.0.
Most notably, this upgrade allows the global (native) Promise constructor
to be used, if available.
2015-09-24 16:06:22 +02:00
Martijn Walraven
ee87bdbcca Update History.md with Cordova plugin fix and Crosswalk update 2015-09-24 16:02:20 +02:00
Martijn Walraven
04df52a72e Update Crosswalk to 1.3.0 2015-09-24 15:58:48 +02:00
Martijn Walraven
22d7e9bfcf Make buildmessage.exception() deal with the case where an error has no stack trace 2015-09-24 15:58:36 +02:00