1. 12 Feb, 2014 2 commits
  2. 07 Feb, 2014 1 commit
    • Avoid requesting unnecessary thread responses · bc0ca63f
      The front-end code for rendering a thread always makes an AJAX request
      for the resopnses, regardless of how the thread was accessed (directly
      by URL or by selecting it from the thread list). Previously, when
      a user accessed a thread directly by URL, the LMS would initially
      request the thread from the comments service with responses, but that
      response data was never actually used. Now, the responses are not
      fetched with that initial query.
      Greg Price committed
  3. 30 Jan, 2014 1 commit
  4. 15 Jan, 2014 1 commit
  5. 14 Jan, 2014 2 commits
  6. 06 Jan, 2014 1 commit
  7. 03 Dec, 2013 2 commits
  8. 08 Nov, 2013 1 commit
  9. 28 Oct, 2013 2 commits
    • Improve performance of forum views · e6ecb6ec
      Avoid recomputing course module information for every thread, which
      should dramatically improve the performance of high-percentile latency
      queries.
      
      JIRA: FOR-250
      Greg Price committed
    • Improve forum error handling · 7abaecd8
      CommentClientError now has sane subclasses that are meaningfully
      distinct, and each subclass is handled appropriately. Errors raised by
      the requests library are no longer handled by turning them into
      CommentClientErrors, since there is no meaningful handling we can do,
      and this way we will get more visibility into why errors are occurring.
      Also, HTTP status codes from the comments service indicating client
      error are correctly passed through to the client.
      Greg Price committed
  10. 22 Oct, 2013 2 commits
  11. 11 Oct, 2013 1 commit
  12. 10 Oct, 2013 1 commit
  13. 27 Aug, 2013 1 commit
  14. 21 Aug, 2013 2 commits
  15. 20 Aug, 2013 1 commit
  16. 19 Aug, 2013 2 commits
  17. 30 Jul, 2013 1 commit
  18. 25 Jul, 2013 1 commit
  19. 28 Jun, 2013 3 commits
  20. 21 May, 2013 1 commit
  21. 16 May, 2013 2 commits
  22. 03 May, 2013 1 commit
  23. 26 Apr, 2013 1 commit
  24. 22 Apr, 2013 1 commit
  25. 21 Apr, 2013 2 commits
  26. 19 Apr, 2013 1 commit
  27. 05 Apr, 2013 2 commits
  28. 02 Apr, 2013 1 commit