Sashko Stubailo
3469b78793
Bump package versions for RC 16
release/METEOR@1.2-rc.16
2015-09-17 11:25:24 -07:00
Sashko Stubailo
ec29fb2eb3
Bump RC version
2015-09-17 11:18:49 -07:00
Sashko Stubailo
0f94cb20bc
Convert to HTML error page
...
One big reason we need this is that the text format doesn't work on Windows
because of line endings. We could just replace the line endings based on
platform, but this seemed better overall.
Also, make sure to escape entities in HTML error page
2015-09-17 11:12:32 -07:00
w
70fa119b2d
blaze: don't snapshot data context in each..in
2015-09-16 21:18:51 -04:00
Sashko Stubailo
30010f5f34
Add HubSpot to docs
2015-09-16 17:14:32 -07:00
Sashko Stubailo
7ad1d477ca
Add GA to docs
2015-09-16 17:14:31 -07:00
Ben Newman
a65dd2fdf2
Un-shim String.prototype.replace to fix markdown tests in IE8.
2015-09-16 18:57:33 -04:00
Sashko Stubailo
5d4d8a797c
Oops heading
2015-09-16 15:16:10 -07:00
Sashko Stubailo
037adbc039
Formatting
2015-09-16 15:15:39 -07:00
Sashko Stubailo
d28268249e
Link to breaking changes wiki page
2015-09-16 15:13:16 -07:00
Ben Newman
ca514f29d7
Turn callable console method objects into actual functions.
2015-09-16 17:48:16 -04:00
Martijn Walraven
b4ef6b8017
Fix setting mobile status bar defaults
...
We attempted to set default values for cordova-plugin-statusbar at
runtime. Because the plugin may not have been loaded at that point,
this gave inconsistent results. Instead, we now set the default options
while building, so they will get added to config.xml.
Fixes #5098
2015-09-16 22:57:32 +02:00
Ben Newman
031c73693b
Use es5-shim when testing ecmascript and ecmascript-collections.
2015-09-16 16:39:27 -04:00
Ben Newman
578d5ade09
Include es5-sham.js with the es5-shim package.
...
This ensures adequate implemenations of APIs like Object.create are
available in IE8, so that packages like ecmascript-collections can depend
on those APIs without completely breaking the simplest of apps in IE8.
2015-09-16 16:13:59 -04:00
Sashko Stubailo
036ffb4e03
Add simple-todos example apps
2015-09-16 11:39:21 -07:00
Nathan Muir
dd7227a319
Meteor.loginWithX - Add check to see if options is undefined. (Fixes issue introduced in #4754 )
2015-09-15 14:03:32 -07:00
Sashko Stubailo
423c424e1d
Remove link to Meteor manual
2015-09-15 13:42:52 -07:00
Martijn Walraven
e2e688e78e
Print warning when attempting to build Cordova platforms on Windows
2015-09-15 10:16:17 +02:00
Sashko Stubailo
7f91f91769
Add History.md record for new example apps
2015-09-14 20:43:01 -07:00
Sashko Stubailo
cb67e1061d
Rename react-starter to react
2015-09-14 20:35:03 -07:00
Ben Newman
ac03e9988c
Add missing babelHelpers.slice method.
2015-09-14 21:02:00 -04:00
Sashko Stubailo
550489cea8
Intelligently decide which stack trace to use
2015-09-14 17:51:43 -07:00
Sashko Stubailo
4704aaa08a
Add first version of React starter app
2015-09-14 16:42:56 -07:00
Ben Newman
cf1cf7ac1f
Provide explanations for polyfills (Promise, Map, and Set).
2015-09-14 15:58:24 -07:00
Ben Newman
3cbbf7242f
Add explanations of ECMAScript features.
2015-09-14 15:58:15 -07:00
Ben Newman
bddc800281
Add introduction and section about polyfills to ecmascript README.
2015-09-14 15:58:06 -07:00
Ben Newman
93fb8c69da
Begin fleshing out packages/ecmascript/README.md.
2015-09-14 15:57:57 -07:00
Sashko Stubailo
2c5dff2968
Treat argument to #each as expression, not path
...
Fixes #5137
2015-09-14 15:53:24 -07:00
Martijn Walraven
48797d6ceb
Print error messages when we cannot update to a release
...
To avoid overloading the user, we only print messages for the first
release version we try (which should be the latest).
Fixes #5114
2015-09-14 21:34:09 +02:00
Sashko Stubailo
81b2d3e6ee
Bump again
release/METEOR@1.2-rc.15
2015-09-14 12:16:24 -07:00
Sashko Stubailo
3e3d2cc0f1
Bump RC versions
2015-09-14 12:07:49 -07:00
Sashko Stubailo
347112e997
Bump release version for RC
2015-09-14 12:02:30 -07:00
Sashko Stubailo
ee0afb5fcc
Special-case http imports in LESS package
...
Add super basic test
2015-09-14 12:02:07 -07:00
Sashko Stubailo
e2d4556479
Special-case http imports in LESS package
2015-09-14 11:53:58 -07:00
Martijn Walraven
614cfd5e7c
Allow remove-platform on Windows
2015-09-13 10:55:29 +02:00
Martijn Walraven
984bd1307e
Don't attempt to build Cordova platforms on Windows
2015-09-13 10:52:12 +02:00
Martijn Walraven
d58c4104fa
Fix crash on server refresh for Cordova app due to variable rename
...
Fixes #5140
2015-09-12 19:17:52 +02:00
Sashko Stubailo
aaabeaf5b1
Bump package versions for RC 14
release/METEOR@1.2-rc.14
2015-09-11 19:16:23 -07:00
Sashko Stubailo
53f44fed98
Bump release version
2015-09-11 18:46:27 -07:00
Sashko Stubailo
32fbe0ce15
Only do the newer release check for non-recommended releases
2015-09-11 17:18:36 -07:00
Sashko Stubailo
11248f7dbc
Make self test always add the newest upgraders
2015-09-11 16:32:22 -07:00
Sashko Stubailo
3a0fc48b78
Remove command from test that doesn't exist anymore
2015-09-11 15:50:13 -07:00
Ben Newman
d536124bcc
Improve meteor shell command evaluation.
...
Specific improvements:
- Parentheses are now stripped from commands that look like named classes
so that they will be treated as class declarations rather than as named
class expressions.
- When the `ecmascript` package is installed, `compileForShell` errors are
now exposed to the `evalCommand` callback.
- Instead of using `vm.runInThisContext` to parse and evaluate commands at
the same time, `evalCommand` now parses commands by creating a new
`vm.Script` and later evaluates them using `script.runInThisContext()`,
so that `SyntaxError`s can be reported immediately. Fixes #5131 .
2015-09-11 18:32:04 -04:00
Sashko Stubailo
6a8ca4c1f6
Merge branch 'release-1.2' of github.com:meteor/meteor into release-1.2
2015-09-11 15:02:22 -07:00
Sashko Stubailo
38d0c89597
Fix parse stack test to convert file paths
2015-09-11 15:01:50 -07:00
Martijn Walraven
9807f11b40
Add hacks to Cordova plugin to fix URL-path mapping mismatch after 1.2 build tool changes
...
Fixes #5119
2015-09-11 22:19:36 +02:00
Martijn Walraven
b274e5390a
Fix bug in execFileAsync that meant options were ignored without args
2015-09-11 18:44:17 +02:00
Martijn Walraven
ea2dc87dc4
Fix reinstalling Cordova plugins when versions with old IDs are installed
...
When Cordova plugins with old (pre-npm) IDs are installed, which
happens with older versions even when we have specified the new ID on
install, we need to convert these before checking whether to reinstall
all plugins.
2015-09-11 11:02:20 +02:00
Martijn Walraven
c606429219
Fix bringing simulator to front with Xcode 7 installed
2015-09-11 10:13:10 +02:00
Martijn Walraven
592ed38272
Disable iOS 9 App Transport Security until Cordova adds support
...
See https://issues.apache.org/jira/browse/CB-9569
Fixes #4560
2015-09-11 08:09:07 +02:00