Commit Graph

14523 Commits

Author SHA1 Message Date
Brian Jacobel
82dea974d0 Merge pull request #14791 from edx/bjacobel/course-outline-events
Add events to course outline, and add JS tests for that
2017-03-30 16:22:00 -04:00
Brian Jacobel
ee344980f8 Add events to course outline, and add JS tests 2017-03-30 15:32:17 -04:00
Matt Drayer
e2610a31fb Enroll learner in Audit track on postback 2017-03-30 14:29:31 -04:00
cahrens
e5035746bf Introduce EnrollmentTrackUserPartition.
TNL-6674
2017-03-30 12:24:48 -04:00
Andy Armstrong
be6a457059 Merge pull request #14767 from edx/andya/new-course-tab-preview
Add the staff preview bar to the new course home page
2017-03-29 07:23:01 -04:00
Rabia Iftikhar
83dce1eab3 Merge pull request #14735 from edx/ri/TNL-6436-fix-show-answer-button
TNL-6436 Fix (capa) show answer disabled even after answer is no longer shown
2017-03-29 11:45:30 +05:00
Andy Armstrong
ec241774ba Add the staff preview bar to the new course home page
LEARNER-75
2017-03-28 21:19:36 -04:00
Nimisha Asthagiri
b1b950c6e6 Merge pull request #14770 from edx/neem/waffle-utils
Waffle Switch with namespacing and request caching
2017-03-28 20:07:50 -04:00
Nimisha Asthagiri
4ac78706a3 Waffle Switch with namespacing and request caching 2017-03-28 17:49:20 -04:00
rabiaiftikhar
60d43559c6 TNl-6436 Fix '(capa) show answer' disabled even after answer is no longer shown 2017-03-28 11:55:16 +00:00
Jeremy Bowman
d1f256124c PLAT-1198 Reduce risk of losing navigation events 2017-03-27 15:51:37 -04:00
Robert Raposa
ac7e6bec92 Refactor to navigate directly to courseware page. 2017-03-24 13:44:37 -04:00
Brian Jacobel
1b3a3a23c0 Merge pull request #14637 from edx/bjacobel/resume-outline
Add resume indicator to course outline
2017-03-24 12:58:00 -04:00
Jesse Shapiro
1106746fd4 Add consent declined banner to dashboard 2017-03-23 16:44:24 -04:00
Robert Raposa
205b538074 Add Resume Course tests. 2017-03-23 16:01:34 -04:00
Robert Raposa
f0ec2660b0 Fix bokchoy. 2017-03-23 09:51:55 -04:00
Andy Armstrong
9df3779ccd Disable test to get course bookmarks released 2017-03-23 00:19:34 -04:00
Andy Armstrong
e4d355a686 Address code review feedback 2017-03-23 00:19:33 -04:00
Diana Huang
7ab76e6099 Add new bookmarks page a11y test. 2017-03-22 16:09:13 -04:00
Diana Huang
51f4ac431a Update bok choy tests for new bookmarks page. 2017-03-22 16:09:13 -04:00
Andy Armstrong
89e5c0fd8d Convert course bookmarks into a feature
LEARNER-39
2017-03-22 16:09:13 -04:00
Brian Jacobel
596634ebd6 Merge pull request #14426 from edx/andya/new-course-tab
Implement the new unified course tab with a separate outline page
2017-03-22 15:35:32 -04:00
Robert Raposa
c37137a6b5 Add course outline bokchoy tests.
- Rename CourseOutlinePage to StudioCourseOutlinePage in lms tests.
- Introduce CourseHomePage with outline child.
- Add a11y, breadcrumbs, and waffle.
2017-03-22 13:00:39 -04:00
Brian Jacobel
e2264d0796 Hide '<- Outline >' link in breadcrumbs if using old course view 2017-03-22 13:00:39 -04:00
Brian Jacobel
b63472520c Link outline subsections into the course 2017-03-22 13:00:37 -04:00
Ned Batchelder
4df63b2b2e No need to switch .org -> .io, just use the right URL to begin with 2017-03-22 12:25:47 -04:00
Ned Batchelder
f7b08b16fc Adapt the tests to openedx.core.release.doc_version() 2017-03-22 12:25:46 -04:00
Ned Batchelder
60221dcc13 Get the doc version from openedx.core.release, instead of an ini file 2017-03-22 12:25:46 -04:00
Asad Iqbal
557b4edd80 Merge pull request #14711 from edx/asadiqbal08/ENT-251
ENT-251 Updated track selection UI for Enterprise context
2017-03-22 18:42:30 +05:00
asadiqbal
bfde6d63c5 ENT-251 Updated track selection UI for Enterprise context 2017-03-22 17:32:58 +05:00
Hasnain Naveed
2105213c5a Merge pull request #14740 from edx/hasnain-naveed/WL-1011
WL-1011 | Added SiteConfiguration flag 'ENABLE_DONATIONS' to enable t…
2017-03-22 14:59:09 +05:00
Hasnain
5e5f4f7360 WL-1011 | Added SiteConfiguration flag 'ENABLE_DONATIONS' to enable the donation message. 2017-03-22 12:38:16 +05:00
Joel Barciauskas
6a55ef7920 Merge pull request #14633 from edx/jbarciauskas/remove-newrelic-dep
Wrap all newrelic dependencies in a check to see if the module is loaded
2017-03-21 16:28:24 -04:00
Jeff LaJoie
bf955988f3 TNL-6011: removes onchange line only using the onfocusout event to save 2017-03-21 12:07:37 -04:00
Muhammad Ammar
b10083cb62 Merge pull request #14714 from edx/ammar/stub-server-changes-for-hls
video stub server changes for hls
2017-03-21 15:03:16 +05:00
Nishant Karandikar
a480a502c1 Remove unnecessary param in function declaration & calls
There was previously a bug in the Youtube API that caused videos
to not play at a set speed in Safari. The bug has apparently since
been fixed, so we no longer need code for that browser
special case.
2017-03-21 11:44:53 +05:00
Nishant Karandikar
97ec1cec30 Remove unnecessary javascript
Previously, the Youtube API had a bug where a speed change from
another speed back to 1.0 would not register properly in Firefox.
The API has since been fixed, so there is no need for a workaround
2017-03-21 11:44:53 +05:00
Jesse Zoldak
9967b0f137 Skip failing JS test TNL-6748 2017-03-20 15:21:27 -04:00
muhammad-ammar
3461a6983e video stub server changes for hls
TNL-6543
2017-03-20 18:06:25 +05:00
Albert St. Aubin
91fce2a92b Updates to correct a header styling issue and to make the starting header level selectable 2017-03-20 08:37:33 -04:00
Nimisha Asthagiri
6a954c1e4e Merge pull request #14690 from edx/neem/fix-entrance-exam-grades
Fix grading for Entrance Exams
2017-03-17 19:04:35 -04:00
Nimisha Asthagiri
54d938cab5 Fix grading for Entrance Exams
TNL-6227
2017-03-17 17:32:36 -04:00
uzairr
d117222f7c Add timeout in request to xqueue 2017-03-17 10:23:20 +00:00
M. Rehan
3c040b93c2 Merge pull request #14704 from edx/mrehan/strip-edx-video-id
TNL-5769 – strip video id on saving the video
2017-03-17 12:56:41 +05:00
Muhammad Ammar
7766e15a65 Merge pull request #14684 from edx/ammar/backend-changes-to-support-hls
backend changes to support hls
2017-03-17 12:46:26 +05:00
M. Rehan
dd6b203cf0 Merge pull request #14664 from edx/mrehan/prioritize-youtube-subs-over-html5-on-save
TNL-6539 – Prioritize youtube subs over html5 ones
2017-03-17 12:23:06 +05:00
Qubad786
4a2589c7c3 strip video id on saving the video 2017-03-16 19:48:46 +05:00
muhammad-ammar
5ec5e97a0c backend changes to support hls
TNL-6541
2017-03-16 19:30:49 +05:00
Qubad786
0ff62e766e prioritize youtube transcripts over html5 ones 2017-03-16 14:38:51 +05:00
Jeremy Bowman
c28e67732e PLAT-1198 Fix flaky navigation buttons test 2017-03-15 15:45:22 -04:00