1. 15 Jan, 2014 1 commit
    • Refactored bok-choy directory structure · 4afd5ea4
      Added fixtures for course and xblock creation
      Added bok-choy Studio tests
      Added bok-choy tests for ora self- and ai- assessment
      Refactored auto-auth; added staff and course-enrollment options
      Removed extra javascript properties from page objects
      Will Daly committed
  2. 09 Dec, 2013 2 commits
  3. 05 Nov, 2013 1 commit
  4. 16 Oct, 2013 3 commits
  5. 10 Oct, 2013 3 commits
  6. 07 Oct, 2013 1 commit
  7. 02 Oct, 2013 1 commit
  8. 21 Aug, 2013 1 commit
  9. 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
  10. 08 Aug, 2013 2 commits
  11. 29 Jul, 2013 1 commit
  12. 16 Jul, 2013 1 commit
    • No longer persist XModule templates · 3722685e
      Instead, we use XModule field default values when creating an empty
      XModule. Driven by this use case, we also allow for XModules to be
      created in memory without being persisted to the database at all. This
      necessitates a change to the Modulestore api, replacing clone_item with
      create_draft and save_xmodule.
      Don Mitchell committed
  13. 12 Jul, 2013 3 commits
  14. 21 Jun, 2013 1 commit
  15. 19 Jun, 2013 1 commit
  16. 18 Jun, 2013 1 commit
  17. 17 Jun, 2013 1 commit
  18. 11 Jun, 2013 1 commit
  19. 15 May, 2013 1 commit
  20. 14 May, 2013 1 commit
  21. 09 May, 2013 1 commit
  22. 26 Mar, 2013 8 commits
  23. 22 Mar, 2013 1 commit
  24. 20 Mar, 2013 2 commits