uzairr
cefebce67a
Anomaly in certs visibility on user profile.
...
While visiting a profile of another user from a non-staff account,
backend is returning html of its certs in page source.To avoid it,
a check is added in backend so that certs are only added when the
visiting user is itself visiting its profile or it would be a staff.
LEARNER-7057
2019-05-10 16:13:16 +05:00
kill-gear
69584ca573
incr-177 run python-modernize on openedx/features/learner_profile ( #20454 )
...
* incr-172
* incr-177 run modernize
* fixed bug due to running modernize
2019-05-08 16:50:04 -04:00
Nimisha Asthagiri
2a168a4e1b
Account: Toggle for Microfrontend Redirect
...
ARCH-636
2019-05-01 11:31:48 -04:00
Douglas Hall
7ef33dac6c
Allow profile microfrontend redirect to be configured per site.
2019-03-13 16:27:36 -04:00
Nimisha Asthagiri
c1cd1058c5
Merge pull request #19797 from edx/arch/redirect-profile-page
...
Redirect Profile view to Profile Microfrontend
2019-02-19 09:00:37 -05:00
Matthew Piatetsky
444799fb0e
fix unicode strings in openedx/ part 2
2019-02-15 10:15:51 -05:00
Nimisha Asthagiri
551f07c130
fixup! updated URL config name and value; added DEPR ticket
2019-02-14 09:17:31 -05:00
Nimisha Asthagiri
7848dd737f
Redirect Profile view to Profile Microfrontend
2019-02-13 09:32:36 -05:00
Ned Batchelder
3353e7425e
Remove unused imports
2018-11-03 16:07:05 -04:00
Jeremy Bowman
3ff3eee2f2
TE-2689 Remove useless pylint suppressions part 4
2018-08-20 12:54:22 -04:00
Calen Pennington
44d612bae5
Fix unrelated pylint errors that cropped up
2018-08-10 13:32:55 -04:00
Dillon Dumesnil
f59eafa1c0
Removing student records waffle flag from LMS
2018-08-08 15:04:27 -04:00
Eric Fischer
247bb50ed2
s/django.core.urlresolvers/django.urls/g
...
Django 1.10 deprecation fix for Hackathon XIX
Addresses PLAT-1397
2018-06-05 13:59:09 -04:00
Michael Terry
6833823ccc
Update student records buttons
...
Updates the look and feel of the two (experimental and disabled by
default) links to student records.
Also converts the 'student_records' waffle switch to a waffle flag
named 'credentials.student_records.
LEARNER-5246
2018-05-11 16:38:16 -04:00
Michael Terry
502287b07e
Add some links to student records
...
Add some waffle-guarded connection points to the Credentials service
to start filling out the user flow for Student Records.
Specifically, add a button to the Program Progress Details page if
a certificate exists, and add a link in the Learner Profile page.
Both only appear if the 'student_records' waffle switch is active.
LEARNER-4701
2018-04-27 09:52:01 -04:00
Nimisha Asthagiri
2e9efe6472
Fix Certificates import and signals code
2018-01-19 15:12:28 -05:00
Ned Batchelder
e23e3a0486
Fix a number of unused-import pylint violations
2017-11-21 19:57:06 -05:00
Tasawer Nawaz
d2827b3d8e
Fix certificates visiblity to students on the profile page before the issue date set by course teams
...
LEARNER-3097
2017-11-09 17:10:49 +05:00
Diana Huang
b5a0d0ce0a
Remove waffle flag for showing certs on profile.
...
Certs are displayed by default to everyone.
2017-09-25 15:38:16 -04:00
Diana Huang
f7b5066bf9
Only show 'Explore New Courses' button when courses are browsable.
2017-09-22 13:50:55 -04:00
Andy Armstrong
d05b62a283
Only show passing certificates on a learner profile
...
LEARNER-2486
2017-09-06 12:32:15 -04:00
Andy Armstrong
5128a4f5b7
Fix learner profile bug and tests that didn't catch it
2017-09-01 13:44:26 -04:00
Andy Armstrong
6f888d6995
Add course certificates on the learner profile
...
LEARNER-1860
2017-08-31 20:58:35 -04:00
Andy Armstrong
33bee3f70b
Refactor learner profile into openedx/features directory
...
LEARNER-1855
2017-07-18 12:30:12 -04:00