Commit Graph

1380 Commits

Author SHA1 Message Date
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
Ben Newman
c58e383178 Fix title of "Accounts (multi-server)" section in table of contents. 2015-08-19 17:24:49 -04:00
Ben Newman
62ced17a9d Convert Accounts{Common,Client,Server} to ES2015 classes.
Now with proper documentation!

Closes #4930.
2015-08-19 17:20:58 -04:00
Anubhav Jain
d76e002f29 Removing extra space in docs to improve readability in Writing Packages section 2015-08-18 14:12:17 -07:00
Dan Dascalescu
67f905216a Fix line ending in the middle of "meteor add". Merge fix #4981. 2015-08-18 14:00:58 -07:00
Dan Dascalescu
8a06985fd2 Mention the _id is included in the user arg to onCreateUser 2015-08-18 13:58:11 -07:00
Ben Newman
9d6927bb02 Revert "Fix branch in GitHub URLs for documentation apiAutoBoxes."
We push to the master branch before deploying docs, so this was correct to
begin with (in production if not in development).

This reverts commit a8d2aa5fd8.

Also reverting commit 7cf025c8eb, which was
pushed by accident.
2015-08-10 16:32:46 -04:00
Ben Newman
7cf025c8eb working 2015-08-10 14:01:28 -04:00
Ben Newman
a8d2aa5fd8 Fix branch in GitHub URLs for documentation apiAutoBoxes. 2015-08-10 12:27:02 -04:00
Ben Newman
08d55c3932 Remove duplicate standard-minifiers package. 2015-08-10 12:27:01 -04:00
Ben Newman
50e4ed56ec Regenerate documentation as a baseline before making any changes. 2015-08-10 12:25:45 -04:00
Sashko Stubailo
d56e6f4345 Update docs site about meteor-platform 2015-08-06 11:44:30 -07:00
David Greenspan
2cfd6a322a Merge branch 'master' into devel 2015-08-03 14:18:55 -07:00
David Greenspan
6b5c0c6d94 Bump versions in docs and examples 2015-08-03 14:12:29 -07:00
David Greenspan
913e35d4ec bump app release versions to RC 2015-07-31 10:57:31 -07:00
Peter Choo
8121695c96 Make Spacebars links consistently link to master branch 2015-07-23 10:21:04 -07:00
David Glasser
4ab5858ab3 Run jsdoc.sh 2015-07-22 22:30:42 -07:00
David Glasser
1c93d09834 add standard-minifiers to examples
clean up some other example package usage
2015-07-22 21:28:49 -07:00
Anubhav Jain
6a525fbea7 Updated DDPRateLimiter structure per Avi's suggestions and modified tests.
Updated documentation and default rate limit as well.
2015-07-22 09:52:10 -07:00
Anubhav Jain
759b9a2c19 Updating docs 2015-07-22 09:52:09 -07:00
Anubhav Jain
13331009d0 Making more code fixes and documentation update 2015-07-22 09:52:09 -07:00
Anubhav Jain
4cc907f7e4 Updating docs and fixing code review comments. 2015-07-22 09:52:09 -07:00
Anubhav Jain
50d3437da9 Updated comments and line sizes in markdown and rate limiter package 2015-07-22 09:52:09 -07:00
Anubhav Jain
9f9638e3a8 Added DDPRateLimiter to API docs 2015-07-22 09:52:08 -07:00
Anubhav Jain
567db5605a Changed email text to be optional in password_server.js 2015-07-21 15:22:58 -07:00
David Glasser
f59cf85740 Prepare to build Node 0.10.40 2015-07-16 21:58:14 -07:00
David Glasser
2e34ec1933 Merge branch 'devel' into batch-plugins 2015-07-16 00:47:15 -07:00