1. 18 Oct, 2013 1 commit
  2. 10 Oct, 2013 1 commit
  3. 09 Oct, 2013 1 commit
    • Clarify USE_I18N settings · 16ca0252
      @jzoldak showed me that setting `USE_I18N = DEBUG` didn't actually accomplish
      what I had hoped it would -- changing DEBUG didn't also change USE_I18N.
      This pull request accomplishes what I was trying to accomplish, without being
      quite so clever about it.
      David Baumgold committed
  4. 08 Oct, 2013 1 commit
  5. 26 Sep, 2013 1 commit
  6. 10 Aug, 2013 1 commit
  7. 01 Aug, 2013 2 commits
  8. 19 Jul, 2013 1 commit
    • Implement next generation modulestore · df7b917b
      A new modulestore backed by mongo that changes the data format to
      facilitate easy versioning, sharing content between courses, and fast
      lookup of course structure and Scope.settings data.
      
      Conflicts:
      	cms/djangoapps/contentstore/tests/test_contentstore.py
      Don Mitchell committed
  9. 09 Jul, 2013 1 commit
  10. 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
  11. 26 Jun, 2013 1 commit
  12. 21 Jun, 2013 1 commit
  13. 17 Jun, 2013 4 commits
  14. 10 Jun, 2013 2 commits
  15. 05 Jun, 2013 1 commit
    • Developer-private settings files · 7e8c06ca
      Developers can have private settings files by creating
      lms/envs/private.py or cms/envs/private.py.  They are imported
      at the end of dev.py.  Note that they won't be imported if you
      are using one of the other dev*.py variants.
      Ned Batchelder committed
  16. 23 May, 2013 1 commit
  17. 21 May, 2013 1 commit
  18. 17 May, 2013 2 commits
  19. 06 May, 2013 1 commit
  20. 04 Apr, 2013 4 commits
  21. 03 Apr, 2013 2 commits
  22. 29 Mar, 2013 2 commits
  23. 19 Mar, 2013 1 commit
  24. 13 Mar, 2013 1 commit
  25. 07 Mar, 2013 1 commit
  26. 06 Mar, 2013 1 commit
  27. 06 Feb, 2013 1 commit
  28. 12 Oct, 2012 2 commits