1. 16 Oct, 2013 3 commits
  2. 07 Oct, 2013 1 commit
  3. 04 Oct, 2013 1 commit
  4. 01 Oct, 2013 1 commit
  5. 25 Sep, 2013 2 commits
  6. 16 Sep, 2013 2 commits
  7. 11 Sep, 2013 1 commit
  8. 27 Aug, 2013 1 commit
  9. 23 Aug, 2013 1 commit
  10. 21 Aug, 2013 2 commits
  11. 12 Aug, 2013 1 commit
  12. 09 Aug, 2013 1 commit
  13. 08 Aug, 2013 8 commits
  14. 07 Aug, 2013 2 commits
  15. 06 Aug, 2013 2 commits
  16. 01 Aug, 2013 1 commit
  17. 30 Jul, 2013 4 commits
  18. 29 Jul, 2013 2 commits
  19. 22 Jul, 2013 2 commits
  20. 19 Jul, 2013 1 commit
  21. 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