Commit Graph

1274 Commits

Author SHA1 Message Date
Mitar
e85fdc9059 docs: can use currentData inside template.autorun
I think it is important to stress that you can use Template.currentData
inside template.autorun, because you cannot use it inside
Tracker.autorun, it throws an error that current view does not exist.
2015-03-27 22:51:13 -07:00
Sashko Stubailo
39b11ca456 Merge branch 'master' into devel
Conflicts:
	History.md
2015-03-25 14:58:21 -07:00
Sashko Stubailo
06f35fb5b7 Update docs to 1.0.5 release 2015-03-25 14:53:33 -07:00
Sashko Stubailo
f3e19c37cf Update release number in the docs 2015-03-25 14:52:46 -07:00
David Glasser
87a0366352 Merge branch 'master' into devel for 1.0.4.2 2015-03-20 11:34:44 -07:00
David Glasser
3a4a3273d0 Merge branch 'release-1.0.4.2' 2015-03-20 11:33:27 -07:00
David Glasser
c8c9f8dc60 Update docs and examples to 1.0.4.2 2015-03-20 11:32:45 -07:00
Nick Martin
4ebd0cc8b7 Merge branch 'master' into devel 2015-03-18 22:18:44 -07:00
Nick Martin
1f2b600735 Remove force-ssl from docs. It does not get along well with appcache. #3965. 2015-03-18 22:16:30 -07:00
Nick Martin
4c369c6a56 Revert "Temporarily disable appcache and force-ssl while we figure out how to make them work right together."
This reverts commit d6dea52ce6.
2015-03-18 21:54:08 -07:00
David Glasser
601f007922 Merge branch 'master' into devel 2015-03-18 00:56:51 -07:00
David Glasser
c775e1e445 Merge branch 'release-1.0.4.1' 2015-03-18 00:54:08 -07:00
David Glasser
865fdce33c Update docs and examples for 1.0.4.1 2015-03-18 00:53:26 -07:00
David Glasser
00047e185a Remove jquery-waypoints from docs; we haven't used it in a while 2015-03-17 14:23:03 -07:00
hwillson
cca2ef2354 Minor adjustments to add blaze and spacebars package references.
[stubailo: Some improvements before merging]
2015-03-17 13:55:44 -07:00
Nick Martin
d6dea52ce6 Temporarily disable appcache and force-ssl while we figure out how to make them work right together. 2015-03-17 13:55:09 -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
David Glasser
8ea5618c53 Merge branch 'release-1.0.4' 2015-03-17 13:34:37 -07:00
David Glasser
e84f5d7c74 Update docs and examples to 1.0.4 2015-03-17 13:31:29 -07:00
Slava Kim
9a29988016 Merge pull request #3937 from meteor/callbacks-docs
Better documentation for callbacks taking arguments
2015-03-17 07:21:11 +00: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
Robin Jakobsson
dd79aeabbc change deprecated 'new Meteor.Collection' to 'new Mongo.Collection' to address #3906 2015-03-12 11:22:29 +01:00
Sashko Stubailo
b652770229 Fix the example to use self instead of this 2015-03-11 16:30:57 -07:00
David Glasser
aca23adb70 Update docs for 1.0.4-rc.3 2015-03-11 15:54:44 -07:00
Sashko Stubailo
50de6f59f7 Add another example for TemplateInstance#subscribe 2015-03-11 10:30:54 -07:00
hwillson
7d9afa31b7 Added missing meteor debug content. 2015-03-10 15:27:01 -07:00
hwillson
0ba6d137ed Added missing meteor debug content. 2015-03-10 15:26:43 -07:00
David Glasser
0fc2261cfe Update docs and examples to 1.0.4-rc.0 2015-03-05 23:23:21 -08: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
Sashko Stubailo
6a22fc948e Remove "work in progress" text 2015-03-04 21:05:57 -08:00
hwillson
056fce508d Removed broken stylus and showdown links from full-api docs packages menu. 2015-03-03 14:00:00 -08:00
hwillson
112cd395de Removed broken stylus and showdown links from full-api docs packages menu. 2015-03-03 13:59:33 -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
Matt DeBergalis
13e98f5a4a switch to forums 2015-02-26 20:13:46 -08:00
Sashko Stubailo
a4d85bb42c Remove extra option to absoluteUrl
force-ssl already sets this option by default
2015-02-26 11:53:32 -08:00
hwillson
c8ebdd2473 Reverting back to using secure = true with Meteor.absoluteUrl() and added the
force-ssl package to make sure docs are always served via SSL.
2015-02-26 14:17:01 -05:00
hwillson
d1a783d6cf Updated to only set secure flag to true if original URL is https based. 2015-02-26 06:52:04 -05:00
hwillson
7a4dd5295c Adjusted Meteor.absoluteUrl() to use the secure setting so SSL is enforced.
Helps address the issue of accessing https://docs.meteor.com and being
redirected to http://docs.meteor.com.
2015-02-25 22:32:13 -05:00
David Glasser
acae4a576e Merge branch 'master' into devel
Made sure not to revert the run-velocity change that was reverted on
master.
2015-02-25 09:35:31 -08:00
David Glasser
749ecb81ad update docs and examples for 1.0.3.2 2015-02-25 09:32:21 -08:00
David Glasser
d1e76b52cb Update examples and docs to 1.0.3.2-rc.0 2015-02-24 15:48:20 -08:00
Slava Kim
7bfa78a7bf Merge branch 'helpers-docs' into devel 2015-02-24 12:10:59 -08:00
Slava Kim
0af4a8ff7c Sashko's comments 2015-02-24 10:55:43 -08:00
Jacek Migdal
0e3c992fd8 No argument in client accounts callbacks.
https://github.com/meteor/meteor/issues/3572

[stubailo] Improve docs
2015-02-23 21:51:27 -08: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
Slava Kim
59c9c72450 Add more documentation to helpers
Describe arguments to helpers. Point to the Spacebars readme. Note that each
helper is an autorun
2015-02-12 14:10:29 -08:00