Slava Kim
ed9cb03ac1
Merge branch 'minimongo-fields' into devel
...
Support for 'fields' option in minimongo. Observe on the fields certain fields
will fire 'change' events only if one of watched fields changed.
Note: in minimongo observe, granularity of diff is one level. Meaning, watching
for changes at 'foo.bar' may fire even if 'foo.bar' didn't change.
Fixes #1287 .
2013-08-15 14:38:20 -07:00
Nick Martin
6fffbec675
Doc tweak for connection:null in new Meteor.Collection.
2013-08-12 17:03:08 -07:00
Nick Martin
e2344a2a07
Fixup ids for Meteor.http -> HTTP transition.
2013-08-09 17:52:25 -07:00
Nick Martin
e47c14d481
Fixup DDP.connect docs.
2013-08-07 21:14:11 -07:00
Slava Kim
dab1d19e61
Docs and typos in minimongo.
2013-08-07 12:54:37 -07:00
David Glasser
cd5044b6f3
Update docs to 0.6.5-rc12. Link to EJSON binary.
2013-08-02 18:17:38 -07:00
David Glasser
a5c061ecde
Rename Meteor.http to HTTP. Backwards compatible.
2013-07-25 18:54:42 -07:00
David Glasser
ce16794cbb
Push through on the Meteor.connect -> DDP.connect rename.
2013-07-25 18:54:42 -07:00
Nick Martin
475af49b27
doc tweaks.
2013-07-25 16:55:59 -07:00
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
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
Andrew Wilcox
6c8a4b590b
Rename a collection "manager" to "connection".
2013-05-06 16:14:32 -07:00
Christine Spang
17d81e64bc
Update documentation for Email.send.
2013-04-25 16:52:06 -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
David Glasser
3f73d8545e
Document Meteor.release.
2013-04-03 16:18:28 -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
Geoff Schmidt
a158e3f901
Update docs: update/remove RPCs may only use IDs as selectors, other tweaks
2013-03-13 05:52:58 -07:00
Nick Martin
abe3ee9cbe
Merge remote-tracking branch 'origin/deps-radical' into devel
2013-03-12 10:39:03 -07:00
Naomi Seyfer
1c4041ee71
Doc review and example code in docs
2013-03-11 17:52:38 -07:00
Naomi Seyfer
1653c091e7
Change the names from factory to transform
2013-03-11 15:49:17 -07:00
David Greenspan
96d05d741f
Deps.Variable => Deps.Dependency
2013-03-11 12:37:25 -07:00
David Greenspan
a18a92e65f
Deps.run => Deps.autorun
2013-03-11 12:17:39 -07:00
Naomi Seyfer
0ee4446315
draft of docs for models/factories
2013-03-10 14:48:42 -07:00
David Greenspan
934322f2d4
minor docs tweaks
2013-03-08 13:38:55 -08:00
David Greenspan
69ee6af08a
finish porting docs to radical deps
2013-03-08 12:06:05 -08:00
David Greenspan
2d35276f4c
complete radical deps API docs
2013-03-08 00:49:43 -08:00
David Greenspan
717ed1f6f9
more work
2013-03-07 23:10:44 -08:00
David Greenspan
a0f0f64b7f
lots of docs
2013-03-06 17:36:05 -08:00
David Greenspan
7e90bc9268
docs wip
2013-03-04 18:09:13 -08:00
Naomi Seyfer
dba23bd29c
Session.setDefault, and updating todos to use it. #698
2013-02-20 17:56:39 -08:00
Naomi Seyfer
a920d568ec
Added an E to the JSON where we support it, in the docs
2013-02-20 16:33:27 -08:00
Naomi Seyfer
c911cd9ef4
Greenspan comments on ddp-pre1 diff
2013-02-20 14:52:28 -08:00
Naomi Seyfer
f741531c01
Fixed inaccurate/old api for publish removed
2013-02-19 10:18:29 -08:00
David Glasser
806ffc6b60
Updates to ObjectID docs.
2013-02-13 14:46:27 -08:00
David Glasser
eb14cfceeb
Rename Meteor.id() -> Random.id()
2013-02-12 23:44:04 -08:00
David Glasser
1eecbb070e
Merge branch 'devel' into ddp-pre1
2013-02-12 17:42:20 -08:00
David Glasser
db535c93f3
Improved docs for two Meteor.subscribe changes.
...
(onError and handle.ready())
2013-02-11 20:11:05 -08:00
David Glasser
40bfd2e360
Add a reactive ready() method to subscription handles. Fixes #273 .
...
Inspired by a pull request from tmeasday (though we've changed the underlying
code enough on ddp-pre1 that I had to rewrite it myself).
Use it in todos. No docs yet, but the Meteor.subscribe docs are already
scheduled for some attention.
2013-02-08 18:41:41 -08:00
David Glasser
4f2d725d3f
If Meteor.settings.public exists, make it available on the client as well.
...
(Suggested by @jagill at Meteor Dev Shop 0!)
2013-02-08 17:51:33 -08:00
David Glasser
db917f4741
DDP server: Implement sub.error() and reimplement sub.stop().
...
Note that sub.stop() is now handled by the client (it removes the record of the
subscription) but there is no way for an app to observe this. (I expect we'll
use sub.stop() in implementing "fetch" in the Mongo connector.)
2013-02-07 15:43:28 -08:00
Geoff Schmidt
9b3cd467d0
Second draft of observe/observeChange docs
2013-02-07 15:41:20 -08:00
Geoff Schmidt
557dd363f4
markdown is mia
2013-02-07 14:52:18 -08:00
Geoff Schmidt
97cbc5a50e
correct error in previous commit
2013-02-07 13:49:10 -08:00
Geoff Schmidt
e2ddf0aead
Change descriptions of observe and observeChanges
2013-02-07 13:47:52 -08:00