1. 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
  2. 10 Nov, 2015 1 commit
  3. 31 Jul, 2015 1 commit
  4. 30 Jul, 2015 2 commits
  5. 13 Jul, 2015 2 commits
  6. 17 Jun, 2015 1 commit
  7. 11 Dec, 2014 1 commit
  8. 05 Sep, 2014 1 commit
  9. 29 Aug, 2014 2 commits
  10. 29 May, 2014 1 commit
  11. 21 May, 2014 1 commit
  12. 12 Mar, 2014 1 commit
  13. 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
  14. 09 Dec, 2013 1 commit
  15. 08 Nov, 2013 1 commit
  16. 19 Jun, 2013 1 commit
  17. 16 May, 2013 1 commit
  18. 06 May, 2013 1 commit
  19. 26 Apr, 2013 1 commit
  20. 09 Apr, 2013 2 commits
  21. 12 Mar, 2013 1 commit
  22. 06 Feb, 2013 1 commit
  23. 05 Feb, 2013 1 commit
  24. 29 Jan, 2013 1 commit
  25. 20 Nov, 2012 2 commits
  26. 14 Sep, 2012 2 commits
  27. 13 Sep, 2012 1 commit
  28. 23 Aug, 2012 2 commits
  29. 21 Aug, 2012 1 commit
  30. 15 Aug, 2012 3 commits
  31. 14 Aug, 2012 1 commit