1. 02 Dec, 2014 1 commit
  2. 01 Dec, 2014 2 commits
  3. 25 Nov, 2014 1 commit
  4. 31 Oct, 2014 1 commit
  5. 03 Oct, 2014 2 commits
  6. 24 Sep, 2014 1 commit
  7. 12 Sep, 2014 1 commit
  8. 10 Sep, 2014 1 commit
  9. 05 Sep, 2014 1 commit
  10. 03 Sep, 2014 1 commit
  11. 29 Aug, 2014 2 commits
  12. 10 Jul, 2014 1 commit
  13. 16 Jun, 2014 1 commit
  14. 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
  15. 28 Mar, 2014 1 commit
  16. 12 Mar, 2014 1 commit
  17. 20 Feb, 2014 1 commit
  18. 18 Feb, 2014 1 commit
  19. 13 Feb, 2014 1 commit
    • Check for forum data errors in LMS · 9ae6bb0b
      Some messages generated by the comments service are not readily
      translated because they come from third-party libraries. Thus, we plan
      to try to avoid showing any comments service generated message to the
      user. This check preempts the only end-user-visible CS-generated error
      message that we are presently aware of.
      Greg Price committed
  20. 12 Feb, 2014 1 commit
  21. 14 Jan, 2014 2 commits
  22. 03 Dec, 2013 1 commit
  23. 08 Nov, 2013 1 commit
  24. 16 Oct, 2013 1 commit
    • Log all comments service requests · bd477581
      Logging the duration of each request will allow us to determine
      whether there is a significant difference in the latency reported by
      the comments service and that observed by the LMS. Each request will
      be assigned a unique identifier to allow correlation of the reported
      latency on each end.
      Greg Price committed
  25. 11 Oct, 2013 1 commit
    • Use HTTP header for comments service auth · 62cc9e77
      Previously, authentication was done using a URL parameter, which would
      appear in various logs. Now, authentication is done more appropriately
      with an HTTP header. Note that this requires cs_comments_service commit
      cf39aabdd160176ebf206ca19d3ee030161a0b47 or later.
      Greg Price committed
  26. 27 Aug, 2013 1 commit
  27. 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
  28. 27 Jun, 2013 1 commit
  29. 10 Jun, 2013 1 commit
  30. 16 May, 2013 6 commits