1. 12 Sep, 2013 1 commit
  2. 10 Sep, 2013 3 commits
  3. 09 Sep, 2013 3 commits
  4. 06 Sep, 2013 1 commit
  5. 27 Aug, 2013 2 commits
  6. 26 Aug, 2013 2 commits
  7. 21 Aug, 2013 1 commit
  8. 20 Aug, 2013 1 commit
  9. 19 Aug, 2013 2 commits
  10. 14 Aug, 2013 1 commit
    • Shift enroll/unenroll logic to CourseEnrollment model, add is_active and mode. · 3ce87583
      Features coming down the pipe will want to be able to:
      * Refer to enrollments before they are actually activated (approval step).
      * See what courses a user used to be enrolled in for when they re-enroll in
        the same course, or a different run of that course.
      * Have different "modes" of enrolling in a course, representing things like
        honor certificate enrollment, auditing (no certs), etc.
      
      This change adds an is_active flag and mode (with default being "honor").
      The commit is only as large as it is because many parts of the codebase were
      manipulating enrollments by adding and removing CourseEnrollment objects
      directly. It was necessary to create classmethods on CourseEnrollment to
      encapsulate this functionality and then port everything over to using them.
      
      The migration to add columns has been tested on a prod replica, and seems to be
      fine for running on a live system with single digit millions of rows of
      enrollments.
      David Ormsbee committed
  11. 12 Aug, 2013 1 commit
  12. 08 Aug, 2013 1 commit
  13. 06 Aug, 2013 2 commits
  14. 02 Aug, 2013 6 commits
  15. 01 Aug, 2013 1 commit
  16. 30 Jul, 2013 3 commits
  17. 24 Jul, 2013 1 commit
  18. 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
  19. 16 Jul, 2013 6 commits
  20. 11 Jul, 2013 1 commit