Commit Graph

46 Commits

Author SHA1 Message Date
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
c0aab1e8d3 Template-level subscriptions 2015-02-11 18:10:33 -08:00
Slava Kim
47150e02a3 Add docs, put the description to summary section 2015-01-23 16:03:08 -08:00
Slava Kim
c361b8eeee Update documentation about Template#onCreated/onRendered/onDestroyed 2015-01-16 11:29:22 -08:00
Slava Kim
50e6d3143d Update data.js and names.json 2014-11-03 17:38:26 -08:00
Sashko Stubailo
054e7576a6 Update docs data 2014-10-03 16:52:01 -07:00
Slava Kim
ef29e4abae Set up documentation for the mobile conf file 2014-09-30 20:53:33 -07:00
Sashko Stubailo
23eea24abc Merge branch 'devel' into release-0.9.4
Conflicts:
	docs/client/data.js
2014-09-29 10:39:05 -07:00
Sashko Stubailo
9d65f92699 A lot of docs fixes and a rename to match the other functions 2014-09-26 14:00:45 -07:00
Sashko Stubailo
3120eb0b4f Remove email from token URL 2014-09-26 13:27:34 -07:00
Sashko Stubailo
9460dcf9f8 Merge branch 'registerBuildPlugin' into devel
Conflicts:
	docs/client/data.js
2014-09-25 11:47:04 -07:00
Sashko Stubailo
7cb0f847a5 Fix a big typo 2014-09-22 21:54:40 -07:00
Sashko Stubailo
a8982664c1 Rename back pathForSourceMap 2014-09-22 21:52:47 -07:00
Sashko Stubailo
8f0f924e15 Rename appendDocument to addHtml 2014-09-22 21:43:40 -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
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
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
1dd43672d6 Move most of Blaze docs to autoApiBox 2014-09-04 19:20:39 -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
33ddd230f7 Add jsdoc comment for 'check' 2014-09-02 19:55:31 -07:00
Sashko Stubailo
99ccb445ea Run jsdoc 2014-08-29 13:21:18 -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
David Greenspan
743396a0ce Fix some more docs refs, and run jsdoc 2014-08-27 22:58:09 -07:00
Sashko Stubailo
5458c985f5 Run JSDoc to update API and names.json 2014-08-27 20:25:35 -07:00
Sashko Stubailo
a93cdf4666 Made names.json alphabetical so that it doesn't change
Apparently JSON isn't stable
2014-08-26 16:52:15 -07:00
Sashko Stubailo
5931697fa6 A mind-blowing number of new automatic docs 2014-08-26 16:00:01 -07:00
Sashko Stubailo
45ad88bab7 A loooot of documentation, see names.json diff for details 2014-08-26 11:58:40 -07:00
Sashko Stubailo
61f709ac9b Add Deps.Computation 2014-08-26 10:18:36 -07:00
Sashko Stubailo
dbaf42e6ea Add capability for instance documentation, added dependency
Broke some links, going to fix those later
2014-08-26 10:12:32 -07:00
Sashko Stubailo
538468f42b Automate EJSON and HTTP 2014-08-25 21:30:33 -07:00
Sashko Stubailo
3a6f9dbe43 Autodoc'ed Deps 2014-08-25 21:13:22 -07:00
Sashko Stubailo
d093710e45 Automated timer docs 2014-08-25 21:07:01 -07:00
Sashko Stubailo
8f23bed3de Fix names.json generation 2014-08-25 20:56:49 -07:00
Sashko Stubailo
aa43fb2f2f Add a bunch of new stuff to auto docs, see names.json 2014-08-25 20:54:28 -07:00