Sashko Stubailo
bfdf975eed
Update History.md
2015-10-26 19:27:09 -07:00
Sashko Stubailo
22bbad2e63
Merge branch 'master' into devel
2015-10-26 19:08:55 -07:00
Sashko Stubailo
5b28a34b7c
Merge branch 'release-1.2.1'
2015-10-26 19:08:21 -07:00
Sashko Stubailo
318081e414
Update all examples
2015-10-26 19:07:51 -07:00
Sashko Stubailo
133edf68f8
Update docs app
2015-10-26 18:55:52 -07:00
Sashko Stubailo
cc53065b43
Update metadata
release/METEOR@1.2.1
2015-10-26 14:32:00 -07:00
Sashko Stubailo
0759da9c97
Bump versions for 1.2.1 release
2015-10-26 14:31:14 -07:00
Sashko Stubailo
172b124e4b
Update new banners
2015-10-26 14:23:56 -07:00
Sashko Stubailo
9c26e52857
Bump package versions
release/METEOR@1.2.1-rc.5
2015-10-26 13:50:56 -07:00
Sashko Stubailo
53feb76d38
Bump RC version
2015-10-26 13:44:12 -07:00
Sashko Stubailo
66f0b66863
Add History.md entry about METEOR_DEP_BINARY_WORKAROUND
2015-10-26 13:43:24 -07:00
Ben Newman
d941f0ccff
Document new polyfills in the ecmascript package README.
2015-10-26 15:33:40 -04:00
Sashko Stubailo
6cdd344e7f
Merge pull request #5545 from zacharydenton/patch-1
...
Improve error message when value is null.
2015-10-26 12:21:55 -07:00
Zach Denton
a7d90f6b59
Add tests for check error messages.
2015-10-26 11:42:27 -07:00
Sashko Stubailo
2dee90c577
Merge pull request #5516 from AlexeyMK/devel
...
Adding new Facebook user-agent to spiderable
2015-10-26 11:31:22 -07:00
Zach Denton
44ea79369c
Improve error message when value is null.
...
Currently, when `value` is null, the error message is (for example) `Expected string, got object`. This changes the error message to `Expected string, got null`, which aids debugging.
2015-10-26 10:25:38 -07:00
Sashko Stubailo
28a88acb1a
Merge pull request #5436 from gwendall/patch-1
...
Correct typo
2015-10-22 23:11:02 -07:00
Dan Dascalescu
72da78897e
Clarify what Meteor.startup does, eps. on the server
2015-10-22 22:55:14 -07:00
Sashko Stubailo
a5a08713b7
Compile reactive-dict with ecmascript for IE8
...
We were using `delete` as a key, which IE8 didn't like.
Fixes #5484
2015-10-22 17:08:11 -07:00
Sashko Stubailo
74b250516e
Compile reactive-dict with ecmascript for IE8
...
We were using `delete` as a key, which IE8 didn't like.
Fixes #5484
2015-10-22 17:07:22 -07:00
Alexey Komissarouk
9b437b1646
Adding new Facebook user-agent to spiderable
...
According to Facebook
(https://developers.facebook.com/docs/sharing/webmasters/crawler ), they
have a new (May 2014) crawler named Facebot. Spiderable doesn't
currently work for Facebot. It should.
PS. I shed a tear along with @stuabilo that this is even a thing.
2015-10-23 06:25:16 +09:00
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
dd2f166fe9
Don't throw an error when using deprecated package asset API
...
Fixes #5458
2015-10-21 14:34:20 -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
gwendall
e189776a92
Correct typo
2015-10-15 13:04:06 +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