David Ormsbee
c11c663498
Add finished() metric for login and registration.
...
Call New Relic's finished() event marker to measure when the login and
registration pages actually become usable. This is important because the
pageLoad event can be distorted by analytics and marketing tools that
trigger after the page looks complete to the user.
Note: The "xfinished" PageAction is there to work around a New Relic bug
where "finished" events weren't making it into Insights. The reason we
have both is because finished() *does* still show up in session traces.
[PERF-298]
2016-03-31 23:21:28 -04:00
Omar Khan
793bb0f1e9
Custom icons for third party auth login buttons
...
- Icon images can be uploaded from the django admin
- Test coverage improved
2016-04-01 08:57:43 +07:00
Nimisha Asthagiri
0c604da9ee
Merge pull request #11900 from edx/nasthagiri/css-template
...
XSS Safe by default: dashboard, header, footer, navigation, help_modal
2016-03-31 17:25:30 -04:00
Renzo Lucioni
dc25ece02a
Merge pull request #11879 from edx/schen/ECOM-3194
...
ECOM-3194 Create the listing page of Programs (x-series) which learners have enrolled in
2016-03-31 16:35:54 -04:00
Nimisha Asthagiri
5f8330ff50
XSS Safe default - footer.html
2016-03-31 16:35:31 -04:00
Nimisha Asthagiri
432c570628
XSS Safe default - header.html, navigation.html, help_modal.html
2016-03-31 16:34:33 -04:00
Nimisha Asthagiri
6eec5ac472
XSS Safe Default - dashboard
2016-03-31 16:33:17 -04:00
Sanford Student
777b92a03c
making the accordion template escape by default
2016-03-31 15:58:20 -04:00
Simon Chen
21be72048a
Create the listing page of Programs (x-series) which learners have enrolled in
2016-03-31 15:35:50 -04:00
Eric Fischer
7077c933a4
Make verify_student templates safe
...
Fixes safe_template_linter errors for everything under verify_student. Includes
fixes to Jasmine tests and usage of HtmlUtils functionality.
2016-03-30 13:47:42 -04:00
Cliff Dyer
2c7241a3ce
Merge pull request #11883 from edx/cdyer/safe-marathon-1
...
Added safety to lms/templates/student_account/account_settings.html
2016-03-30 11:14:39 -04:00
Matt Drayer
db3b2f0c97
Merge pull request #11954 from edx/mattdrayer/theme-ecommerce-url
...
mattdrayer/theme-ecommerce-url: Theme support for ECOMMERCE_PUBLIC_URL_ROOT
2016-03-30 09:41:30 -04:00
Christina Roberts
a2faef242a
Merge pull request #11926 from edx/christina/course-discovery-template
...
Clean up escaping in course discovery templates.
2016-03-30 09:37:45 -04:00
J. Cliff Dyer
32729eb838
Added safety to account_settings template
2016-03-29 19:37:15 +00:00
Nimisha Asthagiri
74a9989f04
Merge pull request #11705 from edx/tnl/next_button
...
Activate LMS Navigation Button across sections
2016-03-29 15:05:59 -04:00
cahrens
bdef3bed9f
Fix escaping in course discovery templates.
2016-03-29 14:28:57 -04:00
Nimisha Asthagiri
2f037f04e9
seq_module.html XSS - Safe by default
2016-03-29 12:59:15 -04:00
Nimisha Asthagiri
2c90cac962
Accessible Sequence navigation
...
MA-2190
2016-03-29 12:59:05 -04:00
Nimisha Asthagiri
8cbf99aca4
Activate Next and Previous Buttons across sections
...
MA-2152
MA-2153
2016-03-29 12:58:08 -04:00
Nimisha Asthagiri
2fc9ffd51a
Merge pull request #11929 from edx/nasthagiri/css-template2
...
XSS Safe templates
2016-03-29 11:50:38 -04:00
Awais Jibran
9b19ab05e5
Fix certificate exception view.
...
ECOM-3910
2016-03-29 15:59:13 +05:00
Tasawer
05898df1c1
updated dashboard with providers text
...
ECOM-2935
2016-03-29 09:26:35 +00:00
Nimisha Asthagiri
9af1aa30a9
XSS Safe Templates
2016-03-29 02:46:25 -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
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
Matt Drayer
000ad0a326
mattdrayer/theme-ecommerce-url: Add theme support for ECOMMERCE_PUBLIC_URL_ROOT setting
2016-03-25 11:19:15 -04:00
Simon Chen
0ad9eb910e
Merge pull request #11943 from edx/schen/FixPageTagsOnDashboardMakoTemplates
...
Fix to remove mulitple page tags on mako templates
2016-03-25 10:49:19 -04:00
Dennis Jen
f1c700a689
Merge pull request #11946 from edx/dsjen/instr-page-args
...
Consolidated page tags in instructor analytics template.
2016-03-25 10:46:20 -04:00
Simon Chen
d15e192b26
Fix to remove mulitple page tags on mako templates
2016-03-25 09:56:23 -04:00
Michael Katz
9ea37a642b
Merge pull request #11888 from edx/mkatz/safetemplate
...
safe template
2016-03-25 06:48:31 -04:00
Douglas Hall
62ce357b81
Merge pull request #11905 from edx/douglashall/xss_bug_bash
...
XSS Bug Bash
2016-03-25 05:38:59 -04:00
Waheed Ahmed
4399a5c7bd
Fixed the other half of forgot password flow accourding to logistration.
...
ECOM-2947
2016-03-25 12:02:03 +05:00
Douglas Hall
f177cb6e3e
Make templates safe
2016-03-24 20:52:07 -04:00
Dennis Jen
89f11638ad
Consolidated page tags in instructor analytics template.
2016-03-24 17:06:40 -04:00
Dennis Jen
33bff3b244
Merge pull request #11897 from edx/dsjen/instructor-dash-enrollment-safe-temp
...
Added safe templating to instructor_analytics.html.
2016-03-24 15:36:39 -04:00
Kevin Falcone
93dc905081
Merge pull request #11913 from edx/jibsheet/submission-history-time-zone
...
This appears to actually be in UTC (not in the django TZ default).
2016-03-24 14:01:24 -04:00
sanfordstudent
5ec01207be
Merge pull request #11924 from edx/sstudent/safe_video_template
...
Sstudent/safe video template
2016-03-24 10:10:30 -04:00
sanfordstudent
4a496e7db4
Merge pull request #11921 from edx/sstudent/safe_welcome_back
...
making the welcome_back template safe
2016-03-24 10:10:21 -04:00
Dennis Jen
3ff09dee9a
Added safe templating to instructor_analytics.html.
2016-03-24 09:45:57 -04:00
Sanford Student
3d6fb38d69
making video template safe
2016-03-24 08:31:10 -04:00
Ned Batchelder
69339390c7
Merge pull request #11910 from edx/ned/safe-templates-1
...
Safe templates for static_templates
2016-03-23 20:36:43 -04: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
Nimisha Asthagiri
15e5a7dbf1
XSS Safe by default - vert_module.html
2016-03-23 17:13:59 -04:00
Ned Batchelder
e53e5d9d03
Safe templates for static_templates
2016-03-23 17:04:40 -04:00
Akiva Leffert
f0d8d48a02
Merge pull request #11914 from edx/aleffert/sidebar-template
...
Mark register-sidebar template safe by default
2016-03-23 16:32:08 -04:00
Simon Chen
97590928ad
Merge branch 'master' into schen/xss-fix-dashboard-course-upsell
2016-03-23 16:24:01 -04:00
Sanford Student
d64b6d35ef
making the welcome_back template safe
2016-03-23 16:19:09 -04:00
Bill DeRusha
e6edba18b4
Safe Templatize: wiki templates
2016-03-23 16:06:36 -04:00
Simon Chen
79783800b4
Escape properly the elements on the dashboard xseries upsell template
2016-03-23 15:41:30 -04:00