- Jul 26, 2019
-
-
usama sadiq authored
Additional PR to enable the js and jsx translations.
-
Muhammad Ammar authored
bump edx-enterprise version to 1.8.6
-
- Jul 25, 2019
-
-
adeel khan authored
Fix courseware's app templates.
-
muhammad-ammar authored
-
Douglas Hall authored
-
adeel khan authored
Adds Django template Linter.
-
Adeel Khan authored
PROD-465
-
David Ormsbee authored
Revert "Fix the unpredictable order randomization issue with randomized content blocks"
-
David Ormsbee authored
-
Feanil Patel authored
DEPR-41 Remove parsepy
-
Dave St.Germain authored
add number of total users and number of filtered users to the gradebo…
-
Adeel Khan authored
This adds Django template linter that would check for all trans/blocktrans tag expressions for escaping. PROD-465
-
George Babey authored
WL-1951 | White Label: MITxPRO Footer Links Not Working
-
irfanuddinahmad authored
ENT-1954: Reformatted logging for third party auth
-
irfanuddinahmad authored
-
Ayub authored
INCR-420 python3 compatibility
-
Ayub authored
INCR-428 python3 compatbility
-
Aarif authored
INCR-447 Python 3 compatibility
-
Ayub authored
INCR-427 python3 compatibility
-
Ayub authored
INCR-419 python3 compatibility
-
Aarif authored
INCR-423 Python 3 compatibility
-
Uzair Rasheed authored
Restrict grading endpoints in LMS
-
Ayub authored
BOM-69
-
adeel khan authored
Fix edx-ace templates
-
Adeel Khan authored
This patch is part of multiple PR's to protect templates against xss attack PROD-465
-
Aarif authored
INCR-444 Python 3 compatibility
-
Aarif authored
INCR-332 Python 3 compatibility
-
adeel khan authored
Fix edx templates.
-
Adeel Khan authored
PROD-465
-
Michael Roytman authored
-
- Jul 24, 2019
-
-
Farhanah Sheets authored
Fix: Do not compare Software Secure expiry_date when NULL
-
Farhanah Sheets authored
-
David Ormsbee authored
Fix the unpredictable order randomization issue with randomized content blocks
-
David Ormsbee authored
Fix: Malformed HTML in capa problem studio_view
-
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
Who tests what nightly
-
Calen Pennington authored
-
Feanil Patel authored
Push notifications was only ever setup to connect to Parse.com a service that has been discontinued. Since we haven't replaced the functionality for a few years now, remove this dead code. In cms/templates/js/course_info_update.underscore we're allowing content to not be escaped because this is by design according to the tests. Long term there should be a better fix for this but for now this is intended behavior.
-