John Eskew
e5ee0fc91f
Remove more unneeded 'namespace=' params.
2018-05-07 18:25:36 -04:00
John Eskew
ffb1f9fe2a
Fix more Django 2.0 deprecation warnings around URLconfs.
2018-05-03 13:50:08 -04:00
Stuart Young
1fd2167144
rebalance python unittests onto new shards
2018-05-03 11:16:05 -04:00
Eric Fischer
e18448e27d
Silence deprecation warnings
...
https://docs.djangoproject.com/en/1.11/releases/1.10/#using-user-is-authenticated-and-user-is-anonymous-as-methods
2018-05-02 10:03:50 -04:00
Brittney Exline
5b19309691
Merge pull request #18070 from edx/bexline/sso_id_verification2
...
ENT-945 Using SSOVerifications in ID Verification flow
2018-04-30 14:14:03 -06:00
rabiaiftikhar
c51d121faa
EDUCATOR-2774 add new condition for cert eligible column in grade report
2018-04-30 23:43:31 +05:00
Brittney Exline
91e63ed8e0
ENT-945 Using SSOVerifications in ID Verification flow
...
This reworks what was done #17930 , since it had to be reverted from the IDVerificationAggregate migration.
We decided to abandon that model and directly read from both id verification models.
2018-04-30 11:57:59 -04:00
Brittney Exline
292f9ca831
Partial revert of "ENT-945 Update IDVerification interfaces to accountfor SSOVerification"
...
This partially reverts commit ee1c3a4548 .
The migration files introduced by the commit have been kept since they have been run
already on several enviornments.
2018-04-25 16:01:15 -04:00
Brittney Exline
ee1c3a4548
ENT-945 Update IDVerification interfaces to accountfor SSOVerification
2018-04-23 10:48:12 -04:00
Brittney Exline
d31d9bd684
ENT-942 Implement an abstraction layer for SoftwareSecurePhotoVerification class methods
2018-04-05 15:48:59 -04:00
bmedx
147663fb6e
Update fix_ungraded_certs to Django 1.11 spec
2018-04-05 10:41:08 -04:00
bmedx
9bde305c49
Remove deprecated make_option from certificates management commands
2018-03-30 15:54:35 -04:00
edx-pipeline-bot
70ae23d4c2
Merge pull request #17831 from edx/release-mergeback-to-master
...
Merge release back to master
2018-03-29 13:58:22 -04:00
Troy Sankey
81ed96bc88
bump django to 1.11.11
2018-03-27 15:55:07 -04:00
Ahsan Ulhaq
ea9a679c27
small nit
2018-03-27 16:59:07 +05:00
Ahsan Ulhaq
7428b2fe94
Discovery for pdf cert generation
...
LEARNER-4520
2018-03-27 15:23:46 +05:00
rabiaiftikhar
0f63a2727e
EDUCATOR-2428 add acceptance criteria for certificate delivered column in grade report
2018-03-21 21:31:07 +05:00
Bill DeRusha
d4b57bc218
Removed self-paced feature flag from code
2018-02-26 13:44:53 -05:00
Ahsan Ulhaq
25130ae3c8
Making honor code not eligible for Certificate
...
LEARNER-4117
2018-02-09 13:53:50 +05:00
Jeremy Bowman
bf86b3da98
PLAT-1942 Handle xmodule_django field deprecations
2018-02-05 15:05:54 -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
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
222794ee59
EDUCATOR-2016 In proctored exams, learner will not receive certificate when marked suspicious
2018-01-19 16:50:16 +00:00
noraiz-anwar
698a041ee8
auto certs for non-verfied enrollment modes
2018-01-18 11:43:16 +05:00
Jeremy Bowman
4026c25f7a
Merge pull request #17133 from edx/jmbowman/PLAT-1873_2
...
PLAT-1873 to_deprecated_string() cleanup part 2
2018-01-10 13:45:15 -05:00
Michael Terry
57ba9b2ac6
Remove deprecated enabled field
...
The CertificateGenerationCourseSetting.enabled column is
deprecated. It is no longer referenced anywhere in the code, and
it's time to remove it.
Original code by Michael LoTurco.
LEARNER-2549
2018-01-09 10:04:26 -05:00
Jeremy Bowman
669aa13ad6
PLAT-1873 to_deprecated_string() cleanup part 2
2018-01-08 17:26:55 -05:00
Jeremy Bowman
1aebe11afc
PLAT-1859 Fix LMS shard 1 tests under Django 1.9
2017-12-27 14:38:55 -05:00
Jeremy Bowman
da8cf6b528
PLAT-1382 Populate ALLOWED_HOSTS for tests
2017-12-05 14:22:30 -05:00
ayub-khan
1b774d15aa
-Allow staff to preview certificates before course end
2017-12-05 13:57:46 +05:00
Nimisha Asthagiri
549f4b661e
Schedules: Add celery task logging
2017-12-04 14:16:27 -05:00
Nimisha Asthagiri
38cfadeb20
Schedules: convert course language to supported released language
2017-11-29 20:08:33 -05:00
Brian Mesick
9911c8d068
Merge pull request #16649 from edx/bmedx/django111_tag_test_failures_lms_1
...
Tag LMS Unit 1 tests that fail in Django 1.11
2017-11-27 09:15:53 -05:00
Ahsan Ulhaq
da675e52dc
Learner certificates should not be findable before the available date
...
LEARNER-3298
2017-11-23 14:14:05 +05:00
bmedx
5fbbf4979a
Tag LMS Unit 1 tests that fail in Django 1.11
2017-11-22 15:46:45 -05:00
Ned Batchelder
e23e3a0486
Fix a number of unused-import pylint violations
2017-11-21 19:57:06 -05:00
bmedx
f3f8d8ec96
Changes necessary for Django 1.11 tests to start
...
- Certificates management commands updates
- Moving reverse calls in tests into setUp from class definition
- Import shuffling
- Consolidating cryptograhpy version to 1.9
2017-11-13 15:45:32 -05:00
Brian Mesick
2acdaa5de3
Merge pull request #16450 from edx/bmedx/django111_urls_lms_1
...
LMS urls cleanup for Django 1.11
2017-11-08 11:26:15 -05:00
Anthony Mangano
f696c4c08b
Merge pull request #16440 from edx/LEARNER-2921-fix-spanish-cert-dates
...
LEARNER-2921 Fix i18n for certificates
2017-11-07 16:40:10 -05:00
Anthony Mangano
7e52af97b5
Render certificate templates in the correct language
...
LEARNER-2921
2017-11-07 14:49:44 -05:00
bmedx
9d9c199d48
LMS urls cleanup for Django 1.11
...
- Remove usage of django.urls.patterns
- Change urls tuples to lists
- Make all string view names callables
- This is the first of several urls updates for LMS; a work in progress
2017-11-07 11:55:57 -05:00
bmedx
11a4030767
LMS urls cleanup for Django 1.11
...
- Remove usage of django.urls.patterns
- Change urls tuples to lists
- Make all string view names callables
- This is the second of several urls updates for LMS; a work in progress
2017-11-06 16:06:00 -05:00
Gabe Mulley
7fd643faa4
Add tests for experience types, ensure courses have a verified mode
2017-11-01 16:51:10 -04:00
Giulio Gratta
908d5f91a5
Makes regen_user fn respect ENABLE_OPENBADGES
...
- Uses pre-existing function to check if badging is enabled
- Patch ENABLE_OPENBADGES for failing test
2017-11-01 16:05:57 -04:00
Jeremy Bowman
ba06372cac
PLAT-1780 Remove dependency on django-extensions
2017-10-27 13:19:12 -04:00
McKenzie Welter
39bf59e6d3
Flag for Hours of Effort in course certificates
...
Retrieve different data fields from Discovery
2017-10-17 17:07:54 -04:00
Michael LoTurco
96dbd26f83
Added edx-themed certificate template partials for learner-1996
2017-10-13 11:02:20 -04:00
McKenzie Welter
8f31c1f251
extended parameters of language-less certificate templates
2017-10-12 10:30:51 -04:00
McKenzie Welter
18d8cd965c
Merge pull request #16088 from edx/McKenzieW/learner-1997
...
Add 'Hours of Effort' to Spanish certificates template context
2017-09-29 15:53:35 -04:00