- Nov 09, 2019
-
-
Awais Qureshi authored
BOM-1012
-
- Nov 08, 2019
-
-
David Ormsbee authored
APIs for XBlock static asset files in Blockstore
-
Waheed Ahmed authored
Remove View Archived Course button from unfulfilled entitlements.
-
Ned Batchelder authored
Fix invocation of (edx.)HtmlUtils.ensureHtml
-
Adam Stankiewicz authored
upgrade edx-enterprise to 2.0.16
-
Adam Stankiewicz authored
-
Dave St.Germain authored
Improve navigation on Studio unit page
-
Kyle McCormick authored
-
Hasnain Naveed authored
ENT-2437 | get_enterprise_customer_for_learner method replaced with e…
-
Jeremy Bowman authored
-
Awais Qureshi authored
Bump the version.
-
Waheed Ahmed authored
Remove View Archived Course button from unfulfilled entitlements if there is no session availabe to join. PROD-580
-
hasnain-naveed authored
ENT-2437 | get_enterprise_customer_for_learner method replaced with enterprise_customer_for_request.
-
Alex Dusenbery authored
This reverts commit 31a3a6cb.
-
- Nov 07, 2019
-
-
Stu Young authored
-
Stu Young authored
-
Alex Dusenbery authored
-
Matthew Piatetsky authored
[REV-693] Delete old holdback code
-
Zainab Amir authored
Users were awareded audit certificate recently. Adding logs to verify that cutoff date for awarding certificate is correct PROD-978
-
Feanil Patel authored
The type of the attrib object wasn't actually a dict.
-
Dave St.Germain authored
Add in-context display name editor for units on the course outline.
-
Feanil Patel authored
It was an internal class that we can't easily compare to. So I'm opting to just make the xml output be more consistent and ordered. I was hoping to avoid this since the order shouldn't matter but the juggling we have to do to validate the unorderd data is more complication than it's worth.
-
Matthew Piatetsky authored
-
Dave St.Germain authored
Improves navigation within Studio for Learning Sequences, speeding up authors who want to see how a learner progresses through content without needing to jump over to the LMS. This adds a dropdown section navigator to the breadcrumbs on the unit page and copies the sequence navigator from LMS to the studio unit page.
-
adeelehsan authored
Allow certification regenration for existing honor certificates
-
adeelehsan authored
staff should be able to regenerate certificates for the students who have already earned the certificate using honor mode Prod-612
-
edx-transifex-bot authored
-
Kyle McCormick authored
This is a follow up from MST-16, which was commited in 3858036a. Changes: * Enrich course teams_configuration from a plain Dict to a custom XBlock field that uses the new TeamsConfig wrapper class. * Remove teams_conf property from course, as the previous change made it redundant. * Update teams_enabled implementation. * Remove teams_max_size field from course, which is no longer semantically correct, as max team size is now defined on a teamset level. * Remove teams_topics in order to discourage use of raw teams config dict. * Add convenience properties teamsets and teamsets_by_id to course. * Allow periods and spaces in teamset IDs to avoid breaking existing course teams. Some parts of the code still use the old raw config data (identifiable by searching "cleaned_data_old_format"), which we expect to be slowly factored away as we build new teams features. MST-40 has been created to remove any remaining references if necessary. MST-18 * fix: bokchoy test * fix: remove pdb break
-
- Nov 06, 2019
-
-
Silvio Tomatis authored
Without this the following JS error occurs: Uncaught ReferenceError: HtmlUtils is not defined at toggleSubmitButton (login:658)
-
Feanil Patel authored
Parse transcripts json to compare logically.
-
Braden MacDonald authored
This PR introduces some backend python + REST APIs for storing static asset files along with an XBlock in a content library. It also updates the new runtime to be able to load such static asset files. Example use cases: * Store an image file with an HTML block and then use the image inline in the HTML block. * Store a PDF file with an HTML block and provide a link in the HTML for the learner to download the PDF. * Store .srt files or even video .mp4 files that belong to a video XBlock. Within the bundle, these static asset files are stored in a "static/" subfolder of the folder that contains the OLX file. Extending an existing LMS/Studio convention, a static asset file such as "image.png" is referenced within the OLX as "/static/image.png" and the URL will be rewritten by the runtime.
-
Feanil Patel authored
This is to deal with a special issue in the video descriptor xml output. The value of the transcript attribute of the video tag is a serialized json string. This can have comparison problems in python3 where the order of the dictionary output is not gauranteed to be the same. So the strings don't match equally. We convert the parsed json instead so that the comparison can be correct.
-
Dave St.Germain authored
For TNL-6938
-
Syed Muhammad Dawoud Sheraz Ali authored
added conditional logs for RCA
-
DawoudSheraz authored
-
Syed Muhammad Dawoud Sheraz Ali authored
enable video url re-write flag for all the courses
-
DawoudSheraz authored
-
- Nov 05, 2019
-
-
Manjinder Singh authored
-
edX requirements bot authored
-
edX cache uploader bot authored
-