Commit Graph

268 Commits

Author SHA1 Message Date
David Glasser
e4d237f59a docs: custom publish functions don't need to unset in onStop. 2012-11-05 19:01:58 -08:00
David Glasser
a5cc93ee55 Remove the 'sass' package, as warned in 0.5.0.
Meteor's sass package wraps the "sass" NPM module, which implements a version of
the Sass language much older than the .sass described at sass-lang.com (and
doesn't implement the current recommended .scss language at all). It also has
poor error handling, so it mostly just ends up confusing users.

The module is unmaintained, and its author now uses stylus/nib (which Meteor
supports: see the stylus package).

If many users want Sass support, we could add this back in wrapping the
"node-sass" package instead (which supports a more recent version of the Sass
language), but for now, just remove it. Meteor still supports Stylus and Less
out of the box.

Fixes #143.
2012-11-05 15:24:08 -08:00
David Glasser
c8a9bc9e5a Fix doc argument type formatting (fixes #432) 2012-11-05 14:55:55 -08:00
David Glasser
7d8f744f15 Some tweaks to dandv's doc cleanups. 2012-11-05 11:36:47 -08:00
Dan Dascalescu
5ccacd1fbd Doc cleanups. Fixes #430. 2012-11-05 11:19:23 -08:00
David Glasser
a432c243aa Update version of fibers referred to in the docs. 2012-11-02 09:12:22 -07:00
David Workman
70c5f07201 Update docs/client/concepts.html
Deployment section still specified that Node 0.6
was required for deploying on your own infrastructure,
rather than Node 0.8
2012-11-02 09:09:42 -07:00
Avital Oliver
ae68aa22e6 accounts-ui: Hide "Create account" link when signups are forbidden 2012-11-01 18:15:31 -07:00
Avital Oliver
953e509d8d Document {{currentUser}} and {{currentUserLoaded}} 2012-11-01 13:30:05 -07:00
David Glasser
dee48f736a Docs: In custom publish example, call complete(). 2012-10-29 11:56:14 -07:00
Avital Oliver
4c5a4acb02 Improve loginButtons docs 2012-10-23 15:52:31 -07:00
David Glasser
1c70dcef66 Fix a few typos in Meteor.uuid docs.
While we're at it, linkify RFC reference.
2012-10-23 10:57:05 -07:00
Geoff Schmidt
7c0da2c1b4 load order docs: clarify unclear wording 2012-10-20 01:26:03 -07:00
Geoff Schmidt
893e37f4d7 #387: Document Meteor.uuid. Thanks @dandv! 2012-10-20 00:56:42 -07:00
Geoff Schmidt
d40be780fb #381, #405: Document the load order of files in an application.
Thanks @dandv, @dybskiy, @heavyk!
2012-10-20 00:31:16 -07:00
Nick Martin
6e15cc1562 Linkify references to minimongo that happen outside the collection section. Fixes #388.
Would be good to have a more built out minimongo section someday.
2012-10-18 19:57:53 -07:00
Nick Martin
4ca931aed8 Fix quotes around login buttons example. Fixes #402. 2012-10-18 17:00:31 -07:00
Dan Dascalescu
c084e35282 API docs typo and formatting fixes 2012-10-17 16:22:20 -07:00
David Glasser
24ada7fecb More concepts updates. 2012-10-17 12:28:34 -07:00
David Glasser
d00f6e8bde Get rid of Concepts accounts section. Add to Data and Security instead. 2012-10-17 11:36:33 -07:00
David Glasser
62dc41f15a Add more names to the docs. 2012-10-16 13:09:15 -07:00
David Glasser
bf656fb5d6 Document the createdAt field of users. 2012-10-16 10:03:39 -07:00
Nick Martin
2238b42fb9 Rework last few XXXs in accounts api. 2012-10-16 01:05:46 -07:00
Matt DeBergalis
b936654bcd move accounts above packages 2012-10-16 00:27:08 -07:00
David Glasser
ba732370f7 M dashes! 2012-10-16 00:04:19 -07:00
David Glasser
14375f34b7 Fix concepts ToC. 2012-10-15 23:59:50 -07:00
Matt DeBergalis
55ed0c3ba4 data section
Conflicts:
	docs/client/concepts.html
2012-10-15 23:47:57 -07:00
David Glasser
9cc1caa8ca First shot at adding more information to external services doc. 2012-10-15 23:28:56 -07:00
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