Commit Graph

5722 Commits

Author SHA1 Message Date
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
Geoff Schmidt
4d64c493d6 README.md: port Tracker chapter over from Meteor Manual 2014-10-13 17:29:10 -07:00
David Glasser
dbef8b7247 Improve error message for limited ordered observe
See #1643.
2014-10-13 17:26:09 -07:00
Geoff Schmidt
ba41957243 another image from Meteor Manual 2014-10-13 17:25:35 -07:00
Geoff Schmidt
364b09ffda Add image from Meteor Manual 2014-10-13 17:20:50 -07:00
Maxime Quandalle
6c793b427c Fix emailTemplates locus
close #2748
2014-10-13 16:42:04 -07:00
David Glasser
3ff1ca06b8 Clarify Session.setDefault docs.
Wording suggested by @PeppeL-G.

Fixes #2725.
2014-10-13 16:08:47 -07:00
Sashko Stubailo
101b96bdcc Merge branch 'master' into devel 2014-10-13 14:51:41 -07:00
Sashko Stubailo
36da5aecb4 Make all version numbers not have rc 2014-10-13 14:09:37 -07:00
Sashko Stubailo
667f3b8a91 Bump package versions for rc.8 2014-10-13 13:35:03 -07:00
Nick Martin
03b8e2b2ad Bump versions for -rc.7 2014-10-12 13:53:01 -07:00
Nick Martin
fbb15e7e3b Allow null in appId check. This can happen when a client passes
`undefined` for appId and it gets translated to `null` by DDP.
2014-10-12 13:18:20 -07:00
Nick Martin
4d2023e9b0 Allow null in appId check. This can happen when a client passes
`undefined` for appId and it gets translated to `null` by DDP.
2014-10-12 13:15:54 -07:00
Slava Kim
270217b566 Fix Accounts.ui.config docs: forceApprovalPrompt is an Object
that maps services to booleans
2014-10-12 00:01:51 -07:00
Slava Kim
ad6521ddc8 Readme file for launch screen 2014-10-11 03:43:40 -07:00
Slava Kim
a39f6bb35e Extract the launch screen logic to a separate package
That can be configured in apps to postpone the launch screen until a certain
moment with some sane default behavior.
2014-10-11 03:19:52 -07:00