1. 15 Dec, 2015 1 commit
  2. 22 Nov, 2015 1 commit
  3. 16 Jan, 2015 1 commit
    • Ignore invalid-name errors for settings files · ef43840a
      path.py objects report themselves as class objects, which confuses the heck out of
      pylint. It tries to match variable names using the class-rgx regular expression
      instead of the constant-rgx regular expression, and it doesn't match, so it
      throws an error. Not sure how to fix pylint, so we'll just ignore these errors.
      David Baumgold committed
  4. 01 Dec, 2014 2 commits
  5. 04 Nov, 2014 1 commit
  6. 27 Jun, 2014 1 commit
  7. 26 Jun, 2014 1 commit
  8. 05 Mar, 2014 1 commit
  9. 28 Feb, 2014 1 commit
  10. 11 Feb, 2014 1 commit
  11. 05 Feb, 2014 1 commit
  12. 04 Feb, 2014 1 commit
  13. 16 Jan, 2014 2 commits
  14. 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
  15. 10 Jan, 2014 1 commit
  16. 17 Dec, 2013 1 commit
  17. 03 Dec, 2013 2 commits
  18. 21 Oct, 2013 1 commit
  19. 18 Oct, 2013 1 commit
  20. 10 Oct, 2013 1 commit
  21. 09 Oct, 2013 1 commit
    • add some middleware to determine whether draft modulestore or non-draft modulestore should be used · 8f9d815f
      change to use regex to do the domain mappings. Also add config to AWS to be able to set from configuration file.
      
      handle cases where HTTP_HOST is none, like in unit tests
      
      add linefeed at end
      
      fix up regex matches
      
      switch to use thread local storage to hold the request itself
      
      .
      
      .
      
      convert over to use open source 3rd party library
      
      convert over to use django-cum
      
      add unit test
      
      remove comment
      
      .
      
      add comment to config setting
      
      fix comment
      
      use better regex for localdev
      
      no need to break
      
      no need to wrap an imported function, it's visible to any file that is importing us
      
      add comment
      
      add unit test
      
      clean up test
      
      use a separate env file to set the preview hostname
      Chris Dodge committed
  22. 08 Oct, 2013 1 commit
  23. 26 Sep, 2013 1 commit
  24. 20 Aug, 2013 1 commit
  25. 16 Aug, 2013 3 commits
  26. 13 Jul, 2013 1 commit
  27. 12 Jul, 2013 1 commit
  28. 01 Jul, 2013 1 commit
    • Make DraftModuleStore mongo only · ddfbe598
      DraftModuleStore was originally designed as a mixin, but never used that
      way, and with the upcoming changes to use the versioned module store,
      never will be. This changes removes a circular dependency between
      mongo.py and draft.py.
      Don Mitchell committed
  29. 26 Jun, 2013 1 commit
  30. 10 Jun, 2013 2 commits
  31. 21 May, 2013 1 commit
  32. 28 Mar, 2013 1 commit
  33. 02 Jan, 2013 1 commit
  34. 02 Nov, 2012 1 commit