David Ormsbee
94614db46e
CoffeeScript tests migration: Remove implicit returns
2017-11-22 15:39:50 -05:00
David Ormsbee
0880502f26
CoffeeScript tests migration: Decaffeinate files
...
This is running decaffeinate, with no additional cleanup.
2017-11-22 15:39:50 -05:00
David Ormsbee
5c64da2f63
CoffeeScript tests migration: Rename files
...
Step 1 in our migration steps is to rename the CoffeeScript files to
the JS files they will be replaced with, so that we can preserve file
history.
2017-11-22 15:39:50 -05:00
E. Kolpakov
2b8c02a759
Discussion coffee files to JS
2016-06-23 11:05:36 -04:00
Andy Armstrong
b1af59ad99
Move discussion .coffee files to .js
2016-06-23 11:05:36 -04:00
Diana Huang
d75e633508
Change topic name truncation.
2016-06-21 09:59:25 -04:00
Andy Armstrong
fff88151d2
Convert XBlock runtime code to JavaScript
2016-06-19 12:55:20 -04:00
Brian Jacobel
b6cf9d231f
Disallow reporting and upvoting of your own posts in discussion forums
2016-06-15 12:01:23 -04:00
Andy Armstrong
7e2a174eec
Move discussion board to the Pattern Library
...
TNL-4622
2016-06-02 12:48:12 -04:00
ssemenova
36c867c42a
changed icon html from <i> to <span>
...
TNL-4651
2016-05-31 15:46:23 -04:00
Brian Jacobel
ad2a9a985d
.val is not working here, approximate its intent with .prop("checked")
2016-05-24 16:53:58 -04:00
cahrens
b1f715690a
Fix incorrect truncation issue.
...
TNL-4238
2016-05-04 13:28:06 -04:00
muzaffaryousaf
928d9a2694
Replace backbone-min to actual file.
2016-04-28 12:46:29 +05:00
muzaffaryousaf
a1cb7b8f39
Common, squire fixes required to upgrade backbonejs
...
TNL-4358
2016-04-27 12:48:45 +05:00
muzaffaryousaf
9cbfea2edd
Js test fixes for common, common-requirejs, xmodule.
2016-04-22 19:09:31 +05:00
wajeeha-khalid
e020869089
refactored variable name
2016-04-14 16:42:57 +05:00
wajeeha-khalid
5b5fb2464d
TNL-3818: fixed recent activity mapping in thread-list sort for Forums Web
2016-04-13 17:47:31 +05:00
attiyaIshaque
1e74f942f1
Merge branch 'master' into ai/tnl3964-forum-vote-button
2016-03-23 19:00:01 +05:00
Attiya Ishaque
269a8e9d4d
Styling on forums response vote button.
2016-03-21 18:33:06 +05:00
cahrens
dd2a203677
Upgrade underscore to newest version.
...
FEDX-24
2016-03-16 17:08:27 -04:00
clrux
a5e34d4e12
Merge pull request #11105 from edx/clrux/ac-23
...
Updating forum buttons and overall icon cleanup
2016-02-09 10:53:31 -05:00
Chris Rodriguez
4454c819c8
LMS: forum markup tweaks and cleanup
2016-02-09 09:34:58 -05:00
Eric Fischer
d1ef73e90a
Don't renderAttrs unnecessarily
...
It is unneeded here, and causes bad behavior.
2016-01-26 13:08:42 -05:00
Andy Armstrong
10ca0a3870
Discussion Test Updates
...
Updates discussion tests to not mock out so much. Also adds new
test coverage for the bug being investigated here.
2016-01-26 13:08:42 -05:00
Andy Armstrong
8914aaf8d4
Refactor discussions code to address flaky test
...
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
2015-10-07 11:22:48 -04:00
Chris Rodriguez
f63ff69097
Assigning focus to the selected topic
...
TNL-2620
2015-09-17 17:31:30 -04:00
Peter Fogg
2f7fa6fd8b
Enforce discussions permissions in teams UI.
...
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.
2015-08-06 11:15:56 -04:00
Marco Morales
dd67f8aa72
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
2015-08-06 11:15:55 -04:00
Andy Armstrong
63da1907eb
Show inline discussion component on Team view
...
TNL-2515
2015-08-06 11:15:55 -04:00
Ned Batchelder
ff243eaa70
Merge pull request #9187 from edx/release
...
Release merge to master
2015-08-04 14:18:50 -04:00
Andy Armstrong
540e8464d9
Remove Mustache usage from discussions
2015-08-01 17:13:14 -04:00
Andy Armstrong
96e14e3f8b
Fix forums escaping bug
...
TNL-2919
2015-07-31 19:40:04 -04:00
David Baumgold
c1a38a6dc7
Pull discussion underscore templates out into individual files
...
No need to go through Mako
2015-07-28 09:36:31 -04:00
Andy Armstrong
1689004189
Create a common paginated list view
...
TNL-2384
Refactored Studio's PagingView to use RequireJS Text and moved it
to common so that it can also be used by LMS.
2015-06-15 13:51:09 -04:00
Awais Jibran
adfca9d480
TNL-2223 Inline discussion jumps to the bottom of the page when thread is expanded.
2015-05-25 18:31:17 +05:00
Ahsan Ulhaq
702663d978
Merge pull request #7889 from edx/ahsan/AC-102-forums-vote-tracking-missing-spaces-awkward-reading
...
Forums vote tracking missing spaces causes awkward reading
2015-05-05 05:48:59 -04:00
Ahsan Ulhaq
95b2b82896
Forums vote tracking missing spaces causes awkward reading
...
AC-102
2015-05-02 19:52:20 +05:00
Awais Jibran
6e6aa036e7
Switching between discussion threads take focus to bottom of the page.
...
TNL-1530
2015-04-29 20:28:52 +05:00
Waqas Khalid
daadfeab66
View discussion of user profile return 404
...
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
2015-03-19 15:33:45 +05:00
Waqas Khalid
11159ba71e
Discussion forum doesn't work when mathjax is down
...
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
2015-02-10 13:12:41 +05:00
Mat Moore
d857695d62
Vote buttons should be disabled while in use
...
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
2015-02-07 09:52:39 +00:00
Chris
6266dcf1e7
Merge pull request #6820 from edx/clrux/forums-assign-regions
...
Assign regions/landmarks for easier navigation
2015-02-03 16:03:18 -05:00
Chris Rodriguez
66f909cd50
Assigning regions to forum areas and adding ARIA to new post form
2015-02-03 10:34:37 -05:00
Marco Morales
951773150f
updated icons on discussion forums
2015-01-31 18:40:38 -05:00
David Baumgold
6134bedfca
Merge pull request #6443 from open-craft/kelketek/hide-irrelevant-cohort-menu
...
Add classes to cohort selector element group
2015-01-29 11:49:33 -05:00
Chris Rodriguez
d30088dd0d
Using .sr instead of aria-label
2015-01-29 08:39:54 -05:00
Chris Rodriguez
42486a5ee6
Adding ARIA label to selected conversation
2015-01-29 08:39:54 -05:00
Jonathan Piacenti
ed20d5a136
Inverted boolean for rendering in CheckVisible.
2015-01-28 22:58:56 +00:00
Jonathan Piacenti
bd57d56bdd
Add classes to group of elements for cohort selector.
...
Retriggring Jenkins build
2015-01-28 22:51:46 +00:00
Andy Armstrong
ac58ebf7da
Rename 'cohort groups' to just 'cohorts'
2015-01-15 10:33:48 -05:00