Sashko Stubailo
1c20a0413e
Documenting Npm and Cordova in package.js
...
Summary: Also includes improvements to JSDoc, ignore those!
Test Plan: Read the docs
Reviewers: slava, ekate
Reviewed By: slava
CC: nim
Differential Revision: https://phabricator.meteor.com/D819
2014-09-10 15:49:04 -07:00
Sashko Stubailo
9d5629e861
Made a small change to fastclick docs
2014-09-10 14:43:25 -07:00
Sashko Stubailo
0f9427e0b2
Improve documentation, add to table of contents
2014-09-10 09:16:03 -07:00
Sashko Stubailo
74cf848f2d
Merge branch 'devel' into jsdocfinal
2014-09-07 10:09:47 -07:00
Avital Oliver
0f7ae4b0f7
Merge branch 'master' into devel
...
Conflicts:
packages/meteor-tool/package.js
2014-09-06 18:59:01 -07:00
Avital Oliver
9db3ec88d7
A bunch more file updates for 0.9.1.1
2014-09-06 17:14:07 -07:00
Sashko Stubailo
cd5b987417
No more old docs!
2014-09-05 19:04:54 -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
985b267195
Fix broken links
2014-09-05 18:38:53 -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
511ddb479b
Merge branch 'document-rest' into devel
...
Conflicts:
docs/.meteor/versions
2014-09-05 10:03:20 -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
Avital Oliver
78577b26a2
docs on 0.9.1
2014-09-04 16:43:55 -07:00
Sashko Stubailo
a351edbd2c
Merge branch 'devel' into document-rest
2014-09-04 14:07:27 -07:00
Avital Oliver
d80f35bdb0
docs on 0.9.1-rc3
2014-09-03 10:17:13 -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
3916991bc2
Add documentation for WebApp.connectHandlers
2014-09-02 19:42:39 -07:00
Sashko Stubailo
3bec66979a
Rename Meteor.Collection -> Mongo
...
Summary:
Meteor.Collection -> Mongo.Collection
Meteor.Collection.ObjectID -> Mongo.ObjectID
Meteor.Collection.Cursor -> Mongo.Cursor
Test Plan:
meteor test-packages
meteor self-test
Reviewers: avital, dgreenspan
Reviewed By: dgreenspan
CC: emily, dgreenspan
Differential Revision: https://phabricator.meteor.com/D796
2014-08-29 14:29:44 -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
Avital Oliver
171df064fb
Update docs to 0.9.1-rc2
2014-08-29 09:25:28 -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
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
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
Sashko Stubailo
093c98cad0
Fix type link checker
2014-08-27 19:23:00 -07:00
Sashko Stubailo
27d48b4ede
Merge branch 'devel' into jsdoc
...
Conflicts:
meteor
2014-08-27 18:52:40 -07:00
Emily Stark
8e6b2faeca
Update docs and examples to 0.9.0.1
2014-08-27 15:52:21 -07:00
Sashko Stubailo
40dc5e7735
Fix some arguments
2014-08-27 11:17:40 -07:00
Sashko Stubailo
e50f71f404
Revert "Updating ids and links"
...
This reverts commit 47c5e638b9 .
2014-08-26 21:41:39 -07:00
Sashko Stubailo
47c5e638b9
Updating ids and links
2014-08-26 21:34:42 -07:00
David Greenspan
5eae6f409e
Remove UI.destroy
...
Don’t fix the docs yet; will do a pass that includes removing UI.insert
2014-08-26 14:12:30 -07:00
David Greenspan
02fccd56d8
Merge remote-tracking branch 'origin/devel' into blaze-templates
...
Conflicts:
docs/.meteor/versions
2014-08-26 12:34:36 -07:00
David Glasser
50bf28b1d0
docs: minor tweaks, update table of contents
2014-08-24 17:18:07 -07:00
ekatek
2e4893d8af
docs apis
2014-08-24 03:02:09 -07:00
ekatek
b96f455b80
docs changes: everything but the API
2014-08-23 22:15:46 -07:00
ekatek
6154916bfd
changing release name and removing the release override
2014-08-23 20:32:32 -07:00
David Greenspan
715d0474cf
Document UI.ReactiveVar
2014-08-18 17:27:02 -07:00
David Greenspan
e10e920942
UI.findView (instead of getCurrentView, etc.)
2014-08-18 17:05:37 -07:00
David Greenspan
f9b59995da
More docs
2014-08-18 16:32:58 -07:00
David Greenspan
dee86be33e
Mucho API docs for UI
2014-08-18 14:32:27 -07:00
David Greenspan
aa0211a63c
UI.View docs
2014-08-14 20:13:48 -07:00