Commit Graph

10081 Commits

Author SHA1 Message Date
Emily Stark
d36909a489 bump packages for 0.9.2-rc7 release/METEOR@0.9.2-rc7 2014-09-11 17:35:06 -07:00
Emily Stark
5dca0bb99a Fix html attributes in boilerplate generation.
We were not passing html attributes through to the Boilerplate object,
so appcache manifest was never showing up in the <html> tag. Add
'extraData' to `Boilerplate.toHTML` so that we can specify the html
attributes at request time.
2014-09-11 16:43:02 -07:00
Slava Kim
e37c953413 tweaks to history 2014-09-11 16:38:30 -07:00
Slava Kim
dedf0f83fd Since (Y) is the default choice, make (n) lowercase 2014-09-11 16:19:37 -07:00
David Glasser
2c4a10921a Fix references to Meteor.Collection in docs
Fixes #2574.
2014-09-11 16:14:10 -07:00
Slava Kim
81fd7d6354 Endline 2014-09-11 16:12:29 -07:00
Slava Kim
5fae8faeb0 bump packages release/METEOR@0.9.2-rc6 2014-09-11 15:53:32 -07:00
Slava Kim
b1d04b7d06 Bump to rc6 2014-09-11 15:50:30 -07:00
Emily Stark
2c34dd70da History.md pass 2014-09-11 15:31:29 -07:00
Emily Stark
dcf3539f7d Remove 'old cli tests (warehouse)'.
It hasn't passed for a while and we have no plans to fix it.
2014-09-11 15:31:02 -07:00
Emily Stark
88bf4ce810 Update old cli test for meteor build. 2014-09-11 15:30:39 -07:00
Emily Stark
5067f47269 Fix help.txt typo 2014-09-11 15:17:03 -07:00
Slava Kim
824098a081 Remove deprecated SERVER_ID
breaks backwards compat with 0.6.6
2014-09-11 15:14:41 -07:00
Justin SB
f564bcec0f Default to yes for accepting license terms 2014-09-11 15:11:29 -07:00
Emily Stark
c1d6c9aded Replace '--no-server' option with '--mobile-port'.
--no-server was broken as of recently and not trivial to
fix. Instead, if you want to do a mobile build that connects to
something other than your local development server, use --mobile-port,
and your local development server will just listen on localhost:3000
as usual.
2014-09-11 14:55:36 -07:00
Justin SB
fde605eb18 Prompt user with licensing file before meteor add-platform 2014-09-11 14:52:11 -07:00
Nick Martin
f729ac094a one more license 2014-09-11 14:43:20 -07:00
Nick Martin
041dc7e5f8 Update license file for new NPM modules. 2014-09-11 14:38:41 -07:00
Slava Kim
689a3d7a7d Add a not about build 2014-09-11 13:44:31 -07:00
Slava Kim
21e1fdae42 Straw-man history.md 2014-09-11 13:19:31 -07:00
Slava Kim
377100897f Verbose mode for build and bundle 2014-09-11 12:36:59 -07:00
Slava Kim
a32724c3b1 A better UX when not agreed to Xcode license 2014-09-11 12:36:37 -07:00
Slava Kim
3bc183bb70 Xcode error message should be nicer. 2014-09-11 12:07:03 -07:00
Slava Kim
893f412bb3 Change the android bundle string 2014-09-11 11:21:37 -07:00
Slava Kim
ac3f5c41f4 A comment 2014-09-11 11:17:02 -07:00
Slava Kim
419d58de21 Hide the unwanted output 2014-09-11 11:08:20 -07:00
Slava Kim
1e8204a6b3 Randomize ports for httpd 2014-09-11 11:03:15 -07:00
Justin SB
6d4ac7b8db Add -t to mktemp, so it works on Mac & Linux 2014-09-10 21:07:43 -07:00
Slava Kim
52d66644e9 Bump packages release/METEOR@0.9.2-rc5 2014-09-10 19:01:53 -07:00
Slava Kim
daea8b7cd9 Remove redundant log reattachment 2014-09-10 18:59:54 -07:00
Justin SB
47b43dfb86 Prompt to install 32 bit libraries on yum machines 2014-09-10 18:53:56 -07:00
Slava Kim
777f6c92d0 Bump the rc version 2014-09-10 18:53:06 -07:00
Justin SB
0ba9ec8e4e JDK is java-1.7.0-openjdk-devel, not java-1.7.0-openjdk 2014-09-10 18:47:41 -07:00
Emily Stark
89824f6e26 Fix redirect OAuth error handling in accounts-ui-unstyled 2014-09-10 18:42:28 -07:00
Justin SB
94f4dfaaec Prompt to use yum to install JDK on yum machines
Also recognize Debian/Ubuntu by apt-get
2014-09-10 18:39:55 -07:00
Justin SB
3dcc186914 Use double brackets in bash script 2014-09-10 18:27:54 -07:00
Justin SB
b7dbc9da62 Suggest how to install openjdk / 32 bit libs on Linux 2014-09-10 18:24:16 -07:00
Slava Kim
ca0354f6cb Remove the warning from first boot page on mobile 2014-09-10 18:15:21 -07:00
Slava Kim
16a8b2731c Bump the dev_bundle version 2014-09-10 18:10:17 -07:00
Slava Kim
c3e2fedfb2 Merge branch 'android_tweaks' into release-0.9.2 2014-09-10 16:51:47 -07:00
Slava Kim
26d7398db5 Statusbar shouldn't throw errors on Android (where it is not even exported) 2014-09-10 16:48:28 -07:00
Slava Kim
d1dbadb2f9 Upgrade leaderboard 2014-09-10 16:24:47 -07:00
Justin SB
14270c290e Be clear that we need a JDK, not just the JRE 2014-09-10 16:19:27 -07:00
Justin SB
2116f5bf53 Avoid running ensure_android twice on failure 2014-09-10 16:09:21 -07:00
Justin SB
0860b3626d Don't print a stack trace when android bundle fails to install 2014-09-10 16:03:42 -07:00
Slava Kim
76b5f053f1 METEOR_WAREHOUSE_DIR can be overritten by user 2014-09-10 15:56:21 -07:00
Justin SB
861697ea28 Don't include the message when we fail to install the android bundle
The message just says "failed to run bash; stdout & stderr have been piped
2014-09-10 15:53:27 -07:00
Justin SB
d851397dd0 Make error message when failing to run process more obvious 2014-09-10 15:52:23 -07:00
Slava Kim
e8befb9a50 Bump the version of httpd fork we use
httpd is a cordova plugin we use to start the web server on the mobile device to
serve assets in the same way they would be served on a website.
2014-09-10 15:52:21 -07:00
Slava Kim
fb4fbea3a8 Merge branch 'android_tweaks' into release-0.9.2 2014-09-10 15:51:36 -07:00