1. 09 Feb, 2016 1 commit
  2. 26 Jan, 2016 1 commit
  3. 17 Sep, 2015 1 commit
  4. 06 Aug, 2015 2 commits
  5. 01 Aug, 2015 1 commit
  6. 31 Jul, 2015 1 commit
  7. 28 Jul, 2015 1 commit
  8. 15 Jun, 2015 1 commit
  9. 02 May, 2015 1 commit
  10. 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
  11. 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
  12. 31 Jan, 2015 1 commit
  13. 28 Jan, 2015 2 commits
  14. 15 Jan, 2015 2 commits
  15. 14 Jan, 2015 1 commit
  16. 09 Jan, 2015 1 commit
  17. 06 Jan, 2015 1 commit
  18. 26 Dec, 2014 1 commit
  19. 13 Dec, 2014 1 commit
  20. 05 Dec, 2014 1 commit
  21. 17 Oct, 2014 2 commits
  22. 15 Oct, 2014 1 commit
  23. 14 Oct, 2014 1 commit
  24. 13 Oct, 2014 1 commit
  25. 03 Oct, 2014 1 commit
  26. 02 Oct, 2014 2 commits
  27. 30 Sep, 2014 1 commit
  28. 26 Sep, 2014 1 commit
  29. 24 Sep, 2014 2 commits
  30. 16 Sep, 2014 1 commit
  31. 15 Sep, 2014 1 commit
  32. 05 Sep, 2014 1 commit
  33. 04 Sep, 2014 2 commits