- 09 Feb, 2016 1 commit
-
-
Chris Rodriguez committed
-
- 26 Jan, 2016 1 commit
-
-
Updates discussion tests to not mock out so much. Also adds new test coverage for the bug being investigated here.
Andy Armstrong committed
-
- 17 Sep, 2015 1 commit
-
-
TNL-2620
Chris Rodriguez committed
-
- 06 Aug, 2015 2 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
-
- 01 Aug, 2015 1 commit
-
-
Andy Armstrong committed
-
- 31 Jul, 2015 1 commit
-
-
TNL-2919
Andy Armstrong committed
-
- 28 Jul, 2015 1 commit
-
-
No need to go through Mako
David Baumgold committed
-
- 15 Jun, 2015 1 commit
-
-
TNL-2384 Refactored Studio's PagingView to use RequireJS Text and moved it to common so that it can also be used by LMS.
Andy Armstrong committed
-
- 02 May, 2015 1 commit
-
-
AC-102
Ahsan Ulhaq 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
-
- 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
-
- 31 Jan, 2015 1 commit
-
-
Marco Morales committed
-
- 28 Jan, 2015 2 commits
-
-
Jonathan Piacenti committed
-
Retriggring Jenkins build
Jonathan Piacenti committed
-
- 15 Jan, 2015 2 commits
-
-
Andy Armstrong committed
-
It's a problem for accessibility
Bertrand Marron 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
-
- 09 Jan, 2015 1 commit
-
-
Brian Talbot committed
-
- 06 Jan, 2015 1 commit
-
-
* updating vendor files * updating class syntax (to new FA-based classes) for all UI elements * correcting broken tests
Chris committed
-
- 26 Dec, 2014 1 commit
-
-
Jonathan Piacenti committed
-
- 13 Dec, 2014 1 commit
-
-
[PLAT-217]
Calen Pennington committed
-
- 05 Dec, 2014 1 commit
-
-
When someone closes thread there is still option to add vote which cause error when click on add vote button. User shouldn't be able to add vote while the thread is closed. TNL-152
Waqas Khalid committed
-
- 17 Oct, 2014 2 commits
-
-
When user try to edit the post under dicussion whose id contains dots it doesn't allow user to edit taht post. TNL-607
Waqas Khalid committed -
In forum search is only working when user enter some text in the search textfield and press the Enter button. It should also work when we click on magnifying glass. TNL-526
Waqas Khalid committed
-
- 15 Oct, 2014 1 commit
-
-
Co-Authored-By: jmclaus <jmc@edx.org> Co-Authored-By: jsa <jsa@edx.org>
E. Kolpakov committed
-
- 14 Oct, 2014 1 commit
-
-
Co-Authored-By: Brian Talbot <btalbot@edx.org> TNL-549
jsa committed
-
- 13 Oct, 2014 1 commit
-
-
If we endourse the answer of the question in discussion the username link that is created is broken whereas it should point to the userprofile. TNL-188
Waqas Khalid committed
-
- 03 Oct, 2014 1 commit
-
-
TNL-172: Change type of a previously posted post. IMPORTANT: this commit depends on commit 774887b in cs_comments_service.
jmclaus committed
-
- 02 Oct, 2014 2 commits
-
-
Andy Armstrong committed
-
TNL-401
Andy Armstrong committed
-
- 30 Sep, 2014 1 commit
-
-
Pinned threads come on the top when we sort threads by most recent activities but in the most activities and most vote case it doesn't come on top. Pinned thread should come on top in any case of sorting TNL-90
Waqas Khalid committed
-
- 26 Sep, 2014 1 commit
-
-
When as course moderator when we click on posts I'm followng from sidebar dropdown it gives error that threads cannot be loaded. It should show all the threads the user is following. TNL-469
Waqas Khalid committed
-
- 24 Sep, 2014 2 commits
-
-
polesye committed
-
When someone closes thread there is still option to add comment which cause error when submitted. User shouldn't be able to comment while the thread is closed. TNL-150
Waqas Khalid committed
-
- 16 Sep, 2014 1 commit
-
-
TNL-153
jsa committed
-
- 15 Sep, 2014 1 commit
-
-
When user is creating new post and then cancel it the data remains in the form which appears when we click on new post again. The state of form should be reset. TNL-148
Waqas Khalid committed
-
- 05 Sep, 2014 1 commit
-
-
Adam Palay committed
-
- 04 Sep, 2014 2 commits
-
-
The cohort selector is rendered only for a privileged user in a cohorted course, and that logic is now in an Underscore template instead of Mako.
Greg Price committed -
One minor case is fixed (to pass "" instead of "all" as the group_id parameter to indicate viewing all threads), and tests are added.
Greg Price committed
-