- Oct 16, 2017
-
-
Andy Armstrong authored
-
Qubad786 authored
Adds val trancripts in outcome of get_transcripts_info and rest of flow remains the same and also add fallback to edx-val rtanscripts for mobile accessible video endpoints.
-
Qubad786 authored
Purpose of this, is to serve transcripts from edx-val if the requested transcripts are not found in the contentstore i.e. that's where all the transcripts are living to date.
-
muhammad-ammar authored
EDUCATOR-1216
-
muhammad-ammar authored
-
- Oct 11, 2017
-
-
Asad Azam authored
-
- Oct 06, 2017
-
-
Adeel Khan authored
Tooltip text under lms->courseview->progress tab->chart was not under any translation, causing it to appear untranslated for learners. This would enable its translation to any language. LEARNER-2607
-
- Oct 05, 2017
-
-
John Eskew authored
-
John Eskew authored
Mock out the static_replace modules in the proper location.
-
rabiaiftikhar authored
-
Nimisha Asthagiri authored
EDUCATOR-558
-
- Oct 04, 2017
-
-
Amir Qayyum Khan authored
-
Amir Qayyum Khan authored
-
- Sep 28, 2017
-
-
rabia23 authored
-
- Sep 25, 2017
-
-
Nimisha Asthagiri authored
-
John Eskew authored
-
- Sep 22, 2017
-
-
Jeremy Bowman authored
-
- Sep 13, 2017
-
-
Clinton Blackburn authored
LEARNER-2468
-
- Sep 11, 2017
-
-
Omar Al-Ithawi authored
-
noraiz-anwar authored
-
- Sep 06, 2017
-
-
Jeremy Bowman authored
-
- Aug 29, 2017
-
-
Jeremy Bowman authored
-
Jeremy Bowman authored
-
Noraiz Anwar authored
-
- Aug 25, 2017
-
-
Alex Dusenbery authored
-
- Aug 23, 2017
-
-
Michael Roytman authored
remove try/catch block and associated test for EDUCATOR-1134 following verification that no stage or production courses have issues related to dates
-
- Aug 19, 2017
-
-
Ned Batchelder authored
-
- Aug 15, 2017
-
-
Sofiya Semenova authored
date has passed
-
cahrens authored
-
- Aug 14, 2017
-
-
cahrens authored
-
- Aug 11, 2017
- Aug 08, 2017
-
-
cahrens authored
-
- Aug 07, 2017
-
-
cahrens authored
-
- Aug 04, 2017
-
-
Giulio Gratta authored
Attributes come in as a list of dicts with strings as keys and values. Implicitly casting each result as a tuple causes the code to split the key string into it's characters. This yields a list of characters, the first two of which are placed into the variables "attr_name" and "attr_value". This is not only wrong, but because keys tend to be more than 2 characters, the net result is: "ValueError: too many values to unpack"
-
- Jul 27, 2017
-
-
Sofiya Semenova authored
-
- Jul 26, 2017
-
-
Jillian Vogel authored
Separates archived courses into a different tab on the Studio index page. Data is rendered synchronously, but tests are added to ensure that no new sql or mongo queries were required.
-
- Jul 25, 2017
-
-
Eric Fischer authored
This has been causing a huge memory leak, wrapping the call in this context manager properly cleans up the 'records' entries. EDUCATOR-274
-
Eric Fischer authored
This reverts commit 2d6b477e, reversing changes made to 7799c4ad.
-
- Jul 18, 2017
-
-
Eric Fischer authored
-