Commit Graph

863 Commits

Author SHA1 Message Date
Mitchell Wulfman
65ae593584 Fix repetitive typo 2014-09-08 15:53:44 -07:00
Adam Monsen
99897764f7 pluralize "CoffeeScript variables"
trivial doc fix
2014-09-08 15:29:25 -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
e8ff8c8f0a Merge branch 'release-0.9.1.1'
Conflicts:
	docs/.meteor/release
	docs/.meteor/versions
	docs/client/docs.js
	docs/packages/application-configuration/versions.json
	examples/clock/.meteor/release
	examples/clock/.meteor/versions
	examples/leaderboard/.meteor/release
	examples/leaderboard/.meteor/versions
	examples/parties/.meteor/release
	examples/parties/.meteor/versions
	examples/todos/.meteor/release
	examples/todos/.meteor/versions
	examples/wordplay/.meteor/release
	examples/wordplay/.meteor/versions
	scripts/admin/banners.json
	scripts/admin/manifest.json
2014-09-06 18:50:13 -07:00
Avital Oliver
6c4b344a07 Crutch for Galaxy apps
Once 04cc467582 is released,
we can get rid of this.
2014-09-06 17:27:25 -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
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
David Glasser
fe436f2c8a appcache doc update for 0.9.0 change
Fixes #2465.
2014-09-05 16:52:05 -07:00
Sashko Stubailo
853ef8535c Merge branch 'devel' of github.com:meteor/meteor into devel 2014-09-05 14:51:58 -07:00
Sashko Stubailo
080f6627e9 Update link to point to public hackpad 2014-09-05 14:51:47 -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
97be584775 Add warning to the docs api.js file to not use it anymore 2014-09-05 09:58:59 -07:00
Sashko Stubailo
6cc93c11a3 Bump the dev bundle to include jsdoc 2014-09-04 17:15:50 -07:00
Avital Oliver
186579ea5e Merge branch 'master' into devel
Conflicts:
	examples/todos/.meteor/versions
	packages/autoupdate/package.js
	packages/constraint-solver/package.js
	packages/less/package.js
	packages/meteor-tool/package.js
	packages/meteor/package.js
	scripts/admin/meteor-release-experimental.json
	tools/help.txt
	tools/tests/apps/hot-code-push-test/.meteor/versions
2014-09-04 16:56:19 -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
Sashko Stubailo
9472d7deea Improve documentation for webapp 2014-09-04 13:44:42 -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
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
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
Sashko Stubailo
3916991bc2 Add documentation for WebApp.connectHandlers 2014-09-02 19:42:39 -07:00
Sashko Stubailo
8cc0eb623c Move canonicalize.js from public to private 2014-09-02 10:35:21 -07:00
Sashko Stubailo
173b7c8b98 Move canonicalize.js from public to private 2014-09-02 10:34:38 -07:00
David Greenspan
230bebfd82 docs .meteor/versions 2014-08-29 15:41:59 -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
99ccb445ea Run jsdoc 2014-08-29 13:21:18 -07:00
Sashko Stubailo
4328f9fb23 Add link redirect 2014-08-29 12:33:23 -07:00
Sashko Stubailo
84f1fcace1 Fix docs and self-test 2014-08-29 11:52:33 -07:00
Emily Stark
345d49f15a Merge branch 'cordova-hcp-oauth' into cordova-hcp
Conflicts:
	packages/oauth/package.js
	packages/standard-app-packages/package.js
2014-08-29 11:50:00 -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
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
Andrew Wilcox
2fd00e58ba Implements the "redirect" login flow, for cases such as using a mobile
UIWebView which aren't able to use the preferred "popup" login flow.

See the specs for details:
  https://meteor.hackpad.com/OAuth-redirect-flow-spec-PeziTcaNPDP
  https://meteor.hackpad.com/OAuth-redirect-flow-part-II-vswwUKP4vXe

I extracted code to construct a URL from the `http` package into a new
`url` utility package.  The new package has no public API, it simply
has the original URL construction functions that were in `http` and
makes them available to oauth.

Fixes the Meetup account login, as Meetup now requires using
"https://api.meetup.com/2/members" instead of
"https://secure.meetup.com/2/members".

The `?close` parameter for the redirect URI is now not needed or used.
For backwards compatibility the `?close` parameter is included if the
login service configuration doesn't include the `loginStyle` field
(indicating it was created using old code).
2014-08-28 17:25:13 -07:00
Sashko Stubailo
d0a0c177c9 Update docs and update jsdoc ignored paths 2014-08-28 17:11:58 -07:00
Sashko Stubailo
52db2174a5 Wrap link redirect in Meteor.startup 2014-08-28 10:28:34 -07:00
Sashko Stubailo
e2dc996865 Merge branch 'devel' of github.com:meteor/meteor into devel
Conflicts:
	docs/.meteor/versions
2014-08-28 10:13:32 -07:00
Sashko Stubailo
2b680d087c Added link redirect to docs 2014-08-28 10:12:09 -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