Commit Graph

1314 Commits

Author SHA1 Message Date
Dan Dascalescu
9adcfd32dc Typo fix 2015-06-10 13:53:10 -07:00
Mitar
2e7697391b Ignore node_modules directory. Fixes #4452
Fixes #4457.
2015-06-02 13:50:02 -07:00
Sashko Stubailo
5511298a13 Improve new template.subscribe example 2015-05-29 12:44:54 -04:00
Sashko Stubailo
fcc83be5bd Add another example for template.subscribe 2015-05-19 11:30:22 -07:00
David Glasser
91ce1561c3 tracker: implement Computation.onStop
Fixes #3915.
2015-04-29 00:18:13 -07:00
David Glasser
342a234e85 jsdoc update; fix api boxes broken by #4191 2015-04-29 00:17:01 -07:00
sungwook yeom
212dee0cd5 Add dollar sign in bash command 2015-04-21 15:16:18 -07:00
Sacha Greif
727e9c561b clarify deploy instructions
Fixes #4219. Fixes #4248.
2015-04-21 15:12:05 -07:00
Slava Kim
5df2be6398 s/unassigned/unsigned 2015-04-21 14:24:05 -07:00
Warren Seine
eb232109a2 Fix typo in documentation. 2015-04-14 15:21:42 -07:00
Eric Wyne
f25c3683a4 change docs to doc
This parameter name is misleading. A single document is passed to the Meteor.deny({update}) function, not an array of documents
2015-04-14 14:36:58 -07:00
David Glasser
431dd2a78f Merge branch 'pr/4154' into devel
Fixes #4154.
2015-04-14 14:10:22 -07:00
David Glasser
af647f7e7e Tweaks 2015-04-14 14:08:27 -07:00
Henry Todd
93b3519ad7 Add notice about ROOT_URL to OAuth API docs
A possible pitfall when configuring OAuth is that after proxying the Meteor application behind (for instance) nginx, the ROOT_URL doesn't match the hostname/port combination expected.
2015-04-14 14:06:46 -07:00
Evan Dull
cc6f5201d3 Fixes #4149.
Add missing space between words.
2015-04-07 21:21:29 -04:00
Sashko Stubailo
e75875e369 Merge branch 'master' into devel
Conflicts:
	History.md
	docs/client/data.js
	tools/run-mongo.js
	tools/tests/mongo.js
2015-04-06 11:30:20 -07:00
Sashko Stubailo
7f4d51f6a1 Update docs 2015-04-06 11:22:15 -07:00
Slava Kim
a9b7a66751 Update docs version 2015-04-02 14:51:35 -07:00
Slava Kim
cdaaa6b0eb Merge branch 'master' into devel 2015-04-02 14:43:23 -07:00
angelo
93cf9cecd6 added basic attachments handling
now Email.send(options) options support options.attachments, which is assumed to be [] of attachment objects.

see here https://github.com/andris9/mailcomposer#add-attachments for supported attachment object structure.
tested it at my current project. going to propose pull request.

PR #3772

[stubailo: added link to the above page in the docs, removed extra comment]
2015-04-01 17:40:22 -07:00
zyzo
a68ff30be4 Issue #3916: Add links to GitHub source code to docs
PR #3934

[stubailo: some improvements]
2015-04-01 17:32:13 -07:00
Sashko Stubailo
9fe2f4b442 Merge pull request #4099 from meteor/template-subs-connection
Template subs connection
2015-04-01 17:30:11 -07:00
zyzo
4689ee7dfa Issue #3916: Add links to GitHub source code to docs
PR #3934

[stubailo: some improvements]
2015-04-01 17:21:05 -07:00
Sashko Stubailo
ac93ac5ed1 Fix up commit, add better docs 2015-04-01 17:03:53 -07:00
Sashko Stubailo
c0dee19593 Fix typo about rendered vs onRendered 2015-04-01 10:37:05 -07:00
Slava Kim
ce322adf05 Use html and not handlebars for docs in md 2015-03-31 17:08:51 -07:00
Slava Kim
da6cef3b9c Merge branch 'onrendered-example' 2015-03-31 17:04:38 -07:00
Slava Kim
a90e73416b More descriptive code examples 2015-03-31 17:04:06 -07:00
David Greenspan
8557d054dc Merge branch 'master' into devel 2015-03-31 16:36:15 -07:00
Matt DeBergalis
5856c6d04a copyedit 2015-03-31 14:22:40 -07:00
Matt DeBergalis
c4e38723ba link to official windows installer 2015-03-31 14:21:10 -07:00
Sashko Stubailo
355521a4eb Update Docs 2015-03-31 14:15:04 -07:00
Devian
6bab8c9caa Add momentum scrolling to documentation
enable momentum scrolling on the documentation page for iOS devices
2015-03-31 17:31:25 +02:00
Mitar
e85fdc9059 docs: can use currentData inside template.autorun
I think it is important to stress that you can use Template.currentData
inside template.autorun, because you cannot use it inside
Tracker.autorun, it throws an error that current view does not exist.
2015-03-27 22:51:13 -07:00
Slava Kim
c9fd50d0f4 Merge branch 'tracker-errors' into release-1.1 2015-03-25 19:33:56 -07:00
Sashko Stubailo
46d6de3106 Re-run docs script 2015-03-25 16:52:49 -07:00
Sashko Stubailo
4ff636c7df Merge branch 'master' into release-1.1
Conflicts:
	History.md
2015-03-25 16:07:42 -07:00
Sashko Stubailo
39b11ca456 Merge branch 'master' into devel
Conflicts:
	History.md
2015-03-25 14:58:21 -07:00
Sashko Stubailo
06f35fb5b7 Update docs to 1.0.5 release 2015-03-25 14:53:33 -07:00
Sashko Stubailo
f3e19c37cf Update release number in the docs 2015-03-25 14:52:46 -07:00
Slava Kim
14bce609c9 Add some examples for onCreated and onDestroyed 2015-03-21 21:46:11 -07:00
Slava Kim
d332646a54 Remove redundant information from the onRendered example. 2015-03-21 21:37:15 -07:00
David Glasser
87a0366352 Merge branch 'master' into devel for 1.0.4.2 2015-03-20 11:34:44 -07:00
David Glasser
3a4a3273d0 Merge branch 'release-1.0.4.2' 2015-03-20 11:33:27 -07:00
David Glasser
c8c9f8dc60 Update docs and examples to 1.0.4.2 2015-03-20 11:32:45 -07:00
Nick Martin
4ebd0cc8b7 Merge branch 'master' into devel 2015-03-18 22:18:44 -07:00
Nick Martin
1f2b600735 Remove force-ssl from docs. It does not get along well with appcache. #3965. 2015-03-18 22:16:30 -07:00
Nick Martin
4c369c6a56 Revert "Temporarily disable appcache and force-ssl while we figure out how to make them work right together."
This reverts commit d6dea52ce6.
2015-03-18 21:54:08 -07:00
Slava Kim
e7a0906a48 Add an example for Template.onRendered 2015-03-18 15:52:22 -07:00
David Glasser
601f007922 Merge branch 'master' into devel 2015-03-18 00:56:51 -07:00