Commit Graph

1161 Commits

Author SHA1 Message Date
Sashko Stubailo
8ab5f4f927 Merge branch 'devel' into jsdoc 2014-08-26 16:53:52 -07:00
Sashko Stubailo
a93cdf4666 Made names.json alphabetical so that it doesn't change
Apparently JSON isn't stable
2014-08-26 16:52:15 -07:00
Sashko Stubailo
5931697fa6 A mind-blowing number of new automatic docs 2014-08-26 16:00:01 -07:00
David Greenspan
5eae6f409e Remove UI.destroy
Don’t fix the docs yet; will do a pass that includes removing UI.insert
2014-08-26 14:12:30 -07:00
David Greenspan
02fccd56d8 Merge remote-tracking branch 'origin/devel' into blaze-templates
Conflicts:
	docs/.meteor/versions
2014-08-26 12:34:36 -07:00
Sashko Stubailo
45ad88bab7 A loooot of documentation, see names.json diff for details 2014-08-26 11:58:40 -07:00
Sashko Stubailo
61f709ac9b Add Deps.Computation 2014-08-26 10:18:36 -07:00
Sashko Stubailo
dbaf42e6ea Add capability for instance documentation, added dependency
Broke some links, going to fix those later
2014-08-26 10:12:32 -07:00
Sashko Stubailo
3cf303d8ce Stop autogenerating thousands of lines 2014-08-25 21:37:12 -07:00
Sashko Stubailo
538468f42b Automate EJSON and HTTP 2014-08-25 21:30:33 -07:00
Sashko Stubailo
3a6f9dbe43 Autodoc'ed Deps 2014-08-25 21:13:22 -07:00
Sashko Stubailo
d093710e45 Automated timer docs 2014-08-25 21:07:01 -07:00
Sashko Stubailo
8f23bed3de Fix names.json generation 2014-08-25 20:56:49 -07:00
Sashko Stubailo
aa43fb2f2f Add a bunch of new stuff to auto docs, see names.json 2014-08-25 20:54:28 -07:00
Sashko Stubailo
b9885e77f4 Meteor.absoluteUrl is now auto-documented from a comment 2014-08-25 19:57:47 -07:00
Sashko Stubailo
0618c41dd6 Add some basic JSDoc stuff to generate a js file for docs 2014-08-25 17:24:31 -07:00
Maria Pacana
8f097cbea7 Minor edits to packaging docs. 2014-08-25 15:42:59 -07:00
David Glasser
08b2625082 METEOR-CORE -> METEOR 2014-08-24 18:46:37 -07:00
David Glasser
50bf28b1d0 docs: minor tweaks, update table of contents 2014-08-24 17:18:07 -07:00
David Greenspan
60c894f2a6 Fix typos 2014-08-24 09:09:42 -07:00
ekatek
2e4893d8af docs apis 2014-08-24 03:02:09 -07:00
ekatek
2f8e6d7af1 wip 2014-08-23 22:44:35 -07:00
ekatek
b96f455b80 docs changes: everything but the API 2014-08-23 22:15:46 -07:00
ekatek
6154916bfd changing release name and removing the release override 2014-08-23 20:32:32 -07:00
Matthew Arbesfeld
ef359e2d69 Add startup docs 2014-08-20 15:51:06 -07:00
Slava Kim
a669c2d0ed meteor bundle -> meteor build in docs app 2014-08-20 13:54:14 -07:00
Matthew Arbesfeld
83c3aeebc3 Add missing s 2014-08-20 13:43:29 -07:00
Matthew Arbesfeld
dafe967d37 Update docs with *-platform* 2014-08-20 13:30:44 -07:00
Sashko Stubailo
27a70db922 Add more stuff for Meteor.isCordova 2014-08-20 13:25:17 -07:00
Sashko Stubailo
654c7b4bc8 Add Meteor.isCordova to docs 2014-08-20 13:20:17 -07:00
David Greenspan
d0004c117e Fix ambiguous wording 2014-08-18 17:36:04 -07:00
David Greenspan
715d0474cf Document UI.ReactiveVar 2014-08-18 17:27:02 -07:00
David Greenspan
e10e920942 UI.findView (instead of getCurrentView, etc.) 2014-08-18 17:05:37 -07:00
David Greenspan
f9b59995da More docs 2014-08-18 16:32:58 -07:00
David Greenspan
dee86be33e Mucho API docs for UI 2014-08-18 14:32:27 -07:00
David Greenspan
f362f949af UI.data() / UI.data(view) / UI.data(element)
Question: Keep UI.getElementData in docs, or just for back-compat?
2014-08-15 16:17:23 -07:00
David Greenspan
275d281202 How to obtain a View object 2014-08-15 11:22:42 -07:00
David Glasser
98b2885e85 Revert "Upgrade Node to 0.10.30. Fix npm bug again."
This reverts commit 56ff54b085.
2014-08-15 07:21:24 -07:00
David Greenspan
aa0211a63c UI.View docs 2014-08-14 20:13:48 -07:00
David Glasser
56ff54b085 Upgrade Node to 0.10.30. Fix npm bug again. 2014-08-14 10:15:47 -07:00
David Glasser
afd77b4d0e Clarify that C.find(selector) is optional
Fixes #2353. Fixes #2367.
2014-08-07 14:41:47 -07:00
Richard Littauer
d7b403b5b6 Docs: Added cross-reference for origin.meteor.com
Fixes #2343.
2014-08-07 14:33:33 -07:00
David Glasser
845286b925 Merge branch 'devel' into packaging 2014-08-05 13:13:27 -07:00
David Glasser
4b7adf8397 Make events documentation more clear
Fixes #2335. See also Issue #2202.
2014-08-01 17:04:24 -07:00
David Glasser
26006d53dc Merge branch 'devel' into packaging
Conflicts:
	tools/utils.js
2014-07-30 17:40:44 -07:00
Tom Wang
114b36bbcb fix typo 2014-07-30 16:23:17 -07:00
Ryan Yeske
2658a18a01 recognize forceApprovalPrompt option in Accounts.ui.config
this option was originally added via #1226
2014-07-30 16:23:17 -07:00
Emily Stark
3ad5ff6c90 Merge branch 'master' into devel
Conflicts:
	packages/mongo-livedata/oplog_observe_driver.js
2014-07-29 14:40:44 -07:00
David Greenspan
6ec8f05e4c Docs changes for 0.8.3 2014-07-25 16:07:16 -07:00
Tom Wang
3c0f3bac14 fix typo 2014-07-22 18:37:01 +08:00