David Baumgold
52bc2aa070
Added rst version of cognitive load page
2014-05-15 16:35:05 -04:00
Alexander Kryklia
c13282462a
Modify paver run_all_servers to allow different settings for LMS and Studio.
2014-05-12 17:12:40 +03:00
Ned Batchelder
c7543dd33d
Add more links in the PR guidelines.
2014-05-09 13:53:16 -04:00
David Baumgold
93b5ccac45
Merge pull request #3503 from edx/db/process-updates
...
Reorganize information in CONTRIBUTING.rst, link to ReadTheDocs
2014-05-05 11:31:55 -04:00
Gabe Mulley
bde8482eeb
Create a skeleton of event-tracking developer docs
...
A first pass at providing details about how to emit events, what to emit etc.
2014-05-01 14:11:20 -04:00
David Baumgold
280bb96cdc
wordsmithing
2014-04-30 15:13:02 -04:00
Sarina Canelake
1599e0ff2c
Respond to Alison comments
2014-04-29 20:30:59 -04:00
Sarina Canelake
cacb58365c
Respond to DB comments
2014-04-29 19:12:22 -04:00
Sarina Canelake
4c1c2ea0bc
Add documentation on public sandboxes
2014-04-29 19:12:22 -04:00
Mark Hoeber
fc3d8fcd38
fixed JS link and add contributor guidelines to change log
2014-04-29 11:52:56 -04:00
David Baumgold
82f98b2974
Reorganize information in CONTRIBUTING.rst, link to ReadTheDocs
2014-04-28 16:44:06 -04:00
David Baumgold
73c30e950f
Merge pull request #3434 from edx/db/dev-process
...
Document our development/review process
2014-04-28 09:32:44 -04:00
Mark Hoeber
e3d8510248
add index file
2014-04-25 11:27:09 -04:00
Mark Hoeber
7975693dee
index org changes
2014-04-25 11:17:37 -04:00
David Baumgold
05e55641eb
remove duplicate "should"
2014-04-24 09:12:24 -04:00
David Baumgold
99897c4310
Add example for how scrum teams spend time reviewing contributor pull requests
2014-04-24 09:11:14 -04:00
David Baumgold
ab5a2a4150
core committers, not contributors
2014-04-24 09:08:07 -04:00
David Baumgold
4bc3ec285c
Added a visualization of the PR process
2014-04-23 17:19:22 -04:00
David Baumgold
44e4f96dc6
link to docs to rebase a pull request
2014-04-23 17:09:49 -04:00
David Baumgold
09f8923884
Include analytics team in dev process
2014-04-23 17:05:36 -04:00
Mark Hoeber
5f0d8f31cd
Merge pull request #3267 from edx/markhoeber/documentation/doc-255
...
JavaScript update in developer documentation
2014-04-23 09:17:17 -04:00
David Baumgold
4db7f33196
Added process documentation
2014-04-22 17:06:16 -04:00
Mark Hoeber
f6e11f14c9
JavaScript extentions doc update
...
doc-255
2014-04-22 15:58:49 -04:00
David Baumgold
8b40d728f0
Move experiments.rst into the en_us directory
2014-04-22 15:11:23 -04:00
David Baumgold
c6200a4842
Doc: update xblock publish() function signature
2014-03-31 15:27:01 -04:00
Sarina Canelake
7b13cd32f1
Update Translation documentation
2014-03-28 20:30:27 -04:00
Mark Hoeber
7ac2270853
Custom JavaScript Display and Grading
...
DOC-105
2014-03-28 16:01:57 -04:00
Gabe Mulley
d6052675da
Support emitting analytical events from xblocks running in the LMS
...
XBlocks can and should use the "publish" method provided by the runtime to emit analytical events. In theory we could now start replacing calls to track_function with calls to publish, however, that migration is not handled by this change.
Fixes: AN-789
2014-03-27 18:50:46 -04:00
Will Daly
44dad41ede
Switch from Rake to Paver
2014-03-25 11:32:19 -04:00
Jay Zoldak
c5a7911b87
Fix pylint disable pragmas that were pep8 violations
2014-03-20 10:18:40 -04:00
Mark Hoeber
a795edcf22
Merge pull request #2666 from pdehaye/patch-2
...
further explanation on entry_points
2014-03-17 17:11:02 -04:00
Victor Shnayder
281ad63d2b
split testing support in the LMS.
...
Adds a split_test_module XModule, that can choose one of its children
to display, based on a get_condition_for_user API added to the runtime.
To test, add something like this to an xml course, or make equivalent
tweaks in mongo.
<vertical url_name="split_test_vert">
<split_test url_name="split1" experiment_id="0" condition_id_to_child='{"0": "i4x://MITx/6.00x/html/split_test_cond0", "1": "i4x://MITx/6.00x/html/split_test_cond1"}'>
<html url_name="split_test_cond0">condition 0</html>
<html url_name="split_test_cond1">condition 1</html>
</split_test>
</vertical>
Also needs an experiment configured in the course policy json: e.g.
"user_partitions": [{"id": 0,
"name": "Experiment 0",
"description": "Unicorns?",
"version": 1,
"groups": [{"id": 0,
"name": "group 0",
"version": 1},
{"id": 1,
"name": "group 1",
"version": 1}]}]
(This particular snippet will work inside a course with org MITx
and course name 6.00x)
Co-Author: Sarina Canelake <sarina@edx.org >
Co-Author: Julia Hansbrough <julia@edx.org >
Co-Author: Diana Huang <diana@edx.org >
Co-Author: Calen Pennington <cale@edx.org >
[LMS-2095]
2014-03-05 13:45:08 -05:00
Will Daly
812e71bbbb
Revert "Fix sys.path manipulation in pavement.py, with detailed comment"
...
This reverts commit 544616be4b .
2014-02-24 11:30:40 -05:00
Will Daly
38d403f6c9
Merge pull request #2615 from edx/will/paver-attempt-2
...
Paver (Part 1) -- Attempt 2
2014-02-24 07:51:05 -05:00
pdehaye
64038ef12e
further explanation on entry_points
2014-02-20 23:52:33 +01:00
Ned Batchelder
3db7394cb3
Very minor tweaks.
2014-02-19 14:53:45 -05:00
Will Daly
544616be4b
Fix sys.path manipulation in pavement.py, with detailed comment
...
Restore reverted changes from paver part 1
2014-02-18 15:09:07 -05:00
Adam Palay
97f5b25e2c
i18n for self-assessment (ORA-314)
...
make openendedchild and open_ended_module_v1 act enough like xblocks to get xblock 18n
2014-02-14 17:27:32 -05:00
Will Daly
c85c4b22ed
Revert "Replace rake functions with python paver functions"
...
This reverts commit df2e410f2a .
2014-02-14 14:25:28 -05:00
David Glance
df2e410f2a
Replace rake functions with python paver functions
...
Deprecated rake functions issue a warning and then call paver
replacements
Bring Paver commands up to date with master for servers, assets, and docs.
Revert deprecation of quality, tests, and i18n for a future pull request.
Deprecate workspace migration
2014-02-14 11:25:55 -05:00
Sarina Canelake
dac26a4f25
Merge pull request #2589 from edx/sarina/update-i18n-translator-docs
...
Update translator documentation
2014-02-13 15:31:30 -05:00
Sarina Canelake
65b2701926
Update translator documentation
2014-02-13 12:44:36 -05:00
Ned Batchelder
1da4ac4410
Small tweak to early-translation fix docs
2014-02-12 19:13:22 -05:00
Sarina Canelake
191aafe3f4
Update i18n translator documentation
2014-02-11 18:54:47 -05:00
Mark Hoeber
6457425620
Fixed TOC and copyright
2014-02-10 17:10:29 -05:00
Sarina Canelake
5f841f286b
Update i18n coding guidelines
2014-02-06 14:18:15 -05:00
Calen Pennington
e7e528e8d8
Add docs about testing xblocks in the LMS
...
[LMS-2059]
[LMS-2060]
[LMS-1216]
2014-02-05 08:27:41 -05:00
Sarina Canelake
41b665d7eb
Improve i18n translator documentation
2014-01-31 18:59:20 -05:00
Anton Stupak
591470df3a
Merge pull request #2229 from edx/anton/cookie-storage
...
Video: Add utility to work with cookies.
2014-01-22 01:51:15 -08:00
Ned Batchelder
c48ac5922d
Really fix readthedocs.
2014-01-21 14:03:18 -05:00