- Mar 25, 2016
-
-
Waheed Ahmed authored
ECOM-2947
-
- Mar 24, 2016
-
-
Dennis Jen authored
-
Sanford Student authored
-
- Mar 23, 2016
-
-
Ned Batchelder authored
-
Sanford Student authored
-
Simon Chen authored
-
Akiva Leffert authored
-
Renzo Lucioni authored
-
Kevin Falcone authored
You can see the times are marked +00:00 for the ISO 8601 format date and I see no code in the backend that tries to convert.
-
Michael Katz authored
-
Peter Fogg authored
-
- Mar 22, 2016
-
-
Awais authored
ECOM-2931
-
- Mar 21, 2016
-
-
cahrens authored
-
Ayub-khan authored
To prevent XSS attacks, we now properly escape any string containing the user's fullname. Enumerated by searching webview.py for "fullname", and "git grep"-ing any occurrences. This also exposed some unused strings, which I deleted for clarity.
-
Robert Raposa authored
-
Robert Raposa authored
TNL-3849/SEC-69
-
Ayub-khan authored
To prevent XSS attacks, we now properly escape any string containing the user's fullname. Enumerated by searching webview.py for "fullname", and "git grep"-ing any occurrences. This also exposed some unused strings, which I deleted for clarity.
-
Robert Raposa authored
-
Robert Raposa authored
TNL-3849/SEC-69
-
- Mar 17, 2016
-
-
Clinton Blackburn authored
ECOM-3938
-
cahrens authored
This appears to be dead code.
-
David Ormsbee authored
This reverts commit 9984bbc2.
-
- Mar 16, 2016
-
-
cahrens authored
-
cahrens authored
FEDX-24
-
Ayub-khan authored
To prevent XSS attacks, we now properly escape any string containing the user's fullname. Enumerated by searching webview.py for "fullname", and "git grep"-ing any occurrences. This also exposed some unused strings, which I deleted for clarity.
-
Robert Raposa authored
-
Robert Raposa authored
TNL-3849/SEC-69
-
Jesse Zoldak authored
This reverts commit 954dae58.
-
Toby Lawrence authored
This reverts commit 178f5a60.
-
- Mar 15, 2016
-
-
Diana Huang authored
-
Amir Qayyum Khan authored
Added validation to ccx create form, If ccxcon url is set then app will ask user to create ccx from ccxcon app
-
- Mar 14, 2016
-
-
Zia Fazal authored
ziafazal: improvements need for multi-tenancy ziafazal: fixed broken tests ziafazal: no need to add setting in test.py ziafazal: added hostname validation ziafazal: changes after feedback from mattdrayer ziafazal: fixed branding and microsite broken tests ziafazal: make STATICFILES_DIRS to list ziafazal: added theme directory to mako lookup for tests ziafazal: added more protection in test_util saleem-latif: Enable SCSS Overrides for Comprehensive Theming saleem-latif: Incoporate feedback changes, Correct test failures, add tests and enable theming for django templates saleem-latif: Correct errors in python tests mattdrayer: Fix invalid release reference mattdrayer: Update django-wiki reference to latest release
-
muzaffaryousaf authored
TNL-4243
-
- Mar 11, 2016
-
-
Peter Fogg authored
ECOM-3799
-
Toby Lawrence authored
We had a mechanism to, at runtime, generate a RequireJS config that would override the base paths and, instead, use the hashed versions of assets for things that RequireJs was loading on demand. We've now moved that out of the coureware.html base template and into main.html so that more pages actually benefit from it. As well, we've added some of the heavy hitters for unhashed assets, namely moment.min.js, to these overrides which should allow better caching for end users. We'll be able to add more things to the override list in the future as they crop up.
-
- Mar 10, 2016
-
-
dylanrhodes authored
Conflicts: lms/djangoapps/instructor/tests/test_api.py lms/djangoapps/instructor/utils.py lms/djangoapps/instructor/views/api.py lms/djangoapps/instructor/views/api_urls.py lms/djangoapps/instructor/views/instructor_dashboard.py lms/djangoapps/instructor_task/api.py lms/djangoapps/instructor_task/tasks.py lms/djangoapps/instructor_task/tasks_helper.py lms/djangoapps/instructor_task/tests/test_api.py lms/djangoapps/instructor_task/tests/test_tasks.py lms/djangoapps/instructor_task/tests/test_tasks_helper.py lms/envs/aws.py lms/envs/common.py lms/static/coffee/src/instructor_dashboard/data_download.coffee lms/templates/instructor/instructor_dashboard_2/data_download.html
-
Matjaz Gregoric authored
It looks like in the past there used to be several tabs on the course about page, but the other tabs have been commented out years ago. Having a single tab is pointless and confusing, so remove it.
-
- Mar 09, 2016
-
-
erm0l0v authored
Move tests to one test class
-
- Mar 08, 2016
-
-
muzaffaryousaf authored
TNL-4164
-
Waheed Ahmed authored
ECOM-2947
-