Avital Oliver
414f5e52fb
Minor doc changes
2012-07-23 17:57:09 -07:00
Avital Oliver
cc3a163db6
Call onReconnect when a LivedataConnection reconnects
...
This can be used to re-establish the proper auth context.
2012-07-23 17:57:09 -07:00
Avital Oliver
55b6bb0dea
Method calls can now be forced to wait
...
Meteor.apply and Meteor._LivedataConnection.apply now receive an options
parameter which can be used to set the `wait` flag:
(Client only) If true, don't send any subsequent method calls until this
one is completed. Only run the callback for this method once all previous
method calls have completed.
2012-07-23 17:57:09 -07:00
Nick Martin
7510b8430e
Bump version number for release!
2012-07-12 22:10:40 -07:00
Nick Martin
32206de243
Update docs for new features.
2012-07-12 22:07:27 -07:00
David Greenspan
c0bb4e9ae8
update docs
2012-07-11 14:42:36 -07:00
David Greenspan
4719433383
docs changes for event.{target -> currentTarget} change
2012-07-09 20:14:24 -07:00
matt debergalis
682c1650c5
document field specifiers
2012-07-02 18:21:53 -07:00
matt debergalis
bdcccfd32e
Link to mailing lists
2012-07-02 17:53:36 -07:00
matt debergalis
eb25822679
rework publish example
2012-07-02 17:53:25 -07:00
Nick Martin
2d329d7c44
Change install instructions to be SSL now.
2012-06-27 18:17:10 -07:00
Nick Martin
a39aabc25c
Update URL for github ribbon.
2012-06-25 15:11:25 -07:00
Nick Martin
69f8121b88
Don't serve app_html for robots.txt. Allow robots on docs site.
2012-06-25 14:00:30 -07:00
David Greenspan
d320dc2858
docs api fix for subscription_set
2012-06-20 18:16:19 -07:00
Nick Martin
723a668efa
Fix instructions in docs. Fixes #174 .
2012-06-19 12:44:45 -07:00
Nick Martin
eca3b91375
Bump version number.
2012-06-06 21:26:20 -07:00
David Greenspan
646765eeae
docs formatting fix
2012-06-05 12:22:17 -07:00
Avital Oliver
f6a292d7e6
Very minor fix to documentation
2012-05-31 15:57:37 -07:00
Avital Oliver
b9c3a7fe73
Merge pull request #94 from mpj/patch-4
...
Updated title on the documentation
2012-05-30 12:14:52 -07:00
David Greenspan
86e3eacaed
improved docs wording introducing is_client/is_server (see #157 )
2012-05-25 11:51:04 -07:00
Nick Martin
4b2e763cae
Remove unused font.
2012-05-22 21:33:44 -07:00
Avital Oliver
401a2f05fd
Bump version to 0.3.6
2012-05-16 18:01:36 -07:00
Nick Martin
1cba2f21f0
Bump fibers version in docs.
2012-05-16 15:31:27 -07:00
David Greenspan
4ac26ecc49
note in docs about IE6-8 limitation
2012-05-16 12:52:47 -07:00
David Greenspan
62794338c4
fix docs markdown again (link regression)
2012-05-16 12:12:06 -07:00
Geoff Schmidt
5e5769490a
Clarifications in new events docs
...
(with David)
2012-05-15 15:18:11 -07:00
David Greenspan
15d38fefcd
document supported event types
2012-05-11 12:37:12 -07:00
David Greenspan
fe3bbee305
event docs; xtreme markdown fixes
2012-05-11 12:37:11 -07:00
David Greenspan
2738e7798a
event map wording fix
2012-05-11 12:37:10 -07:00
David Greenspan
4c38c567c7
remove docs warnings
2012-05-11 12:37:10 -07:00
David Greenspan
6ea4976d19
add another markdown hack
2012-05-11 12:37:10 -07:00
David Greenspan
a8e3a266e4
update remove() example for new Meteor.ui; fixes #125
2012-05-11 12:36:41 -07:00
matt debergalis
986ffbae49
Provide document ID to Meteor.Collection callback.
2012-05-09 11:38:26 -07:00
matt debergalis
ee201b68d0
clean up set/unset text
2012-05-06 21:51:15 -07:00
matt debergalis
6cf6fab193
in publish, this.set() takes dictionary, not k and v.
2012-05-06 09:07:50 -07:00
phillc
25cb78e040
Typo in docs
2012-05-02 14:26:06 -07:00
David Greenspan
93e793891c
fix scroll-to-#id-on-page-load and nav link slide in FF
2012-05-01 15:00:15 -07:00
Nick Martin
ef9f956786
Version bump for 0.3.5 release.
2012-04-28 13:55:44 -07:00
Nick Martin
bf46f04024
Bump version number for release.
2012-04-27 18:03:26 -07:00
matt debergalis
55af4717f1
missing file
2012-04-27 11:30:23 -07:00
matt debergalis
192537d0df
bootstrap package docs
2012-04-27 10:21:21 -07:00
Edward Ocampo-Gooding
88481938a0
Fix placement of collection cursor.forEach example in docs
2012-04-27 08:53:39 -07:00
Nick Martin
896775cf43
Fix alphabetical order.
2012-04-26 17:44:32 -07:00
Nick Martin
05efb31504
Docs and license for sass.
2012-04-26 17:43:35 -07:00
Nick Martin
717d710a3b
Docs for stylus.
2012-04-26 14:40:07 -07:00
David Greenspan
9e75e13c85
remove warning from docs
2012-04-26 11:18:07 -07:00
Mattias Petter Johansson
6db9a51d75
Updated title on the documentation to be more friendly to people that has many tabs open. "Meteor" gets confusing when you have both the documentation, and say, the examples open at the same time, as they are both titled "Meteor".
2012-04-25 13:05:13 +03:00
Gabriel Horner
00117e6fda
Fix Meter.autosubscribe docs example to refer to correct method
2012-04-23 17:50:29 -07:00
matt debergalis
d86a6b1ced
Add note to add HTTP package to use Meteor.http.
...
Break out the four helper methods into separate API stanzas for a bit
more clarity.
2012-04-22 15:24:30 -07:00
matt debergalis
c1badda2f0
remove examples nav
2012-04-22 10:26:56 -07:00