Commit Graph

240 Commits

Author SHA1 Message Date
Nick Martin
985baa5b69 Account intro section, along with other misc tweaks. 2012-10-15 22:32:29 -07:00
Nick Martin
bcab93c9d1 Tested in an app. 2012-10-15 20:58:43 -07:00
Nick Martin
630ba60a5d Accounts passwords header section. 2012-10-15 20:46:26 -07:00
David Glasser
bdd5c55666 Start of "Passwords" intro. 2012-10-15 18:39:29 -07:00
David Glasser
a3385ba9e0 Describe user fields in more detail. 2012-10-15 18:19:07 -07:00
David Glasser
523e7e9f98 Not documenting where the reset tokens go. 2012-10-15 17:55:21 -07:00
David Glasser
cd486910f3 Add missing article to example. 2012-10-15 17:52:04 -07:00
David Glasser
c5af2098da Add missing period. 2012-10-15 17:44:52 -07:00
David Glasser
85403c26d2 Make the example onCreateUser hook copy profile too. 2012-10-15 17:43:31 -07:00
David Glasser
2533e2beca Be explicit that onCreateUser can mutate or return new. 2012-10-15 17:38:19 -07:00
David Glasser
18324749cb Insert missing word. 2012-10-15 17:36:00 -07:00
David Glasser
b0f4db8d0f Docs for validateNewUser describe what happens on throw. 2012-10-15 17:35:07 -07:00
David Glasser
02f7512da6 Accounts.ui.config should link to accounts-ui 2012-10-15 17:29:47 -07:00
David Glasser
0bfbbc13c2 Fix D3 link. 2012-10-15 16:51:49 -07:00
Matt DeBergalis
ad1656b2cf D3.js package 2012-10-15 16:48:23 -07:00
David Glasser
fe70fbd60b Don't use _.random that we don't have. 2012-10-15 16:46:39 -07:00
Avital Oliver
c86a4724f3 docs: change onCreateUser example 2012-10-15 16:34:23 -07:00
Nick Martin
8460c028b9 Break password-only stuff into a separate section. Reorder a bit. 2012-10-15 16:33:29 -07:00
David Glasser
8d1e4afc0e Docs: clean up accounts-ui section. 2012-10-15 16:26:07 -07:00
Avital Oliver
ef634e216e docs: small fix 2012-10-15 16:19:18 -07:00
David Glasser
93090b846c Fix doc typos. 2012-10-15 16:18:25 -07:00
David Glasser
2e7697e9a0 Fix back button in docs. 2012-10-15 16:15:58 -07:00
Avital Oliver
e3a1f7f428 Refer to OAuth less in docs. Small improvements to accounts-ui docs 2012-10-15 16:12:09 -07:00
David Glasser
b53e2dcbb9 Don't add target=_blank to internal links. 2012-10-15 15:46:49 -07:00
David Glasser
ac2262db72 Add missing word. 2012-10-15 15:46:09 -07:00
David Glasser
9669e5f6de Make Accounts.changePassword header fit on one line. 2012-10-15 15:22:38 -07:00
David Glasser
14e1645672 Avoid horizontal scrollbars in navbar. 2012-10-15 15:20:52 -07:00
David Glasser
b9a3f34377 Put Accounts API section before Template API. 2012-10-15 15:03:25 -07:00
David Glasser
6ea9c0631f Link to accounts API section. 2012-10-15 15:01:04 -07:00
Nick Martin
b6d7d7817c Re-order TOC to match document. 2012-10-15 13:52:44 -07:00
David Glasser
2a1754f69c Docs: Add "field specifiers" to TOC. 2012-10-15 12:19:35 -07:00
David Glasser
28ebec8b0f Mention lack of support for validated literal doc updates. 2012-10-15 12:13:53 -07:00
David Glasser
10bad07074 Be explicit that the insecure package's "any allow/deny" rule is per-collection. 2012-10-15 12:08:31 -07:00
David Glasser
033dbee889 docs: add missing paren 2012-10-15 12:04:51 -07:00
David Glasser
7d4d5e3a53 Update references to access control in "new Meteor.Collection" docs. 2012-10-15 12:04:27 -07:00
David Glasser
54cc299978 Meteor.apply docs: mention that it allows options (and REQUIRES array). 2012-10-15 11:59:50 -07:00
David Glasser
b59ab5dfa5 serializeable -> serializable 2012-10-15 11:56:38 -07:00
David Glasser
907b6ee91a Tweak wording of Accounts.ui.config docs and show a more complete example. 2012-10-15 11:55:31 -07:00
David Glasser
a9af320aba Fix another reference to this.userId as a function. 2012-10-15 11:38:00 -07:00
David Glasser
4d4b504e17 Add a use of this.userId to the first Meteor.publish example.
Move the this.userId api box to the top of the "this" section, since it's
relevant to both flavors of publish function (cursor and non-cursor).
2012-10-15 11:37:06 -07:00
David Glasser
dc632fcfa1 Un-comment a code sample. 2012-10-15 11:29:19 -07:00
David Glasser
ddf870717b Link a couple of references to Node.js. 2012-10-15 11:27:01 -07:00
David Glasser
1fe86fa93a Add a warning about the brokenness of the sass package to the docs (issue #143).
sass.js implements a version of Sass much older than the .sass (let alone
currently recommended .scss) described at sass-lang.com, and has poor error
handling so it mostly just ends up confusing users. sass.js's author now uses
stylus/nib. We should probably remove the sass package, but let's not add
another breaking change to 0.5.0.
2012-10-15 11:21:21 -07:00
David Glasser
72731ddda0 Use jQuery to force all non-#internal links to use target=_blank.
Rewrite <a href> links to use Markdown syntax now that they don't need the <a
href> to get target=_blank.
2012-10-15 11:16:53 -07:00
David Glasser
a7a4e1b50c Replace old reference to auth branch with an XXX. 2012-10-15 10:57:34 -07:00
David Glasser
5143581658 Wrap long lines in api.html. 2012-10-15 10:09:37 -07:00
Dan Dascalescu
91c76dcc3a Fix run-on sentence 2012-10-13 21:36:17 -07:00
Dan Dascalescu
0a89f9408d Use better_markdown throughout 2012-10-13 21:31:55 -07:00
Dan Dascalescu
de864adddc Clarified when reactivity works
After reading the Reactivity section for the first time,
I was under the slight impression that a reactive context would
be sufficient for triggering changes. E.g. if the name in the
fragment example were set not from Session, but from a global,
it could be surmised that the HTML fragment would still be
automatically updated if the global variable changed.

This small patch tries to make it clearer that reactivity requires
*both* a reactive context and a reactive data source.
2012-10-13 19:44:19 -07:00
Matt DeBergalis
7df9322289 carry text along w/ api box. 2012-10-13 15:19:44 -07:00