Commit Graph

70 Commits

Author SHA1 Message Date
Matt DeBergalis
13e98f5a4a switch to forums 2015-02-26 20:13:46 -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
Sashko Stubailo
c0aab1e8d3 Template-level subscriptions 2015-02-11 18:10:33 -08:00
Sashko Stubailo
085e02d525 Add onStopped callback to subscriptions
Also, add subscriptionId to handles
Fixes #1461
2015-02-11 18:10:33 -08:00
ekatek
e25e46af44 minor rewording of a docs PR 2015-02-10 15:01:04 -08:00
Braden Whitten
86d535faff Add extra note about enabling internal packages
This simply adds an extra note to the 'writing packages' section of the docs which states that you should `meteor add` an internal package to enable it. I ran into this issue and banged my head for a while last night wondering why an internal package was not exposing a template / exported object to the rest of my app. The issue was that I did not `meteor add` it since I assumed that because it was internal source code I did not have to.
2015-02-10 14:59:27 -08:00
David Glasser
505a77ecad Update other places that mention the Node version 2015-02-05 22:40:43 -08:00
David Glasser
5990e71ddc Remove legacy AppConfig code
Nothing ever made full use of the promise of the complexity of the
API (configuration that can change at runtime) anyway.

This includes completely ignoring the $APP_CONFIG variable.

I opened GitHub issues against the only Atmosphere packages that had
dependencies on application-configuration (none of which actually used
the package other than by declaring the dependency).
2015-01-29 14:03:20 -08:00
David Glasser
a355dd213d Allow individual email templates to override From
Also allow accounts-password email templates to set mail headers, and
for the From override to be a function rather than a constant.

Fixes #2858. Fixes #2854.
2015-01-26 15:19:19 -08:00
Slava Kim
47150e02a3 Add docs, put the description to summary section 2015-01-23 16:03:08 -08:00
Slava Kim
e2b78cfd0b Merge branch 'templateEventsMethods' into devel
Adds Template#onRendered, Template#onCreated and Template#onDestroyed methods
2015-01-21 11:02:09 -08:00
David Glasser
68608e6aec Minor tweaks to #3492. 2015-01-20 17:37:41 -08:00
Daniel Li
a5bdf481df Clarified load order in docs. Fixes #3431 2015-01-20 17:37:41 -08:00
David Glasser
7c087f7b76 Clarify command-line docs are just an overview
Addresses #3474.
2015-01-20 16:00:27 -08:00
Slava Kim
9c4e227ae4 More edits to docs, according to Sashko's comments 2015-01-16 16:40:24 -08:00
Slava Kim
c361b8eeee Update documentation about Template#onCreated/onRendered/onDestroyed 2015-01-16 11:29:22 -08:00
David Glasser
106337311e use upsert method, fix indentation 2015-01-12 14:06:29 -08:00
Daniel Dent
f12b08947a Avoids a race condition when multiple server instances are backed by the MongoDB database. MongoDB does not have transactions, atomic upserts are used instead. 2015-01-12 14:05:00 -08:00
David Glasser
880661ee8c Document that Meteor.method calls are additive
Fixes #3177. Fixes #3234.
2015-01-12 11:21:55 -08:00
Dan Dascalescu
07c8373cd3 rm extra linebreak 2015-01-12 11:14:53 -08:00
David Glasser
0b996ea907 Be more explicit that CSS files are always merged
Fixes #2812.
2015-01-07 17:10:13 -08:00
Rahul
29a33fc27f Don't force external links to open in a new tab
Overriding user preference is a bad idea from a usability point of view. Just allow people to decide for themselves whether they want to navigate away to another page or open the link in a new tab using the controls provided them by the browser (eg. cmd-click, or the options in the right click menu).

This also fixes the situation where someone might want to open an external link in the same tab, which is currently made impossible.
2014-12-14 01:04:47 -08:00
David Glasser
e7bfa5202e Update packages to use Package.registerBuildPlugin 2014-12-09 20:09:34 -08:00
Emily Stark
71652f9b9f Merge branch 'master' into devel
Conflicts:
	History.md
	docs/client/data.js
	docs/client/full-api/concepts.html
	docs/client/full-api/tableOfContents.js
	examples/localmarket/.meteor/packages
	packages/ddp/package.js
	packages/meteor-tool/package.js
	packages/mongo/package.js
	scripts/admin/manifest.json
2014-12-09 13:15:29 -08:00
David Greenspan
3aadefa71d History.md and docs tweaks 2014-12-08 14:01:03 -08:00
Sashko Stubailo
fd727ad200 Fix regression where declared IDs were ignored 2014-12-08 11:34:34 -08:00
Slava Kim
23ee0966a5 Clarify the message behind Meteor.user().profile
The `profile` field is public and writable by the user.
2014-12-08 11:29:00 -08:00
Mitar
d6fd5c21bc Added tests and documentation. 2014-12-07 13:30:38 -08:00
Evan You
0e3e1a0e2d fix docs sidebar sublinks 2014-12-05 21:45:23 -05:00
Joseph Orbegoso Pea
480d9634c6 Update concepts.html
`var x = function () {}` creates a reference to an anonymous function while `var x = function x () {}` creates a reference to a named function. I believe that `function x () {}` is shorthand for the latter.
2014-12-04 19:50:34 -08:00
Sashko Stubailo
104636c6a7 Add ability to define custom link for ToC, and add link for spiderable 2014-12-04 12:17:13 -08:00
Sashko Stubailo
d6ec53b37d Add ability to define custom link for ToC, and add link for spiderable 2014-12-04 12:16:49 -08:00
Chang Joo Park
8b34d0008a showdown package is moved to markdown package.
[stubailo: some fixes to maintain alphabetical order and update ToC]
2014-12-04 12:11:47 -08:00
Chang Joo Park
67d1ec6340 showdown package is moved to markdown package.
[stubailo: some fixes to maintain alphabetical order and update ToC]
2014-12-04 11:59:40 -08:00
Jason O'Gray
cffbc00a62 Fixed Accounts.onLoginFailure link for the API docs. 2014-12-03 15:57:20 -08:00
Roberto Ferro
dc518bf349 Fix typo 2014-12-03 15:57:12 -08:00
Ben Weissmann
7358c61476 Document possibility of repeat calls to a method
On re-connect, clients re-try methods that haven't received a response, which means that methods might be called multiple times. This is important to document so users know to guard against this behavior if a method has dangerous side-effects.

See issue #2407.
2014-12-03 15:13:27 -08:00
David Glasser
c06ee6d07c Fix packages ToC section
Fixes #2937.
2014-12-03 15:08:52 -08:00
David Glasser
2f7412573c remove some support for old versions.json files 2014-11-25 09:06:26 -08:00
Slava Kim
a45b367cc2 Add the appcache package back to the full docs 2014-11-11 11:06:11 -08:00
James Lefrère
1ae869fdfa Typo fixes
I noticed two small typos: "shorthard" -> "shorthand", remove lone "g"
2014-11-07 14:52:57 -08:00
James Lefrère
08cd4cbcbe Typo fixes
I noticed two small typos: "shorthard" -> "shorthand", remove lone "g"
2014-11-07 14:51:27 -08:00
David Glasser
c2a4134d97 Update Node to 0.10.33 from 0.10.29
Our npm patch is not yet in a Node 0.10 release (it's in npm 2.1.0).
2014-10-30 15:12:28 -07:00
Rishi Goomar
efaf0d54b9 Update packages in docs
It's all there except for fastclick.

Solves #2937
2014-10-28 15:41:37 -07:00