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 |
|
Ned Batchelder
|
efba6e45e8
|
Finally import courseware properly everywhere to get rid of a warning
|
2019-09-26 09:40:15 -04:00 |
|
Dave St.Germain
|
9d8db8e4ca
|
Convert to utf-8 before JSON decoding
|
2019-08-19 15:10:56 -04:00 |
|
Stu Young
|
0f1c391134
|
incr-275 (#20584)
* run python modernize
* run isort
* quality fixed
* quality
|
2019-05-16 13:44:02 -04:00 |
|
Matthew Piatetsky
|
6e81c84d8b
|
fix unicode strings in lms/ part 1
|
2019-02-05 15:15:02 -05:00 |
|
Robert Raposa
|
fbc59231fc
|
Update edx-drf-extensions to 2.0.0.
Note: this version update is backward incompatible.
ARCH-255
|
2018-10-17 01:00:34 -04:00 |
|
Squirrel18
|
4f12be0894
|
Files changed by modernize and new gitignore type file.
|
2018-06-25 17:27:51 -05: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 |
|
Troy Sankey
|
5227b4ee7b
|
use anonymous user ID when calling the edxnotes retirement endpoint
|
2018-06-01 13:26:37 -04:00 |
|
Troy Sankey
|
b2f4762dc4
|
Add API endpoint for retiring a user from EdxNotes (edx-notes-api)
This also creates an appropriate course-agnostic location for notes
APIs, under /api/edxnotes/v1/.
|
2018-05-30 12:46:07 -04:00 |
|
Gregory Martin
|
93c211a0b6
|
Add Notes Delete User API endpoint
|
2018-04-23 15:45:26 -04:00 |
|
Jeremy Bowman
|
5289c7e828
|
PLAT-1915 Stop using deprecated BaseException.message
|
2018-01-31 17:22:01 -05:00 |
|
Clinton Blackburn
|
3a005c492f
|
Disabled anonymous access for tabs that require enrollment
|
2017-11-14 08:00:16 -05:00 |
|
Andy Armstrong
|
79acb5c5be
|
Reorder LMS imports using isort
|
2017-06-11 21:48:06 -04:00 |
|
Ned Batchelder
|
2e1238b83e
|
Remove unused imports
|
2016-04-08 11:23:05 -04:00 |
|
muzaffaryousaf
|
b095651655
|
Escape html/js with other bug fixes .
TNL-4164
|
2016-03-08 18:07:52 +05:00 |
|
muhammad-ammar
|
d226b55b04
|
don't catch exception to raise http500
TNL-4043
|
2016-02-24 11:03:17 +05:00 |
|
muhammad-ammar
|
13b14e0a60
|
Paginate edxnotes frontend
TNL-3908
|
2016-02-24 11:03:14 +05:00 |
|
muhammad-ammar
|
e2333214b1
|
paginate edxnotes views
TNL-3840
|
2016-02-24 11:03:14 +05:00 |
|
zubair-arbi
|
7f96474d01
|
basic programs api setup and dashboard integration
ECOM-2578
|
2015-10-29 20:07:51 +05:00 |
|
Carlos de la Guardia
|
d56303dd0f
|
Only enable the OverrideFieldData when there are active overrides on a course.
|
2015-06-17 15:26:10 -04:00 |
|
polesye
|
c7153be040
|
TNL-213: Let Students Add Personal Notes to Course Content.
Co-Authored-By: Jean-Michel Claus <jmc@edx.org>
Co-Authored-By: Brian Talbot <btalbot@edx.org>
Co-Authored-By: Tim Babych <tim@edx.org>
Co-Authored-By: Oleg Marshev <oleg@edx.org>
Co-Authored-By: Chris Rodriguez <crodriguez@edx.org>
|
2015-01-14 23:34:11 +02:00 |
|