- Jul 25, 2019
-
-
Adeel Khan authored
PROD-465
-
- Jul 24, 2019
-
-
Farhanah Sheets authored
-
Guruprasad Lakshmi Narayanan authored
This prevents errors when the current children do not match the selected children any more.
-
Guruprasad Lakshmi Narayanan authored
The Randomized Content Block XBlock only randomizes the selection of the children blocks and has unpredictable randomization of the order of the selected child blocks due to the usage of sets, which are unordered, for storing the selected blocks. This becomes apparent when all the available child blocks in a library are chosen for a Randomized Content Block, to randomize just the order of the child blocks and not just the selection of the blocks. The order of the selected blocks ends up being similar for multiple learners. This change modifies the XBlock to store the selected child blocks in a list, instead of a set, after randomly shuffling them.
-
Calen Pennington authored
-
- Jul 23, 2019
-
-
adeelehsan authored
PROD-410
-
noraiz-anwar authored
-
Adeel Khan authored
-
- Jul 19, 2019
-
-
Christie Rice authored
-
Ayub khan authored
-
Ayub khan authored
-
Feanil Patel authored
-
Feanil Patel authored
The `NoneType` object is not available from the `types` module in python 3. This is a workaronud to deal with that.
-
Feanil Patel authored
Use `ascii_letters` instead which is a reasonable alternative for our usecases.
-
uzairr authored
Currently, enrollment support tool is only allowing support members to change course enrollment only one of the two modes i.e. audit and verified.To move a learner other than these modes,they need to ping devops.To broaden the scope of enrollment support tool,changes have been done so that enrollment would be changed to other modes as well. PROD-305
-
- Jul 17, 2019
-
-
David Ormsbee authored
* Remove full table scan of VerificationDeadline. Before this commit, we were doing a full table scan of student_verificationdeadline, loading the results into a giant dict, and reading/writing that to the cache. This was fine when the code was introduced and there were dozens of courses, but now that we're over 12K courses, it's becoming a major performance issue for the Student Dashboard. This uses a subquery to the course enrollment table so that we're only ever pulling back the deadlines to a student's enrolled courses for any given request. It removes the cache access entirely.
-
Waheed Ahmed authored
Moved secondary SSO login button to the top of email and password fields. PROD-478
-
nadeemshahzad authored
-
- Jul 16, 2019
-
-
Amit authored
* INCR-460: Make compatible with Python 3.x and disable: import-error for urlparse * INCR-460: Fixes for useless suppression
-
Amit authored
* INCR-449: Make compatible with Python 3.x * INCR-449: Fixes for line long
-
aarif authored
changes made to comply with quality changes made to comply with quality changes made to comply with quality
-
arbisoft authored
-
arbisoft authored
-
Jillian Vogel authored
Inlines all 36 discussion underscore templates imported by lms/templates/discussion/_underscore_templates.html to reduce file system load when displaying inline discussion blocks. Ignored error where fix required changing the translated text string, due to differences between underscore and HtmlUtils format strings.
-
- Jul 15, 2019
-
-
Amit authored
-
- Jul 12, 2019
-
-
aarif authored
-
adeelehsan authored
on mentioned files in INCR-451 Please enter the commit message for your changes. Lines starting
-
adeelehsan authored
-
aarif authored
-
DawoudSheraz authored
-
uzairr authored
After executing python-modernize and isort, few changes occurred in import sequence as well as unicode func is replaced by six.text_type func. INCR-453
-
uzairr authored
After executing python-modernize and isort, few changes occurred in import sequence as well as unicode func is replaced by six.text_type func. INCR-441
-
- Jul 11, 2019
-
-
Adeel Khan authored
This is part of a multiple PR to escape edx-platform templates to prevent xss attack. PROD-465
-
Troy Sankey authored
-
Amit authored
-
Waheed Ahmed authored
Created a data migration to add system wide student support role, also registered SystemWideRoleAssignment into Django admin. PROD-433
-
Amit authored
-
usama sadiq authored
Added absolute_import Changed unicode() with six.text_type()
-
Amit authored
-
usama sadiq authored
Added additional logs in the certificate generation task being executed after id verification of a learner.
-