Commit Graph

1406 Commits

Author SHA1 Message Date
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
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
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
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
Sashko Stubailo
6baf450ee9 Make sure it's clear that DDPRateLimiter is on the server
Technically, this is a "breaking change" since code that is loaded
on client and server will now throw an error when calling DDPRateLimiter,
but the API didn't do anything on the client anyway so it's probably
more like a bug fix.
2015-11-16 10:51:59 -08:00
Sashko Stubailo
4614e7c18e Fix accounts.emailTemplates docs 2015-11-09 11:17:01 -08:00
Tom Freudenberg
8a24a1b2ba Make Script More Portable With #!/usr/bin/env 2015-11-01 22:04:10 +01:00
Sashko Stubailo
22bbad2e63 Merge branch 'master' into devel 2015-10-26 19:08:55 -07:00
Sashko Stubailo
133edf68f8 Update docs app 2015-10-26 18:55:52 -07:00
Dan Dascalescu
72da78897e Clarify what Meteor.startup does, eps. on the server 2015-10-22 22:55:14 -07:00
Nathan Perry
81c4a7ce66 Adds documentation for ignored folders
Based on https://github.com/meteor/meteor/blob/devel/tools/isobuild/package-source.js#L1303 these addintoal folders are ignored but not documented. Some of them may be intentionally left out of the documentation but I'm just suggesting adding documentation for all that seem appropriate.

I tried to reuse the phrase "not loaded anywhere" even if it's a bit awkward phrasing, I think. I wasn't sure if the Meteor file gobbler (as I like to call it) should be called an "autoloader" or something else...

[stubailo: squashed and improved]
2015-10-13 10:52:29 -07:00
Max Nowack
53a1c013c7 Make Template.dynamic work as a block helper
Fixes #4756
2015-10-12 22:03:46 -07:00
Dan Dascalescu
8a8072bcd1 Smallest typo fix 2015-10-06 15:51:33 -07:00
Sashko Stubailo
99e8ddaa51 Update Email docs to point to specific v. of mailcomposer
It's 0.1.15, which is quite far behind. Maybe we should update at some point.
2015-10-02 14:34:24 -07:00
Sashko Stubailo
d087bdfdb3 Update docs 2015-09-28 17:20:19 -07:00
Sashko Stubailo
2f34f998bc Update version number in docs 2015-09-28 17:15:40 -07:00
Sashko Stubailo
6bec117225 Update docs release 2015-09-22 03:59:49 -04:00
Sashko Stubailo
d6ca29d00a Update docs 2015-09-22 03:57:47 -04:00
Sashko Stubailo
9dcda7d941 Update docs to 1.2 2015-09-21 19:57:33 -04:00
Sashko Stubailo
f20dcfb3e6 docs for 1.2 2015-09-21 19:55:21 -04:00
Cedla
4160dc2167 Add support for platform-specific preferences in mobile-config.js
Fixes #5200.
2015-09-21 13:19:25 +02:00
Sashko Stubailo
30010f5f34 Add HubSpot to docs 2015-09-16 17:14:32 -07:00
Sashko Stubailo
7ad1d477ca Add GA to docs 2015-09-16 17:14:31 -07:00
Sashko Stubailo
423c424e1d Remove link to Meteor manual 2015-09-15 13:42:52 -07:00
David Greenspan
37566f2fc6 run jsdocs 2015-09-09 18:24:27 -07:00
Sashko Stubailo
0bb7c7c0b2 New addAssets package.js API; same file can be source and asset
1. Add `addAssets` API to `package.js`
2. Rename `getSourcesFunc` to `getFiles` in internal code
3. Changed `PackageAPI#sources` to `PackageAPI#files` with a new structure that
   has separate objects for assets and sources
4. Added some tests for different error conditions
5. The same file can now be a source and an asset
2015-09-02 13:14:02 -07:00
Sashko Stubailo
e5d0badc38 Update docs data 2015-09-01 14:08:09 -07:00
Sashko Stubailo
a96e0e1009 Correctly format doc comment about options 2015-08-28 10:52:49 -07:00
David Greenspan
2b751b549b Merge branch 'devel' into release-1.2 2015-08-26 17:13:32 -07:00
Martijn Walraven
dac019fda8 Add case-insensitive accounts-password utility functions
Since we have added additional constraints to the database around case
sensitivity, we now want to discourage people from working with the Accounts
collection directly and provide an API for changing certain fields in a correct
way.

Methods that do database checks before and after the operation:
  Accounts.setUsername
  Accounts.addEmail
  Accounts.removeEmail

Methods that make sure to use a case-insensitive query to retrieve the user
  Accounts.findUserByUsername
  Accounts.findUserByEmail

PR #5024
2015-08-26 12:07:51 -07:00
Ben Newman
95d7212edc Fix @class name for AccountsCommon. 2015-08-19 17:29:02 -04:00