Andy Armstrong
b85b7dad72
Disable Bok Choy tests that are failing on Jenkins
2017-10-19 16:15:21 -04:00
Jeremy Bowman
5e2742027b
Merge pull request #15712 from edx/jmbowman/PLAT-1676
...
PLAT-1676 Use pytest for bok-choy tests
2017-08-14 17:03:20 -04:00
Jeremy Bowman
9e3f35db22
PLAT-1676 Use pytest for bok-choy tests
2017-08-14 11:49:39 -04:00
Stuart Young
806bbc13ab
remove all occurrences of flaky decorator
2017-08-08 16:23:51 -04:00
cahrens
31d99e8d2d
ED-549 Assign learner to a cohort before registration.
2017-06-16 10:23:13 +00:00
Andy Armstrong
c0007a11f3
Add new course search results page
...
LEARNER-1112
2017-06-13 16:36:32 -04:00
Albert St. Aubin
fd7ac21608
Working publisher/subscriber events for Cohorts and discussions
2017-06-06 13:58:54 -04:00
cahrens
e1916eb973
AutoAuthPage moved.
2017-06-05 13:28:24 -04:00
cahrens
36c51450c2
Adds in radio button patch request and text for page
...
EDUCATOR-229
2017-06-05 13:00:31 -04:00
cahrens
79c5137a68
Bok choy tests for division scheme.
...
EDUCATOR-424
2017-06-05 12:59:51 -04:00
Albert St. Aubin
c23c0b991b
EDUCATOR-141: Moved the Discussions Mgt to its own tab and updated tests
2017-06-05 12:59:51 -04:00
Clinton Blackburn
6ff614800c
Updated auto_auth endpoint to always return JSON
...
Defaulting to a plaintext response makes no sense for an endpoint that is intended to be used by machines for testing. The endpoint now returns JSON only unless a redirect action is triggered.
2017-05-31 23:18:05 -04:00
John Eskew
3b57542ab0
Revert "Merge pull request #15170 from edx/jeskew/PLAT_1316_partitions_inheritance"
...
This reverts commit f97f052591 , reversing
changes made to 800bcd8e20 .
2017-05-30 12:42:54 -04:00
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