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
Ned Batchelder
c71530558e
Merge pull request #17245 from caesar2164/separate-file-index-overlay
...
Move default overlay content to themable file
2018-01-19 16:55:55 -05:00
Giulio Gratta
2ceda12346
Move default Promo Video html to themable file
2018-01-19 12:51:15 -08:00
Giulio Gratta
234c20b202
Move default overlay content to themable file
2018-01-19 12:48:08 -08:00
ssemenova
36c867c42a
changed icon html from <i> to <span>
...
TNL-4651
2016-05-31 15:46:23 -04:00
Robert Raposa
addb5bf634
Fix violations with n filter.
2016-05-23 09:00:32 -04:00
Robert Raposa
7223ee9316
Fix import order for HTML, Text.
2016-05-23 08:47:08 -04:00
Ned Batchelder
16fbad3f56
Add a circle-R to the initial welcome message
2016-05-04 15:13:18 -04:00
Ned Batchelder
1a2ba1a533
Reduce the use of 'Open edX' as a noun
2016-05-02 12:44:28 -04:00
Chris Rodriguez
2a23757fbc
Sending skip links to single main, making more relevant
2016-04-25 10:00:45 -04:00
Christine Lytwynec
a2645b639a
Change .heading-group>h2 to .heading-group>p
2016-02-19 13:48:14 -05:00
Christine Lytwynec
57b7034e5b
Remove hgroup usage
2016-02-17 12:05:15 -05:00
Saleem Latif
14572c19d4
Create a theme named 'stanford-style' to be used by comprehensive theming
2016-02-04 11:17:23 +05:00
Florian Haas
fef6f64a7b
lms: Only show welcome video if show_homepage_promo_video is set
...
While show_homepage_promo_video would previously toggle the control to
play the welcome video on and off, the YouTube embed iframe would be
included in index.html unconditionally. This created the ugly
situation that YouTube would try to pull in a non-existent video, and
that a DoubleClick tracking beacon would be introduced to the start
page for no reason.
Instead, make sure show_homepage_promo_video toggles the entire modal
video section on and off, suppressing it altogether unless
show_homepage_promo_video is set.
2016-02-03 09:37:27 +01:00
Matt Drayer
9b35844b98
mattdrayer/index-page-bokchoy: Refactor+cover Open edX LMS index page
2016-01-18 23:12:04 -05:00
Hasnain
7f6d2d04ab
Separate the course listing from index.html template.
2016-01-15 09:52:25 +00:00
Mark Sadecki
16b70a45b8
adds an accessible label to the search input and the search button
2015-11-04 18:09:55 -05:00
David Baumgold
34addd8fa8
Group imports together in Mako templates
2015-06-03 12:36:47 -04:00
Martyn James
7f633fc045
Course Discovery feature using edx-search
2015-06-01 10:33:45 +02:00
marjev
8107073c58
(SOL-776)(SOL-740)(SOL-532) Added setting flags for COURSE DISCOVERY feature; Exposed course search input as well as the course result page; Added flag for limiting the number of course cards on the homepage;
2015-05-07 08:57:04 +02:00
Ahsan Ulhaq
eba02da233
Merge pull request #7544 from edx/ahsan/tnl-1675-iframe-elements-require-meaningful-title
...
iframe elements require a meaningful title attribute
2015-04-16 13:54:15 +05:00
marjev
939a3672d4
(SOL-531)(SOL-532)Course Cards update; A link to course discovery page has been added to the OpenEdX homepage
2015-04-14 14:58:06 +02:00
Ahsan Ulhaq
a96acd2f2f
iframe elements require a meaningful title attribute
...
TNL-1675
2015-04-01 18:29:55 +05:00
Sarina Canelake
4fcbcaa09b
Clean up default Open edX pages
2015-01-06 18:27:16 -05:00
Sarina Canelake
b7a1de1ab0
Abstract references to social media accounts
2015-01-06 18:26:19 -05:00
Sarina Canelake
6c5542cd24
Change default welcome from mktg text to Open edX text
2015-01-06 17:20:39 -05:00
Sarina Canelake
ec87a14a8d
Turn off welcome video by default on Open edX LMS index page
2015-01-06 17:20:39 -05:00
Chris Dodge
aa43689a93
This PR addresses the open feedback on the Microsites feature
2014-02-28 16:27:12 -05:00
Ned Batchelder
7fd9d44210
Remove unused import.
2014-02-18 17:35:56 -05:00
Brian Talbot
9f8f80b5e9
LMS: removes unused and broken university partner images from old homepage UI
...
LMS-2121
2014-01-30 10:26:12 -05:00
Chris Dodge
a3211a7405
Introduction of the Microsite feature which allows for limited multi-tenant branding on a subdomain basis, e.g. foo.edx.org and bar.edx.org
...
fix errorenous logic when running a microsite that could reside in a hosting environment with a marketing site in front of it
pep8/pylint fixes
address PR feedback, remove underscore from test hostname
more pep8/pylint cleanup. Skip test_microsites test, it works on localdev, not on Jenkins. Need to talk with QA team
manually add Ned's single-to-double quote fix
change aws.py runtimes so that the microsite_dir that is read from configuration is changed to a python path
Conflicts:
lms/templates/help_modal.html
2014-01-14 14:36:01 -05:00
David Baumgold
f3f4af8087
settings.MITX_FEATURES => settings.FEATURES
2013-12-03 15:34:55 -05:00
Usman Khalid
3ff203d11f
Renamed setting ENABLE_STUDENT_SELF_ENROLLMENT to COURSES_ARE_BROWSABLE
2013-09-23 15:04:11 +00:00
Giulio Gratta
464141c72a
changing http:// to // on intro video urls to prevent browsers from blocking video embeds
2013-08-09 14:13:41 -07:00
Adam Palay
69ffb6a87b
replace edx with variable substitution
...
fixes template errors
keep tos untranslated
formatting fixes
2013-07-31 19:39:15 -04:00
Calen Pennington
e8ee29786f
Remove news carousel and other unused pages
...
Remove unused course_filter page
removes university_profile urls and templates
removes all university_profile views
remove news from templates/index
2013-07-31 19:39:15 -04:00
Calen Pennington
0d3c44996a
LMS i18n from Tsinghua
2013-07-31 19:39:15 -04:00
Nate Hardison
3fbab4d2fa
Add theming hooks to (old) landing page
...
Adjust the now-defunct landing page so that it doesn't render much
of the edX-specific marketing info (social links, press releases,
university partners, etc.) if a theme is enabled.
Additionally, if the Stanford theme is enabled, add in some school-
specific language and adjust the video modal to play a Stanford one.
2013-06-05 10:27:22 -07:00
Victor Shnayder
aae40b4378
Press updates
...
LH: 381, 382, 383
2013-05-03 08:55:40 -04:00
Ned Batchelder
f828049043
Change TorontoX to University of TorontoX
2013-02-27 10:05:58 -05:00
Brian Talbot
1f247ceb0c
edX Homepage - revised layout (HTML/CSS) for new edX universities and created logo assets
2013-02-19 16:40:21 -05:00
Carlos Andrés Rocha
9fdb4d0923
Replace front page video
...
[#154 ]
2013-01-17 10:47:50 -05:00
Brian Talbot
04524ef58f
media kit - added in new tab/window behavior for download links, revised edX name styling on homepage cta, and provided more context on logo download text
2013-01-04 10:02:14 -05:00
Carlos Andrés Rocha
25cb6d5a22
Minor style changes to home page and media kit page
...
[#41872203 ]
2013-01-03 18:06:22 -05:00
Brian Talbot
e10e87e6ec
media kit - revised link styling on homepage
2013-01-03 14:21:07 -05:00
Carlos Andrés Rocha
bd0a2f6630
Add content and assets for media kit
...
[# 41872203]
2013-01-03 13:28:45 -05:00
Carlos Andrés Rocha
22de7cbb4e
Add logic to display courses by start date and show the new overlay
2012-12-20 20:05:11 -05:00
Carlos Andrés Rocha
cc68ba5bc9
Add Georgetown news announcement, landing page and updated FAQ
...
[#40805397 ]
2012-12-07 11:59:13 -05:00
Brian Talbot
edbc12e1e3
homepage - added georgetown logo assets and resized other university logos to match 3x3 layout
2012-12-06 17:02:43 -05:00
Brian Talbot
cc870f8ecd
homepage - changed partner university listing layout to handle 6 partners
2012-12-06 14:37:09 -05:00