Commit Graph

427 Commits

Author SHA1 Message Date
David Greenspan
48264ccafd Use preferred helper style in docs,apps,packages 2014-09-25 14:56:15 -07:00
Sashko Stubailo
9460dcf9f8 Merge branch 'registerBuildPlugin' into devel
Conflicts:
	docs/client/data.js
2014-09-25 11:47:04 -07:00
Emily Stark
bc89e54d17 Add clarifying sentence to Assets section of docs.
Fixes #2594.
2014-09-23 13:52:28 -07:00
Sashko Stubailo
af3f987699 A first pass at documenting build plugins
Documentation for the CompileStep is only in the source right now
2014-09-22 17:27:00 -07:00
David Greenspan
9a95568f40 Rename UI.dynamic to Template.dynamic in docs 2014-09-18 17:49:36 -07:00
Sashko Stubailo
857b380416 Remove duplicate part from the docs, move JSDoc comment for Npm.require 2014-09-16 13:52:33 -07:00
Emily Stark
ccfee68145 Merge branch 'master' into devel
Conflicts:
	docs/client/api.html
	docs/client/data.js
	docs/client/names.json
	meteor
	packages/autoupdate/package.js
	packages/base64/.gitignore
	packages/constraint-solver/package.js
	packages/device-orientation/.gitignore
	packages/less/package.js
	packages/meteor-tool/package.js
	packages/meteor/package.js
	packages/package-version-parser/package.js
	packages/webapp/webapp_server.js
	scripts/admin/meteor-release-experimental.json
	tools/commands.js
	tools/help.txt
	tools/package-version-parser.js
	tools/run-all.js
	tools/tests/apps/build-errors/packages/with-colon-plugin/.gitignore
2014-09-15 14:48:57 -07:00
Mitar
1cb07f5c6c It is not true anymore that one cannot store EJSON in the database. 2014-09-10 17:49:53 -07:00
Adam Monsen
b50a69be48 fix link to update operators in MongoDB manual
Related note: I think the MongoDB folks say "update operators" where
they used to say "update modifiers", so we may want to follow their
lead.
2014-09-10 17:18:13 -07:00
Sashko Stubailo
2efcf789bd Remove extra bit in the docs 2014-09-10 15:47:56 -07:00
Sashko Stubailo
ac617110ea Improve documentation, add to table of contents
Conflicts:
	docs/client/data.js
	docs/client/names.json
2014-09-10 15:45:50 -07:00
Sashko Stubailo
53e81e89bc Remove extra bit in the docs 2014-09-10 13:36:27 -07:00
Sashko Stubailo
0f9427e0b2 Improve documentation, add to table of contents 2014-09-10 09:16:03 -07:00
Sashko Stubailo
8ee024d10b Improve docs 2014-09-09 11:38:41 -07:00
Sashko Stubailo
cd5b987417 No more old docs! 2014-09-05 19:04:54 -07:00
Sashko Stubailo
0772306c2d Migrate Meteor.wrapAsync 2014-09-05 18:47:58 -07:00
Sashko Stubailo
6f829b32a9 Merge branch 'devel' into jsdocfinal
Conflicts:
	docs/client/api-box.js
	docs/client/api.html
	docs/client/data.js
	docs/client/nameToId.js
	docs/client/names.json
2014-09-05 18:43:20 -07:00
Sashko Stubailo
9d83e2a62d Merge branch 'check' into devel
Conflicts:
	docs/client/data.js
	docs/client/link-redirect.js
2014-09-05 18:40:08 -07:00
Sashko Stubailo
20dee11664 Make changes I talked about with Nick 2014-09-05 18:35:28 -07:00
Sashko Stubailo
2c969270ea Add docs for EJSON interface, attempt to remove data.js from diffs
Only Match.test, check, and UI.dynamic left. I can see the light!
2014-09-05 14:37:28 -07:00
Ben Newman
b46e66e3ea Make Meteor.wrapAsync official, and simplify binding.
Summary:
To bind the wrapped function to an object, just pass that object as the
optional second argument to Meteor.wrapAsync:

  var response = Meteor.wrapAsync(HTTP.get, HTTP)("http://example.com");

Test Plan: meteor test-packages meteor

Reviewers: emily, avital, sashko

Reviewed By: emily

CC: nim

Differential Revision: https://phabricator.meteor.com/D807
2014-09-05 11:48:21 -07:00
Sashko Stubailo
443fd8874b Fix some package api docs 2014-09-05 09:56:22 -07:00
Sashko Stubailo
f1085bdb83 Added the api calls in package.js 2014-09-05 09:41:05 -07:00
Sashko Stubailo
aeff585f79 Add some more doc comments 2014-09-05 09:31:41 -07:00
Sashko Stubailo
586b6e2712 Auto document a lot more things 2014-09-04 21:42:03 -07:00
Sashko Stubailo
cb5c2c543d Document allow and deny
Add option for comma-separated options and arguments
2014-09-04 19:54:56 -07:00
Sashko Stubailo
1402fdd3f6 Document all Template and Blaze methods with autoApiBox and fix links 2014-09-04 19:29:58 -07:00
Sashko Stubailo
1dd43672d6 Move most of Blaze docs to autoApiBox 2014-09-04 19:20:39 -07:00
David Greenspan
0b1d744731 Merge branch 'reactive-dict' into devel
Conflicts:
	examples/todos/.meteor/versions
2014-09-03 15:20:09 -07:00
Sashko Stubailo
a269f4f05b Improve the mention of check at the end of methods 2014-09-03 10:37:40 -07:00
Sashko Stubailo
1c308e0310 Improve documentation for check and Match 2014-09-03 10:32:26 -07:00
Sashko Stubailo
afef45585d Improve docs for check, moving it to the Meteor.methods section 2014-09-02 20:16:15 -07:00
Sashko Stubailo
e0f96cce55 Improve documentation of check, add a link from Meteor.methods 2014-09-02 20:04:17 -07:00
Sashko Stubailo
33ddd230f7 Add jsdoc comment for 'check' 2014-09-02 19:55:31 -07:00
Slava Kim
a6c4ed6e6e Merge branch 'release-0.9.1' into release-0.9.2
Conflicts:
	packages/autoupdate/package.js
	packages/meteor-tool/package.js
	packages/meteor/package.js
	scripts/admin/meteor-release-experimental.json
2014-09-02 13:49:21 -07:00
Sashko Stubailo
84f1fcace1 Fix docs and self-test 2014-08-29 11:52:33 -07:00
Sashko Stubailo
87b13e1b5a Rename Mongo.Collection.Cursor -> Mongo.Cursor, Mongo.Collection.ObjectID -> Mongo.ObjectID 2014-08-29 10:29:01 -07:00
Matthew Arbesfeld
fca5c382d5 Merge branch 'release-0.9.1' into cordova-hcp
Conflicts:
	docs/client/api.html
	docs/client/api.js
	meteor
	packages/autoupdate/autoupdate_server.js
	packages/autoupdate/package.js
	packages/constraint-solver/package.js
	packages/less/package.js
	packages/meteor-tool/package.js
	packages/meteor/package.js
	packages/minimongo/package.js
	packages/mongo-livedata/package.js
	packages/oauth1/package.js
	packages/package-version-parser/package.js
	packages/spiderable/package.js
	packages/standard-app-packages/package.js
	packages/templating/package.js
	packages/test-in-console/package.js
	packages/webapp/package.js
	scripts/admin/meteor-release-experimental.json
	scripts/generate-dev-bundle.sh
	tools/uniload.js
2014-08-28 21:13:59 -07:00
Sashko Stubailo
d0a0c177c9 Update docs and update jsdoc ignored paths 2014-08-28 17:11:58 -07:00
David Greenspan
1dedd89387 Eliminate UI from docs; add some API to Template!
By choosing names like Template.registerHelper(…) and Template.instance() (instead of Blaze), we can separate the “Templates” section and the “Blaze” section of the docs.
2014-08-28 04:11:25 -07:00
David Greenspan
db17540f2f findView becomes getView, has no viewName arg
Also, make UI.templateInstance() not throw, to match the docs.
2014-08-28 02:46:13 -07:00
David Greenspan
4b1958de0a More docs fixes from MDG feedback 2014-08-28 02:36:00 -07:00
David Greenspan
26bb071967 Don’t hype UI.Template 2014-08-28 02:28:41 -07:00
David Greenspan
c081213fc9 Deprecate UI.insert and isAttached in docs
Also:
* Rework UI.render and UI.remove docs
* Get rid of reference to UI.destroy
* Document optional parentView argument to UI.render[withData]
2014-08-28 02:28:16 -07:00
David Greenspan
cecf89516e Call the template instance template, not this
But keep some occurrences of `this` for clarity; for example, “in a rendered callback you can use `this.findAll`”.
2014-08-28 00:53:22 -07:00
David Greenspan
d951e45a1b docs: move ReactiveVar to own package 2014-08-28 00:31:23 -07:00
David Greenspan
743396a0ce Fix some more docs refs, and run jsdoc 2014-08-27 22:58:09 -07:00
David Greenspan
8345de74e9 Merge branch 'devel' into blaze-templates
Conflicts:
	docs/.meteor/versions
	docs/client/api.html
	docs/client/docs.js
	packages/blaze/builtins.js
	packages/blaze/materializer.js
	packages/blaze/render_tests.js
	packages/blaze/view.js
	packages/livedata/package.js
	packages/minimongo/package.js
	packages/reactive-var/reactive-var.js
	packages/standard-app-packages/package.js
	packages/templating/templating.js
	packages/test-helpers/reactivevar.js
	packages/test-in-browser/package.js
	packages/ui/package.js
2014-08-27 22:34:21 -07:00
David Greenspan
d2eaa25d92 UI.body to Template.body 2014-08-27 21:01:51 -07:00
Sashko Stubailo
d224143c54 Rename Deps to Tracker in the docs 2014-08-27 20:20:53 -07:00