1. 06 Dec, 2013 2 commits
  2. 03 Dec, 2013 2 commits
  3. 19 Nov, 2013 2 commits
  4. 18 Oct, 2013 1 commit
  5. 10 Oct, 2013 1 commit
  6. 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
  7. 08 Oct, 2013 1 commit
  8. 26 Sep, 2013 1 commit
  9. 10 Aug, 2013 1 commit
  10. 01 Aug, 2013 2 commits
  11. 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
  12. 09 Jul, 2013 1 commit
  13. 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
  14. 26 Jun, 2013 1 commit
  15. 21 Jun, 2013 1 commit
  16. 17 Jun, 2013 4 commits
  17. 10 Jun, 2013 2 commits
  18. 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
  19. 23 May, 2013 1 commit
  20. 21 May, 2013 1 commit
  21. 17 May, 2013 2 commits
  22. 06 May, 2013 1 commit
  23. 04 Apr, 2013 4 commits
  24. 03 Apr, 2013 2 commits
  25. 29 Mar, 2013 2 commits
  26. 19 Mar, 2013 1 commit