1. 15 Jul, 2016 1 commit
  2. 08 Jun, 2016 1 commit
  3. 22 Apr, 2016 4 commits
  4. 11 Apr, 2016 1 commit
  5. 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
  6. 05 Nov, 2015 2 commits
  7. 27 Aug, 2015 1 commit
  8. 01 Jul, 2015 1 commit
  9. 15 Jun, 2015 1 commit
  10. 04 May, 2015 2 commits
  11. 28 Apr, 2015 1 commit
  12. 03 Mar, 2015 1 commit
  13. 14 Jan, 2015 1 commit
  14. 10 Nov, 2014 1 commit
  15. 01 Oct, 2014 1 commit
  16. 16 Sep, 2014 1 commit
  17. 19 Jun, 2014 1 commit
  18. 06 Jun, 2014 1 commit
  19. 23 May, 2014 2 commits
  20. 20 May, 2014 1 commit
  21. 18 Apr, 2014 2 commits
  22. 26 Mar, 2014 2 commits
    • fix paver theming on devstack (SERVICE_VARIANT support) · 6ed59014
      When running in devstack, you need to set the SERVICE_VARIANT so that
      assets.py knows what environment file to use.  Recall that in devstack
      we have all our settings in ../lms.env.json, not just ../env.json.  So
      you need to run like this:
      
          SERVICE_VARIANT=lms paver lms --settings=devstack
      
      Previously you'd get this error:
      
          Warning: could not find environment JSON file at 'lms.env.json'
      
      Note there is no path on the file, that's the bug.  By making
      self.REPO_ROOT absolute, we can walk up the tree and correctly find
      the file, which is /edx/app/edxapp/lms.env.json fwiw.
      Sef Kloninger committed
  23. 25 Mar, 2014 2 commits
  24. 24 Feb, 2014 1 commit
  25. 18 Feb, 2014 1 commit
  26. 14 Feb, 2014 2 commits