Douglas Hall
c6ec5edbf7
Add API documentation with django-rest-swagger.
2018-05-08 14:38:33 -04:00
John Eskew
ffb1f9fe2a
Fix more Django 2.0 deprecation warnings around URLconfs.
2018-05-03 13:50:08 -04:00
Stu Young
7b76ab8a4d
Merge pull request #18023 from edx/estute/TE-2427-reshard-lms4
...
Reshard python unittests
2018-05-03 11:53:32 -04:00
Stuart Young
1fd2167144
rebalance python unittests onto new shards
2018-05-03 11:16:05 -04:00
Michael Terry
f8b009fecc
Fix extracting i18n from jsx code
...
React code (in jsx files) was not being extracted at all. Fixed this
by updating to edx-i18n-tools 0.4.5.
Also, template literals (feature of es2015) don't work well with
gettext at all. So convert those instances to HtmlUtils or
StringUtils interpolation calls.
FEDX-505
2018-05-02 15:21:45 -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
Waheed Ahmed
c16cbd7a54
Fix course selection on single support form.
...
Use defaultValue instead of value attribute.
LEARNER-5126
2018-04-27 15:17:59 -04:00
Michael LoTurco
62ae6d4555
retrap focus for seat unenroll survey a11y
...
learner-4715
2018-04-25 14:51:35 -04:00
Waheed Ahmed
2c09ebb208
Update support form to make course required.
...
Update support form to auto select course and make course
selection required to submit form.
LEARNER-4254
2018-04-24 14:29:49 +05:00
Uman Shahzad
87919f4d53
Add Enterprise middleware that injects customer data.
2018-04-21 08:14:52 +05:00
Feanil Patel
aa46a245b0
Merge pull request #17967 from edx/gbabey/revert-ENT-924
...
Revert "Show Enterprise display name if we should hide sensitive user…
2018-04-17 12:58:57 -04:00
George Babey
a155aad01c
Revert "Show Enterprise display name if we should hide sensitive username."
...
This reverts commit d58bd06928 .
This commit caused performance issues due to increased API load from checking the
enterprise association on each page load
2018-04-17 09:07:17 -04:00
Tasawer Nawaz
048329cf24
Merge pull request #17363 from edx/tasawer/learner-3962/translate-contact-us-form
...
translate string on support form
2018-04-16 11:52:14 +05:00
McKenzie Welter
435c3c6338
mark support (re)issued entitlements as unrefundable
2018-04-12 12:16:37 -04:00
Uman Shahzad
d58bd06928
Show Enterprise display name if we should hide sensitive username.
2018-04-12 19:10:30 +05:00
Waheed Ahmed
ce7e144088
Fix 500 error on new contact us form.
...
If learner has enrollments without course overview object server raises
error, fixed using course_overview property of course enrollment.
LEARNER-4426
2018-04-12 16:10:18 +05:00
McKenzie Welter
300427be3f
move Create Entitlement button up and shrink username search bar
2018-04-10 14:54:33 -04:00
Tasawer Nawaz
67962748b2
add note on for logged out users on support form
...
LEARNER-3783
2018-04-04 12:43:07 +05:00
Michael LoTurco
45175494ed
adjust bug-causing variable name
2018-03-28 08:42:59 -04:00
Michael LoTurco
537b6652c2
adds entitlment tool to support tool home
2018-03-26 12:53:22 -04:00
Alex Dusenbery
10be8bcd4e
add entitlement support creation and reissue
...
Learner-3925
2018-03-23 17:10:46 -04:00
McKenzie Welter
e5d1f04a89
move support actions to existing entitlement api
2018-03-22 16:11:46 -04:00
Michael LoTurco
be1b800475
Add Table to entitlement support app
...
Learner-3925
2018-03-15 13:20:31 -04:00
Michael LoTurco
3e94c7573b
Add Store and Search Component
...
Add search component to entitlement support app,
requires the addition of a Provider and store to
the EntitlementSupportPage componenet and wraps search
in a Main component to contain additional pieces of the
page as added
Learner-3925
2018-03-13 11:03:18 -04:00
Michael LoTurco
3b928e3e99
Adds EntitlementSupportView, Template, and base react element
2018-03-09 14:01:12 -05:00
Michael LoTurco
a117f6fa42
Add client api for entitlement support page
...
Learner-3925
Learner-4388
2018-03-08 12:46:00 -05:00
Bill DeRusha
44469a9ba4
Merge pull request #17386 from edx/bderusha/generic-zendesk
...
Create generic support ticket interface (remove zendesk specific code)
2018-02-26 15:21:37 -05:00
McKenzie Welter
3e675c36eb
don't link to API endpoint from support page
2018-02-20 15:46:55 -05:00
Michael LoTurco
449c6903a6
Add Support endpoint for Course Entitlements
2018-02-20 13:20:47 -05:00
Bill DeRusha
8ea03ad9d2
Create generic support ticket interface (remove zendesk specific code)
2018-02-16 14:58:11 -05:00
Jeremy Bowman
5289c7e828
PLAT-1915 Stop using deprecated BaseException.message
2018-01-31 17:22:01 -05:00
Tasawer Nawaz
0b04259856
translate string on support form
...
LEARNER-3962
2018-01-31 15:28:28 +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
John Eskew
27edca3c5e
Replace all clean_course_id form methods with common method.
2018-01-25 11:38:46 -05:00
Jeremy Bowman
1a7753d775
PLAT-1881 Fix datetimes lacking timezone information
2018-01-10 14:33:01 -05:00
Jeremy Bowman
bd9c7a082e
PLAT-1863 Fixes for LMS shards 2 and 3 tests under Django 1.9
2017-12-22 16:53:01 -05:00
Tasawer Nawaz
82051d0312
zendesk proxy and front end of support form updated + filuploading is disbaled
...
LEARNER-3594
2017-12-20 22:16:31 +05:00
Eric Fischer
5bc6b31e29
eslint --fix
2017-12-08 14:38:41 -05:00
Dennis Jen
aca284b744
Remove zendesk access token from support view
2017-12-05 15:35:57 -05:00
Brian Mesick
3951b7527c
Merge pull request #16658 from edx/bmedx/django111_tag_test_failures_lms_3
...
Tag LMS Unit 3 tests that fail in Django 1.11
2017-11-30 16:14:18 -05:00
Tasawer Nawaz
8a78daa8c8
update design of support form + form will be shown only to logged in users
...
LEARNER-3288
2017-11-29 10:20:01 +05:00
bmedx
ace88e7d5a
Tag LMS Unit 3 tests that fail in Django 1.11
...
Fixed some url reverse errors instead of marking since they were trivial
2017-11-22 15:48:00 -05:00
Waheed Ahmed
a119d5b977
Added tag enterprise tickets functionality.
...
New support form should tag enterprise tickets.
LEARNER-2862
2017-11-15 16:24:12 +05:00
Tasawer Nawaz
a89042ab7c
integrate zendesk with new single support form
...
LEARNER-2736
2017-11-14 20:43:08 +05:00
bmedx
bebdc069a7
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 third urls update for LMS
2017-11-07 14:17:54 -05:00
tasawernawaz
5d97f6a3b0
add success component on successfull form submission LEARNER-2735
2017-11-02 22:41:58 +05:00
tasawernawaz
d839d17714
update css and html/ add basics for react
...
LEARNER-2804
2017-10-25 11:12:26 +05:00
bmedx
763fa4de99
Remove empty models.py files
2017-10-17 16:21:21 -04:00
Harry Rein
f3f3edf4bd
Allow user to update course goal on course home page.
...
LEARNER-2308
Once a goal has been set for a user on the course home message,
allow them to update it on the course home side bar. Automatically
sets a course goal for users when enrolling in a verifiable course.
2017-10-06 13:07:03 -04:00
tasawernawaz
9d827b7e0c
make username and courses dropdown dynamic
...
LEARNER-2679
2017-09-26 16:51:14 +05:00