Commit Graph

5737 Commits

Author SHA1 Message Date
David Glasser
de97e984f6 bump for 1.0-rc.5 2014-10-23 11:06:43 -07:00
Emily Stark
fb0dc712e9 bump meteor-tool version number 2014-10-22 13:58:48 -07:00
Emily Stark
6fc46976da bump package version for 1.0-rc.3 2014-10-22 12:58:12 -07:00
David Glasser
a2218ce786 Make more DDP errors specific
These errors should look like connection errors, not clean closes:

- Heartbeat timeout (DDP-level or SockJS-level)
- Connection timeout (SockJS implementation)

The "disconnected with no error while waiting for something we asked
for" error in ServiceConnection is now a DDP.ConnectionError so that it
prints better.

If a command refuses to run due to a catalog sync error, it should print
the error. (Commands that merely warn that they could not sync don't
print that error, unless METEOR_LOG=debug.)
2014-10-21 12:52:24 -07:00
David Glasser
6db7783470 bump for 1.0-rc.2
unclear why http and less are needed
2014-10-17 22:17:06 -07:00
Emily Stark
49f5d41fd7 bump meteor-tool package version 2014-10-17 18:06:46 -07:00
Emily Stark
ed7fcd4fd7 bump meteor-tool version again, because 'meteor' changed 2014-10-17 16:19:38 -07:00
Emily Stark
827b206c02 bump package version numbers for 1.0-rc.0 2014-10-17 16:10:40 -07:00
Emily Stark
1ae60a6088 Remove stray console.log in meteor package 2014-10-17 16:08:25 -07:00
Ben Newman
ca2322e05b Use Npm.strip to remove some extraneous large files from core packages.
So far I have only removed files from packages that are included by
default in newly `meteor create`d projects. We should probably make a pass
over all the core packages, too.
2014-10-17 18:24:31 -04:00
Avital Oliver
a9a2459548 Launch screen timeout on iOS now matches that on Android 2014-10-17 14:34:39 -07:00
Avital Oliver
b1fd5e3183 Don't try to hold launch screen for more than 5 seconds
This is to guard against a potential bug arising from the
way we poll to see if `Template.body` is rendered. It's
worth knowing that Cordova on Android hides the launch
screen automatically after a while, but on iOS it can hang
forever unless hidden explicitly.
2014-10-17 10:30:51 -07:00
Slava Kim
faacf4f40b Add polling for cordova file plugin readiness in autoupdate
Experiments have shown that HCP breaks when cordova.plugin is attached but the
properties of it are not. So we add just another duck tape polling to retry if
necessary.
2014-10-16 15:26:44 -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
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
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
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
5c570d16ab Add totally new highlight.js package 2014-10-15 23:07:24 -07:00
Avital Oliver
884eb80263 Expose error when autoupdate fails on cordova 2014-10-15 18:42:27 -07:00
David Glasser
e01ca1b13a Warn about a hack that troposphere does 2014-10-15 17:39:00 -07:00
Slava Kim
a957f173d5 Postpone the startup on Cordova until plugins are ready for sure 2014-10-15 15:19:09 -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
Slava Kim
f080d010a0 Add tests for #2817 2014-10-14 22:07:14 -07:00
Slava Kim
650ca70fe6 Reset the state of regex in minimongo on matching
Fixes #2817. Regular Expressions in JavaScript keep the state when matching for
the same string. When there are two documents with the same value of the
matching field, the minimongo can incorrectly filter collection because regexp
would return different values on different calls.
2014-10-14 21:53:01 -07:00
Emily Stark
301eb65637 Put 'netroute' into dev bundle 2014-10-14 21:14:14 -07:00
Avital Oliver
50c3c3e78b Code review changes on launch-screen package 2014-10-14 16:23:21 -07:00
Geoff Schmidt
e52be2a2df typo fix 2014-10-13 22:51:09 -07:00
Geoff Schmidt
5d2f9fe640 short readme for routepolicy 2014-10-13 22:49:56 -07:00
Geoff Schmidt
ebf14581a7 move force-ssl writeup from docs.meteor.com to a README 2014-10-13 22:33:05 -07:00
Geoff Schmidt
82297964af fix typo 2014-10-13 22:00:18 -07:00
Geoff Schmidt
34505c8356 Move browser-policy docs from docs.meteor.com to the browser-policy readme. Also create placeholder readmes for the other browser-policy-* packages. 2014-10-13 21:54:04 -07:00
Geoff Schmidt
25205a2f61 short readmes for autoupdate, reload, webapp, webapp-hashing 2014-10-13 21:23:07 -07:00
Geoff Schmidt
cdbc57c0ce Move appcache docs from docs.meteor.com to package readme 2014-10-13 20:21:23 -07:00
Geoff Schmidt
a0fe7cb0b9 one more try to make session readme look its best on atmosphere 2014-10-13 20:10:36 -07:00
Geoff Schmidt
4b7312b556 session readme fixes take 2 2014-10-13 20:09:30 -07:00
Geoff Schmidt
8fc4e3cfeb session readme fixes 2014-10-13 20:08:44 -07:00
Geoff Schmidt
b90d87e56a Readmes for reactive-dict, reactive-var, session 2014-10-13 20:05:40 -07:00
Geoff Schmidt
5661a590f2 Move spiderable docs from docs.meteor.com to readme 2014-10-13 18:37:23 -07:00
Nick Martin
619faab29f fix another typeof 2014-10-13 18:04:14 -07:00
Rahul
bd9dcf9643 Fix the typeof check
Encountered this bug when I tried to update an app that was generating Blaze warnings about the deprecated old-style helper to a 0.9.4 RC. The problem is that the type of the string `'Log'` is being checked rather than the value of the `Log` variable, which obviously returns true, and then the code breaks on the `&& Log` check, which is undefined.
2014-10-13 18:00:25 -07:00
Slava Kim
98f5445f37 Remove the underscore dep from launch screen package 2014-10-13 17:50:13 -07:00
Geoff Schmidt
3c98e47709 fix tracker readme formatting typo 2014-10-13 17:43:39 -07:00
Slava Kim
51a23fc346 Another pass on LaunchScreens 2014-10-13 17:30:50 -07:00
Sander van den Akker
441d35dc38 Added missing underscore package dependency. 2014-10-13 17:30:42 -07:00