- 09 Apr, 2014 1 commit
-
-
Valera Rozuvan committed
-
- 08 Apr, 2014 1 commit
-
-
Valera Rozuvan committed
-
- 07 Apr, 2014 2 commits
-
-
Instead of noting users that are already in a cohort and not changing such users, clobber the previous cohort and display a message indicating the previous cohort membership. JIRA: FOR-452
Greg Price committed -
LMS-2442
Waheed Ahmed committed
-
- 04 Apr, 2014 1 commit
-
-
Giulio Gratta committed
-
- 03 Apr, 2014 1 commit
-
-
Alexander Kryklia committed
-
- 02 Apr, 2014 2 commits
-
-
Abdallah committed
-
The old-style chinese language codes used in django 1.4 series are now deprecated, as discussed here: https://code.djangoproject.com/ticket/18419. Although majority of browsers still use the old-style language codes, some new browsers such as IE11 in Windows 8.1 start to use the new-style names instead of old-style ones which makes the current chinese translations of edX can't work properly under these browsers. As there is no easy way for edX to change a higher version of django, I think we could do some mapping here so that the users who use IE11 in Windows 8.1 or other browsers that use the new-style names can view correct translations. Also, this fix will make users who use one of the language codes: zh-hk , zh-sg and zh-mo can see the correct translations.
louyihua committed
-
- 01 Apr, 2014 2 commits
-
-
Pluggable InputTypes use edxmako.paths.add_lookup to inject new mako template directories. Those were getting clobbered by microsites (and by theming), which were completely rebuilding the mako template lookup list from scratch. This commit switches those two features to use the same add_lookup function as pluggable InputTypes. [LMS-2489]
Calen Pennington committed -
Calen Pennington committed
-
- 31 Mar, 2014 2 commits
-
-
Chris Dodge committed
-
Add some optional policies around password resets, such as password reuse, forced password resets, allowed frequency of password resets
Chris Dodge committed
-
- 28 Mar, 2014 2 commits
-
-
Calen Pennington committed
-
1.) Making YouTube mock server serve YouTube API. 2.) Adding ability to block YouTube API from YouTube mock server. 3.) Adding acceptance tests that check YouTube mock server for availability of YouTube API, and for it's ability to block YouTube API. Part of BLD-939.
Valera Rozuvan committed
-
- 27 Mar, 2014 3 commits
-
-
Dave St.Germain committed
-
Dave St.Germain committed
-
Included information on how to launch the server on its own. EOF
Valera Rozuvan committed
-
- 25 Mar, 2014 2 commits
-
-
LMS-2436
Usman Khalid committed -
Will Daly committed
-
- 20 Mar, 2014 1 commit
-
-
Jay Zoldak committed
-
- 19 Mar, 2014 1 commit
-
-
The availability of the YouTube API will be stored in student's settings. The YouTube API is loaded asynchronously now, so no need to pass a parameter to the front-end telling it if YouTube API should not be loaded because of it's unavailability. Removing loading of YouTube API from Studio RequireJS config. Now loading of YouTube API is handled by Video module. BLD-531.
Valera Rozuvan committed
-
- 18 Mar, 2014 2 commits
-
-
Fixes the create_user admin command, which was creating user accounts with a potentially invalid language preference. JIRA: FOR-532
jsa committed -
Also improves handling in cases where account creation did succeed, but comments service user creation did not. Depends on commit 88abdd8a0b20bc9816f487b25abdea1953f5661d in https://github.com/edx/cs_comments_service JIRA: FOR-522
jsa committed
-
- 17 Mar, 2014 1 commit
-
-
zubiar-arbi committed
-
- 13 Mar, 2014 1 commit
-
-
Julia Hansbrough committed
-
- 11 Mar, 2014 6 commits
-
-
David Baumgold committed
-
polesye committed
-
The endpoint includes the key of the desired preference in the URL and returns the list of users for whom the preference is set (regardless of the value).
Greg Price committed -
polesye committed
-
Greg Price committed
-
Sarina Canelake committed
-
- 10 Mar, 2014 3 commits
-
-
David Baumgold committed
-
This is necessary to allow non-browser-based services (e.g. notifier) to know a user's preferred language even if the user has not explicitly selected one.
Greg Price committed -
Sarina Canelake committed
-
- 07 Mar, 2014 1 commit
-
-
third_party_auth contains a working settings mechanism, the start of the provider interface + 3 implementations (Google, Mozilla Persona, LinkedIn), and a stub for the auth pipeline. Modified existing lms settings files to use but deactivate the module.
John Cox committed
-
- 06 Mar, 2014 2 commits
-
-
Sarina Canelake committed
-
Quick and dirty fix (edxapp.startup.run is called twice, once before loading the configuration, so the paths defined in lms.startup are basically ignored).
Bertrand Marron committed
-
- 05 Mar, 2014 3 commits
-
-
Also fixes STUD-1351
Diana Huang committed -
[LMS-2105]
Calen Pennington committed -
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]
Victor Shnayder committed
-