Jeremy Bowman
2bd0c3d9a1
PLAT-1917 Stop using deprecated Location and AssetLocation
2018-02-03 00:31:59 -05:00
Gregory Martin
7d67583bb9
Merge pull request #17310 from edx/yro/EDUCATOR-2088
...
Yro/EDUCATOR 2088
2018-02-02 08:40:44 -05:00
noraiz-anwar
d56bd58063
clean grades service
2018-02-02 11:52:12 +05:00
Gregory Martin
a79f899b4b
Update resume button functionality
2018-02-01 22:26:46 -05:00
Jeremy Bowman
938c9670cc
Merge pull request #17376 from edx/jmbowman/PLAT-1915
...
PLAT-1915 Stop using deprecated BaseException.message
2018-02-01 10:24:06 -05:00
Tasawer Nawaz
c00c245005
Merge pull request #17364 from edx/tasawer/learner-4041/link-new-support-form-from-lms-footer
...
update link of "Contact" in lms footer to lead new support form
2018-02-01 12:29:52 +05:00
Jeremy Bowman
5289c7e828
PLAT-1915 Stop using deprecated BaseException.message
2018-01-31 17:22:01 -05:00
uzairr
4e91ce19b1
Handle Exception in getting cookies from Sailthru
...
In order to send email, cookies are required from Sailthru,
ocassionally, celery task fails possibly because of request timeout
that ultimately fails login.To avoid it,generic exception handler
is added so that login will not fail in future.
LEARNER-3465
2018-01-31 18:35:19 +05:00
Tasawer Nawaz
ab744a2516
update link of "Contact" in lms footer to lead new support form
...
LEARNER-4041
2018-01-31 17:53:52 +05:00
uzairr
266c8fe737
Add Manage User Feature to Support Tool
...
Support Team receive much requests from the users to disable their
accounts on edX.To fullfill their requests, Support has to contact
DevOps.To avoid it, a new feature is added which can easily disable
the user account.
LEARNER-3529
2018-01-30 12:16:44 +05:00
Troy Sankey
381af53ad5
Merge pull request #17130 from edx/jeskew/fix_lms_shard_4_tests_django_111
...
LMS shard 4 tests Django 1.11
2018-01-29 14:14:22 -05:00
Qubad786
287f4836af
update val version and clean external video export tests
2018-01-29 19:05:55 +05:00
Saleem Latif
534a5a7e97
Set default value of pipeline_user_details to empty dict instead of None.
2018-01-29 13:50:54 +05:00
John Eskew
fa7bb1ea81
Merge pull request #17311 from mitodl/python_lib_import_fix_v2
...
Enabled python code lib import with GIT_IMPORT_STATIC set to False
2018-01-26 14:41:12 -05:00
Qubad786
64555c60c0
Move request_cache to openedx.core.djangoapps
2018-01-26 15:09:25 +05:00
Gavin Sidebottom
ec0263bc5b
changed 'course code lib' references to 'python lib' to maintain consistency
2018-01-25 16:08:57 -05:00
Gavin Sidebottom
8476f19463
Enabled python code lib import with GIT_IMPORT_STATIC set to False
2018-01-25 16:08:25 -05:00
Troy Sankey
e649d2d782
Shim query count assertions due to added SAVEPOINTs
2018-01-25 11:38:46 -05:00
Troy Sankey
1deb26e190
avoid unnecessary attempt to update an immutable dict
...
request.data has become immutable under Django 1.11 for some reason.
Regardless, setting the 'id' key should be extraneous because we already
instruct the update method to use a specific pk (see kwargs) which
should be sufficient to locate the database record and update it.
2018-01-25 11:38:46 -05:00
John Eskew
27edca3c5e
Replace all clean_course_id form methods with common method.
2018-01-25 11:38:46 -05:00
John Eskew
56f9efcc4c
Create course mode in one line without extra save.
2018-01-25 11:33:51 -05:00
John Eskew
c55aa9e1d5
Change POST request upon creation only.
2018-01-25 11:33:44 -05:00
John Eskew
2eab707cc0
Change str conversion to text_type.
2018-01-25 11:23:31 -05:00
John Eskew
3915c47d71
Bump query counts for grading in Django 1.11.
2018-01-25 11:23:31 -05:00
Eric Fischer
aa44292890
render discussion_profile_page as a fragment
2018-01-25 10:08:08 -05:00
Jeremy Bowman
7c2826b8e8
Merge pull request #17300 from edx/jmbowman/PLAT-1899
...
PLAT-1899 Fix some issues running under Django 1.10+
2018-01-25 09:39:26 -05:00
Albert (AJ) St. Aubin
f07880bb38
Merge pull request #17297 from edx/aj/LEARNER-3629_refactor
...
Refactor of the CourseEntitlement Refund API to handle refund failures
2018-01-25 07:13:44 -05:00
Adeel Khan
d9d4ae5535
Fix invalid certificate page for a11y and translation.
...
Invalid certificate page has hardcoded lang='en' for
html, that would cause a11y issue for other languages user.
Some of screen reader text is not under translation. This patch
would fix both issues.
LEARNER-3110
2018-01-25 14:02:12 +05:00
Jeremy Bowman
ff4732bcf6
PLAT-1899 Fix some issues running under Django 1.10+
2018-01-24 16:04:28 -05:00
Albert St. Aubin
f0436aa832
Refactor of the CourseEntitlement Refund API to handle refund failures
...
[LEARNER-3629]
The CourseEntitlement Refund API will not respond with ERROR codes when
the attempted refund call to Ecommerce fails.
2018-01-24 14:46:58 -05:00
Brian Mesick
bffd906909
Merge pull request #17115 from edx/bmedx/django111_cms_test_failures
...
Fixes to CMS failures in Django 1.11 tests
2018-01-24 14:46:52 -05:00
Jeremy Bowman
ebc54c8f1a
PLAT-1890 Fixed assorted ModifyingEnforceTypeWarning warnings
2018-01-24 11:49:42 -05:00
bmedx
1d45c85135
Refactor student login for readability and fix Django 1.11 issues
2018-01-24 11:26:43 -05:00
Michael Frey
90bb8af3c6
Merge pull request #15618 from open-craft/bdero/failed-password-reset-email
...
Add optional password reset failure emails
2018-01-24 10:06:16 -05:00
Christopher Lee
3959509696
Merge pull request #17242 from edx/clee/optimizely
...
Disable optimizely for xblocks for the mobile app
2018-01-22 15:36:20 -05:00
christopher lee
8a00b76f01
Disable optimizely for xblocks for the mobile app
2018-01-22 12:05:57 -05:00
Nimisha Asthagiri
dd136b457b
Merge pull request #17197 from edx/arch/cert-import-signals-cleanup
...
Certificates: clean up imports and signals
2018-01-20 09:32:59 -05:00
Nimisha Asthagiri
dd20106c8b
Quiet quality
2018-01-19 15:12:29 -05:00
Nimisha Asthagiri
2e9efe6472
Fix Certificates import and signals code
2018-01-19 15:12:28 -05:00
rabia23
1436e5662c
update edx-proctoring version
2018-01-19 19:51:20 +00:00
Rabia Iftikhar
dfdf1a4ad3
Merge pull request #17068 from edx/ri/EDUCATOR-2016-suspicious-proctored-exams
...
EDUCATOR-2016 In proctored exams, learner will not receive certificate when marked suspicious
2018-01-19 22:54:19 +05:00
Jeremy Bowman
67f4907ef2
Merge pull request #17243 from edx/jmbowman/PLAT-1889
...
PLAT-1889 Fix URL config and reversal issues
2018-01-19 12:50:16 -05:00
Bill Filler
733c275db0
Merge pull request #17083 from edx/bfiller/gated-content-combined
...
Conditionally display gated content in outline and courseware
2018-01-19 12:41:11 -05:00
rabia23
222794ee59
EDUCATOR-2016 In proctored exams, learner will not receive certificate when marked suspicious
2018-01-19 16:50:16 +00:00
Jeremy Bowman
ca84751bbd
PLAT-1889 Fix URL config and reversal issues
2018-01-19 11:02:06 -05:00
Awais Jibran
1114e4334a
Merge pull request #17224 from edx/aj/staff-override-score-fix
...
Fix staff override score
2018-01-19 15:00:39 +05:00
Awais Jibran
0016d6284d
Fix staff override score
...
If a learner has not accessed/attempted the score override functionality
didn't work. This PR is intended to fix this behaviour and the
override should work regardless of learner has accessed or attempted
a problem or not.
2018-01-19 00:15:34 +05:00
Nimisha Asthagiri
a5c5325a27
Merge pull request #17196 from edx/arch/plugin-signals-support
...
Django App Plugins: support for Signal Receivers
2018-01-18 13:23:18 -05:00
Bill Filler
4fe5f3457d
Conditionally display gated content in courseware
...
Display gated sections in course outline, navigation and in the course
when user has met prerequiste condition.
WL-1273, WL-1317
2018-01-18 12:34:19 -05:00
noraiz-anwar
698a041ee8
auto certs for non-verfied enrollment modes
2018-01-18 11:43:16 +05:00