Avital Oliver
5671eaa2b7
Merge branch 'devel' into shark
...
Conflicts:
packages/minifiers/package.js
packages/preserve-inputs/package.js
packages/test-in-browser/driver.css
packages/test-in-browser/driver.js
2014-02-25 15:50:36 -08:00
Emily Stark
bbc8fe2809
Remove Accounts.loginServiceConfiguration from docs
2014-02-22 13:27:41 -08:00
Emily Stark
67b6adc801
Modify docs sidebar to not list every external login provider.
...
`Meteor.loginWithMeteorDeveloperAccount` is too long for the sidebar,
and we don't really want to update the sidebar for every login provider
anyway.
2014-02-20 14:34:22 -08:00
Emily Stark
055426a449
Add loginWithMeteorDeveloperAccount to docs
2014-02-13 20:25:45 -08:00
Dan Dascalescu
3204ffa42b
Update link to mongo page for selector syntax
2014-02-12 16:14:42 -08:00
David Glasser
72c626be61
document explicitly that we treat strings as IDs
...
Fixes #1813
2014-02-12 16:14:28 -08:00
Nick Martin
0e48d5183d
Update comment in docs. Fixes #1807 .
2014-02-12 16:06:39 -08:00
David Glasser
d1e03a58de
Docs improvements for #1745
...
Text before an api_box does not look good as an introduction to that
api_box due to spacing.
2014-02-12 15:34:26 -08:00
Marc-Andre Lafortune
de294ddb19
EJSON: Provide default implementation of equals for custom types
2014-02-12 15:26:50 -08:00
Marc-Andre Lafortune
0be15bdf3f
EJSON: Provide default implementation of clone for custom types
2014-02-12 15:26:50 -08:00
EOT
f5b4af815b
Fix minor typo in docs (Deps.afterFlush)
2014-02-10 16:08:07 -08:00
Andrew Mao
788a1b622a
Update docs about using fields in find cursors
...
Addresses #1299 and #1780
2014-02-10 15:37:42 -08:00
Andrew Wilcox
09029be917
Update client info API to just have connection.clientAddress and connection.httpHeaders.
...
Fix documentation.
Expose webapp's `identifyBrowser`, even though we aren't currently
using outside of webapp.
2014-02-04 01:08:36 -08:00
Andrew Wilcox
ca7a6929d7
Make information about the client available in the connection object.
2014-02-04 01:08:36 -08:00
David Glasser
df47013639
Fix Accounts.createUser docs
...
Fixes #1777 .
2014-01-29 14:48:38 -08:00
David Glasser
f065ffd80f
Merge branch 'devel' into shark
...
Conflicts:
packages/minimongo/minimongo.js
packages/minimongo/observe.js
packages/minimongo/wrap_transform.js
packages/mongo-livedata/collection.js
packages/mongo-livedata/mongo_driver.js
packages/mongo-livedata/mongo_livedata_tests.js
2014-01-27 16:34:15 -08:00
David Glasser
204959b509
Fix pronoun in docs
2014-01-27 16:30:43 -08:00
David Glasser
f53bf0ab82
Docs for wrapTransform
2014-01-27 16:29:59 -08:00
David Glasser
6471dce8fa
Merge branch 'devel' into shark
2014-01-27 13:58:11 -08:00
Avital Oliver
ae67643a3f
Make docs work on shark
2014-01-22 16:34:56 -08:00
Avital Oliver
ede2e80d48
{{#better_markdown}} -> {{#markdown}}
2014-01-20 00:03:01 -08:00
Nathan Le Ray
4cf8b41d5d
Fix a typo in the API doc
2014-01-15 14:32:43 -08:00
David Glasser
53de3f21ba
Improve docs for server-to-server collections
...
Fixes #1723 .
2014-01-07 17:15:06 -08:00
David Glasser
ce77adc22e
Remove warning about update/$
2014-01-07 17:00:18 -08:00
Avital Oliver
e3578c6c30
Merge branch 'devel' into shark
...
Conflicts:
packages/minimongo/minimongo.js
packages/minimongo/package.js
2014-01-07 04:08:06 -08:00
David Glasser
add4f6e015
Disallow {fields:{_id:0}} in observeChanges
...
This implies it is not allowed in `observe` either, or in cursors
returned from publish functions, or in cursors used in {{#each}}
Why? observeChanges and DDP publication use the ID as part of the
callback/message, and eliding it completely breaks them. Meteor UI uses
the ID with {{#each}} to properly move nodes around instead of
re-rendering. We could try to allow it for `observe` outside of
{{#each}}, but it would feel somewhat inconsistent.
2014-01-06 21:16:23 -08:00
Matt DeBergalis
412f89a352
document return value of Deps.nonreactive
2013-12-26 22:59:05 -08:00
David Glasser
1ec9b1da71
Merge branch 'devel' into shark
...
"templating - template arg" fails before and after this merge
Conflicts:
packages/handlebars/.npm/package/npm-shrinkwrap.json
packages/handlebars/package.js
(semi-updating handlebars to shrink package size, vs deleting)
packages/minifiers/package.js
(two different new tests)
packages/minimongo/minimongo.js
(observe moved to a new file)
2013-12-13 10:05:55 -08:00
Dan Dascalescu
b556a474d3
Mention Meteor.bindEnvironment
...
Google searches for the error fail to find the Meteor docs, and there was no mention of bindEnvironment therein.
2013-12-06 14:12:18 -08:00
David Glasser
51b786c64c
docs: Fix line break and punctuation
2013-12-06 13:40:59 -08:00
Denis Gorbachev
5a8fcee957
Fix docs paragraph
2013-12-06 13:39:07 -08:00
Nick Martin
8f05510b59
Make onClose fire immediately instead of never on already closed connection.
2013-12-05 13:14:11 -08:00
Andrew Wilcox
79f845f735
Clarify note on client reconnections.
2013-12-05 13:14:10 -08:00
Andrew Wilcox
e253ecd46a
Another session -> connection renaming.
2013-12-05 13:14:10 -08:00
Nick Martin
a3bbb6dfa1
Update and tweak docs for new name.
2013-12-05 13:14:10 -08:00
Andrew Wilcox
62fe9c62e5
Add a "this.session" entry for methods in the docs.
...
Pull out the session object into its own documentation section.
2013-12-05 13:11:40 -08:00
Andrew Wilcox
c1d97fde7c
Also make the session available in publish functions.
2013-12-05 13:11:40 -08:00
Andrew Wilcox
26e9fad096
In the docs, refer to the public object as a "session" instead of a
...
"session handle".
2013-12-05 13:11:40 -08:00
Andrew Wilcox
819019f08f
Mention that session id's are globally unique.
2013-12-05 13:11:40 -08:00
Andrew Wilcox
badb6e9d30
Documentation update.
...
Document `Meteor.onConnection` instead of `Meteor.server.onConnection`.
Condense sections about when there is a session reconnect into a
single {{note}}.
Document the `stop` handle returned by `onConnect`.
Document `this.session` in Meteor.methods section.
2013-12-05 13:11:39 -08:00
Andrew Wilcox
8644363f1a
Meteor.server.onConnection documentation.
2013-12-05 13:11:39 -08:00
David Greenspan
c9a79c1593
Merge branch 'devel' into shark
...
Conflicts:
examples/leaderboard/.meteor/release
examples/parties/.meteor/release
examples/todos/.meteor/release
examples/wordplay/.meteor/release
2013-11-11 20:50:33 -08:00
Avital Oliver
b242f20ffe
Fix docs on http package
...
The recent change to throw errors wasn't done to completion.
Update the examples and some of the prose.
2013-10-17 16:36:13 -07:00
Avital Oliver
1a1f083186
docs work modulo markdown
2013-10-07 17:21:02 -07:00
Avital Oliver
a39a8bd1ac
docs closer to working
2013-10-07 15:50:47 -07:00
Avital Oliver
01ce66310e
work towards porting docs
2013-10-07 15:50:46 -07:00
Avital Oliver
17129ee45a
fix docs modulo block helpers args (i think)
2013-10-04 13:56:03 -07:00
Emily Stark
7f64c726f7
Merge branch 'mongo-upsert' into devel
2013-10-02 13:23:22 -07:00
Emily Stark
dec262b239
Document upsert (first draft)
2013-10-02 12:17:04 -07:00
Emily Stark
ae6ab2d775
Fix logoutOtherClients docs typos
2013-10-02 11:37:27 -07:00