David Glasser
e3b5a5f3ef
update jsdoc
2014-12-19 10:15:30 -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
Sashko Stubailo
2d5979b27e
Make back button work when switching from basic to full via dropdown
2014-12-05 16:16:12 -08:00
Sashko Stubailo
f927525dc8
Change to keydown event so that the first character always appears
2014-12-05 16:11:01 -08:00
Sashko Stubailo
a6b6ae0a01
Change to keydown event so that the first character always appears
2014-12-05 16:10:02 -08:00
Sashko Stubailo
a7ec4df4da
Don't activate search for keys with modifiers
2014-12-05 16:05:19 -08:00
Sashko Stubailo
12820e0a5b
Don't activate search for keys with modifiers
2014-12-05 16:04:51 -08:00
Sashko Stubailo
f41fecfe4b
Make docs remember whether you were last at full or basic
2014-12-05 16:00:23 -08:00
Sashko Stubailo
10bdd78c4c
Make docs remember whether you were last at full or basic
2014-12-05 15:59:30 -08:00
Sashko Stubailo
ea54ca9690
Make escape key work in Safari for search
2014-12-05 15:44:11 -08:00
Sashko Stubailo
c2dcb5e1d2
Make escape key work in Safari for search
2014-12-05 15:43:37 -08:00
Sashko Stubailo
6493d6ae15
Search-as-you-type for docs.meteor.com
...
Conflicts:
docs/client/data.js
2014-12-05 13:16:57 -08:00
Sashko Stubailo
ecd0bdbe6d
Search-as-you-type for docs.meteor.com
...
Conflicts:
docs/client/data.js
2014-12-05 12:22:09 -08: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
Collin Donahue-Oponski
de18328083
Fix typo (missing word)
2014-12-04 19:22:10 -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
Chris Bridgett
691404ed70
Template helper commentCount example was duplicating comment text
2014-12-03 15:22:46 -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