1. 08 Jun, 2016 1 commit
  2. 22 Apr, 2016 4 commits
  3. 11 Apr, 2016 1 commit
  4. 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
  5. 05 Nov, 2015 2 commits
  6. 27 Aug, 2015 1 commit
  7. 01 Jul, 2015 1 commit
  8. 15 Jun, 2015 1 commit
  9. 04 May, 2015 2 commits
  10. 28 Apr, 2015 1 commit
  11. 03 Mar, 2015 1 commit
  12. 14 Jan, 2015 1 commit
  13. 10 Nov, 2014 1 commit
  14. 01 Oct, 2014 1 commit
  15. 16 Sep, 2014 1 commit
  16. 19 Jun, 2014 1 commit
  17. 06 Jun, 2014 1 commit
  18. 23 May, 2014 2 commits
  19. 20 May, 2014 1 commit
  20. 18 Apr, 2014 2 commits
  21. 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
  22. 25 Mar, 2014 2 commits
  23. 24 Feb, 2014 1 commit
  24. 18 Feb, 2014 1 commit
  25. 14 Feb, 2014 2 commits