1. 26 Oct, 2017 1 commit
  2. 17 Oct, 2017 1 commit
  3. 11 Oct, 2017 1 commit
  4. 02 Aug, 2017 1 commit
  5. 27 Jul, 2017 1 commit
  6. 26 Jul, 2017 1 commit
  7. 10 Jul, 2017 1 commit
    • Don't allow any user to create courses by default · 6b085281
      * Change settings default
      * Set `ENABLE_CREATOR_GROUP` to False for devstack
      * Set `ENABLE_CREATOR_GROUP` to False for tests
      
      In f095c5fe it was decided to enable
      anyone to make courses in Studio by default in order to make things
      easier in dev environments. This was before the code was open source.
      This default is likely in effect for many Open edX instances, but almost
      no one would want this setting outside of development.
      Joel Barciauskas committed
  8. 04 Jul, 2017 1 commit
  9. 26 Jun, 2017 1 commit
  10. 09 Jun, 2017 2 commits
  11. 05 Apr, 2017 1 commit
  12. 22 Feb, 2017 1 commit
  13. 31 Aug, 2016 1 commit
  14. 29 Jul, 2016 1 commit
  15. 25 Jul, 2016 1 commit
  16. 30 Jun, 2016 1 commit
  17. 12 Apr, 2016 2 commits
  18. 28 Mar, 2016 1 commit
    • saleem-latif/WL-328: Multi-Site Comprehensive Theming · a796b563
      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
  19. 16 Mar, 2016 1 commit
  20. 14 Mar, 2016 1 commit
    • ziafazal/WL-328: Multi-Site Comprehensive Theming · 954dae58
      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
  21. 29 Jan, 2016 1 commit
    • Remove ThemingAware storage mixins and ComprehensiveThemeFinder. · 266f593d
      Collectstatic failed in production when comprehensive theme contained custom css files.
      This patch fixes that problem by removing ComprehensiveThemeFinder from STATICFILES_FINDERS
      and ComprehensiveThemingAware mixin from STATICFILES_STORAGE.
      
      Comprehensive theme static dirs are added to the top of the STATICFILES_DIRS entry,
      which means that the default django FilesystemFinder will find theme static files,
      and since the theme folder is at the top of STATICFILES_DIRS, theme files will take
      precedence over default LMS/CMS static files.
      
      This change means that theme static file URLs are no longer prefixed with themes/<theme-name>/,
      but since we currently only support one comprehensive theme at a time, that shouldn't be a problem.
      If/when we want to make the choice of a theme dynamic per-request (microsites?), we will have to
      bring custom theme finders and storage mixins back, but for now, we don't need them.
      Matjaz Gregoric committed
  22. 15 Jan, 2016 1 commit
  23. 05 Jan, 2016 1 commit
  24. 03 Dec, 2015 1 commit
  25. 25 Nov, 2015 1 commit
    • Add Programs tab to Studio · 70d57327
      Extends the Programs ConfigurationModel, cleans up Programs-related utilities and corresponding tests, and corrects caching. Uses the Programs API to list programs within Studio. ECOM-2769.
      Renzo Lucioni committed
  26. 10 Nov, 2015 1 commit
  27. 24 Oct, 2015 1 commit
    • Failing startup if private settings fail to load · 7c6a30f1
      Squashing private settings import errors leads to wasted developer time when developers expect settings to be in place, and they aren't. This change only loads private settings if the private.py file exists. If there is an error during the import of that file, the application will not start.
      
      ECOM-2653
      Clinton Blackburn committed
  28. 06 Oct, 2015 2 commits
  29. 05 Oct, 2015 1 commit
  30. 02 Oct, 2015 2 commits
  31. 23 Sep, 2015 1 commit
  32. 22 Sep, 2015 2 commits
  33. 03 Sep, 2015 1 commit
  34. 30 Jul, 2015 1 commit
    • Deactivate HTTPS on dev and devstack · 46434582
      When running locally, XBlocks which access third-party software no longer
      cause server errors.
      
      Because devstack inherits from aws, the HTTPS flag was implicitly set to 'on'.
      This meant that XBlocks attempted to use SSL when dealing with third-party
      components like LTI.  Since SSL is not enabled on devstack, this caused server
      errors whenever these features ran.
      Albert Liang committed
  35. 07 Jul, 2015 1 commit