uzairr
1aea33cefc
Fix email will not sent to white-label users
...
White label partners reported that the users are receiving edX
welcome emails at the time of signup.To solve it, a check is added
that will assure, only edX users will receive the welcome email.
LEARNER-1466
changes requested
update
update
updated
2017-08-28 14:55:24 +00:00
Alex Dusenbery
9009a5b0d3
may_certify_for_course checks if course is self_paced.
2017-08-25 14:37:53 -04:00
Waheed Ahmed
100b5aa5dd
Merge pull request #15863 from edx/waheed/LEARNER-2201-remove-deprecated-field
...
Remove deprecated field 'sailthru_activation_template'.
2017-08-25 12:28:23 +05:00
Albert (AJ) St. Aubin
eff07af1c1
Merge pull request #15891 from edx/aj/LEARNER-2352
...
Corrected issue with missing Certificated on Program Dashboard View
2017-08-24 13:42:35 -04:00
Albert St. Aubin
eab62e786f
Corrected issue with missing Certificated on Program Dashboard View
...
LEARNER-2352
2017-08-24 11:17:43 -04:00
Tyler Hallada
2298bd2553
Merge pull request #15791 from edx/EDUCATOR-926
...
EDUCATOR-1127 Override grade to zero when exam attempt is rejected Final
2017-08-24 10:50:56 -04:00
Sofiya Semenova
65ee2ebbaf
Merge pull request #15833 from edx/ssemenova/ed-801
...
EDUCATOR-801 Certificate issued date should be the certificate availability date for instructor-paced courses
2017-08-24 10:22:29 -04:00
Waheed Ahmed
b069020710
Remove deprecated field 'sailthru_activation_template'.
...
LEARNER-2201
2017-08-24 11:58:16 +05:00
Sofiya Semenova
c7fc1929f2
ED-801 Certificate issued date should display the certificate availability date for instructor paced coursest
2017-08-23 17:07:43 -04:00
sanfordstudent
fdfd577a61
Merge pull request #15884 from edx/sstudent/hide_cert_available_self_paced
...
cert available date hidden in self paced
2017-08-23 15:28:15 -04:00
Calen Pennington
0faa683776
Update access to deprecated enrollment.course (which now doesn't create the CourseOverview transparently)
2017-08-23 15:24:44 -04:00
Calen Pennington
84075efc81
Convert CourseKeyField to ForeignKey(CourseOverview) on enrollments and course modes
2017-08-23 15:24:43 -04:00
Calen Pennington
3aa02f2913
Merge pull request #15880 from edx/ret/remove-extraneous-request-argument
...
Remove extraneous request argument to experiments.utils.check_and_get…
2017-08-23 14:53:26 -04:00
Calen Pennington
6c9b38dcfd
Merge pull request #15877 from edx/ret/course-mode-factory
...
Use a consistent CourseModeFactory from the course_modes module, rath…
2017-08-23 14:16:54 -04:00
Sanford Student
d0b2787f24
TNL-1230: cert available date hidden in self paced
2017-08-23 13:58:48 -04:00
Calen Pennington
63244b514d
Use a consistent CourseModeFactory from the course_modes module, rather than using one from student
2017-08-23 12:15:46 -04:00
Ari Rizzitano
f39833c709
expand proctored exam report to include violation summary
...
EDUCATOR-411
hit new report endpoint
EDUCATOR-411
bad syntax
python join != js join
csv headings list too long for task
fix string formatting
fix wrong set of keys
bump edx-proctoring to 1.2.0
2017-08-23 11:10:13 -04:00
Calen Pennington
127e90e3a3
Remove extraneous request argument to experiments.utils.check_and_get_upgrade_link
2017-08-23 10:38:39 -04:00
Hasnain
bb33a3aa25
LEARNER-1146 | Removed the flag and their corresponding code.
2017-08-23 14:58:47 +05:00
Matthew Piatetsky
7c0423ff03
Revert revert of unenrollment survey.
...
This reverts commit e2ee48c3c9 .
2017-08-22 16:33:05 -04:00
Matthew Piatetsky
e2ee48c3c9
Revert "Un-revert unenrollment survey and only show it for edx.org users"
2017-08-22 13:40:25 -04:00
Alex Dusenbery
2cc87952e3
EDUCATOR-1204 | can always view certs when ready for self-paced courses; don't hide cert buttons; update messaging.
2017-08-22 13:27:26 -04:00
Gregory Martin
b8aa3052ae
Merge pull request #15813 from edx/yro/update_cert
...
Update Certificate Task Call
2017-08-22 12:42:43 -04:00
Matthew Piatetsky
98cf69bac5
Revert "Revert "LEARNER-1510 Add unenrollment reason survey""
...
This reverts commit 441bccf4b6 .
2017-08-22 10:12:01 -04:00
Gregory Martin
b19d80597c
Update Task
2017-08-22 09:57:29 -04:00
Waheed Ahmed
6c74cf48e4
Merge pull request #15837 from edx/waheed/LEARNER-2110-add-activation-key-var-in-sailthru
...
Add activation_key var to user profile in SailThru.
2017-08-21 11:32:02 +05:00
Gregory Martin
147405df76
Update Flag handling
2017-08-19 08:37:21 -04:00
Andy Armstrong
82f7d6ee64
Convert /update_lang/ page to use Bootstrap
...
LEARNER-1922
2017-08-18 16:15:38 -04:00
George Song
98ee25fbab
Merge pull request #15587 from open-craft/jill/tpa-hint-setting
...
Adds settings.FEATURES['THIRD_PARTY_AUTH_HINT']
2017-08-18 13:28:18 -04:00
Waheed Ahmed
33e077d4e2
Add activation_key var to user profile in SailThru.
...
As an email marketer, I would like to send an account activation reminder to learners who haven't activated
their accounts to increase their chances of coming back and engaging with our platform. Each user profile in
SailThru will have a var with the correct activation_key originally assigned to the user.
LEARNER-2110
2017-08-18 19:34:52 +05:00
Jillian Vogel
84c6c5ac27
Adds THIRD_PARTY_AUTH_HINT to SiteConfiguration and to site-wide setting.FEATURES
...
When provided, this setting appends tpa_hint=<value> to the `next` URL provided for /login and /register page URLs, which bypasses the Open edX Login/Register page with an an automatic redirection to the TPA login/register URL.
This allows the already implemented tpa_hint feature to be automatically added to login, registration, and enrolment URLs generated throughout the platform.
Avoids auto-appending the tpa_hint parameter when the request is already in the TPA pipeline, to prevent infinite redirect loops, and adds tests to verify this behaviour.
2017-08-17 14:01:00 +09:30
Jesse Shapiro
7a31441ebc
Move to new consent API
2017-08-16 22:58:09 -04:00
Jeremy Bowman
1f06604694
PLAT-1710 Support lettuce tests in Docker Devstack
2017-08-16 17:30:18 -04:00
Sofiya Semenova
ffd72c1051
Merge pull request #15705 from edx/ssemenova/ed-526
...
EDUCATOR-526 Update view certificate button
2017-08-16 15:52:54 -04:00
Simon Chen
b8e4814634
Merge pull request #15811 from edx/schen/LEARNER-2222
...
Stop audit and honor mode creating basket and order
2017-08-16 15:03:30 -04:00
George Song
e1ad295a0f
Merge pull request #15764 from pepeportela/teltek/i18n_certificate_date_utils
...
Teltek/i18n certificate date utils
2017-08-16 13:57:07 -04:00
Harry Rein
6f81e38291
Merge pull request #15810 from edx/HarryRein/LEARNER-2249-show-update-banner-to-staff
...
Show Enroll Now banner to staff.
2017-08-16 09:42:33 -04:00
Simon Chen
893b7a0060
Stop audit and honor mode creating basket and order
...
LEARNER-2222
2017-08-15 16:08:08 -04:00
Christina Roberts
8e4ae99e8a
Merge pull request #15814 from edx/christina/usage-key
...
Replace deprecated_string methods.
2017-08-15 15:12:02 -04:00
Sofiya Semenova
76f1df6b0e
EDUCATOR-526 Update view cert button to only appear after availability
...
date has passed
2017-08-15 11:57:28 -07:00
cahrens
b26b41b9fc
Replace deprecated_string methods.
2017-08-15 14:21:45 -04:00
Matthew Piatetsky
441bccf4b6
Revert "LEARNER-1510 Add unenrollment reason survey"
2017-08-15 13:35:15 -04:00
Harry Rein
48d77676c2
Show Enroll Now banner to staff.
...
LEARNER-2249
Allow staff to see the Enroll Now banner, matching the functionality of
the in course home messaging and showing the actual page that the
students can see before being enrolled.
2017-08-15 11:13:35 -04:00
Matthew Piatetsky
28a7a3e6bd
Merge pull request #15744 from edx/LEARNER-1510
...
LEARNER-1510 Add unenrollment reason survey
2017-08-14 15:39:26 -04:00
Stu Young
af9b5b5863
Merge pull request #15775 from edx/estute/remove-flaky-decorator
...
remove all occurrences of flaky decorator
2017-08-14 13:26:40 -04:00
cahrens
819a56fee3
Remove usages of deprecated SlashSeparatedCourseKey.
2017-08-14 11:01:00 -04:00
Matthew Piatetsky
12bd5b49b5
Add unenrollment reason survey
...
LEARNER-1510
2017-08-14 09:46:56 -04:00
Tyler Hallada
a9c1e1cf43
Squashed commit of the following:
...
commit 12880fa21eac0c2e69b2d832d42829f00484561d
Author: Tyler Hallada <thallada@edx.org >
Date: Fri Aug 11 11:17:22 2017 -0400
Tweak exam override messaging in progress.html
commit 6f90352dc27b3a199eea7efaf84b72df50f570a9
Merge: e0e9f83789 7c535f5fb9
Author: Tyler Hallada <thallada@edx.org >
Date: Thu Aug 10 17:38:13 2017 -0400
Merge remote-tracking branch 'origin/master' into EDUCATOR-926
commit e0e9f83789efa837577cedbcd5807c6fdba249e4
Author: Tyler Hallada <thallada@edx.org >
Date: Thu Aug 10 17:35:26 2017 -0400
Revert "Comment out actual override and log instead"
This reverts commit 4953cf30d9 .
commit 27d6b537c8915ecd1af8af51c8f9509db6ea0a26
Author: Tyler Hallada <thallada@edx.org >
Date: Thu Aug 10 17:34:56 2017 -0400
Revert "Fix tests"
This reverts commit 1b2fec2129 .
commit cabddd504ddcb4f92aeed8b5fec4bff0d64a8de3
Author: Tyler Hallada <thallada@edx.org >
Date: Thu Aug 10 17:34:36 2017 -0400
Revert "Remove override behavior and log instead"
This reverts commit 1ab1880337 .
commit dc9407f4606804e00d5aee4e80d309c7d7f9c437
Author: Tyler Hallada <thallada@edx.org >
Date: Thu Aug 10 17:34:15 2017 -0400
Revert "Fix python tests and use proctoring 1.0.0"
This reverts commit 842ce8365f .
2017-08-11 13:53:34 -04:00
tasawernawaz
e6d552941d
Remove Local Server Call on Logistration
...
LEARNER-966
2017-08-11 14:41:46 +05:00
sanfordstudent
7c535f5fb9
Merge pull request #15735 from edx/sstudent/lms_cert_date
...
add cert available date to lms
2017-08-10 16:37:57 -04:00