Aarif
98af9ce418
remove useless-supression warnings
2020-05-01 19:42:15 +05:00
Aarif
6ee2089077
fixed warnings for wrong-import-order
2020-04-08 23:43:06 +05:00
Feanil Patel
9cf2f9f298
Run 2to3 -f future . -w
...
This will remove imports from __future__ that are no longer needed.
https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
2019-12-30 10:35:30 -05:00
David Moreno
c519196022
@require_certificate_permission parameters added
2019-12-13 15:55:59 -05:00
David Moreno
5c2818d309
Convert @require_certificate_permission to use user.has_perm
2019-11-20 17:08:05 -05:00
Ned Batchelder
efba6e45e8
Finally import courseware properly everywhere to get rid of a warning
2019-09-26 09:40:15 -04:00
Stu Young
c33bd1c643
INCR-262 Run python-modernize on lms/djangoapps/certificates/migrations and lms/djangoapps/certificates/views ( #20558 )
...
* run python modernize
* run isort
* Fix quality
2019-05-21 11:32:51 -04:00
Waheed Ahmed
e3fb888268
Disable PDF certificate generation/regenration.
...
Since PDF generation is discontinued long time ago, disable PDF certificate
generation/regenration from support tool and on all other places.
LEARNER-5562
2019-02-22 15:22:36 +05:00
Matthew Piatetsky
6e81c84d8b
fix unicode strings in lms/ part 1
2019-02-05 15:15:02 -05:00
rabiaiftikhar
e9b2b7f8a7
Clean XSS in Certificates Support URL
2018-12-31 12:16:34 +05:00
Jeremy Bowman
1a5bf35357
TE-2689 Remove useless pylint suppressions part 2
2018-08-14 17:39:02 -04:00
Nimisha Asthagiri
2e9efe6472
Fix Certificates import and signals code
2018-01-19 15:12:28 -05:00
Andy Armstrong
79acb5c5be
Reorder LMS imports using isort
2017-06-11 21:48:06 -04:00
Sanford Student
54d34e834d
update all references to instructor module
2016-10-12 11:35:02 -04:00
Awais
7ae64b4fb6
If support user re-generates the cert. Removes the invalidation entry if exists.
...
ECOM-4199
2016-06-21 14:08:56 +05:00
Syed Hassan Raza
76057fc4d2
semantic task_input for certificate generation ECOM-3505
2016-04-07 09:06:36 -04:00
Attiya Ishaque
751890b3da
Email address with '+' is accepted by Student Support.
2016-03-14 18:11:19 +05:00
asadiqbal
37aebaa73b
SOL-1492
2015-12-18 18:19:17 +05:00
Usman Khalid
6cb62f2697
Rebase upgrade Django to v1.8.5
...
Please note that this is a squshed commit and the work of:
Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
2015-11-10 15:00:19 -05:00
Will Daly
ad9d9eb04e
Support team UI for regenerating certificates
...
* Add new role for support staff.
* Move dashboard/support functionality into a new Django app called "support".
* Add support view for searching and regenerating certificates.
* Refactor certificates views into separate files.
2015-08-12 07:09:46 -07:00