Commit Graph

435 Commits

Author SHA1 Message Date
Zoltan Olah
853bdb4df2 Documentation for Meteor.disconnect(). 2013-07-25 16:55:59 -07:00
Zoltan Olah
732482b5ea Documentation for forceApprovalPrompt to meteor_loginwithexternalservice. 2013-07-23 22:50:07 -07:00
Nick Martin
fc307660ac Add a note about how isServer doesn't strip code from the client. 2013-07-17 19:57:40 -07:00
David Glasser
625aed5ea3 Upgrade fibers to 1.0.1. Specify the tested Node version in more places.
Dev bundle version not yet bumped.

Fixes #1153.
2013-07-17 11:48:10 -07:00
David Glasser
36275c570c Merge branch 'linker' into devel
some compatibility notes about packages:

  - packages now have their own namespaces (rather than needing to
    use the global namespace).  symbols you want to share should
    be declared with an @export comment

  - this also means that missing dependencies can hurt you. so don't
    leave them out.

  - your app's packages (in the 'packages' directory in your app) are
    not automatically included in your app; you need to explicitly
    run "meteor add" for them.  this means that, eg, you can have test
    helper packages which are not directly used in your app, but just
    used by other packages' tests.  (before releasing this, we may
    make 'meteor update' fix current apps.)

  - the bundle ("star") format has changed

  - packages are now built into the "unipackage" format.  if this format changes
    before we release this code (and commit to the definition of the initial
    versions of the formats) you may need to run "meteor rebuild-all"

  - __meteor_bootstrap__ has been stripped of everything not related to
    executing JS code. Some of what used to be there is now on the WebApp
    object.

more detailed docs are likely to come before the 0.6.5 release.
2013-07-12 13:38:05 -07:00
Avital Oliver
4e0d656e5c Don't load full query results in findOne() 2013-07-09 20:33:12 -07:00
Emily Stark
e6078ba108 Mention that Assets.getText hardcodes utf8 2013-06-28 14:55:47 -07:00
Emily Stark
7046d4cc91 Assets docs 2013-06-28 14:55:47 -07:00
David Glasser
e0ef4d4ce9 docs: move note that slipped down a section. 2013-06-10 14:01:17 -07:00
Avital Oliver
773a86c80c Support 'tap' event. 2013-05-13 23:45:21 -07:00
Andrew Wilcox
6c8a4b590b Rename a collection "manager" to "connection". 2013-05-06 16:14:32 -07:00
Nick Martin
f20c76725c Merge branch 'master' into devel 2013-04-25 20:32:20 -07:00
Nick Martin
bfe4b72ebe Obfuscate security email from web scrapers so we don't get spam to our pagers. 2013-04-25 20:28:24 -07:00
Christine Spang
17d81e64bc Update documentation for Email.send. 2013-04-25 16:52:06 -07:00
Andrew Wilcox
3e7d38ee9a also add Chromium to the list of browsers in the docs 2013-04-25 16:50:33 -07:00
Avital Oliver
fb61e884db Don't create new var scope for js files in client/compatibility/ 2013-04-24 15:53:19 -07:00
Avital Oliver
6e924979be More http sync
- improve docs
- add tests for sync case
- modify http tests so that they now pass
- Still TODO: Update call sites (oauth)
2013-04-22 15:39:53 -07:00
Avital Oliver
03085e8842 New HTTP sync API 2013-04-22 15:39:41 -07:00
Avital Oliver
a72134fd80 Better security, comments, docs and APIs for publishing more user document fields 2013-04-19 11:38:09 -07:00
Avital Oliver
54916ce535 Docs for publishing more fields on user documents 2013-04-19 11:38:09 -07:00
Nick Martin
9f4f8b2958 simplify example. also a missed validate -> check. 2013-04-18 21:22:14 -07:00
Nick Martin
45dea05b21 Minor wordsmithing
(Meteor provides the package whether or not you like to use it =)
2013-04-18 20:38:16 -07:00
David Glasser
296d4f5ccf docs ready for review 2013-04-18 19:17:53 -07:00
David Glasser
e9e558cd98 toc, also reorder appcache/amplify 2013-04-18 19:17:53 -07:00
David Glasser
f72a7223c5 More check docs 2013-04-18 19:17:53 -07:00
David Glasser
6776c354b8 start of docs for check 2013-04-18 19:17:53 -07:00
David Glasser
f67db983c3 New check library. 2013-04-18 19:17:53 -07:00
David Glasser
0625277113 Document EJSON.isBinary. 2013-04-12 19:48:39 -07:00
Avital Oliver
04a5678c20 Improve docs consistency 2013-04-09 19:27:24 -07:00
Shane Reustle
73e6d4eb4c Fixed typo in docs under collection.allow 2013-04-03 23:55:36 -07:00
David Glasser
3f73d8545e Document Meteor.release. 2013-04-03 16:18:28 -07:00
Nick Martin
9e318c7a93 Add security note to docs. 2013-04-02 04:15:22 -07:00
Nick Martin
2c9af3e5b5 Mixpanel in docs tweaks.
- move mixpanel code to pre-existing analytics file.
- also track when people navigate in the docs
- remove 'preview.meteor.com' alias
2013-04-01 14:29:16 -07:00
karayu
beca43e6e8 mixpanel 2013-04-01 14:29:16 -07:00
David Glasser
72e744ca5a Minor doc updates. 2013-04-01 10:31:07 -07:00
Nick Martin
6aa855fbe0 Remove list of names from docs. 2013-03-27 18:56:23 -07:00
David Glasser
67f7343022 Fix function name typo in docs. 2013-03-27 15:13:48 -07:00
Chris Mather
a2485a85fc minor wordsmithing 2013-03-26 14:32:31 -07:00
Andrew Wilcox
c443011e46 Clarify Meteor.startup documentation.
Fixes #831.
2013-03-26 14:32:31 -07:00
David Glasser
2790b90f4b Wrap new doc section, link to global in the Node API, and mention @. 2013-03-23 13:11:51 -07:00
Andrew Wilcox
e0d6c7d658 add documentation for setting global vars in CoffeeScript 2013-03-23 13:07:22 -07:00
Rahul
d9667c9761 Fixes #848. Remove spurious 'cursors' from api docs. 2013-03-22 18:22:52 -07:00
David Greenspan
74e10e96af Don't rerun computations that throw in first run
This change prevents Spark from rerunning isolates that errored during initial rendering, and it seems like the right thing in general.
2013-03-22 14:19:43 -07:00
Chris Mather
065ca60eec Add Chris to list of names in docs introduction. 2013-03-22 10:54:16 -07:00
David Greenspan
0fe094f530 docs wording 2013-03-21 14:09:40 -07:00
David Greenspan
df5d2800ae dep.depend() instead of Deps.depend(dep)
simpler than having Deps.depend and addDependent, reads fine
2013-03-21 14:09:40 -07:00
David Glasser
5eb56c6da4 docs now uses Meteor.release 2013-03-19 15:13:54 -07:00
Naomi Seyfer
b475c95358 Old note about old event syntax was confusing people on IRC 2013-03-19 11:23:10 -07:00
Nick Martin
45fef52095 Use coffeescript.org instead of github link. 2013-03-14 12:12:24 -07:00
Nick Martin
d58d5f7e80 Bump version number for next release. 2013-03-14 11:12:15 -07:00