Commit Graph

28 Commits

Author SHA1 Message Date
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
polesye
a41df03c64 Move README to docs. 2014-01-21 13:56:32 +02:00
Ned Batchelder
b8a8575d17 Further edits 2014-01-17 15:27:22 -05:00
Ned Batchelder
8c79f13d17 Added more coding details to i18n doc. 2014-01-17 15:27:22 -05:00
Ned Batchelder
53de11d4b5 Conversion of page from wiki to .rst 2014-01-17 15:27:22 -05:00
Ned Batchelder
66794749fb Minor tweaks to home page. 2014-01-17 15:27:22 -05:00
Sarina Canelake
8395dabdf9 Add in a guide for edX Translators
LMS-1972
2014-01-17 09:46:35 -05:00
David Baumgold
8a370ea14b Reorganize documentation files for i18n
STUD-1094
2014-01-16 14:11:11 -05:00