Jeremy Bowman
e93b3a9a31
Fix deprecated drag and drop grading BOM-774
2019-09-27 15:29:04 -04:00
Matt Hughes
6206ec80b7
Delete flaky test test_comment_deletion_as_student
...
This test has been flaky in the past; I turned up TNLARCHIVE-530 and
TNLARCHIVE-2147 in JIRA while verifying no one else had actually
gotten it.
2019-09-27 15:18:58 -04:00
Stu Young
55357f524e
remove flaky test ( #21822 )
2019-09-27 14:49:30 -04:00
Feanil Patel
07df64eb8c
Fix the rest of these.
2019-09-27 14:36:40 -04:00
Feanil Patel
16cce5f389
BOM-843 Fix reraise call.
2019-09-27 14:19:40 -04:00
Feanil Patel
a4447da5e0
Explicitly set the test string to unicode.
2019-09-27 14:06:49 -04:00
aarif
4e0ca7c381
python 3 fixes
2019-09-27 18:43:46 +05:00
aarif
d832c21a20
python 3 fixes
2019-09-27 17:17:15 +05:00
Awais Qureshi
22d5273994
Merge pull request #21754 from edx/awais786/BOM-593
...
BOM-593
2019-09-27 16:22:20 +05:00
Aarif
56ee4e0222
Merge pull request #21791 from edx/BOM-742
...
BOM-742
2019-09-27 14:49:45 +05:00
Awais Jibran
007dfa5c55
Merge pull request #21750 from edx/aj/prevent-unicode-error
...
Prevent unicode error
2019-09-27 13:25:10 +05:00
Ayub
290caa4c8e
Merge pull request #21788 from edx/BOM-612
...
BOM-612
2019-09-27 09:44:44 +05:00
Jeremy Bowman
1e3d6f6db3
Fix parsing of Unicode capa XML BOM-611 ( #21803 )
2019-09-26 16:34:35 -04:00
Feanil Patel
a847620e88
Merge pull request #21797 from edx/feanil/fix_xmodule_format_failure
...
Division changed in python3 to produce floats even when you divide tw…
2019-09-26 15:49:25 -04:00
Ned Batchelder
b3845b2b96
Merge pull request #21581 from edx/nedbat/fix-courseware-warning
...
Finally import courseware properly everywhere to get rid of a warning
2019-09-26 14:25:27 -04:00
Jeremy Bowman
4babc5ee1c
Fix CorruptGridFile in Python 3 tests BOM-375 ( #21794 )
2019-09-26 13:43:26 -04:00
Feanil Patel
093e5a543a
Division changed in python3 to produce floats even when you divide two ints.
2019-09-26 13:23:15 -04:00
Manjinder Singh
61015ad840
Merge pull request #21779 from edx/msingh/python3_test_shuffle_custom_names
...
BOM-614: AssertionError: Lists differ Fix.
2019-09-26 13:13:53 -04:00
Waheed Ahmed
5d6a2ea022
Merge pull request #21787 from edx/waheed/PROD-454-use-order-date-attr-for-refund
...
Use order date_placed enrollment attribute for refund.
2019-09-26 21:20:27 +05:00
Ned Batchelder
58828da55b
Fix patches to use proper courseware imports
2019-09-26 10:53:55 -04:00
Dave St.Germain
26026782b0
Merge pull request #21538 from edx/dcs/component-tweaks
...
Studio Component Editor Tweaks
2019-09-26 10:05:23 -04:00
Ned Batchelder
efba6e45e8
Finally import courseware properly everywhere to get rid of a warning
2019-09-26 09:40:15 -04:00
aarif
90b0130a55
python 3 fixes
2019-09-26 18:34:17 +05:00
Dave St.Germain
ea3232feac
TNL-6920 Component Editor Efficiency Improvements
...
* Enlarges component modal for easier editing
* Allows display name to be edited in place
* Improves markdown button labeling
* Moves markdown cheatsheet to the edit modal, for quick reference
2019-09-26 09:34:14 -04:00
jinder1s
7a2aaa09c1
random.shuffle compatibility fix between python 2.7 and 3.5
2019-09-26 08:47:18 -04:00
Waheed Ahmed
68b5f98485
Save order date attribute and some refactoring.
...
Save order placement date attribute so that we don't need to call
ecommerce again. Also did some refactoring.
2019-09-26 17:46:14 +05:00
Ayub khan
476da01f36
BOM-612
...
python3 compatibility
2019-09-26 15:22:22 +05:00
Waheed Ahmed
551f690ade
Use order date_placed enrollment attribute for refund.
...
Use order date_placed enrollment attribute for refund if exist otherwise
fetch it from ecommerce.
PROD-454
2019-09-26 15:20:00 +05:00
Aarif
6f1c05e28c
Merge pull request #21744 from edx/BOM-645
...
BOM-645
2019-09-26 12:36:00 +05:00
Aarif
37b08c5784
Merge pull request #21745 from edx/BOM-610
...
BOM-610
2019-09-26 12:35:24 +05:00
Ayub khan
1178384a52
BOM-608
...
python3 compatibility
2019-09-26 12:28:23 +05:00
Ayub
846a12939e
Merge pull request #21735 from edx/BOM-update_str_method
...
BOM Project __unicode__ to __str__
2019-09-26 10:47:14 +05:00
edX Transifex Bot
89960f726c
geoip2: update maxmind geolite country database
2019-09-25 17:08:27 -04:00
Jeremy Bowman
dab59635a7
Fix some failing xmodule tests ( #21775 )
2019-09-25 12:01:27 -04:00
Jeremy Bowman
8828efc060
Fix test collection under py35 BOM-615 ( #21774 )
2019-09-25 11:20:21 -04:00
Braden MacDonald
8a2d499dd2
Track grades for Blockstore content, emit tracking logs
2019-09-25 10:42:55 -04:00
edX cache uploader bot
17a8d57699
Updating Bokchoy testing database cache ( #21772 )
2019-09-25 10:21:41 -04:00
Ayub khan
5c47a3b425
BOM Project
...
Updated __unicode__ to __str__
2019-09-25 18:31:54 +05:00
Aarif
4e95024dc3
Merge pull request #21525 from edx/BOM-367
...
BOM-367 Python 3 fixes
2019-09-25 16:07:44 +05:00
aarif
736001e7f1
python 3 fixes
...
quality fixes
python 3 fixes
2019-09-25 15:10:50 +05:00
Jeremy Bowman
553d35e53e
Upgrade mock BOM-596 ( #21717 )
2019-09-24 10:14:17 -04:00
Awais Qureshi
984063c819
BOM-593
...
Python3 fix.
2019-09-24 14:22:45 +05:00
Awais Jibran
c0e0318f08
Prevent unicode error
...
This PR prevents `UnicodeDecodeError` when replacing unicode with bytes string.
Example:
PROD-680
2019-09-24 13:12:40 +05:00
noraiz-anwar
a596579e62
patch jquery's extend
2019-09-24 10:53:10 +05:00
Nimisha Asthagiri
41c392493b
Merge pull request #21587 from edx/arch/rename-fed-repos
...
Rename cookie-policy-banner to frontend-component-cookie-policy-banner
2019-09-23 10:25:01 -04:00
aarif
54cb483fc0
python 3 fixes
2019-09-23 15:30:18 +05:00
Aarif
e7a509faf0
Merge pull request #21704 from edx/BOM-724
...
BOM-724
2019-09-23 14:24:35 +05:00
Nimisha Asthagiri
2b8e6b0806
Rename cookie-policy-banner to frontend-component-cookie-policy-banner
2019-09-22 20:47:34 -04:00
Awais Qureshi
d8e49fadab
Merge pull request #21727 from edx/awais786/BOM-637
...
BOM-637
2019-09-21 17:59:58 +05:00
edX cache uploader bot
79836c3840
Updating Bokchoy testing database cache ( #21724 )
2019-09-20 09:18:54 -04:00