Carol Tong
4ab75c7c00
Update help text on Grading Assignment Types page
2016-03-29 15:39:24 -04:00
Sanford Student
a8c77f8d78
followup to MA-2164, cleaning up unused steps
2016-03-29 13:46:52 -04:00
Calen Pennington
37813d1820
Merge pull request #11958 from cpennington/cale/xss
...
Make (some) Mako templates HTML escaped by default
2016-03-29 11:03:31 -04:00
Calen Pennington
683151a238
XSS escape cms/templates/course-create-rerun.html
2016-03-29 08:51:22 -04:00
Calen Pennington
b81a15d57f
XSS escape cms/templates/course_outline.html
2016-03-29 08:51:22 -04:00
Brian Beggs
1dff9d45f3
Merge pull request #11787 from mitocw/enhancement/aq/add_master_course_staff_in_ccx_fix_migration_issue
...
Adds staff and instructor users of the master course to CCX
2016-03-28 18:49:46 -04:00
Christina Roberts
1fa1faeee5
Merge pull request #11903 from edx/christina/cohort-template-cleanup
...
Perform escaping in the templates.
2016-03-28 16:25:28 -04:00
Matt Drayer
ed0c26160b
Merge pull request #11885 from edx/saleem-latif/WL-328
...
WL-325: Multi-Site Comprehensive Theming
2016-03-28 16:23:34 -04:00
cahrens
39dc8a5915
Perform esacaping in the templates.
...
Use new best practices.
2016-03-28 15:05:40 -04:00
Zia Fazal
a796b56314
saleem-latif/WL-328: Multi-Site Comprehensive Theming
...
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
saleem-latif: Update Theme storages to work with Caching, Pipeline and collectstatic
saleem-latif: Incorporate feedback changes
mattdrayer: Pylint violation fix
mattdrayer: Fix broken pavelib test
2016-03-28 14:57:01 -04:00
Peter Fogg
7ab6aaaa3b
Merge pull request #11959 from edx/peter-fogg/request-api-access
...
Admin access for API requests.
2016-03-28 12:44:56 -04:00
Peter Fogg
374e97c15f
Admin access for API requests.
...
ECOM-3943
2016-03-28 11:42:42 -04:00
Renzo Lucioni
3cbc03202c
Hide chrome and default_tab from advanced settings
...
It doesn't make sense to list these LMS block attributes in course-level advanced settings. Doing so is confusing to course teams.
2016-03-28 10:30:46 -04:00
Amir Qayyum Khan
795ead82b5
Added master course staff and admins to ccx and fixed same issues related to ccx
2016-03-26 03:18:39 +05:00
Sanford Student
ed7237b671
fixing typo in template
2016-03-25 16:50:28 -04:00
Muddasser
a0b63d39f9
Merge pull request #11828 from edx/muddasser/cms/textbooks
...
Partially covered in bokchoy at lms/test_lms.py:PDFTextBooksTabTest
2016-03-25 22:45:38 +05:00
Andy Armstrong
6dd09a89cf
Fix issues with Underscore in the asset pipeline
...
FEDX-121
The previous approach for handling NPM assets was
to symlink them into the static directory. This appeared
to cause trouble with the asset pipeline where the files
in question were not installed and then old versions were
picked up instead.
This change instead copies NPM libraries to a new
static directory so that the pipeline can consume them
as with any other file. This new directory is added to
.gitignore so that the files don't get accidentally
checked in.
2016-03-25 10:02:38 -04:00
Akiva Leffert
91c0517b7a
Merge pull request #11918 from edx/aleffert/remove-unit-coffee
...
Remove unused empty file
2016-03-24 17:01:10 -04:00
Ned Batchelder
026ac6636f
Update translations (autogenerated message)
2016-03-24 18:04:37 +00:00
Daniel Friedman
a0654f93a2
Merge pull request #11890 from edx/dan-f/make-cms-500-safe
...
Make CMS 500 template safe by default
2016-03-24 11:24:12 -04:00
Daniel Friedman
32f6bc0791
Merge pull request #11887 from edx/dan-f/make-cms-404-safe
...
Make CMS 404 template safe by default
2016-03-24 11:23:13 -04:00
Daniel Friedman
c210d918b2
Make CMS 404 template safe by default
2016-03-24 10:31:42 -04:00
Daniel Friedman
0fd137c271
Make CMS 500 template safe by default
2016-03-24 09:51:55 -04:00
Usman Khalid
78016db313
Merge pull request #11932 from edx/release
...
Merge release to master
2016-03-24 16:58:12 +05:00
Renzo Lucioni
40ef82d513
Merge pull request #11911 from edx/renzo/safe-templates
...
Secure templates used to inject Segment and Optimizely
2016-03-23 17:15:11 -04:00
Calen Pennington
ac951c4bd2
XSS escape cms/templates/course_info.html
2016-03-23 16:12:41 -04:00
Calen Pennington
53a2960941
XSS escape cms/templates/component.html
2016-03-23 16:12:40 -04:00
Calen Pennington
7922dcbb9c
XSS escape cms/templates/js/asset.underscore
2016-03-23 16:12:40 -04:00
Calen Pennington
485c542838
XSS escape cms/templates/js/asset-library.underscore
2016-03-23 16:12:40 -04:00
Calen Pennington
b91d1f2256
XSS escape cms/templates/asset_index.html
2016-03-23 16:12:40 -04:00
Akiva Leffert
2876076677
Remove unused empty file
2016-03-23 16:05:08 -04:00
Daniel Friedman
56b1196246
Fix accidental extra escaping
2016-03-23 14:46:35 -04:00
Renzo Lucioni
a104d82e70
Secure templates used to inject Segment and Optimizely
2016-03-23 14:40:24 -04:00
Daniel Friedman
679cdc3775
Merge pull request #11893 from edx/dan-f/make-cms-activation_invalid-safe
...
Make CMS activation_invalid template safe by default
2016-03-23 13:55:51 -04:00
Daniel Friedman
0b6faee467
Merge pull request #11891 from edx/dan-f/make-cms-activation_complete-safe
...
Make CMS activation_complete template safe by default
2016-03-23 13:55:11 -04:00
Jesse Zoldak
1b1f39527b
Merge pull request #11902 from edx/zoldak/html-escape-mako-without-variables
...
Add h filter page directive to cms mako templates without variables
2016-03-23 13:30:46 -04:00
M. Rehan
8459b5be77
Merge pull request #10705 from edx/mrehan/SUST-22
...
Implement 'from_string_or_404' in utils
2016-03-23 21:26:39 +05:00
Jesse Zoldak
6f0d1157f1
Add h filter page directive to cms mako templates without variables
...
The files to change were found with:
`ack --literal --type=html --match '${' --files-without-matches cms/templates`
2016-03-23 12:05:12 -04:00
Daniel Friedman
48e2299e47
Make CMS activation_invalid template safe by default
2016-03-23 11:21:50 -04:00
Calen Pennington
2607f8a98c
XSS escape cms/templates/activation_active.html
2016-03-23 11:17:17 -04:00
Daniel Friedman
ea347c7a9b
Make CMS activation_complete template safe by default
2016-03-23 11:11:08 -04:00
Muhammad Rehan
771a7d06ca
Implement 'from_string_or_404' util and its example usage.
2016-03-23 20:10:32 +05:00
Ehtesham
5ad2eb300c
[TNL-4073][TNL-4273] Make sure that domain defined for preview exists in
...
HOSTNAME_MODULESTORE_DEFAULT_MAPPINGS,
2016-03-23 18:52:32 +05:00
Andy Armstrong
0177eeded4
Add the UI Toolkit to edx-platform
...
UITK-75
2016-03-22 15:31:27 -04:00
Muddasser
cfdaae9d36
Removed commented out and single textbook test scenario
2016-03-22 17:06:59 +05:00
cahrens
358ed2559a
Fix improper escaping.
2016-03-21 16:01:04 -04:00
Dmitry Viskov
8f1a4ccad3
Duplicate item in Studio should also duplicate related xblock aside
2016-03-21 22:20:06 +03:00
Renzo Lucioni
a5b10ca0fe
Merge pull request #11805 from edx/renzo/self-paced-modulestore-wrapper
...
Override field data within the XBlock runtime
2016-03-21 12:14:22 -04:00
sanfordstudent
a86734fe70
Merge pull request #11851 from edx/sstudent/MA-2164-cleanup
...
MA-2164 cleaning up old lettuce
2016-03-21 07:49:26 -04:00
Renzo Lucioni
cd9986b662
Override field data within the XBlock runtime
...
Resolves an issue preventing students in self-paced courses from seeing all available discussion modules. ECOM-3733.
2016-03-18 17:15:00 -04:00