1. 04 Nov, 2014 1 commit
  2. 06 Aug, 2014 1 commit
  3. 05 Aug, 2014 1 commit
  4. 29 May, 2014 1 commit
  5. 12 May, 2014 1 commit
  6. 08 May, 2014 1 commit
    • Make course ids and usage ids opaque to LMS and Studio [partial commit] · cd746bf8
      This commit adds the non-courseware lms/djangoapps and lms/lib.
      
      These keys are now objects with a limited interface, and the particular
      internal representation is managed by the data storage layer (the
      modulestore).
      
      For the LMS, there should be no outward-facing changes to the system.
      The keys are, for now, a change to internal representation only. For
      Studio, the new serialized form of the keys is used in urls, to allow
      for further migration in the future.
      
      Co-Author: Andy Armstrong <andya@edx.org>
      Co-Author: Christina Roberts <christina@edx.org>
      Co-Author: David Baumgold <db@edx.org>
      Co-Author: Diana Huang <dkh@edx.org>
      Co-Author: Don Mitchell <dmitchell@edx.org>
      Co-Author: Julia Hansbrough <julia@edx.org>
      Co-Author: Nimisha Asthagiri <nasthagiri@edx.org>
      Co-Author: Sarina Canelake <sarina@edx.org>
      
      [LMS-2370]
      Calen Pennington committed
  7. 01 Apr, 2014 2 commits
  8. 21 Feb, 2014 1 commit
    • Implement children for pure XBlocks in edx-platform · dbc99ef8
      This requires fixing the javascript api implementation, and adding
      an implementation of get_block to the ModuleSystem api.
      
      However, the implementation is incomplete, due to mismatches between
      the expectations of XModule and XBlock.
      
      Also adds tests using the Acid block to make sure that the javascript
      and python apis for children are working correctly.
      Calen Pennington committed
  9. 28 Jan, 2014 1 commit
  10. 14 Jan, 2014 1 commit
  11. 03 Dec, 2013 1 commit
  12. 13 Nov, 2013 1 commit
  13. 08 Nov, 2013 1 commit
  14. 29 Oct, 2013 1 commit
  15. 08 Oct, 2013 1 commit
  16. 04 Oct, 2013 1 commit
  17. 27 Sep, 2013 1 commit
  18. 26 Sep, 2013 1 commit
    • Second batch of ORA UI fixes: · 68ce6ed1
      - Change wording when done with peer grading ("evals" -> "assessments")
      - Added ICE legend item for comment syntax
      - Added conditionals to display human readable 'grader_type' to alleviate confusion
      - Rename 'Show/Hide Prompt' to 'Show/Hide Question'
      - Reworded grading flags
      - Make ICE grading container larger to more easily allow users to read and edit larger texts
      - Adjusted lots of text and word choices to make them more user friendly
      - Disable previous arrow on first grader feedback and next arrow on last grader feedback
      - hide ORA instructions and ICE legend when calibrating so students don't feel like they need to write feedback
      
      Changes after comments:
      
      - Renamed instructions element and fixed casing issue
      - Renamed legend class to ice-legend
      - Changing condition from != to >= to not only fix incorrect one but also catch possible weirdness
      - Grammar fix in a message
      - Removing grader_type conditional in HTMl to give way to the one in python
      - Moving ice feedback area height styling to CSS file
      
      More changes:
      
      - Update ICE version
      - Modifying test to reflect code change
      - Adding ICE undo feature
      Giulio Gratta committed
  19. 20 Sep, 2013 1 commit
  20. 18 Sep, 2013 1 commit
  21. 13 Sep, 2013 1 commit
  22. 06 Sep, 2013 2 commits
  23. 21 Aug, 2013 1 commit
    • Removed unnecessary settings wrangling from ModuleStoreTestCase. · 48c6daac
      Modified navigation tests to use MixedModulestore
      Updated factories to find editable modulestore
      
      Updated test_submitting_problems
      
      Updated test_tabs.py
      
      Updated test_view_authentication
      
      Updated test_views
      
      Updated courseware/tests/tests.py
      
      Updated test_masquerade
      
      Updated test_module_render
      
      Pylint fixes
      
      Updated video and word cloud tests
      
      Updated course wiki tests
      
      Updated license and open_ended tests.
      One open_ended test still failing due to Mako initialization issues
      
      Updated staticbook
      
      Updated django_comment_client tests
      
      Updated instructor tests
      
      Updated instructor task tests
      
      Updated external_auth tests
      
      Updated course_groups
      Will Daly committed
  24. 08 Aug, 2013 1 commit
  25. 24 Jul, 2013 1 commit
  26. 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
  27. 21 Jun, 2013 1 commit
  28. 19 Jun, 2013 1 commit
  29. 17 Jun, 2013 1 commit
  30. 31 May, 2013 1 commit
  31. 22 May, 2013 2 commits
  32. 13 May, 2013 1 commit
  33. 08 May, 2013 1 commit
  34. 16 Apr, 2013 1 commit
  35. 27 Mar, 2013 1 commit
  36. 12 Mar, 2013 1 commit
  37. 04 Mar, 2013 1 commit