- 30 May, 2017 1 commit
-
-
Andy Armstrong committed
-
- 23 Sep, 2016 1 commit
-
-
Douglas Hall committed
-
- 22 Sep, 2016 1 commit
-
-
Douglas Hall committed
-
- 09 Jun, 2016 1 commit
-
-
Calen Pennington committed
-
- 08 Jun, 2016 1 commit
-
-
Calen Pennington committed
-
- 12 Apr, 2016 1 commit
-
-
This reverts commit a796b563. Conflicts: lms/envs/common.py openedx/core/djangoapps/theming/models.py pavelib/assets.py pavelib/paver_tests/test_assets.py
Matt Drayer committed
-
- 28 Mar, 2016 1 commit
-
-
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
Zia Fazal committed
-
- 22 Jan, 2016 1 commit
-
-
Zia Fazal committed
-
- 03 Dec, 2015 1 commit
-
-
Dan Powell committed
-
- 14 May, 2015 1 commit
-
-
Also, I replaced a number of tearDown methods with addCleanup instead. And also remove some unneeded patch.stopall() calls.
Ned Batchelder committed
-
- 10 Dec, 2014 1 commit
-
-
Fixed the edX middleware to lazily create request context for Mako templates, so that it is based on any changes made to the request object. Verified that with this fix the "Instructor" tab is correctly hidden when a staff member is viewing the course as a student.
Andy Armstrong committed
-
- 10 Nov, 2014 1 commit
-
-
stv committed
-
- 14 Oct, 2014 1 commit
-
-
Fix acceptance tests Updating lettuce tests. Revert the deletion of the original edx header and footer. Renaming old header and footers to legacy files. Add IS_EDX_DOMAIN flag for header. Updating tests and django main template. renaming the header files for microsite backwards compat.
stephensanchez committed
-
- 02 Sep, 2014 2 commits
-
-
Stephen Sanchez committed
-
Stephen Sanchez committed
-
- 29 Aug, 2014 2 commits
-
-
Jesse Zoldak committed
-
Stephen Sanchez committed
-
- 14 Aug, 2014 1 commit
-
-
LMS-11226
Waheed Ahmed committed
-
- 06 Aug, 2014 1 commit
-
-
LMS-6622
Waheed Ahmed committed
-
- 31 Jan, 2014 1 commit
-
-
This code adds the ability to add Mako template lookup directories on the fly, allowing third party add-ons to contribute their own Mako templates. A new API function for registering Mako templates is introduced:: from edxmako import add_lookup add_lookup('main', '/path/to/templates') # Or, specify a package to lookup using pkg_resources. This will # add the 'templates' directory inside the current package: add_lookup('main', 'templates', package=__name__)
Chris Rossi committed
-
- 03 Dec, 2013 2 commits
-
-
David Baumgold committed
-
David Baumgold committed
-
- 10 Jun, 2013 1 commit
-
-
Create a mixin class that can be used for tests that customize urls.py to force django to reload it, so that they don't break other tests.
Calen Pennington committed
-
- 05 Jun, 2013 1 commit
-
-
Jay Zoldak committed
-
- 17 May, 2013 2 commits
-
-
Diana Huang committed
-
Diana Huang committed
-