Slava Kim
c48dbfe477
Remove $ signs from docs
2015-04-28 16:01:21 -07:00
Sashko Stubailo
7f4d51f6a1
Update docs
2015-04-06 11:22:15 -07:00
Slava Kim
a9b7a66751
Update docs version
2015-04-02 14:51:35 -07:00
zyzo
4689ee7dfa
Issue #3916 : Add links to GitHub source code to docs
...
PR #3934
[stubailo: some improvements]
2015-04-01 17:21:05 -07:00
Sashko Stubailo
c0dee19593
Fix typo about rendered vs onRendered
2015-04-01 10:37:05 -07:00
Slava Kim
ce322adf05
Use html and not handlebars for docs in md
2015-03-31 17:08:51 -07:00
Slava Kim
da6cef3b9c
Merge branch 'onrendered-example'
2015-03-31 17:04:38 -07:00
Slava Kim
a90e73416b
More descriptive code examples
2015-03-31 17:04:06 -07:00
Matt DeBergalis
5856c6d04a
copyedit
2015-03-31 14:22:40 -07:00
Matt DeBergalis
c4e38723ba
link to official windows installer
2015-03-31 14:21:10 -07:00
Sashko Stubailo
355521a4eb
Update Docs
2015-03-31 14:15:04 -07:00
Slava Kim
c9fd50d0f4
Merge branch 'tracker-errors' into release-1.1
2015-03-25 19:33:56 -07:00
Sashko Stubailo
46d6de3106
Re-run docs script
2015-03-25 16:52:49 -07:00
Sashko Stubailo
4ff636c7df
Merge branch 'master' into release-1.1
...
Conflicts:
History.md
2015-03-25 16:07:42 -07:00
Sashko Stubailo
f3e19c37cf
Update release number in the docs
2015-03-25 14:52:46 -07:00
Slava Kim
14bce609c9
Add some examples for onCreated and onDestroyed
2015-03-21 21:46:11 -07:00
Slava Kim
d332646a54
Remove redundant information from the onRendered example.
2015-03-21 21:37:15 -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
c8c9f8dc60
Update docs and examples to 1.0.4.2
2015-03-20 11:32:45 -07:00
Slava Kim
e7a0906a48
Add an example for Template.onRendered
2015-03-18 15:52:22 -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
hwillson
cca2ef2354
Minor adjustments to add blaze and spacebars package references.
...
[stubailo: Some improvements before merging]
2015-03-17 13:55:44 -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
1df8d15275
Put extra onError callback of Tracker.autorun to a named options object
2015-03-17 00:42:35 -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
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