Nick Martin
c1ece21051
Merge branch 'devel' into appcache
2013-03-06 17:06:05 -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 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
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
Naomi Seyfer
c911cd9ef4
Greenspan comments on ddp-pre1 diff
2013-02-20 14:52:28 -08:00
Matt DeBergalis
f3c3d5cc29
observeChanges calls addedBefore, not addedAt
2013-02-19 17:41:56 -08:00
Naomi Seyfer
f741531c01
Fixed inaccurate/old api for publish removed
2013-02-19 10:18:29 -08:00
Naomi Seyfer
a2c9561ce2
Incrementing versions
2013-02-18 14:23:11 -08:00
Naomi Seyfer
657c101b2b
Merging master to devel for 0.5.6
2013-02-15 11:16:52 -08:00
David Glasser
1535fe3437
Bump version number and add release notes.
2013-02-14 16:49:06 -08:00
David Glasser
e1b07e4848
Merge branch 'devel' into ddp-pre1
2013-02-13 17:05:07 -08:00
David Glasser
806ffc6b60
Updates to ObjectID docs.
2013-02-13 14:46:27 -08:00
David Glasser
2185b21be5
random docs: feedback from review.
2013-02-13 14:41:31 -08:00
David Glasser
9a7ac87778
Document random package.
2013-02-13 00:42:05 -08:00
David Glasser
eb14cfceeb
Rename Meteor.id() -> Random.id()
2013-02-12 23:44:04 -08:00
David
ff430bc287
Minor link correction
2013-02-12 18:13:35 -08:00
David Glasser
1eecbb070e
Merge branch 'devel' into ddp-pre1
2013-02-12 17:42:20 -08:00
David Glasser
78eb2a32d6
Watch '.lessimport' files for changes (but don't parse them).
...
'.lessimport' is now meaningful rather than just a suggestion in the docs.
2013-02-12 14:36:04 -08:00
David Glasser
db535c93f3
Improved docs for two Meteor.subscribe changes.
...
(onError and handle.ready())
2013-02-11 20:11:05 -08:00
Naomi Seyfer
b4988e3bd9
Merge branch 'devel' into release-0.5.5
2013-02-11 12:24:14 -08:00
Naomi Seyfer
bc83e8c76c
Added all people to the docs, alphebetized by first name
2013-02-11 11:34:22 -08:00
Nick Martin
6cbd30c057
Merge branch 'devel' into release-0.5.5
2013-02-08 21:49:03 -08:00
David Glasser
40bfd2e360
Add a reactive ready() method to subscription handles. Fixes #273 .
...
Inspired by a pull request from tmeasday (though we've changed the underlying
code enough on ddp-pre1 that I had to rewrite it myself).
Use it in todos. No docs yet, but the Meteor.subscribe docs are already
scheduled for some attention.
2013-02-08 18:41:41 -08:00
David Glasser
4f2d725d3f
If Meteor.settings.public exists, make it available on the client as well.
...
(Suggested by @jagill at Meteor Dev Shop 0!)
2013-02-08 17:51:33 -08:00
Nick Martin
1385137f01
Bump version number in prep for release
2013-02-07 22:49:56 -08:00
David Glasser
db917f4741
DDP server: Implement sub.error() and reimplement sub.stop().
...
Note that sub.stop() is now handled by the client (it removes the record of the
subscription) but there is no way for an app to observe this. (I expect we'll
use sub.stop() in implementing "fetch" in the Mongo connector.)
2013-02-07 15:43:28 -08:00
Geoff Schmidt
9b3cd467d0
Second draft of observe/observeChange docs
2013-02-07 15:41:20 -08:00
Geoff Schmidt
557dd363f4
markdown is mia
2013-02-07 14:52:18 -08:00
Geoff Schmidt
97cbc5a50e
correct error in previous commit
2013-02-07 13:49:10 -08:00
Geoff Schmidt
e2ddf0aead
Change descriptions of observe and observeChanges
2013-02-07 13:47:52 -08:00
David Glasser
62bcab56d1
Merge branch 'devel' into ddp-pre1
2013-02-07 10:47:06 -08:00
Naomi Seyfer
515b04f13c
Example publish now uses observeChanges
2013-02-06 18:39:57 -08:00
Naomi Seyfer
c6f72b612f
Draft docs for new observe
2013-02-06 18:37:33 -08:00
David Glasser
05ac3ad75d
Document how to prevent your less imports from being double-processed.
2013-02-05 18:34:55 -08:00
David Glasser
eaff6f3b00
Merge branch 'devel' into ddp-pre1-selector-compiler-rewrite
...
Note: some tests fail. Will be resolved before merging to ddp-pre1.
Conflicts:
packages/minimongo/selector.js
2013-02-04 17:46:22 -08:00