1. 29 Jun, 2017 1 commit
  2. 12 Jun, 2017 1 commit
  3. 17 May, 2017 1 commit
  4. 15 May, 2017 1 commit
  5. 14 Feb, 2017 1 commit
  6. 07 Oct, 2016 1 commit
  7. 22 Sep, 2016 1 commit
  8. 27 Jul, 2016 1 commit
  9. 03 May, 2016 1 commit
  10. 22 Jan, 2016 1 commit
  11. 09 Dec, 2015 1 commit
    • Remove COURSEWARE_ENABLED flag · 2ee80e84
      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*.
      stv committed
  12. 03 Dec, 2015 1 commit
  13. 14 Oct, 2015 1 commit
  14. 06 Oct, 2015 1 commit
  15. 05 Oct, 2015 1 commit
  16. 02 Oct, 2015 1 commit
  17. 23 Sep, 2015 1 commit
  18. 22 Sep, 2015 1 commit
  19. 12 Jun, 2015 1 commit
  20. 06 Jun, 2015 1 commit
  21. 28 May, 2015 1 commit
    • ECOM-1339 Branding API footer · 6af5fc14
      Serve branded footer JSON/HTML/CSS/JS from an API endpoint
      in the branding app.  Refactor OpenEdX and EdX.org footer templates
      to use the Python version of the API, ensuring that the API
      values are consistent with the footer included in main.html.
      
      Detailed changes:
      
      * Added footer API end-point to the branding app.
      * Footer API allows the language to be set with querystring parameters.
      * Footer API allows showing/hiding of the OpenEdX logo using querystring parameters.
      * Deprecate ENABLE_FOOTER_V3 in favor of the branding API configuration flag.
      * Move no referrer script into main.html from the edx footer template.
      * Rename rwd_header_footer.js to rwd_header.js
      * Cache API responses.
      
      Authors:
      Awais Qureshi, Aamir Khan, Will Daly
      Will Daly committed
  22. 01 Dec, 2014 1 commit
  23. 30 Nov, 2014 1 commit
  24. 04 Nov, 2014 1 commit
  25. 16 Sep, 2014 1 commit
  26. 22 May, 2014 1 commit
  27. 09 May, 2014 1 commit
  28. 28 Feb, 2014 1 commit
  29. 04 Feb, 2014 1 commit
  30. 16 Jan, 2014 1 commit
  31. 14 Jan, 2014 1 commit
    • Introduction of the Microsite feature which allows for limited multi-tenant… · a3211a74
      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
      Chris Dodge committed
  32. 10 Jan, 2014 1 commit
  33. 03 Dec, 2013 2 commits
  34. 23 Sep, 2013 2 commits
  35. 05 Aug, 2013 4 commits