- Nov 07, 2019
-
-
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
-
-
Feanil Patel authored
Parse transcripts json to compare logically.
-
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.
-
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
-
Matthew Piatetsky authored
Create data migration to populate FBEEnrollmentExclusion Table
-
Diana Huang authored
Move password reset logic and code to user_authn.
-
Matthew Piatetsky authored
-
Diana Huang authored
-
Alex Dusenbery authored
-
- Nov 04, 2019
-
-
Jeremy Bowman authored
-
edX cache uploader bot authored
-
Ned Batchelder authored
Fix static urls in pdf_viewer.html to correctly display pdf viewer fo…
-
Matthew Piatetsky authored
[REV-693] Create table to keep track of FBE holdback experiment enrollments
-
Aarif authored
updated the csv DictReader to make the csv output compatible across both python versions -BOM-993
-
julianajlk authored
REV-705
-
Manjinder Singh authored
* Upgraded dependencies
-
Manjinder Singh authored
* using six.assertCountEqual * Fix type mismatches in css migrations
-
Feanil Patel authored
Python Requirements Update
-
Waheed Ahmed authored
Fix program card for smaller screens like ipad.
-
Waheed Ahmed authored
Text was overflowing from card on screens containing resolution between 768 to 810 pixels. PROD-748
-
edX requirements bot authored
-
Hasnain Naveed authored
ENT-2437 | get_enterprise_customer_for_learner method replaced with e…
-
aarif authored
updated the csv reader to make the csv output compatible across both python versions added the encoding argument to unicodecsv.DictReader method updated the csv file read process to accomodate different input types changes made to fix issues with UniversalNewLineIterator changes made as suggested changes made as suggested changes made to fulfill quality check requirement to pass quality check minor changes
-
Syed Muhammad Dawoud Sheraz Ali authored
add encoded video key check in video transformer
-
Waheed Ahmed authored
fix(i18n): update translations
-
DawoudSheraz authored
-
- Nov 03, 2019
-
-
edX Transifex Bot authored
-
- Nov 02, 2019
-
-
Nimisha Asthagiri authored
Move RegistrationFormFactory from user_api to user_authn
-
danial authored
-
- Nov 01, 2019
-
-
Stu Young authored
-