- 14 Oct, 2016 1 commit
-
-
Sanford Student committed
-
- 05 Oct, 2016 1 commit
-
-
TNL-5083
Andy Armstrong committed
-
- 04 Oct, 2016 1 commit
-
-
TNL-4590
Mushtaq Ali committed
-
- 02 Sep, 2016 1 commit
-
-
Sanford Student committed
-
- 22 Aug, 2016 1 commit
-
-
Hooks the pre-existing grades code into our new PersistentSubsectionGrade data model. Includes test updates, and some minor changes to the data model that were discovered in testing.
Eric Fischer committed
-
- 29 Jul, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 22 Jul, 2016 1 commit
-
-
Kevin Kim committed
-
- 30 Jun, 2016 1 commit
-
-
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
Matt Drayer committed
-
- 28 Jun, 2016 1 commit
-
-
Kevin Kim committed
-
- 08 Jun, 2016 1 commit
-
-
ECOM-2361
Waheed Ahmed 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
-
- 06 Apr, 2016 1 commit
-
-
- Icon images can be uploaded from the django admin - Test coverage improved
Omar Khan committed
-
- 01 Apr, 2016 2 commits
-
-
Jonathan Piacenti committed
-
- Icon images can be uploaded from the django admin - Test coverage improved
Omar Khan committed
-
- 31 Mar, 2016 1 commit
-
-
Sanford Student committed
-
- 29 Mar, 2016 1 commit
-
-
MA-2152 MA-2153
Nimisha Asthagiri 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
-
- 16 Mar, 2016 1 commit
-
-
This reverts commit 954dae58.
Jesse Zoldak committed
-
- 14 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
Zia Fazal committed
-
- 29 Feb, 2016 1 commit
-
-
This abstract class contains most of the fields (aside from the id and foreign key to StudentModule that the subclasses need to manage). It also provides a get_history method that abstracts searching across multiple backends. Move router code to openedx/core We need to use it from cms and lms. Ensure aws_migrate can be used for migrating both the lms and cms. Handle queries directed to student_module_history vs default and the extra queries generated by Django 1.8 (SAVEPOINTS, etc). Additionally, flag testing classes as multi_db so that Django will flush the non-default database between unit tests. Further decouple the foreignkey relation between csm and csmhe When calling StudentModule().delete() Django will try to delete CSMHE objects, but naively does so in the database, not by consulting the database router. Instead, we disable django cascading deletes and listen for post_delete signals and clean up CSMHE by hand. Add feature flags for CSMHE One to turn it on/off so we can control the deploy. The other will control whether or not we read from two database tables or one when searching. Update tests to explicitly use this get_history method rather than looking directly into StudentModuleHistory or StudentModuleHistoryExtended. Inform lettuce to avoid the coursewarehistoryextended app Otherwise it fails when it can't find features/ in that app. Add Pg support, this is not tested automatically.
Kevin Falcone committed
-
- 24 Feb, 2016 1 commit
-
-
TNL-3908
muhammad-ammar committed
-
- 17 Feb, 2016 1 commit
-
-
This will allow users to delegate permissions to a 3rd party service.
Justin Abrahms committed
-
- 26 Jan, 2016 1 commit
-
-
Nimisha Asthagiri committed
-
- 11 Dec, 2015 1 commit
-
-
Sarina Canelake committed
-
- 22 Nov, 2015 1 commit
-
-
Ned Batchelder committed
-
- 30 Oct, 2015 1 commit
-
-
Muhammad Shoaib committed
-
- 28 Oct, 2015 3 commits
-
-
Peter Fogg committed
-
Peter Fogg committed
-
Calen Pennington committed
-
- 06 Oct, 2015 2 commits
-
-
TNL-3137
Usman Khalid committed -
TNL-3137
Usman Khalid committed
-
- 05 Oct, 2015 1 commit
-
-
Brian Beggs committed
-
- 02 Oct, 2015 2 commits
-
-
TNL-3137
Usman Khalid committed -
TNL-3137
Usman Khalid committed
-
- 23 Sep, 2015 1 commit
-
-
Brian Beggs committed
-
- 22 Sep, 2015 2 commits
-
-
TNL-3137
Usman Khalid committed -
TNL-3137
Usman Khalid committed
-
- 27 Aug, 2015 1 commit
-
-
The old line: from path import path produced pylint errors because of the baroque way that path.py defined "path". We tried to get them to change how they defined it, but they deleted the name instead: https://github.com/jaraco/path.py/issues/102 (Jason then changed his mind, but this is a better way to use path.py, it avoids the pylint error at least.)
Ned Batchelder committed
-
- 13 Aug, 2015 1 commit
-
-
Chris Dodge committed
-
- 03 Aug, 2015 1 commit
-
-
Ned Batchelder committed
-