- 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 10, 2019
-
-
Amit 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
-
-
kill-gear authored
* incr-172 * incr-177 run modernize * fixed bug due to running modernize
-
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 02, 2019
-
-
stv authored
This is part of a larger effort to split packages out into independent, composable, PyPI installable Python packages. While this package itself isn't monumental, it represents the bottom of the dependecy tree and can be split out before any other packages.
-
- 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
-
- Apr 01, 2019
-
-
Jolyon Bloomfield 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 22, 2019
-
-
Jeremy Bowman authored
-
- Mar 19, 2019
-
-
cclauss authored
-
- Mar 18, 2019
-
-
Dave St.Germain authored
-
- Mar 17, 2019
-
-
cclauss authored
-
- Mar 11, 2019
-
-
DawoudSheraz authored
-
- Mar 07, 2019
-
-
noraiz-anwar authored
-
- Mar 06, 2019
-
-
asadazam93 authored
-
- Mar 05, 2019
-
-
DawoudSheraz authored
-
- Feb 27, 2019
-
-
Calen Pennington authored
Co-Authored-By:
davestgermain <dave@st.germa.in>
-
- Feb 26, 2019
-
-
Dave St.Germain authored
-
- Feb 25, 2019
-
-
asadazam93 authored
-