383 Commits

Author SHA1 Message Date
David Glasser
9ffdc44487 Merge branch 'devel' into release-0.5.8 2013-03-13 06:20:29 -07:00
Geoff Schmidt
017ee5eac5 minor docs editing/examples improvement 2013-03-13 06:08:52 -07:00
David Glasser
431e3ab900 Merge branch 'devel' into release-0.5.8 2013-03-13 06:05:16 -07:00
David Glasser
854bca2fae Remove outdated comment about update/remove rewriting. 2013-03-13 06:03:59 -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
c699f9fef4 Bump version number for new release. 2013-03-12 10:46:19 -07:00
Nick Martin
abe3ee9cbe Merge remote-tracking branch 'origin/deps-radical' into devel 2013-03-12 10:39:03 -07:00
Nick Martin
e0d1a29633 Merge branch 'appcache' into devel
Conflicts:
	History.md
2013-03-11 22:35:24 -07:00
Nick Martin
5f7cd81eeb Doc tweak and History.md. 2013-03-11 22:34:05 -07:00
Nick Martin
68474b25ae Merge branch 'meetup' into devel 2013-03-11 21:03:59 -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
0f598403b5 docs wording improvement 2013-03-11 13:05:34 -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
David Greenspan
8f3b0a279f final glasser review 2013-03-11 12:06:50 -07:00
Matt DeBergalis
4cd49f0d5f add requestPermissions support to accounts-meetup 2013-03-10 15:23:52 -07:00
Matt DeBergalis
6508299f78 docs for accounts-meetup 2013-03-10 15:14:31 -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
980b179558 remove old reference in docs 2013-03-08 12:52:20 -08:00
David Greenspan
69ee6af08a finish porting docs to radical deps 2013-03-08 12:06:05 -08:00
David Greenspan
e9dcb927fb start replacing words like "autorun" and "context"
What's left to do:
- "context" is now "computation"
- Autorun => Deps.run
- In Deps package, don't say "if we're inside a Deps.run" or anything else that assumes that's the only way to create a computation.  Meteor creates computations for you for templates, etc.
2013-03-08 01:42:09 -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
Nick Martin
c1ece21051 Merge branch 'devel' into appcache 2013-03-06 17:06:05 -08:00
David Greenspan
d70a56f6d7 some glasser code review changes 2013-03-06 10:19:52 -08:00
David Greenspan
f378b145bf start rewriting Deps docs TOC 2013-03-06 02:23:56 -08:00
David Greenspan
833769c97d Merge branch 'devel' into deps-radical 2013-03-05 13:48:23 -08:00
David Glasser
9154b5d3c4 C.find(q, {reactive: false}).observe() should only produce initial adds.
Fixes #771.
2013-03-04 22:19:11 -08:00
David Greenspan
548b3945d2 more docs 2013-03-04 18:45:05 -08:00
David Glasser
26430d117b Review of PR #716 (multi-cursor publish).
- History.md update

- tweak docs

- refactor the "one per collection" check

- make errors into internal errors.  Programming errors like returning the wrong
  type from a function on the server don't need to be reported to the client.
2013-03-04 18:30:38 -08:00
k.kurilov
3fb2434d71 Return multiple cursors from publish function. 2013-03-04 18:09:44 -08:00
David Greenspan
7e90bc9268 docs wip 2013-03-04 18:09:13 -08:00
David Greenspan
12a123c466 docs link fixes from check_links() 2013-03-04 14:08:44 -08:00
Nick Martin
0a3c7e5867 Merge branch 'devel' into appcache 2013-03-03 17:34:16 -08:00
Rasmus Erik Voel Jensen
fa4c81071d Literate CoffeeScript support. Added support for extension .litcoffee (and updated tests and documentation). 2013-03-02 18:48:08 -08:00
David Glasser
a08e28b6bd Fix error in docs (_id vs id). Fixes #768. 2013-03-02 18:08:16 -08:00
Mitar
82d5d0e190 Some small fixes I found while reading the documentation. 2013-03-02 18:04:10 -08:00
David Glasser
307172885a Updates to minimongo docs, since we've implemented some things now. 2013-02-28 13:19:58 -08:00
James Harvey
7270611889 fixed matching-brace typo in all-rooms example 2013-02-27 15:01:54 -08:00
Andrew Wilcox
f72f366e20 appcache docs and tweak warning message 2013-02-22 18:38:41 -08:00
Andrew Wilcox
1be9a4989c Depends on PR 685 (the appcache package).
Enable the app cache for docs.

Move the "forkme" image to public/ so that it is available offline.
2013-02-21 18:41:53 -08:00
Andrew Wilcox
6ed6e8ce17 appcache code review changes 2013-02-21 18:41:53 -08:00
Andrew Wilcox
9c55aeeb97 appcache package
This code depends on PR 680.  In addition, the docs include a link to
the proposed AppCache wiki page.

Adds the appcache smart package and associated documentation.

QA notes are in packages/appcache/QA.md (Is this a good place to put
them?)
2013-02-21 18:41:53 -08:00
Naomi Seyfer
dba23bd29c Session.setDefault, and updating todos to use it. #698 2013-02-20 17:56:39 -08:00
michaelglenadams
fbb4e03f5e Update docs/client/concepts.html
Fixes typo in docs.
2013-02-20 16:48:10 -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
036c471b2d Fixed #690: inconsistant use of fields in api docs
Also messed with spacing so that the end of a sentence could be less
easily confused with the dot operator in a particular place.
2013-02-20 15:32:17 -08:00