wh0
4f79c60acd
Return instead of throw internally in the check package
2015-10-13 10:45:12 -07:00
Max Nowack
53a1c013c7
Make Template.dynamic work as a block helper
...
Fixes #4756
2015-10-12 22:03:46 -07:00
John Pinkerton
004a404112
Fix typo
2015-10-12 21:58:38 -07:00
Sashko Stubailo
3158ad020a
Update History.md
2015-10-12 21:53:51 -07:00
Eric Terpstra
412e502fa9
Allow PORT as a string if it matches named pipe pattern. Fixes #4413
2015-10-12 21:49:13 -07:00
Evan You
17b4ba7f96
fix email templates syntax error
2015-10-11 19:14:06 -04:00
Evan You
0f98ea22fc
fix git hook install check
2015-10-09 20:58:45 -04:00
Ben Newman
04e93efccf
Merge pull request #5345 from kencheung/clone-refactoring-email-templates
...
Refactor duplicated function expression for greeting.
2015-10-07 13:34:25 -04:00
Ken Cheung
c1770adffc
Fixed a typo
2015-10-07 22:29:28 +08:00
Ken Cheung
012ea238fd
Apply template string
2015-10-07 13:44:33 +08:00
David Glasser
38fbeaaa91
Make package.json deterministic again
...
Now that we include it in published packages (as
node_modules/.package.json) we don't want it to change on every npm
update, or else we'll have to spuriously update package versions.
(The next release with this fix will spuriously update package versions,
though!)
2015-10-06 17:43:47 -07:00
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
Ken Cheung
e51932cb1e
Refactor duplicated function expression for greeting
2015-10-01 19:52:41 +08: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