- 23 Jun, 2016 2 commits
-
-
E. Kolpakov committed
-
Andy Armstrong committed
-
- 21 Jun, 2016 1 commit
-
-
Diana Huang committed
-
- 19 Jun, 2016 1 commit
-
-
Andy Armstrong committed
-
- 15 Jun, 2016 1 commit
-
-
Brian Jacobel committed
-
- 31 May, 2016 1 commit
-
-
TNL-4651
ssemenova committed
-
- 24 May, 2016 1 commit
-
-
Brian Jacobel committed
-
- 04 May, 2016 1 commit
-
-
TNL-4238
cahrens committed
-
- 02 May, 2016 2 commits
-
-
muzaffaryousaf committed
-
TNL-4358
muzaffaryousaf committed
-
- 28 Apr, 2016 1 commit
-
-
muzaffaryousaf committed
-
- 27 Apr, 2016 1 commit
-
-
TNL-4358
muzaffaryousaf committed
-
- 14 Apr, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 13 Apr, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 21 Mar, 2016 1 commit
-
-
Attiya Ishaque committed
-
- 16 Mar, 2016 1 commit
-
-
FEDX-24
cahrens committed
-
- 26 Jan, 2016 2 commits
-
-
It is unneeded here, and causes bad behavior.
Eric Fischer committed -
Updates discussion tests to not mock out so much. Also adds new test coverage for the bug being investigated here.
Andy Armstrong committed
-
- 07 Oct, 2015 1 commit
-
-
TNL-3247 Removed remaining synchronous AJAX calls from discussions Updated the profile view tests to use an attached view for testing Removed one-time JQuery intiialization that could fail and break multiple tests
Andy Armstrong committed
-
- 17 Sep, 2015 1 commit
-
-
TNL-2620
Chris Rodriguez committed
-
- 06 Aug, 2015 3 commits
-
-
Adds a read-only mode to the discussion module which disables any controls for updating the discussion (votes, follows, replies, etc). This mode is enabled for users who are not a member of the team, and are also not moderators, admins, or community TAs.
Peter Fogg committed -
updated inline discussion styling to account for lack of expand / show message (which was being relied on for layout) and also removed issues of generic pagination styling impacting the older inline discussion pagination pattern with a class renaming
Marco Morales committed -
TNL-2515
Andy Armstrong committed
-
- 01 Aug, 2015 1 commit
-
-
Andy Armstrong committed
-
- 28 Jul, 2015 1 commit
-
-
No need to go through Mako
David Baumgold committed
-
- 25 May, 2015 1 commit
-
-
Awais Jibran committed
-
- 02 May, 2015 1 commit
-
-
AC-102
Ahsan Ulhaq committed
-
- 29 Apr, 2015 1 commit
-
-
TNL-1530
Awais Jibran committed
-
- 19 Mar, 2015 1 commit
-
-
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
-
- 10 Feb, 2015 1 commit
-
-
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
-
- 07 Feb, 2015 1 commit
-
-
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
-
- 03 Feb, 2015 1 commit
-
-
Chris Rodriguez committed
-
- 29 Jan, 2015 2 commits
-
-
Chris Rodriguez committed
-
Chris Rodriguez committed
-
- 28 Jan, 2015 1 commit
-
-
Retriggring Jenkins build
Jonathan Piacenti committed
-
- 14 Jan, 2015 1 commit
-
-
Co-Authored-By: Jean-Michel Claus <jmc@edx.org> Co-Authored-By: Brian Talbot <btalbot@edx.org> Co-Authored-By: Tim Babych <tim@edx.org> Co-Authored-By: Oleg Marshev <oleg@edx.org> Co-Authored-By: Chris Rodriguez <crodriguez@edx.org>
polesye committed
-
- 13 Jan, 2015 1 commit
-
-
When user update the response after editing he would be unablt to report/vote/endorse the response. This problem was caused due to double binding of event in backbone view. TNL-720
Waqas Khalid committed
-
- 09 Jan, 2015 2 commits
-
-
Brian Talbot committed
-
In inline discussion if we have two discussion module the new post button open form for both discussions as well as cancel button of one discussion call the cancel of other. Click and button actions are now being handled inside view of each module so that they don't disturb eachother. TNL-776
Waqas Khalid committed
-
- 05 Jan, 2015 1 commit
-
-
When the responses of the thread is loaded it shows dual vote count one with simple text and one with button whereas only text should be shown when thread is closed and only button when thread is open. TNL-1016
Waqas Khalid committed
-