Commit Graph

1205 Commits

Author SHA1 Message Date
ekatek
27f7daa7f8 Merge branch 'master' into devel 2015-01-20 18:03:40 -08:00
ekatek
3347604325 Merge branch 'release-1.0.3' 2015-01-20 17:59:53 -08:00
ekatek
4c41b886a4 update docs to 1.0.3.1 2015-01-20 17:53:12 -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
ekatek
8243ba4ac1 update docs 2015-01-13 19:21:46 -08:00
David Glasser
1c6856722c Fix some minor docs issues
Fixes #3319.
2015-01-13 16:28:14 -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
Avital Oliver
ec52288f5e Fix http://docs.meteor.com/#/full/template_$ URL detection
Fixes #3268
2015-01-12 12:32:22 -08:00
Dan Dascalescu
99126905f2 rm extra linebreak 2015-01-12 12:15:03 -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
David Glasser
f1a493aa04 Merge branch 'release-1.0.2.1'
Conflicts (because branched from release/METEOR@1.0.2, not the latest
commit on release-1.0.2):
	docs/.meteor/release
	docs/.meteor/versions
	docs/client/helpers.js
	examples/clock/.meteor/release
	examples/clock/.meteor/versions
	examples/leaderboard/.meteor/release
	examples/leaderboard/.meteor/versions
	examples/localmarket/.meteor/release
	examples/localmarket/.meteor/versions
	examples/todos/.meteor/release
	examples/todos/.meteor/versions
2014-12-22 17:45:35 -08:00
David Glasser
9e58d3f045 Update docs to 1.0.2.1 2014-12-22 17:41:31 -08:00
David Glasser
63afb346c8 docs: display release in mobile header 2014-12-22 12:27:03 -08:00
David Glasser
fbee6a8022 Merge branch 'release-1.0.2' 2014-12-19 11:35:20 -08:00
David Glasser
9717ba3200 Update docs for 1.0.2 2014-12-19 11:26:19 -08:00
David Glasser
e3b5a5f3ef update jsdoc 2014-12-19 10:15:30 -08:00
ogourment
496d432856 Make deny, allow example clear as to client/server
As per explanation from Avital Oliver in meteor-talk, I suggest making this change in the doc to make it more clear that the example does not need to reside on *both* the client and server. The title of the sections (deny, allow) from the autoApiBox specify "server". The example got me confused as is.
2014-12-16 10:26:08 -08:00
Rahul
58321c3c58 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-16 10:21:16 -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
Emily Stark
a9b013d22e Merge branch 'release-1.0.1' 2014-12-09 13:01:53 -08:00
Emily Stark
b4fbf0af44 update docs and examples to 1.0.1 2014-12-09 13:01:22 -08:00
David Greenspan
3970dcc871 Merge branch 'mitar-parentdata' into devel 2014-12-08 14:02:12 -08:00
David Greenspan
3aadefa71d History.md and docs tweaks 2014-12-08 14:01:03 -08:00
Sashko Stubailo
c9fdcaa673 Fix waypoint situation by not using jquery-waypoints anymore 2014-12-08 13:22:35 -08:00
Sashko Stubailo
ad05c3a520 Fix waypoint situation by not using jquery-waypoints anymore 2014-12-08 13:22:07 -08:00
David Greenspan
27af08c78b Merge branch 'devel' into mitar-parentdata 2014-12-08 13:20:39 -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
Sashko Stubailo
c458407440 Avoid calling ensureVisible if there is no selected result 2014-12-08 10:55:41 -08:00
Sashko Stubailo
398f6e0a12 Only open search for alphanumeric characters 2014-12-08 10:55:41 -08:00
Sashko Stubailo
a4a29b87a1 Stop tracking state in the DOM 2014-12-08 10:55:41 -08:00
Sashko Stubailo
ac55f3c3d6 Some simple refactoring of search 2014-12-08 10:55:41 -08:00
Sashko Stubailo
b08c5a1905 Avoid calling ensureVisible if there is no selected result 2014-12-08 10:55:09 -08:00
Sashko Stubailo
402fbca06d Only open search for alphanumeric characters 2014-12-08 10:55:09 -08:00
Sashko Stubailo
c1955407ac Stop tracking state in the DOM 2014-12-08 10:55:09 -08:00
Sashko Stubailo
11ff1cfe2f Some simple refactoring of search 2014-12-08 10:55:08 -08:00
Mitar
d6fd5c21bc Added tests and documentation. 2014-12-07 13:30:38 -08:00
Sashko Stubailo
c4176547b6 Bump version of highlight.js to get closer to IE8 compat 2014-12-06 17:18:29 -08:00
Maxime Quandalle
621262911e Use CSS instead of an image to draw the menu icon in the mobile doc
[stubailo: make the target much bigger than the icon, make icon smaller]
2014-12-06 17:18:29 -08:00
Sashko Stubailo
8a7c79a79d Bump version of highlight.js to get closer to IE8 compat 2014-12-06 17:16:46 -08:00
Maxime Quandalle
e6c6cd7f41 Use CSS instead of an image to draw the menu icon in the mobile doc
[stubailo: make the target much bigger than the icon, make icon smaller]
2014-12-06 17:16:38 -08:00
Evan You
425ac62a1c update docs favicon 2014-12-05 21:50:10 -05:00
Evan You
0e3e1a0e2d fix docs sidebar sublinks 2014-12-05 21:45:23 -05:00
Sashko Stubailo
7f606183e3 Make back button work when switching from basic to full via dropdown 2014-12-05 16:16:38 -08:00