Peter Fogg
dfbcd84ed8
Merge pull request #11234 from edx/peter-fogg/new-audit-certs
...
Ensure old audit certs don't get marked ineligible.
2016-01-14 15:45:32 -05:00
Peter Fogg
54c349b437
Ensure old audit certs don't get marked ineligible.
2016-01-14 14:40:54 -05:00
Edward Zarecor
c37378fe29
Merge pull request #11231 from edx/release
...
Merging changes for the patch release back to master
2016-01-14 14:37:43 -05:00
Douglas Hall
0479870972
Merge pull request #11213 from edx/hasnain-naveed/MAYN-154
...
MAYN-154 / Added site_map in static template
2016-01-14 14:34:22 -05:00
AlasdairSwan
a82d582568
Merge pull request #11169 from edx/alasdair/ECOM-2967-xseries-dashboard-GA-events
...
ECOM-2967 adding GA events for dashboard XSeries messages
2016-01-14 14:27:25 -05:00
Hasnain
c14f65a293
Added site_map in static template
...
Allow file extensions in MKTG_URL_LINK_MAP template keys
Set content type on requests for static templates based on the template key
2016-01-14 13:44:54 -05:00
AlasdairSwan
2676098b02
ECOM-2967 adding GA events for dashboard XSeries messages
2016-01-14 12:37:48 -05:00
Peter Fogg
d26452dea7
Merge pull request #11217 from edx/peter-fogg/fix-auditing-status-certs
...
Allow certificates with 'auditing' status to be regenerated.
2016-01-14 10:39:47 -05:00
Toby Lawrence
2c40454db0
Merge pull request #11223 from edx/perf/crush-all-the-imgs
...
Crush down images.
2016-01-14 09:42:17 -05:00
Edward Zarecor
546610084c
Removing CDN RPC
...
CR comments
Whitespace
wip test refactoring
more test refactoring
Re-write download URL too.
Test fixes related to download change, and fix
wip, re-locating tests
update classname
Quality fixes
2016-01-13 21:46:57 -05:00
Toby Lawrence
368acafad4
Adding optimized images in batches [18/19]
2016-01-13 20:38:43 -05:00
Toby Lawrence
8d8f282a5a
Adding optimized images in batches [17/19]
2016-01-13 20:38:43 -05:00
Toby Lawrence
1e8263f325
Adding optimized images in batches [16/19]
2016-01-13 20:38:42 -05:00
Toby Lawrence
0009d53c53
Adding optimized images in batches [15/19]
2016-01-13 20:38:42 -05:00
Toby Lawrence
451b0a9c66
Revert "Crush down images."
...
This reverts commit 8402be3b20 .
2016-01-13 19:12:13 -05:00
Toby Lawrence
8402be3b20
Crush down images.
...
Ran these suckers through ImageOptim, which crunched 'em down real nice.
2016-01-13 18:29:00 -05:00
Peter Fogg
bea90c1a01
Allow certificates with 'auditing' status to be regenerated.
...
ECOM-3401
2016-01-13 16:12:43 -05:00
Peter Fogg
fe4555bc7a
Merge pull request #11151 from edx/peter-fogg/disable-audit-cert-gen
...
[wip] Mark GeneratedCertificate records for audit mode as not eligible for a certificate.
2016-01-13 07:51:56 -05:00
Peter Fogg
60860e3aa8
Disable audit certificates for new audit enrollments.
...
An `eligible_for_certificate` field is added to the
GeneratedCertificate model. This way we can retain existing grading
logic, as well as maintaining correctness in analytics and reporting.
Ineligible certificates are hidden by using the
`eligible_certificates` manager on GeneratedCertificate. Some places
in the coe (largely reporting, analytics, and management commands) use
the default `objects` manager, since they need access to all
certificates.
This commit also updates the DB cache for acceptance tests.
2016-01-12 22:44:53 -05:00
Douglas Hall
28a7b3e2d1
Merge remote-tracking branch 'origin/release' into merge-release-into-master
2016-01-12 15:12:06 -05:00
Matt Drayer
b549adf476
Merge pull request #10623 from eduNEXT/fmo/wiki-support-for-microsites
...
WIP wiki support for microsite templates
2016-01-12 14:27:27 -05:00
Christina Roberts
6f66483876
Merge pull request #11202 from edx/release
...
Release for Jan 12, 2016
2016-01-12 11:29:42 -05:00
Toby Lawrence
775c3cac2a
Merge pull request #11190 from edx/PERF-227
...
Disable Optimizely in the courseware view.
2016-01-12 11:09:55 -05:00
Felipe Montoya
f2a6a27ec9
Adding support for microsite template_paths on django templates
...
Stripping the leading / for the django_templates finder
Enabling the microsite configurations before running django.setup()
Adding only the templates directory before startup
Adding the missing overrides file at the django templates main
Using the comp_theming way of overriding css
Adding test for the microsite_template_path filter
2016-01-12 10:34:00 -05:00
muzaffaryousaf
b4189784da
Fixed POST bookmarks bug when display_name is None.
...
Added tests & general message to js when parsing fails.
TNL-3989
2016-01-12 09:47:51 -05:00
Awais Jibran
ded3786d0c
Merge pull request #11157 from edx/aj/tnl3968-mathjax-in-static-pages
...
Enable MathJax in Course Pages
2016-01-12 18:25:33 +05:00
Peter Pinch
65cec380d9
Merge pull request #11125 from mitocw/ehnancement/aq/dont_allow_user_to_register_ccx_without_invitation
...
Hide CCX course registration from unenrolled students
2016-01-12 08:25:03 -05:00
Amir Qayyum Khan
6443070901
Hide register to course page from student, so that only coach can invite students to join ccx
2016-01-12 14:21:20 +05:00
Awais Jibran
a72d4a04e8
Enable MathJax in Course Pages
...
TNL-3968
2016-01-12 13:49:30 +05:00
Adam
e4ab6dc2c3
Revert "Calculator layout and help popup fixes"
2016-01-11 12:47:05 -05:00
Toby Lawrence
09f2040cbf
Disable Optimizely in the courseware view.
2016-01-11 10:57:05 -05:00
muzaffaryousaf
cc6024e97b
Disable button while adding/removing bookmark to a unit.
...
TNL-4004
2016-01-11 19:31:05 +05:00
Calen Pennington
96478f823d
Merge pull request #11163 from cpennington/shrink-images
...
Shrink images
2016-01-08 13:13:02 -05:00
Douglas Hall
c4aa758d8c
Merge pull request #11155 from edx/douglashall/HOL-18/register_form_override
...
HOL-18 Register form microsite override
2016-01-08 12:55:00 -05:00
David Baumgold
80836087f7
Merge pull request #11165 from edx/remove-header_extra.html
...
Remove unused header_extra.html file
2016-01-08 10:00:37 -05:00
Amir Qayyum Khan
c0a131e5d6
Allowed ccx coaches to see individual students progress from grade book
2016-01-08 16:05:33 +05:00
Peter Pinch
91be959bb7
Merge pull request #10878 from mitocw/refactor/aq/move_code_from_view
...
CCX app refactoring. Moved some code to utils.py from views.py
2016-01-07 15:26:33 -05:00
Douglas Hall
c2058dbec5
Split register form out into a separately include template so that microsites can override it
2016-01-07 11:58:16 -05:00
David Baumgold
562079460b
Merge pull request #11154 from ovnicraft/patch-2
...
Remove duplicate import
2016-01-07 11:57:23 -05:00
David Baumgold
032305df3d
Remove unused header_extra.html file
2016-01-07 11:45:16 -05:00
Calen Pennington
bd7e4dd3ab
Shrink images using trimage
...
lms/static/images/wmd-buttons-transparent.png | Bin 9698 -> 7046 bytes
lms/static/images/wmd-buttons.png | Bin 7465 -> 5970 bytes
.../credit_notifications/edx-logo-header.png | Bin 1894 -> 1225 bytes
.../ebe754f90bc88acf8ec6a1d27b87f743_120.jpg | Bin 3168 -> 2752 bytes
.../ebe754f90bc88acf8ec6a1d27b87f743_30.jpg | Bin 957 -> 648 bytes
.../ebe754f90bc88acf8ec6a1d27b87f743_50.jpg | Bin 1362 -> 1048 bytes
.../ebe754f90bc88acf8ec6a1d27b87f743_500.jpg | Bin 15852 -> 13940 bytes
.../f0d065035a5c4d32df318fbc54138765_120.jpg | Bin 3168 -> 2752 bytes
.../f0d065035a5c4d32df318fbc54138765_30.jpg | Bin 957 -> 648 bytes
.../f0d065035a5c4d32df318fbc54138765_50.jpg | Bin 1362 -> 1048 bytes
.../f0d065035a5c4d32df318fbc54138765_500.jpg | Bin 15852 -> 13940 bytes
themes/edge.edx.org/lms/static/images/logo.png | Bin 7465 -> 4574 bytes
themes/edx.org/cms/static/images/studio-logo.png | Bin 4782 -> 4779 bytes
themes/edx.org/lms/static/images/logo-large.png | Bin 4581 -> 3367 bytes
themes/edx.org/lms/static/images/logo.png | Bin 1244 -> 1184 bytes
.../lms/static/images/profiles/default_120.png | Bin 6398 -> 3252 bytes
.../lms/static/images/profiles/default_30.png | Bin 993 -> 522 bytes
.../lms/static/images/profiles/default_50.png | Bin 2068 -> 1035 bytes
.../lms/static/images/profiles/default_500.png | Bin 91560 -> 0 bytes
themes/red-theme/lms/static/images/logo.png | Bin 909 -> 559 bytes
20 files changed, 0 insertions(+), 0 deletions(-)
2016-01-07 10:48:43 -05:00
Calen Pennington
0dfb9870c9
Shrink images using trimage
...
lms/static/images/linkedin_add_to_profile.png | Bin 139290 -> 1320 bytes
lms/static/images/logo-large.png | Bin 20342 -> 8447 bytes
lms/static/images/logo.png | Bin 4243 -> 885 bytes
lms/static/images/opencourseware.png | Bin 13203 -> 11395 bytes
lms/static/images/openedx-logo-tag-dark.png | Bin 2539 -> 1624 bytes
lms/static/images/openedx-logo-tag-light.png | Bin 2702 -> 1776 bytes
lms/static/images/openedx-logo-tag.png | Bin 2596 -> 1607 bytes
lms/static/images/pencils.jpg | Bin 30064 -> 25607 bytes
lms/static/images/play.png | Bin 2966 -> 1729 bytes
lms/static/images/problem-editor-icons.png | Bin 2307 -> 2304 bytes
lms/static/images/profiles/default_120.png | Bin 2690 -> 1133 bytes
lms/static/images/profiles/default_30.png | Bin 576 -> 274 bytes
lms/static/images/profiles/default_50.png | Bin 1023 -> 449 bytes
lms/static/images/profiles/default_500.png | Bin 17594 -> 5671 bytes
lms/static/images/search-icon.png | Bin 1195 -> 423 bytes
lms/static/images/show-hide-discussion-icon.png | Bin 1610 -> 771 bytes
lms/static/images/small-header-home-icon.png | Bin 1128 -> 276 bytes
lms/static/images/social/google-plus-sharing.png | Bin 1161 -> 1046 bytes
lms/static/images/textbook/textbook-left.png | Bin 783 -> 705 bytes
lms/static/images/textbook/textbook-right.png | Bin 822 -> 690 bytes
lms/static/images/ui-icons_222222_256x240.png | Bin 4369 -> 3714 bytes
lms/static/images/vcert-ribbon-s.png | Bin 4843 -> 3147 bytes
lms/static/images/verified-ribbon.png | Bin 1791 -> 751 bytes
lms/static/images/white-error-icon.png | Bin 1107 -> 344 bytes
lms/static/images/wiki-icons.png | Bin 2410 -> 1464 bytes
25 files changed, 0 insertions(+), 0 deletions(-)
2016-01-07 10:48:42 -05:00
Calen Pennington
d3da2585c4
Shrink images using trimage
...
.../images/bulk_email/GooglePlusIcon_gray.png | Bin 680 -> 678 bytes
lms/static/images/bulk_email/LinkedInIcon.png | Bin 751 -> 417 bytes
lms/static/images/bulk_email/MeetupIcon.png | Bin 1283 -> 679 bytes
lms/static/images/bulk_email/MeetupIcon_gray.png | Bin 685 -> 678 bytes
lms/static/images/bulk_email/TwitterIcon.png | Bin 998 -> 517 bytes
lms/static/images/bulk_email/TwitterIcon_gray.png | Bin 518 -> 515 bytes
lms/static/images/bulk_email/VKontakteIcon.png | Bin 2480 -> 1272 bytes
lms/static/images/bulk_email/VKontakteIcon_gray.png | Bin 3099 -> 3092 bytes
lms/static/images/bulk_email/YoutubeIcon.png | Bin 1964 -> 1856 bytes
lms/static/images/bulk_email/YoutubeIcon_gray.png | Bin 1961 -> 1878 bytes
lms/static/images/bulk_email/edXHeaderImage.jpg | Bin 25814 -> 24906 bytes
lms/static/images/bullet-closed.png | Bin 230 -> 191 bytes
lms/static/images/bullet-open.png | Bin 219 -> 188 bytes
lms/static/images/default-badges/honor.png | Bin 20814 -> 13316 bytes
lms/static/images/default-badges/professional.png | Bin 21855 -> 14603 bytes
lms/static/images/default-badges/verified.png | Bin 21855 -> 14603 bytes
lms/static/images/edx-theme/edx-logo-77x36.png | Bin 5139 -> 3674 bytes
lms/static/images/green-pointer.png | Bin 3474 -> 887 bytes
lms/static/images/homepage-hero-video-thumb.jpg | Bin 4537 -> 4517 bytes
lms/static/images/honor-ribbon.png | Bin 5956 -> 4251 bytes
lms/static/images/icon-sm-professional.png | Bin 2892 -> 1883 bytes
lms/static/images/icon-sm-verified.png | Bin 3247 -> 776 bytes
lms/static/images/icon-sm-xseries-white.png | Bin 706 -> 475 bytes
lms/static/images/large-white-error-icon.png | Bin 1800 -> 951 bytes
lms/static/images/link-icon.png | Bin 326 -> 296 bytes
25 files changed, 0 insertions(+), 0 deletions(-)
2016-01-07 10:48:41 -05:00
Calen Pennington
9daaa35d8d
Shrink images using trimage
...
common/test/data/xml_dag/static/just_a_test.jpg | Bin 547 -> 517 bytes
.../test_microsite/images/background-image.jpg | Bin 160660 -> 160625 bytes
.../test_microsite/images/header-logo.png | Bin 1215 -> 1212 bytes
docs/en_us/architecture/locator_ubiquity.jpg | Bin 51876 -> 47455 bytes
docs/en_us/architecture/presplit.jpg | Bin 43129 -> 38944 bytes
docs/en_us/architecture/studio mapping.jpg | Bin 48247 -> 43786 bytes
.../enrollment_api/source/_static/homepage-bg.jpg | Bin 160660 -> 160625 bytes
docs/en_us/internal/test_pyramid.png | Bin 24698 -> 17598 bytes
.../platform_api/source/_static/homepage-bg.jpg | Bin 160660 -> 160625 bytes
.../shared/images/Announcement_subscriptions.png | Bin 43413 -> 15474 bytes
lms/static/certificates/images/backpack-logo.png | Bin 2107 -> 1112 bytes
lms/static/certificates/images/backpack-ui.png | Bin 76558 -> 54810 bytes
lms/static/certificates/images/bg-verified.png | Bin 25152 -> 5169 bytes
lms/static/certificates/images/demo-sig1.png | Bin 3852 -> 2099 bytes
lms/static/certificates/images/demo-sig2.png | Bin 3695 -> 1990 bytes
lms/static/certificates/images/demo-sig3.png | Bin 7315 -> 3721 bytes
.../certificates/images/demo-user-profile.png | Bin 61749 -> 40719 bytes
lms/static/certificates/images/ico-honor.png | Bin 59443 -> 35743 bytes
.../certificates/images/ico-mozillaopenbadges.png | Bin 3638 -> 1870 bytes
lms/static/certificates/images/ico-verified.png | Bin 59571 -> 35713 bytes
lms/static/images/app/google_play_badge_45.png | Bin 8913 -> 4548 bytes
lms/static/images/bg-footer-divider.jpg | Bin 416 -> 390 bytes
lms/static/images/bg-texture.png | Bin 10028 -> 2092 bytes
lms/static/images/bulk_email/FacebookIcon.png | Bin 550 -> 333 bytes
lms/static/images/bulk_email/GooglePlusIcon.png | Bin 1286 -> 679 bytes
25 files changed, 0 insertions(+), 0 deletions(-)
2016-01-07 10:48:40 -05:00
Matt Drayer
4d7be021e5
Merge pull request #11140 from edx/saleem-latif/SOL-1431
...
SOL-1431: Remove no-op translations from devstack.py
2016-01-07 10:40:20 -05:00
Matt Drayer
b7b8c745d6
Merge pull request #11139 from edx/asadiqbal08/WL-242
...
asadiqbal08/WL-242 - Marked strings on shopping cart pages for translations
2016-01-07 10:32:40 -05:00
Cristian Salamea
3725472034
Remove duplicate import
2016-01-06 18:49:57 -05:00
Piotr Mitros
e87fabe45e
Merge pull request #8289 from edx/danielli/pyfs_xblocks
...
Add setting for pyfs xblock service to devstack.py
2016-01-06 17:21:30 -05:00
Amir Qayyum Khan
6c01c85be9
Moved code to utility from views ccx
2016-01-07 02:52:45 +05:00
Adam
4c5c8c18a3
Merge pull request #10648 from OmarIthawi/edraak/calculator-fixups
...
Calculator layout and help popup fixes
2016-01-06 15:32:58 -05:00