Emily Stark
aa52136c8e
Fix 'api.versionsFrom' in skeleton packages created from releases
2014-10-16 15:08:38 -07:00
Avital Oliver
7f9e6841e7
Restore launch screen default behavior
2014-10-16 14:55:27 -07:00
Avital Oliver
fcc5af2095
Actually remove weak dependency on iron:router
2014-10-16 14:55:27 -07:00
Emily Stark
7bc75b7a63
Bump test timeout
2014-10-16 14:54:39 -07:00
Emily Stark
a75ba12c6b
Fix stack trace when adding package with no compatible builds
2014-10-16 14:53:14 -07:00
Sashko Stubailo
691c8ffa3c
Change template names to not have underscores pending a workaround
2014-10-16 14:51:57 -07:00
Sashko Stubailo
c654390dac
Merge branch 'devel' of github.com:meteor/meteor into devel
2014-10-16 14:40:47 -07:00
Sashko Stubailo
d38619ae92
More language hints
2014-10-16 14:40:40 -07:00
Avital Oliver
d2b8606afd
Launch screen improvements
...
(1) Don't override `Template.body.rendered`. Instead we poll.
(2) Remove weak dependency on iron:router
2014-10-16 14:40:07 -07:00
Sashko Stubailo
43f3167df8
Improve CSS
2014-10-16 14:37:04 -07:00
Sashko Stubailo
85bdcb7dcf
Fix typo
2014-10-16 14:33:03 -07:00
Sashko Stubailo
280d905db6
Remove letter spacing
2014-10-16 14:32:17 -07:00
Sashko Stubailo
523ca13497
Make docs wider to allow 80 column code samples
2014-10-16 14:29:29 -07:00
Sashko Stubailo
5584bd3464
Merge branch 'devel' of github.com:meteor/meteor into devel
2014-10-16 14:25:15 -07:00
Sashko Stubailo
388f42eb49
Add appropriate language hints to docs markdown
2014-10-16 14:25:02 -07:00
Emily Stark
33a213f475
Fix typo in 'get-machine' output
2014-10-16 14:21:15 -07:00
Sashko Stubailo
875f463527
Update launch screen readme once more
2014-10-16 13:57:16 -07:00
Sashko Stubailo
98e66a472b
Update launch screen README
2014-10-16 13:55:19 -07:00
Sashko Stubailo
216c38e5de
Move in new structuring your app content
2014-10-16 13:48:29 -07:00
Sashko Stubailo
f14d0366ba
Improvements to the concepts section of the docs
...
Summary: Some small wording and formatting changes. In particular, some parts were outdated and had to be updated.
Test Plan: Read it.
Reviewers: dgreenspan
CC: nim, matt
Differential Revision: https://phabricator.meteor.com/D844
2014-10-16 13:42:25 -07:00
Sashko Stubailo
c9511a61a3
Improvements based on Nick's CR
2014-10-16 13:41:13 -07:00
Sashko Stubailo
9195b84c04
Merge branch 'devel' into concepts
2014-10-16 13:37:19 -07:00
ekatek
dcaefabc6c
cleaning up some of the get-machine stuff
2014-10-16 13:25:55 -07:00
Emily Stark
b824a155a5
Print /tmp iOS build error nicely
2014-10-16 10:47:01 -07:00
Sashko Stubailo
7963a84807
Bump package versions
2014-10-16 10:20:48 -07:00
Sashko Stubailo
759979fd4f
Remove highlight.js from core and add published version to docs
2014-10-16 00:38:45 -07:00
Sashko Stubailo
a6dccf74e9
Moved API items into separate .md files
2014-10-16 00:34:11 -07:00
Sashko Stubailo
4efaf9fb85
Remove antiquated comment
2014-10-15 23:08:56 -07:00
Sashko Stubailo
abb14d7e0a
Remove unnecessary code-prettify package from docs
2014-10-15 23:08:35 -07:00
Sashko Stubailo
f72561b8c6
Adapt docs to use highlight.js package
2014-10-15 23:08:10 -07:00
Sashko Stubailo
5c570d16ab
Add totally new highlight.js package
2014-10-15 23:07:24 -07:00
Sashko Stubailo
8950baaf4b
Merge branch 'devel' of github.com:meteor/meteor into devel
2014-10-15 22:18:30 -07:00
Sashko Stubailo
0edd309a19
Remove reference to spiderable package
2014-10-15 22:18:21 -07:00
Avital Oliver
30a1ac4a89
Rename variable
2014-10-15 20:59:48 -07:00
Avital Oliver
11abe0cfb7
Fix usage of new LaunchScreen API in Todos
2014-10-15 19:03:42 -07:00
Slava Kim
5eb6b2deec
Increase the pool of fd's for httpproxy
...
1K should be fine as long as user's ulimit is not too low, but we set the ulimit
for user in the install script, so it should be fine.
2014-10-15 18:55:17 -07:00
Slava Kim
a8bcb24fcb
Poll for plugins to be ready in meteor_cordova_loader
2014-10-15 18:54:56 -07:00
Avital Oliver
884eb80263
Expose error when autoupdate fails on cordova
2014-10-15 18:42:27 -07:00
David Glasser
98429c2338
Increase ServiceConnection handshake timeout
...
Hopefully helps #2777 .
2014-10-15 18:08:20 -07:00
David Glasser
e01ca1b13a
Warn about a hack that troposphere does
2014-10-15 17:39:00 -07:00
David Glasser
3c1c786293
disable client->server heartbeats for troposphere
...
Addresses #2789 .
2014-10-15 17:00:46 -07:00
Slava Kim
a957f173d5
Postpone the startup on Cordova until plugins are ready for sure
2014-10-15 15:19:09 -07:00
Justin SB
a3323287d6
Wrap cordova build in a buildmessage.enterJob
...
So it has a title!
2014-10-15 14:39:31 -07:00
Justin SB
864af5061b
Fix reported problem with "=> Starting Cordova" wrapping
...
This was one of the few remaining uses of logTemporary.
Replaced with buildmessage.enterJob
2014-10-15 14:22:44 -07:00
Justin SB
9c3e29c663
Log changed env vars for commands we run
...
This is particularly useful for Android, where we pass ANDROID_SDK_HOME
2014-10-15 14:22:44 -07:00
Sashko Stubailo
c44ab4bac6
Merge branch 'devel' of github.com:meteor/meteor into devel
2014-10-15 14:12:54 -07:00
Sashko Stubailo
b1ee715794
Change launch screen hold() to return handle
2014-10-15 14:12:42 -07:00
Slava Kim
f6a08159cc
Fix the regexp issue in Minimongo
2014-10-15 13:23:25 -07:00
Slava Kim
52d90fa316
Add comments about regexp flags affected
2014-10-15 13:23:06 -07:00
Emily Stark
998ca6debf
Move netroute require into function where it's used
2014-10-15 10:53:53 -07:00