Afzal Wali
e44e18592f
Programs list conditionally added to the context of index and courses page.
2016-12-15 18:16:48 +05:00
Brittney Exline
a42bbd57fb
ENT-11 Adding link to enterprise page in the footer
...
Added enterprise link, moved media kit down to second line, and adjusted styling
to avoid wrapping when possible.
2016-12-07 15:51:30 -05:00
Matthew Piatetsky
ae7020cbf9
Add Media Kit and move sitemap in footer
2016-11-22 13:20:29 -05:00
Nimisha Asthagiri
fd49f88e08
Moves external_auth from common to openedx/core.
2016-10-07 12:34:22 -04:00
Douglas Hall
1d1952c8d3
Added SiteMixin for tests that need to test Site specific functionality
2016-09-23 15:57:08 -04:00
Douglas Hall
8f6182aabf
Allow for site override of MKTG_URLS setting in index view
2016-09-22 15:58:27 -04:00
Sanford Student
fc943ff539
moving milestones check to access.py and upgrading milestones version
2016-08-04 14:47:15 -04:00
Calen Pennington
bc20a37c2b
Simplify how shards are selected in CI
2016-08-03 16:23:02 -04:00
Ned Batchelder
8b1978ba6c
Fix unused-import errors
2016-08-03 12:44:41 -04:00
Saleem Latif
8ae92901ef
1. Merge microsites into Comprehensive Theming
...
2. Add site configuration overrides to theming/helpers.py
3. Move microsite.get_value from theming/helpers to site_configuration/helpers
4. Move microsite_configuration.microsite.get_value usages to site_configuration.helpers.values
2016-07-27 13:55:14 +05:00
Saleem Latif
5503285f5c
Fix branding api get_logo_url return value
2016-07-13 09:25:22 +05:00
Matt Drayer
68312bdd2d
Revert "Revert "saleem-latif/WL-328: Multi-Site Comprehensive Theming""
...
2. Update COMPREHNSIVE_THEME_DIR to COMPREHENSIVE_THEME_DIRS
3. Update paver commands to support multi theme dirs
4. Updating template loaders
5. Add ENABLE_COMPREHENSIVE_THEMING flag to enable or disable theming via settings
6. Update tests
7. Add backward compatibility for COMPREHEHNSIVE_THEME_DIR
2016-06-30 15:19:51 +05:00
Michael Frey
6efc461fb6
mjfrey/micro-settings-merge: Override base dictionary keys with microsite configuration keys
...
* mattdrayer: Add helpers.get_value test
* mattdrayer: Change to simpler implementation, per @douglashall
* mattdrayer: Address quality violations and test failures
2016-06-21 23:28:36 -04:00
Calen Pennington
7d32129b9f
Use the Django TestClient for branding unit tests, so that middleware is cleaned up properly
2016-06-08 16:43:31 -04:00
Nimisha Asthagiri
c6954902e3
Create courseware/views folder
2016-05-03 09:02:45 -04:00
Douglas Hall
37a7fdc0f2
Added subsection gating feature
2016-01-28 14:05:20 -05:00
Zia Fazal
c0648ab164
moved IS_EDX_DOMAIN dependent feature to edx.org theme
2016-01-22 15:32:19 -05:00
Nimisha Asthagiri
8e3f4e058d
Update Course Catalog API to support filters
2015-12-23 12:31:31 -05:00
Saleem Latif
3967d8093d
Move get_logo_url from branding/__init__.py to branding/api.py for consistency.
2015-12-22 11:50:16 +05:00
Saleem Latif
475429c0a6
Web Certificates: Platform Branding integration
2015-12-22 11:50:15 +05:00
Renzo Lucioni
2cee39d535
Modify Course API to filter visible courses by org
...
Org to filter by is provided to the Course API list view using a querystring argument. Filtering ultimately occurs at the database layer. ECOM-2761.
2015-12-14 15:32:46 -05:00
Nimisha Asthagiri
d6364312f4
Course Overview - require manual seeding of the table.
2015-12-13 23:35:46 -05:00
Nimisha Asthagiri
c14c146d0e
Merge pull request #10841 from edx/mobile/optimize-course-api
...
Optimize Course Catalog using CourseOverview
2015-12-11 10:03:35 -05:00
Nimisha Asthagiri
2b8441a072
Update Course Catalog to use CourseOverview
2015-12-10 20:37:50 -05:00
stv
2ee80e84ee
Remove COURSEWARE_ENABLED flag
...
Per Dave Ormsbee:
> That was from way back when, when we actually had Django server pools,
> proxied differently by nginx; one was the courseware, and the other
> was askbot, a discussion forum.
>
> They shared all the same code, but different parts were live. It was
> about as good an idea as it sounds.
>
> There is no reason that I can think of in the current day and age where
> you would ever want to run the LMS and *turn off courseware*.
2015-12-08 21:40:42 -08:00
David Baumgold
2e33499819
Fall back on core asset for footer logo
...
if the staticfiles finder can't find the one that the footer API returns
2015-12-07 16:21:55 -05:00
David Baumgold
58daa365cd
re-enable edx.org comprehensive theme
2015-12-03 17:18:55 -05:00
Ned Batchelder
67c1cdf5f4
Fix missing translator comments
...
Turns out if the string literal starts on the next line after the
translation function, then the translator comment is lost. So, either
close up short strings, or add a dummy empty string on the first line to
concatenate with the real string.
Ugh.
2015-12-03 13:45:01 -05:00
Peter Fogg
5043b46525
Merge pull request #10602 from edx/peter-fogg/update-footer-config
...
Update LMS footer links.
2015-11-24 15:50:46 -05:00
Peter Fogg
c5fac6ce68
Update LMS footer links.
...
SWAT-92
2015-11-13 10:08:10 -05:00
Usman Khalid
6cb62f2697
Rebase upgrade Django to v1.8.5
...
Please note that this is a squshed commit and the work of:
Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
2015-11-10 15:00:19 -05:00
Giovanni Di Milia
ecdb0b271f
Fixed pylint violation for files in lms/djangoapps/branding
2015-10-14 14:32:56 -04:00
Usman Khalid
dbcd1bf430
Use django.contrib.staticfiles instead of django-staticfiles.
...
TNL-3137
2015-10-06 19:52:38 +05:00
David Baumgold
116ca29189
Remove the edx.org comprehensive theme
...
There's a lot of useful things in PR #8271 that provide a framework
for the comprehensive theming system. If we need to remove the edx.org
theme from the codebase, we can leave most of PR #8271 in, to make it
easier to build on top of and get this feature back in.
2015-09-30 11:04:28 -04:00
Brian Beggs
c26bb9188a
Revert "Upgrade django-pipeline and staticfiles"
2015-09-23 15:52:24 -04:00
Brian Beggs
4c05fa4f49
Merge pull request #9803 from edx/usman/use-included-staticfiles-app
...
Upgrade django-pipeline and staticfiles
2015-09-23 15:50:39 -04:00
Usman Khalid
158bdf4d09
Use django.contrib.staticfiles instead of django-staticfiles.
...
TNL-3137
2015-09-22 20:39:44 +05:00
David Baumgold
6ebf2515f4
Comprehensive theming
...
This is a squash of 38 commits ending with
5b080f979d692804452400ac5bed9b17c50b001e
2015-09-17 15:39:03 -04:00
cahrens
a7c06fd296
Allow image files to be cached.
2015-08-06 14:56:28 -04:00
Davorin Sego
8d6df18357
Course discovery UI improvements
2015-07-28 11:59:44 +02:00
Chris Dodge
b741ce786b
fix python unit tests
2015-07-01 13:46:55 +02:00
Will Daly
2fd68dc983
ECOM-1724 a11y footer updates
...
* Add action text to social media links.
* Make the alt text for mobile links more descriptive.
2015-06-12 11:34:39 -04:00
Will Daly
26f1ecb6a5
Merge pull request #8458 from edx/will/remove-v2-footer
...
Remove V2 of the EdX.org footer
2015-06-11 10:43:30 -04:00
Edward Zarecor
c12c5c926d
fixing post-release merge conflicts with DKH
2015-06-10 16:56:21 -04:00
Will Daly
1cc776ff19
Remove V2 of the EdX.org footer
2015-06-10 13:13:32 -04:00
Chris Dodge
e47c97b465
make courses.html also honor the ENABLE_COURSE_DISCOVERY feature flag
2015-06-08 07:46:55 -04:00
Sarina Canelake
e53b9c83d9
Use Django 1.4 @ensure_csrf_cookie method PLAT-664
2015-06-06 08:48:36 -04:00
Kevin Falcone
fecd3d55a7
Merge branch 'release'
2015-06-03 16:12:32 -04:00
Will Daly
70c6ce8ddb
ECOM-1678: Fix broken footer image URLs when using a CDN.
2015-06-01 13:03:16 -04:00
Martyn James
7f633fc045
Course Discovery feature using edx-search
2015-06-01 10:33:45 +02:00