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
ac2262db72
Add missing word.
2012-10-15 15:46:09 -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
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
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
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
Matt DeBergalis
7df9322289
carry text along w/ api box.
2012-10-13 15:19:44 -07:00
Matt DeBergalis
4039920f83
fix documentation order
2012-10-13 15:11:05 -07:00
Nick Martin
bc6e80073a
Merge branch 'support-autorun' into devel
2012-10-12 15:21:48 -07:00
Nick Martin
ada7d81112
Minor tweaks to docs.
2012-10-12 15:20:27 -07:00
Nick Martin
c7b5f51420
Re-order autorun and flush.
2012-10-12 14:55:32 -07:00
Nick Martin
bf8890ffa2
First docs for emailTemplates
2012-10-12 14:42:39 -07:00
David Glasser
bae1a59af6
Publicize Meteor._autorun as Meteor.autorun (with docs and tests).
2012-10-12 00:50:35 -07:00
Nick Martin
0195b291e1
Another pass. Almost everything has at least first-pass docs written.
2012-10-12 00:29:03 -07:00
Nick Martin
78b262741f
Another pass through the docs. Almost all XXXs removed.
2012-10-11 15:01:38 -07:00
Nick Martin
99e1ed82c7
Catch up to new APIs.
2012-10-11 15:01:31 -07:00
Nick Martin
17030e572c
Rework allow/deny, userId, and setUserId
2012-10-11 15:01:16 -07:00
Nick Martin
5097fc283c
Document allow/deny.
2012-10-11 15:01:15 -07:00
Nick Martin
e2023399aa
First pass: a place for everything and everything in its place.
...
We really need to make this easier.
2012-10-11 15:01:15 -07:00
David Glasser
6f522147bb
Fix typo in docs (spotted by: dandv).
2012-10-10 10:48:34 -07:00
David Glasser
e733b17d6a
Merge branch 'devel' into auth
...
Pull in the issue #215 fix (Sessions can contain non-scalar objects)
2012-10-08 21:43:54 -07:00
David Glasser
9251edbf8d
Allow arbitrary JSON objects to be stored in Session (but not compared with equals). Test Session. Fixes #215 .
2012-10-06 14:42:59 -07:00
David Glasser
71851fef89
Merge branch 'devel' into auth
...
Conflicts:
app/meteor/skel/.meteor/packages
examples/leaderboard/.meteor/packages
packages/livedata/livedata_connection.js
2012-10-01 20:07:27 -07:00
David Greenspan
1e82308054
Tweaks from Geoff code review
2012-09-29 13:24:46 -07:00
David Greenspan
c9f51e3b84
add note to docs about preserve-inputs
2012-09-28 14:09:00 -07:00
Avital Oliver
ee922de1c2
Merge branch 'devel' into auth
...
Conflicts:
packages/livedata/livedata_server.js
2012-09-21 10:59:48 -07:00
Avital Oliver
de413efe50
Fold the absolute-url package into the meteor package
2012-09-19 16:19:54 -07:00
David Glasser
2fedd2adfc
Merge branch 'devel' into auth
...
Conflicts:
packages/livedata/livedata_common.js
packages/livedata/livedata_connection.js
packages/livedata/livedata_server.js
packages/mongo-livedata/collection.js
2012-09-17 14:42:10 -07:00
David Glasser
42033a03aa
Merge branch 'devel' (early part) into auth
...
Conflicts:
packages/email/email.js
packages/email/email_tests.js
packages/livedata/livedata_tests.js
2012-09-17 14:31:54 -07:00
David Glasser
5e622215ba
Change all publicly documented APIs to use camelCase.
...
For now, the old names still work as well.
This includes:
- Meteor.isServer/isClient
- this.isSimulation in methods
- Context.onInvalidate
- Meteor.status().retryCount/retryTime
Remove old backwards-compatibility "Sky" alias for "Meteor".
Update all examples in the docs to use camelCase.
Delete unused docs/client/projects.html file.
2012-09-17 14:26:45 -07:00
David Glasser
f340c35c02
Basic email support.
2012-09-14 18:38:29 -07:00
David Glasser
0ed8555690
Fix {{#dtdd}} handler in docs for 0.3.8 changes.
2012-09-14 17:09:37 -07:00
Nick Martin
24377fc980
Merge branch 'devel' into auth
2012-09-07 19:42:42 -07:00
David Glasser
233626de86
Make Meteor.Cursor.forEach fully synchronous even if the user's callback yields.
...
Previously, if the callback yields (eg, if it does a DB query), the next
iteration of the callback could run, or the forEach could finish entirely,
because the future we waited on only checked to ensure that the callback was
*started* on all documents, not *finished*.
Fixes #321 . Thanks to Scott Anderson for bug report with minimal reproduction
case.
2012-09-06 10:20:22 -07:00
Nick Martin
c514341df8
Merge branch 'master' into auth
...
Conflicts:
.gitignore
examples/todos/client/todos.js
2012-09-04 00:42:35 -07:00
Nick Martin
5a06b8ad12
More docs tweaks.
2012-08-30 18:04:32 -07:00
David Greenspan
5d34cdf1d2
tmpldecl => template in URL fragments
2012-08-30 15:05:41 -07:00