1. 04 May, 2015 1 commit
  2. 02 May, 2015 1 commit
  3. 29 Apr, 2015 1 commit
  4. 27 Apr, 2015 1 commit
  5. 17 Apr, 2015 1 commit
  6. 30 Mar, 2015 1 commit
  7. 23 Mar, 2015 1 commit
  8. 19 Mar, 2015 1 commit
    • View discussion of user profile return 404 · daadfeab
      If you open a particular user profile page there
      will be discussion where that user has collaborated.
      If you click on view discussion link it would return
      404 becuase of the missing discussion id in the link.
      I fixed it by adding the thread commentable id to link
      instead of getting the id from discussion object.
      
      TNL-1717
      Waqas Khalid committed
  9. 12 Mar, 2015 1 commit
  10. 09 Mar, 2015 1 commit
  11. 06 Mar, 2015 1 commit
  12. 10 Feb, 2015 1 commit
    • Discussion forum doesn't work when mathjax is down · 11159ba7
      When mathjax is down discussion forum doesn't work
      as we were using markdown.js with processor as
      mathjax. Unavailability of mathjax raise error in
      js which stops discussion to render. So I made
      markdown independent of mathjax. Markdown now will
      use mathjax when it is available otherwise ignore it.
      
      TNL-1149
      Waqas Khalid committed
  13. 07 Feb, 2015 1 commit
    • Vote buttons should be disabled while in use · d857695d
      Clicking quickly on up/down votes in forums generates a race condition
      where the votes can continue going up or down (and I can get e.g. large
      negative numbers). This is client-side; the server-side is not affected.
      
      This is caused by safeAjax calling code (including updateWithUndo) not
      handling the possible undefined return value. This is returned in the case
      where the element that triggers the event is already disabled.
      
      Corrected typo in DiscussionThreadView cleanup: @responseRequest -> @responsesRequest
      
      Resolves TNL-1061
      Mat Moore committed
  14. 06 Feb, 2015 2 commits
  15. 03 Feb, 2015 2 commits
  16. 31 Jan, 2015 1 commit
  17. 29 Jan, 2015 3 commits
  18. 28 Jan, 2015 3 commits
  19. 27 Jan, 2015 1 commit
  20. 21 Jan, 2015 1 commit
  21. 20 Jan, 2015 1 commit
  22. 15 Jan, 2015 3 commits
  23. 14 Jan, 2015 1 commit
  24. 13 Jan, 2015 1 commit
  25. 12 Jan, 2015 1 commit
  26. 09 Jan, 2015 2 commits
  27. 08 Jan, 2015 1 commit
  28. 06 Jan, 2015 1 commit
  29. 05 Jan, 2015 3 commits