Tom Coleman
4066bd81cf
Moved READMEs from packages to docs
2016-03-17 16:35:02 +11:00
Tom Coleman
2e9831d535
Removed simple docs + concepts and tried to link to appropriate places
2016-03-17 15:59:36 +11:00
David Glasser
cea4d07e22
docs: Remove references to free hosting service
2016-03-11 15:32:15 -08:00
nagelflorian
fda81f65a1
Add meteor login / logout info to docs
2016-01-14 23:50:29 +01:00
Sashko Stubailo
35df54c108
Remove parts of docs that are in the Meteor Guide now
2016-01-06 18:51:55 -08:00
Olivier Ricordeau
3dd1d0b632
Fix #5416 Include meteor shell reference in docs
2015-12-13 04:00:24 +01: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
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
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
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
Anubhav Jain
4cc907f7e4
Updating docs and fixing code review comments.
2015-07-22 09:52:09 -07:00
Anubhav Jain
9f9638e3a8
Added DDPRateLimiter to API docs
2015-07-22 09:52:08 -07:00
David Glasser
919be97b6f
Merge branch 'devel' into batch-plugins
...
Resolves these conflicts:
meteor
scripts/dev-bundle-server-package.js
scripts/dev-bundle-tool-package.js
tools/files.js
This requires building a new dev bundle, and moving the wrapCallSite
thing to source-map-retriever-stack.js.
2015-06-26 23:24:56 -07:00
David Glasser
67e13306c6
Document rawCollection/rawDatabase
...
Fixes #4509 .
2015-06-10 14:41:42 -07:00
Slava Kim
27c0843bfc
Add docs about meteor lint to docs
2015-06-04 01:19:11 -07:00
David Glasser
91ce1561c3
tracker: implement Computation.onStop
...
Fixes #3915 .
2015-04-29 00:18:13 -07:00
hwillson
cca2ef2354
Minor adjustments to add blaze and spacebars package references.
...
[stubailo: Some improvements before merging]
2015-03-17 13:55:44 -07:00
hwillson
0ba6d137ed
Added missing meteor debug content.
2015-03-10 15:26:43 -07:00
hwillson
112cd395de
Removed broken stylus and showdown links from full-api docs packages menu.
2015-03-03 13:59:33 -08:00
Slava Kim
37f3230591
Merge branch 'upgrade-cordova' into devel
...
This merge applies changes to the dev-bundle script, but the new dev-bundle is
yet to be built.
2015-02-16 14:07:00 -08:00
Sashko Stubailo
c0aab1e8d3
Template-level subscriptions
2015-02-11 18:10:33 -08:00
Slava Kim
47150e02a3
Add docs, put the description to summary section
2015-01-23 16:03:08 -08:00
Slava Kim
e2b78cfd0b
Merge branch 'templateEventsMethods' into devel
...
Adds Template#onRendered, Template#onCreated and Template#onDestroyed methods
2015-01-21 11:02:09 -08:00
Slava Kim
c361b8eeee
Update documentation about Template#onCreated/onRendered/onDestroyed
2015-01-16 11:29:22 -08:00
Evan You
0e3e1a0e2d
fix docs sidebar sublinks
2014-12-05 21:45:23 -05: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
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
David Glasser
c06ee6d07c
Fix packages ToC section
...
Fixes #2937 .
2014-12-03 15:08:52 -08:00
Slava Kim
fc47ee66ad
Basic TOC highlighting of current for basic docs
2014-10-28 02:28:37 -07:00
Slava Kim
436d3b6c97
Make docs basic/full switch hide/show based on CSS and not on Blaze #if
2014-10-28 02:28:36 -07:00
Slava Kim
7a124f7ccb
Remove IronLocation
2014-10-28 02:28:36 -07:00
Slava Kim
57c4d46b8e
Fix highlighting in sidebar
2014-10-28 02:28:36 -07:00
Sashko Stubailo
c41269161b
Fixed links on full docs
2014-10-28 02:28:35 -07:00
Sashko Stubailo
a629c46543
Make a lot of progress towards merging basic and full docs
2014-10-28 02:28:35 -07:00