- Oct 15, 2019
-
-
Bill DeRusha authored
remove mailchimp tracking
-
Christie Rice authored
-
Zia Fazal authored
ENT-2384: Invoke learner transmission task only for enterprise learners
-
Aarif authored
Fixed - " AttributeError: 'str' object has no attribute 'decode' " - BOM-922
-
Zia Fazal authored
Invoke learner transmission task only for enterprise learners ENT-2384 added docstring Fixed brokent unit test
-
Awais Qureshi authored
BOM-925
-
Ayub authored
BOM Project Xblock Recommber integration tests fix
-
Awais Qureshi authored
Fixing TypeError, the JSON object must be str, not 'bytes'.
-
Awais Qureshi authored
BOM-924
-
Awais Qureshi authored
Fixing TypeError, the JSON object must be str, not 'bytes'.
-
- Oct 14, 2019
-
-
Ayub khan authored
Python3 json can not work with bytes type input so used simplejson instead of python json which works with both bytes and unicode type input. Previously we mistakenly updated StringIO to six.String io. which caused the tests failure. Used io.BytesIO to fix the issues as assci character bytes can not be converted to unicode.
-
Ayub authored
BOM fix remaining capa module issues
-
aarif authored
-
Aarif authored
Removed encode method to fix input to csv write method - BOM-837
-
Ayub authored
BOM-805
-
aarif authored
removed unnecessary encode method to fix input to csv write method
-
Ayub khan authored
python3 compatibility: Before comparison with unicode decode text if its type is bytes.
-
Ayub khan authored
BOM-898 fix test_responsetypes.py issues Updated safe_exec to use random2 library instead of random. As python3 random generates different results as compared to python2, which causes a lot of test failures and if we use python3 random and fix tests it will cause state invalidation of capa problems, So random2 was uses to make the behaviour same in python3. BOM-899 name xrange is not defined xrange is used in safe_exec and there might be old courses where this is being used in capa problems. All those tests fail in python3 as this was renamed to range. Used six.moves.xrange so that code works for python3 and if there is any old code using xrange it works too.
-
Ayub authored
BOM-804
-
Aarif authored
Updated the items order in response list comparison to work with both python versions - BOM-819
-
- Oct 13, 2019
-
-
edX Transifex Bot authored
-
- Oct 12, 2019
-
-
Awais Qureshi authored
BOM-917
-
Awais Qureshi authored
BOM-916
-
- Oct 11, 2019
-
-
Jeremy Bowman authored
-
Nick authored
Remove backtick typo in advanced_entry.underscore
-
Jeremy Bowman authored
-
Bill DeRusha authored
-
Nick authored
-
Feanil Patel authored
Feanil/fix perf pins
-
Feanil Patel authored
-
Feanil Patel authored
We also pin back edx-lint to fix a regression we introduced when we started having to roll back all the requirements changes.
-
Nick authored
DISCO-188 publisher link
-
Calen Pennington authored
Don't try to show anonymous users the first-purchase discount
-
Douglas Hall authored
-
Awais Qureshi authored
Fix encoding issue.
-
Nicholas D'Alfonso authored
Add publisher link to settings dropdown if the features setting is set.
-
Awais Qureshi authored
Fixed double decoding issue. Fixed the mock.assertMethod. Dict keys were coming different order.
-
AsadAzam authored
Upgrade python 3 decode error
-
Waheed Ahmed authored
Remove YouTube logo from footer.
-
Ayub khan authored
python3 compatibility we only need to decode if the xml is bytes
-