Ben Newman
1f60155454
Merge branch 'release-1.3'
2016-03-28 18:34:17 -04:00
Ben Newman
38c725f27c
Update docs package versions.
2016-03-28 18:29:48 -04:00
Tom Coleman
74f76be1f1
Whoops
2016-03-18 17:13:32 +11:00
Tom Coleman
008688d679
Fixed rendering issues w/ spacebars
2016-03-18 10:50:24 +11:00
Tom Coleman
5f18b1c333
Fixed table styles
2016-03-18 10:50:09 +11:00
Tom Coleman
18d4a9a42b
Fix issue with templates section
2016-03-18 10:32:07 +11:00
Tom Coleman
dc4cab8f82
Spurious log
2016-03-18 10:28:37 +11:00
Tom Coleman
fa2cae29d3
Put the import + src on same line for brevity
2016-03-18 10:24:01 +11:00
Tom Coleman
ea4ddea6a4
Moved HTML files -> MD
...
(still getting compile errors on the spacebars one however...
2016-03-18 10:11:37 +11:00
Tom Coleman
4066bd81cf
Moved READMEs from packages to docs
2016-03-17 16:35:02 +11:00
Tom Coleman
9f30ffbd25
Fix uglify problem
2016-03-17 16:04:36 +11:00
Tom Coleman
2e9831d535
Removed simple docs + concepts and tried to link to appropriate places
2016-03-17 15:59:36 +11:00
Tom Coleman
d42f5ee585
Removed quickstart / linked to guide
2016-03-17 14:26:29 +11:00
Tom Coleman
a8100c144a
Decorated APIs docs with location to import from
2016-03-16 15:43:43 +11:00
Tom Coleman
9ad45a6dea
First version of the API box
2016-03-16 14:59:58 +11:00
Tom Coleman
cc4f43bdad
Threw down some references to the guide
2016-03-16 14:59:58 +11:00
Tom Coleman
e3764e2767
Attach a new filepath property to docs objects based on the package they are in.
2016-03-16 14:55:21 +11:00
Tom Coleman
486eee3d13
Updated to jsdoc 3.4.0 and use @class name to make it work the same
2016-03-16 14:55:21 +11:00
David Glasser
6b7565cea1
Merge pull request #6468 from meteor/glasser/no-mother
...
docs: Remove references to free hosting service
2016-03-11 18:06:38 -08:00
David Glasser
cea4d07e22
docs: Remove references to free hosting service
2016-03-11 15:32:15 -08:00
Eric Dobbertin
134707be68
Add Assets.absoluteFilePath
2016-03-11 15:09:55 +11:00
Martijn Walraven
0d9586cc17
Merge branch 'devel' into release-1.3
2016-03-07 09:29:15 +01:00
Matt McCutchen
497927f818
Document how to use local dependencies for build plugins.
2016-02-26 12:57:08 -05:00
Martijn Walraven
17efcd8501
Fix API docs for App.accessRule
2016-02-24 20:06:05 +01:00
Martijn Walraven
0f8ddf49af
Regenerate API docs
2016-02-24 18:59:22 +01:00
Tom Coleman
597255fb9b
Updated to jsdoc 3.4.0 and use @class name to make it work the same
2016-02-24 18:48:15 +01:00
Avital Oliver
eadeb72e16
Merge branch 'devel' into release-1.3
2016-02-17 12:15:51 -08:00
Sashko Stubailo
c96068ef6c
Change docs to emphasize Match.Maybe
2016-02-16 00:08:47 -08:00
Lewis Wright
7a80a8c851
Add Match.Maybe
...
Fixes #3876
2016-02-16 00:01:17 -08:00
Mitar
abe2c5e011
Allow literal functions for Minimongo sorting.
...
Fixes #2730 .
2016-02-10 11:02:04 -08:00
Brian Engelhardt
c80c741493
Create noRetry option on Connection.apply
...
Closes #6108
Pull request #6180
Test is included, as is updated documentation.
All tests in ddp-client package (including new test for #6108 ) pass.
Implemented as simply a noRetry flag on apply which triggers it to fail with a
Meteor.Error('invocation-failed') instead of retrying on reconnect.
Test passes, methods which are marked as noRetry get an error in case of reset,
only if they've sent at least once, and this happens before messageSent flag is
cleared. This results in it getting it's callback as soon as quiescence
triggers, and the callback is called with an Error 'invocation-failed'.
[stubailo: changed error code, fixed docs, squashed commits]
2016-02-09 15:27:26 -08:00
Martijn Walraven
711176a28f
Merge branch 'release-1.3' into cordova-improvements
2016-02-09 12:43:39 +01:00
Fabien Blanchard
9e498b404a
[Docs] Proper detection of key codes for search
...
Avoid opening search on function (FN) keys press (`String.fromCharCode()` returns letters with them).
2016-02-07 18:14:02 -06:00
Prayag Verma
7596e64e16
Fix typo in docs
...
Found a spelling mistake -
`responsiblity` > `responsibility`
2016-02-02 20:14:22 +05:30
Martijn Walraven
1f2b951763
Add app icon sizes for iOS settings and spotlight
2016-01-25 15:02:40 -08:00
Martijn Walraven
706a345515
Update app icon and launch screen image sizes
...
Closes #5599 and closes #3419 .
Also updates the API docs and closes #5042 .
2016-01-25 15:02:40 -08:00
Sashko Stubailo
68f27b2cd3
Merge pull request #6005 from nagelflorian/devel
...
Add meteor login / logout info to docs
2016-01-19 15:08:17 -08:00
Sashko Stubailo
d4d0753d75
Fix double stache in docs about Template.dynamic
2016-01-19 11:08:29 -08:00
Sashko Stubailo
d9abbc803f
Fix double stache in docs about Template.dynamic
2016-01-19 11:07:59 -08:00
nagelflorian
fda81f65a1
Add meteor login / logout info to docs
2016-01-14 23:50:29 +01:00
Sheel Patel
a28aa7f95c
Fixed incorrect property name in documentation
2016-01-07 22:43:52 -08:00
Sheel Patel
1d4ec7a127
Fixed incorrect property name in documentation
2016-01-07 22:42:56 -08:00
Sashko Stubailo
fdc4b3c6ce
Make some more improvements
2016-01-06 18:51:55 -08:00
Sashko Stubailo
35df54c108
Remove parts of docs that are in the Meteor Guide now
2016-01-06 18:51:55 -08:00
Sashko Stubailo
700e59179b
Make some more improvements
2016-01-06 18:47:43 -08:00
Sashko Stubailo
5c59fda6d7
Remove parts of docs that are in the Meteor Guide now
2016-01-06 18:43:08 -08:00
Rahul
d83235a7d1
Tiny typo
2015-12-29 13:25:22 +01:00
Olivier Ricordeau
3dd1d0b632
Fix #5416 Include meteor shell reference in docs
2015-12-13 04:00:24 +01:00
Tom Coleman
0a9866ed76
Added some documentation and history about git change.
2015-11-25 17:21:44 +11:00
Sashko Stubailo
a69cc4c8f2
Successfully move part of allow/deny into a separate package
...
And refactor Collection#insert/update/remove into real separate methods
2015-11-24 11:17:20 -08:00