Sashko Stubailo
f707332ff2
Meteor tool
release/METEOR@1.2.1-rc.4
2015-10-22 14:04:29 -07:00
Sashko Stubailo
1d76740631
Mangle more version numbers
2015-10-22 14:03:40 -07:00
Sashko Stubailo
b0466ececf
Bump meteor tool
release/METEOR@1.2.1-rc.3
2015-10-22 13:47:44 -07:00
Sashko Stubailo
7d83cdcfc6
Get rid of pre-release wrapped versions
2015-10-22 13:38:12 -07:00
Sashko Stubailo
0578686ca7
Bump meteor tool
release/METEOR@1.2.1-rc.2
2015-10-22 13:22:06 -07:00
Sashko Stubailo
1ca879fc7e
Bump LESS to avoid version conflicts
2015-10-22 13:13:03 -07:00
Sashko Stubailo
23e2cd601b
Bump all version numbers
release/METEOR@1.2.1-rc.1
2015-10-22 11:41:20 -07:00
Sashko Stubailo
adf0fb1e56
Fix typo
2015-10-22 10:36:41 -07:00
Sashko Stubailo
a3641c90f3
Update vesion of release
2015-10-21 17:18:10 -07:00
Sashko Stubailo
da9f248b97
Note in History.md
2015-10-21 17:16:06 -07:00
Sashko Stubailo
a5a806f15f
Don't throw an error when using deprecated package asset API
...
Fixes #5458
2015-10-21 14:32:46 -07:00
Sashko Stubailo
b45bbf20b1
Add version heading
2015-10-20 16:59:58 -07:00
Sashko Stubailo
9be1c58fc7
Update History.md
2015-10-20 16:58:04 -07:00
Sashko Stubailo
53cc021064
Merge pull request #5442 from martijndeh/fix/falsey-in-collection-allow-deny
...
Falsey in Collection#deny and Collection#allow
2015-10-20 13:59:37 -07:00
Martijn Walraven
88913ce687
Merge pull request #5473 from benweissmann/devel
...
Fix documentation for Cordova.depends
2015-10-20 13:39:04 -07:00
Ben Weissmann
f68cf5c79f
Fix documentation for Cordova.depends
...
* Fix broken link to Github cordova documentation.
* Fix invalid Github tarball URL example
2015-10-19 19:38:22 -04:00
ekatek
c934da3b7b
undo previous commit
...
didn't realize we were on devel
2015-10-15 16:36:03 -07:00
ekatek
74d90a39ab
log browser refresh
...
Insert a log statement before refreshing the browser in autoupdate, to help us
figure out some unclear refreshing issues.
2015-10-15 16:33:43 -07:00
martijndeh
e37d75bce6
throws error when passing falsey values in allow and deny
2015-10-15 20:12:14 +02:00
Benoit Tremblay
6203983692
Update source-map to last patch version (0.1.43)
...
Major bugs have been fixed in 0.1.41. I can't use source maps generated by Webpack with 0.1.40, but 0.1.41 is working fine. Meteor should update source-map to the last patched revision.
2015-10-13 14:11:03 -07:00
Nathan Perry
81c4a7ce66
Adds documentation for ignored folders
...
Based on https://github.com/meteor/meteor/blob/devel/tools/isobuild/package-source.js#L1303 these addintoal folders are ignored but not documented. Some of them may be intentionally left out of the documentation but I'm just suggesting adding documentation for all that seem appropriate.
I tried to reuse the phrase "not loaded anywhere" even if it's a bit awkward phrasing, I think. I wasn't sure if the Meteor file gobbler (as I like to call it) should be called an "autoloader" or something else...
[stubailo: squashed and improved]
2015-10-13 10:52:29 -07:00
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