- 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
-
- 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
-
- 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
-
- 26 Dec, 2014 2 commits
-
-
Jonathan Piacenti committed
-
Alan Boudreault committed
-
- 17 Dec, 2014 1 commit
-
-
When we change the page using pagination in the user profile page the data gets updated but the position of the window remains at pagination. It should change position of window to top. TNL-107
Waqas Khalid 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
-
- 16 Oct, 2014 1 commit
-
-
Calen Pennington 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
-
- 08 Sep, 2014 1 commit
-
-
Alan Boudreault committed
-
- 07 Sep, 2014 1 commit
-
-
Piotr Mitros committed
-
- 05 Sep, 2014 1 commit
-
-
Adam Palay committed
-
- 04 Sep, 2014 7 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 -
An obsolete test case was passing because the assertions were too weak, so the assertions are improved and the test case removed.
Greg Price committed -
Unfortunately, one template (thread-list-template, defined in _thread_list_template.html) still relies on complex Mako processing, so that is still being mocked in the tests.
Greg Price committed -
TNL-25
Andy Armstrong committed -
Greg Price committed
-
Greg Price committed
-
- 03 Sep, 2014 1 commit
-
-
jsa committed
-
- 29 Aug, 2014 4 commits
-
-
The actions are now consolidated in one location for each piece of content. Primary actions (vote, follow, endorse, mark as answer) are buttons, and secondary actions (pin, edit, delete, report, close) are in a menu. This also includes improved front-end error handling for the actions and significant test cleanup. Co-authored-by: jsa <jsa@edx.org> Co-authored-by: marco <marcotuts@gmail.com> Co-authored-by: Frances Botsford <frances@edx.org> Co-authored-by: Brian Talbot <btalbot@edx.org>
Greg Price committed -
Greg Price committed
-
This feature is supplanted by the flagged option in the filter menu, which can work within topics as well as across all topics.
Greg Price committed -
The menu allows filtering to unread, unanswered, or flagged threads. This includes passing through the appropriate query parameters to the comments service.
Greg Price committed
-