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
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
David Glasser
21bdac8734
Merge branch 'master' into devel
...
Conflicts:
History.md
packages/accounts-password/package.js
packages/accounts-password/password_server.js
packages/constraint-solver/package.js
packages/meteor-tool/package.js
packages/non-core/npm-bcrypt/package.js
packages/package-version-parser/package-version-parser-tests.js
packages/package-version-parser/package-version-parser.js
packages/package-version-parser/package.js
tools/selftest.js
2015-03-17 13:41:14 -07:00
Slava Kim
1df8d15275
Put extra onError callback of Tracker.autorun to a named options object
2015-03-17 00:42:35 -07:00
Slava Kim
b3e1c4d89a
Docs: Put TrackerComputationFunction typedef to Tracker namespace
2015-03-17 00:20:32 -07:00
Slava Kim
c8d02245e3
Generate references to typedefs but omit them in docs
2015-03-14 23:05:26 -07:00
David Glasser
aca23adb70
Update docs for 1.0.4-rc.3
2015-03-11 15:54:44 -07:00
David Glasser
7ff27f4e17
Update more docs about onStop
2015-03-05 21:36:18 -08:00
David Glasser
7e1ec96afd
jsdoc update
2015-03-05 21:25:57 -08:00
Ben Newman
af50b4cc5b
Define a class called PackageAPI and put it in its own file.
...
Summary:
The methods of the ad-hoc `api` object needed access to very few variables
from the surrounding lexical environment, and those few variables
(`sources`, `exports`, `uses`, `implies`) are better regarded as member
variables of the `PackageAPI` class.
Test Plan: `meteor test-packages`
Reviewers: Slava, dgreensp, glasser
Reviewed By: glasser
Differential Revision: https://phabricator.meteor.io/D30
2015-03-03 14:27:04 -05:00
Jacek Migdal
b5861c114a
Implement Account.onLogin/onLoginFailure on client.
...
https://github.com/meteor/meteor/issues/3572
2015-02-23 21:51:26 -08:00
Sashko Stubailo
ee59870e06
Add docs about new Session.set API, wrap doc comments
2015-02-23 21:42:13 -08:00
Slava Kim
37f3230591
Merge branch 'upgrade-cordova' into devel
...
This merge applies changes to the dev-bundle script, but the new dev-bundle is
yet to be built.
2015-02-16 14:07:00 -08:00
Sashko Stubailo
e62268609f
Make docs data serialization stable so that diffs are viable
2015-02-12 10:27:48 -08:00
Sashko Stubailo
c0aab1e8d3
Template-level subscriptions
2015-02-11 18:10:33 -08:00
Sashko Stubailo
085e02d525
Add onStopped callback to subscriptions
...
Also, add subscriptionId to handles
Fixes #1461
2015-02-11 18:10:33 -08:00
Sashko Stubailo
b0ecad0ce2
Fix documentation of Template.currentData
2015-01-26 16:16:30 -08:00
Slava Kim
47150e02a3
Add docs, put the description to summary section
2015-01-23 16:03:08 -08:00
Slava Kim
e2b78cfd0b
Merge branch 'templateEventsMethods' into devel
...
Adds Template#onRendered, Template#onCreated and Template#onDestroyed methods
2015-01-21 11:02:09 -08:00
Slava Kim
c361b8eeee
Update documentation about Template#onCreated/onRendered/onDestroyed
2015-01-16 11:29:22 -08:00
ekatek
8243ba4ac1
update docs
2015-01-13 19:21:46 -08:00
David Glasser
e3b5a5f3ef
update jsdoc
2014-12-19 10:15:30 -08:00
David Greenspan
3aadefa71d
History.md and docs tweaks
2014-12-08 14:01:03 -08:00
Sashko Stubailo
6493d6ae15
Search-as-you-type for docs.meteor.com
...
Conflicts:
docs/client/data.js
2014-12-05 13:16:57 -08:00
David Glasser
3e08cdf0b8
update data.js
2014-12-03 15:00:25 -08:00
Slava Kim
50e6d3143d
Update data.js and names.json
2014-11-03 17:38:26 -08:00
David Glasser
2248a0174a
Fix jsdoc. No longer depends on dev bundle.
2014-10-28 10:34:59 -07:00
David Glasser
3ff1ca06b8
Clarify Session.setDefault docs.
...
Wording suggested by @PeppeL-G.
Fixes #2725 .
2014-10-13 16:08:47 -07:00
Slava Kim
270217b566
Fix Accounts.ui.config docs: forceApprovalPrompt is an Object
...
that maps services to booleans
2014-10-12 00:01:51 -07:00
Sashko Stubailo
cce7939271
Run jsdoc script
2014-10-09 11:27:44 -07:00
David Glasser
04f515da85
Merge branch '0.9.4' into devel
...
Conflicts:
docs/client/data.js
tools/tests/package-tests.js
2014-10-08 17:26:39 -07:00
David Glasser
e7820b5fbf
jsdoc update
2014-10-08 17:25:48 -07:00
Sashko Stubailo
7776e86333
Merge branch '0.9.4' of github.com:meteor/meteor into 0.9.4
...
Conflicts:
docs/client/data.js
2014-10-08 15:18:01 -07:00
Sashko Stubailo
45a18297d1
Change docs to recommend using strings for Meteor.Error
2014-10-08 15:17:03 -07:00
Slava Kim
588bf28409
Make icons/splashscreens options consistent with underscores
2014-10-08 14:48:51 -07:00
Slava Kim
89ea5afa83
Make icons/splashscreens options consistent with underscores
2014-10-08 14:16:56 -07:00
Sashko Stubailo
74c8f252f5
Add locus to accounts callbacks
2014-10-08 13:49:24 -07:00
Sashko Stubailo
a1f9d36836
Merge branch 'devel' of github.com:meteor/meteor into devel
...
Conflicts:
docs/client/data.js
2014-10-07 13:46:27 -07:00
Sashko Stubailo
b9db774834
Fix broken links and release headline
2014-10-07 13:46:00 -07:00
David Glasser
f0155d2b3d
Delete docs about wrap numbers and ECV
...
This sentence is about ECV but nothing else in the docs discusses ECV
and it doesn't use that term. So it's actually kind of confusing; to me,
it suggested that asking for `1.2.3_1` might give you `1.2.3`, which is
not true.
2014-10-07 11:45:52 -07:00
David Glasser
1779d62281
some packaging-related docs cleanups
...
also, add instructions to the top of docs.js
2014-10-06 21:50:00 -07:00
Sashko Stubailo
054e7576a6
Update docs data
2014-10-03 16:52:01 -07:00
Sashko Stubailo
83a8c10a0a
Fix typo
2014-10-02 16:49:31 -07:00
Sashko Stubailo
81b963d729
Edit mobile-config.js documentation
2014-10-02 16:47:02 -07:00