Clinton Blackburn
74f9858b77
Optimized all imports in common.test.acceptance
...
- Removed unused imports
- Ran isort to properly order/style imports
2017-05-28 00:59:22 -04:00
John Eskew
76389d8678
Run all files touched in inheritance/partition work through isort.
2017-05-25 13:24:08 -04:00
John Eskew
66f3aa5ccf
Move fields.py, inheritance.py, and partitions to openedx/core.
2017-05-25 13:24:08 -04:00
attiyaishaque
9188dbdb47
EDUCATOR-283 Old mathjax not load in preview box.
2017-05-11 15:02:17 +05:00
attiyaishaque
25435cfc98
TNL-5515. Fix discussion topic navigation and sorting option.
2017-04-17 17:05:12 +05:00
rabia23
308fd66435
TNL-6740 Fix previously cohorted discussion posts still show cohorting visibility message.
2017-04-12 09:09:12 +00:00
cahrens
121078eb67
Change default value for "always cohort".
...
TNL-6815
2017-04-07 13:02:25 -04:00
noraiz-anwar
6f447d0b51
Hide Add a post during discussion blackout period
2017-02-14 11:18:12 +05:00
Brian Jacobel
86975faa5f
Skip this test until it can be fixed, in TNL-6215
2016-12-21 16:54:41 -05:00
Brian Jacobel
787dac9046
use DiscussionThreadListView for user profile discussion
2016-12-12 11:01:56 -05:00
Brian Jacobel
187783beaf
Requested UI changes - borderless, all posts is no longer highlighted
...
Fix read only support for team discussions
Fix error messages to use "posts" not "threads"
More small UI tweaks, padding and alignment
Add a11y tests for all inline discussion states
Improve discussion error messages
2016-12-12 11:01:56 -05:00
Andy Armstrong
95af18430c
Fix inline discussion Bok Choy tests
2016-12-12 11:01:55 -05:00
Brian Jacobel
5dad2afa44
Squashed minor issue fixes in inline discussion view
...
Make this selector more specific, was getting overrides
Fix Teams implementation of inline discussion
Fix LMS tests
Work on pagination support
Jasmine tests for this feature
Focus works when navigating between list and detail
Fix safe template violations
2016-12-12 11:01:25 -05:00
attiyaishaque
be32d74afe
TNL-6017 Receive Updates checkbox saved in discussion forums.
2016-12-01 11:25:44 +05:00
Awais Jibran
92b99c7dc3
Fix discussion user roles
2016-11-10 17:11:52 +05:00
alisan617
e80d9b5792
Refactor discussion tab UI code into parts to be reusable for inline discussions
...
TNL-5669
2016-11-08 14:17:01 -05:00
Toby Lawrence
2acb4a6cad
[PERF-386] Utilize ForumsConfig to enable and disable forums.
...
This specifically enables/disables the underlying comment service client
used to make calls to the service. When disabled, this client will now
throw an exception which can be propagated upwards so that callers can
make the right decision about how to notify users of the error, or
handle retry, etc etc.
2016-11-03 10:20:19 -04:00
cahrens
827f91a9f9
Remove unnecessary ignores in a11y tests.
...
Also update JIRA tickets.
2016-10-25 13:38:55 -04:00
Toby Lawrence
6704e17afd
[TNL-5632] Optimize the single_thread view.
...
Firstly, we're now explicitly instructing the comments service to not
return thread responses/comments if the request isn't AJAX. So, if you
load the URL for a single discussion thread in your browser, this would
be a non-AJAX call and we'll avoid loading the responses for the entire
thread behind-the-scenes. Big win here for large threads.
Next, we removed a redundant "get threads" call which was also happening
behind-the-scenes. This call was redundant as the front-end JS also
grabs the thread list when a topic is chosen, so we were making an
extranenous call for no benefit. Poof, gone!
Finally, we added some caching of database queries that are required to
drive a lot of the permissions/cohorts machinery around discussion.
This will have a minimal effect but introduced a cleaner way to apply
general memoization at the per-request level which will let us further
cache things as we identify them as issues.
2016-10-18 13:11:30 -04:00
alisan617
d5635cf1ba
New inline discussion home view UI
...
TNL-4756
2016-10-14 10:54:50 -04:00
Nimisha Asthagiri
14d8a46d8c
Merge pull request #13739 from edx/flaky/cohort-test
...
Fix flaky bokchoy test: test_automatic_cohort_help, test_manual_cohort_help
2016-10-13 11:36:37 -04:00
Nimisha Asthagiri
9f1d4cbf6f
Fix flaky test_automatic_cohort_help bokchoy test
...
TNL-5709
2016-10-13 03:58:01 -04:00
Noraiz Anwar
34ab38d729
Fix mathjax rendering
...
TNL-5451
2016-10-06 12:30:46 +05:00
alisan617
0ffeb4639b
Make the left sidebar in Discussion page accessible
...
TNL-5169
2016-09-22 15:28:29 -04:00
Mushtaq Ali
a1945c18d1
Remove icon-aria-hidden rule for a11y discussions
...
TNL-4637 TNL-4641 TNL-4645
2016-09-19 12:30:20 +05:00
Brian Jacobel
c28fc04b78
Commenting out color-contrast tests for DiscussionOpenClosedThreadTest because of Jenkins issues
2016-09-16 13:11:21 -04:00
Brian Jacobel
a229e1f028
Fix DiscussionHomePageTest color-contrast issues - TNL-4635
2016-09-16 13:11:21 -04:00
Brian Jacobel
a19274c84f
Fix DiscussionOpenClosedThreadTest color-contrast issues - TNL-4644
2016-09-16 13:11:20 -04:00
Brian Jacobel
ad1aa2b35f
Fix DiscussionTabMultipleThreadTest color-contrast issues - TNL-4639
2016-09-16 13:11:20 -04:00
Mushtaq Ali
3c16225496
Merge pull request #13411 from edx/mushtaq/a11y-discussions-duplicate-id
...
Remove duplicate-id rule for a11y discussions
2016-09-08 18:33:13 +05:00
Brian Jacobel
49f99146ec
Merge pull request #13417 from edx/bjacobel/flaky-5453
...
Mark DiscussionResponseEditTest.test_vote_report_endorse_after_edit as flaky
2016-09-07 14:04:46 -04:00
Brian Jacobel
d148868b57
Mark DiscussionResponseEditTest.test_vote_report_endorse_after_edit as flaky
2016-09-07 11:24:47 -04:00
Mushtaq Ali
e1247ba1e1
Remove duplicate-id rule for a11y discussions
...
TNL-4647
2016-09-07 13:20:13 +05:00
Mushtaq Ali
bcab8101cb
Ensure correct aria-valid-attr-value for discussions
2016-09-06 15:58:39 +05:00
Andy Armstrong
f1bad0721f
Make discussion links into buttons for a11y
...
TNL-4640
2016-09-02 16:34:15 -04:00
Awais Jibran
68303997c8
Fix Discussion blackout date still has Add a Response text box
...
TNL-5111
2016-08-24 12:03:29 +05:00
Chris Rodriguez
b5efcc15f5
AC-530 fixing link-href ignores in the platform
2016-08-19 10:04:40 -04:00
Brian Jacobel
df35415ec1
Remove forum-nav-header and wire breadcrumbs to replace it
...
TNL-5186
2016-08-17 16:21:13 -04:00
Brian Jacobel
1f2c843f23
Move search box to header. Add search results to breadcrumbs when you search
2016-08-17 16:21:12 -04:00
Brian Jacobel
a60d456f28
Add breadcrumbs to discussion forums header
2016-08-17 16:21:12 -04:00
Andy Armstrong
89f93df46e
Refactor out a new discussions Django app
2016-08-17 16:20:45 -04:00
Diana Huang
8ca5739f0f
Open the topic list by default.
2016-08-17 16:20:43 -04:00
Brian Jacobel
71a048a631
Add bok choy tests for discussions editor preview pane
2016-08-12 10:24:21 -04:00
Calen Pennington
bc20a37c2b
Simplify how shards are selected in CI
2016-08-03 16:23:02 -04:00
Ned Batchelder
8571ceabeb
Fix many wrong-assert-type errors
2016-08-03 12:44:41 -04:00
Ned Batchelder
eef964f5f6
Fix unused-variable errors
2016-08-03 12:44:41 -04:00
Shauna Gordon-McKeon
f8d28889b9
Remove unused imports, move too-long imports to multiple lines
2016-07-28 16:35:40 -04:00
Shauna Gordon-McKeon
29bb5b50e9
Switch relative to absolute urls in imports (video, discussion, misc)
2016-07-28 16:35:40 -04:00
raeeschachar
e8d32c839d
Skipped test failing on chrome due to old version
2016-07-26 11:49:18 +00:00
E. Kolpakov
33b3dfcc92
Converts Discussion XModule to Discussion XBlock
...
* Renames discussion_module to discussion_xblock
* Moves common/lib/xmodule/xmodule_discussion to openedx/core/lib/xblock_builtin/xblock_discussion
2016-06-29 06:47:04 +12:00