- Jul 23, 2019
-
-
Kshitij Sobti authored
A popular convention is to have user accounts stored in a separate authentication database. This change add support for configuring edx-platform to work with such a setup.
-
Ayub khan authored
-
- Jul 19, 2019
-
-
Feanil Patel authored
The `NoneType` object is not available from the `types` module in python 3. This is a workaronud to deal with that.
-
DawoudSheraz authored
-
- Jul 16, 2019
-
-
aarif authored
changes made to comply with quality changes made to comply with quality changes made to comply with quality
-
- Jul 11, 2019
-
-
Alan Zarembok authored
advanced problems so that they do not become uneditable.
-
Ayub khan authored
-
Ayub khan authored
-
Ayub khan authored
-
Ayub khan authored
-
- Jul 10, 2019
-
-
Edward Zarecor authored
-
- Jul 09, 2019
-
-
Edward Zarecor authored
-
- Jun 20, 2019
-
-
Usman Khalid authored
Some deprecated functionality has been removed: - Reading data field and transforms being applied in the init() method. - The source field. - The source_visible attribute.
-
- Jun 14, 2019
-
-
Jeremy Bowman authored
-
- Jun 12, 2019
-
-
Amit authored
* INCR-413: Run python-modernize and isort * INCR-413: Fix for text_type usage
-
- May 21, 2019
-
-
asadazam93 authored
-
- May 18, 2019
-
-
Jolyon Bloomfield authored
-
- May 16, 2019
-
-
Calen Pennington authored
Augment content_type_gating tests to detect the failure case from the original REVMI-34 implementation
-
Maxim Dorovkov authored
* INCR-230 - Run python-modernize and isort on common/lib/xmodule/xmodule, plus a few minor fixes suggested by Jeremy
-
- May 13, 2019
-
-
asadazam93 authored
-
- May 09, 2019
-
-
Kyle Mulka authored
* INCR-229 ran modernize on common/lib/xmodule/xmodule/[a-g]*.py except for graders.py * fix a couple xss-commit-linter issues
-
- May 08, 2019
-
-
David Ormsbee authored
-
Jeremy Bowman authored
-
asadazam93 authored
-
Brendan authored
* INCR-214: python-modernize on common/lib/xmodule/xmodule/modulestore/tests * Running isort on common/lib/xmodule/xmodule/modulestore/tests * Resolving issues with mangled comments and fixing int/long test
-
- May 07, 2019
-
-
Brendan authored
* INCR-227: python-modernize on common/lib/xmodule/xmodule/video_module, partitions, and util * pylint will ignore imports from six * INCR-227 Fixing mangled comments and variable names
-
Kyle Mulka authored
* INCR-226 run modernize on common/lib/xmodule/xmodule/modulestore/mongo, split_mongo, and perf_tests * fix pep8 error
-
- May 03, 2019
-
-
asadazam93 authored
-
- May 01, 2019
-
-
Usman Khalid authored
* Minimum possible changes were made to merge CapaModule & CapaDescriptor into one ProblemBlock class. * There are no known changes in behavior. * CapaModule and CapaDescriptor inherited from a number of classes which inherit from XModule or XModuleDescriptor but did not depend on them. For all these classes the methods were moved to mixins which did not inherit from either and then these mixins were added to ProblemBlock in the order which maintains MRO.
-
- Apr 30, 2019
-
-
DawoudSheraz authored
-
- Apr 25, 2019
-
-
David Ormsbee authored
-
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.
-
- Apr 24, 2019
-
-
Dave St.Germain authored
This adds a new django app -- edx-when -- that will copy start and due dates to mysql and allow per-learner overrides in the instructor dashboard, using the existing IDDE interface. It adds a data migration for existing IDDE data.
-
- Apr 05, 2019
-
-
Alan Zarembok authored
-
- Apr 02, 2019
-
-
Jolyon Bloomfield authored
* INCR-185 Modernize common/lib/xmodule/xmodule/assetstore and contentstore * Adding check for python version when making integer contracts
-
Nimisha Asthagiri authored
-
- Mar 28, 2019
-
-
Matthew Piatetsky authored
Revert "Revert "REVMI-62 Return gated blocks in the course blocks API response with an authorization denial reason""
-
- Mar 27, 2019
-
-
Matthew Piatetsky authored
Revert "REVMI-62 Return gated blocks in the course blocks API response with an authorization denial reason"
-
- Mar 26, 2019
-
-
Matthew Piatetsky authored
-
- Mar 19, 2019
-
-
cclauss authored
-