1. 06 Jul, 2017 1 commit
  2. 12 Jun, 2017 1 commit
  3. 18 Apr, 2017 1 commit
  4. 18 Oct, 2016 1 commit
    • [TNL-5632] Optimize the single_thread view. · 6704e17a
      Firstly, we're now explicitly instructing the comments service to not
      return thread responses/comments if the request isn't AJAX.  So, if you
      load the URL for a single discussion thread in your browser, this would
      be a non-AJAX call and we'll avoid loading the responses for the entire
      thread behind-the-scenes.  Big win here for large threads.
      
      Next, we removed a redundant "get threads" call which was also happening
      behind-the-scenes.  This call was redundant as the front-end JS also
      grabs the thread list when a topic is chosen, so we were making an
      extranenous call for no benefit.  Poof, gone!
      
      Finally, we added some caching of database queries that are required to
      drive a lot of the permissions/cohorts machinery around discussion.
      This will have a minimal effect but introduced a cleaner way to apply
      general memoization at the per-request level which will let us further
      cache things as we identify them as issues.
      Toby Lawrence committed
  5. 10 Nov, 2015 1 commit
  6. 31 Jul, 2015 1 commit
  7. 30 Jul, 2015 2 commits
  8. 13 Jul, 2015 2 commits
  9. 17 Jun, 2015 1 commit
  10. 11 Dec, 2014 1 commit
  11. 05 Sep, 2014 1 commit
  12. 29 Aug, 2014 2 commits
  13. 29 May, 2014 1 commit
  14. 21 May, 2014 1 commit
  15. 12 Mar, 2014 1 commit
  16. 30 Jan, 2014 1 commit
    • Unicode changes to support QRF · bc30addf
      fixing unit tests
      
      fixing merge error
      
      fixing xqueue submission issue with unicode url (trial 0.1)
      
      fixing fotmats as commented upon
      
      removing yaml file language selection
      
      Unicode changes to support QRF
      
      removed unnecessary pass in modulestore/init.py
      
      fixing merge error
      
      fixing fotmats as commented upon
      
      removing yaml file language selection
      
      fixing pep8 violations
      
      - fixing pylint violations
      
      pylint violation
      
      fixing line spaces and formats
      
      ignore pylint E1101
      
      remove empty line
      
      fixing pylint violations
      
       pep8 violations
      
      bulk mail unicode/decode
      
      fix migration error
      
      fix pep8 just to push again
      
      more unicode/decode
      Final changes to comments and error messages.
      Jay Zoldak committed
  17. 09 Dec, 2013 1 commit
  18. 08 Nov, 2013 1 commit
  19. 19 Jun, 2013 1 commit
  20. 16 May, 2013 1 commit
  21. 06 May, 2013 1 commit
  22. 26 Apr, 2013 1 commit
  23. 09 Apr, 2013 2 commits
  24. 12 Mar, 2013 1 commit
  25. 06 Feb, 2013 1 commit
  26. 05 Feb, 2013 1 commit
  27. 29 Jan, 2013 1 commit
  28. 20 Nov, 2012 2 commits
  29. 14 Sep, 2012 2 commits
  30. 13 Sep, 2012 1 commit
  31. 23 Aug, 2012 2 commits
  32. 21 Aug, 2012 1 commit
  33. 15 Aug, 2012 1 commit