Christine Lytwynec
5b5b4eb4fc
Merge pull request #11393 from edx/clytwynec/ac-238
...
Improve accessibility for dashboard course settings dropdown
2016-03-10 12:30:20 -05:00
Eric Fischer
a647169a90
Merge pull request #11167 from edx/christina/ora-data-download
...
WIP: Asynchronous download button for ORA2 data
2016-03-10 11:09:36 -05:00
dylanrhodes
2b1a7eece2
Asynchronous download button for ORA2 data
...
Conflicts:
lms/djangoapps/instructor/tests/test_api.py
lms/djangoapps/instructor/utils.py
lms/djangoapps/instructor/views/api.py
lms/djangoapps/instructor/views/api_urls.py
lms/djangoapps/instructor/views/instructor_dashboard.py
lms/djangoapps/instructor_task/api.py
lms/djangoapps/instructor_task/tasks.py
lms/djangoapps/instructor_task/tasks_helper.py
lms/djangoapps/instructor_task/tests/test_api.py
lms/djangoapps/instructor_task/tests/test_tasks.py
lms/djangoapps/instructor_task/tests/test_tasks_helper.py
lms/envs/aws.py
lms/envs/common.py
lms/static/coffee/src/instructor_dashboard/data_download.coffee
lms/templates/instructor/instructor_dashboard_2/data_download.html
2016-03-10 09:58:55 -05:00
Muzaffar yousaf
770a45b720
Merge pull request #11363 from edx/notes-pagination
...
Notes pagination
2016-03-10 17:26:54 +05:00
Hasnain
5e24225cd8
Removing Flaky decorator from lms instructor dashboard test
2016-03-09 10:18:10 -05:00
Peter Fogg
fd2f3b69ef
Prevent ordering closed courses, and give a good user message.
...
When Drupal attempts to enroll a user in a closed course, a 406 will
be returned. This causes the marketing site to redirect to the track
selection page for that course, which will then redirect to the
dashboard with a nice message.
ECOM-2317
2016-03-08 16:45:49 -05:00
muzaffaryousaf
b095651655
Escape html/js with other bug fixes .
...
TNL-4164
2016-03-08 18:07:52 +05:00
Ned Batchelder
57d2d62335
Merge pull request #11741 from edx/ned/flaky-SOL-1654
...
Mark a flaky test, SOL-1654
2016-03-04 10:11:39 -05:00
Ned Batchelder
b653e28e5c
Mark two tests flaky. TNL-4190 TNL-4191
2016-03-03 13:14:12 -05:00
Ned Batchelder
e3522d1fae
Mark a flaky test, SOL-1654
2016-03-03 12:44:18 -05:00
Muddasser
aaa3d972c6
Merge pull request #11707 from edx/muddasser/bokchoy-test_accepting_redirects
...
Check both url and title for the presence of code
2016-03-01 19:56:37 +05:00
Muddasser
724058a5ad
Check both url and title for the presence of code
2016-03-01 16:03:25 +05:00
raeeschachar
b4cbc66d96
Fixed test_cancelling_redirects failing on Chrome
2016-02-26 21:12:32 +05:00
Awais Jibran
d114be732f
Merge pull request #11514 from attiyaIshaque/ai/tnl4067-auto-register-course
...
User automatically registered to course.
2016-02-24 11:24:58 +05:00
muzaffaryousaf
ee637c58ea
Set notes page size to 25
...
TNL-4108
2016-02-24 11:03:17 +05:00
muhammad-ammar
ce57700d68
hide paging footer when only one page
2016-02-24 11:03:15 +05:00
muzaffaryousaf
71ec1b94f6
Fixing & adding Bokchoys for edx notes pagination.
...
TNL-3910
2016-02-24 11:03:15 +05:00
muhammad-ammar
13b14e0a60
Paginate edxnotes frontend
...
TNL-3908
2016-02-24 11:03:14 +05:00
Your Name
b1751e70c3
User automatically registered to course.
2016-02-23 19:07:19 +05:00
Justin Abrahms
885785d7f1
Added a UI for confirming OAuth Access.
...
This will allow users to delegate permissions to a 3rd party service.
2016-02-17 14:04:04 -05:00
Christine Lytwynec
6179c6e935
Improve screenreader text and focus management for dashboard course settings dropdown
2016-02-17 09:20:10 -05:00
Chris Rodriguez
2a4e141e0e
LMS: fixing skip links and adding a11y tests
2016-02-17 07:46:42 -05:00
Ben Patterson
edc9227a8b
TE-1194 update for test_teams.
...
This can also serve as an example of the kind of changes we want to make.
2016-02-10 14:22:50 -05:00
Jesse Zoldak
7ccca469fc
Merge pull request #11481 from edx/zoldak/remove-lettuce-homepage-test
...
Convert homepage acceptance test to bok-choy
2016-02-10 08:45:06 -05:00
Jesse Zoldak
f0c54c15ee
Convert homepage acceptance test to bok-choy
2016-02-10 06:32:38 -05:00
Attiya Ishaque
a042cbc7f0
Resetting password shows empty page.
...
TNL-3573
2016-02-10 14:47:41 +05:00
clrux
9ef9bc6efb
Merge pull request #11129 from edx/clrux/ac-201
...
LMS: darkening a gray on the profile page
2016-02-04 10:11:24 -05:00
Chris Rodriguez
652e4ce0c1
LMS: darkening a gray on the profile page
2016-02-04 09:09:45 -05:00
Peter Fogg
8ed051e3cf
Merge pull request #10642 from edx/feature/self-paced
...
Course home page improvements.
2016-02-03 15:06:59 -05:00
Peter Fogg
786c4456ea
Last-accessed courseware on the home page.
...
ECOM-2806
2016-02-03 13:58:22 -05:00
Matt Drayer
71a6779dfa
Merge pull request #11138 from fghaas/no-video-if-unset
...
lms: Only show welcome video if show_homepage_promo_video is set
2016-02-03 13:08:31 -05:00
Ahsan Ulhaq
96d030b6d9
Reverse and Rename Courseware and Course Info Tabs
...
ECOM-2678
2016-02-03 12:20:53 -05:00
Hasnain
d275dd4a70
Added bok choy test for proctoring instructor dashboard
2016-02-03 10:48:55 -05:00
clrux
8a2d989369
Merge pull request #11247 from edx/clrux/ac-313-fixup
...
CMS: Removing H1 and H2 from editor options; updating editor icons
2016-02-03 09:28:44 -05:00
Florian Haas
fef6f64a7b
lms: Only show welcome video if show_homepage_promo_video is set
...
While show_homepage_promo_video would previously toggle the control to
play the welcome video on and off, the YouTube embed iframe would be
included in index.html unconditionally. This created the ugly
situation that YouTube would try to pull in a non-existent video, and
that a DoubleClick tracking beacon would be introduced to the start
page for no reason.
Instead, make sure show_homepage_promo_video toggles the entire modal
video section on and off, suppressing it altogether unless
show_homepage_promo_video is set.
2016-02-03 09:37:27 +01:00
Chris Rodriguez
4ae40e7bdd
Updating icons on problem type editor
2016-02-02 15:41:04 -05:00
Ben Patterson
902126d55c
Clarify method intent. Use BrokenPromise rather than assert.
2016-02-02 06:48:30 -05:00
Douglas Hall
dce3d9ca81
Merge pull request #11014 from edx/douglashall/PHX-219/subsection_gating
...
PHX-219 Subsection Gating
2016-01-29 11:05:39 -05:00
Douglas Hall
37a7fdc0f2
Added subsection gating feature
2016-01-28 14:05:20 -05:00
asadiqbal
99b883b7be
WL-243 LMS Language Selection
2016-01-28 20:07:26 +05:00
Ben Patterson
31841bdcbb
Merge pull request #11271 from edx/benp/9-bokchoy-shards
...
Benp/9 bokchoy shards
2016-01-20 12:09:53 -05:00
Ben Patterson
ce716bbbc4
Create additional bok-choy shards for faster feedback.
2016-01-19 17:18:33 -05:00
Matt Drayer
9b35844b98
mattdrayer/index-page-bokchoy: Refactor+cover Open edX LMS index page
2016-01-18 23:12:04 -05:00
Awais Jibran
a72d4a04e8
Enable MathJax in Course Pages
...
TNL-3968
2016-01-12 13:49:30 +05:00
Douglas Hall
8b32148147
Merge pull request #11137 from edx/hasnain-naveed/SOL-1182-final
...
SOL-1182 / Bokchoy-test
2016-01-06 10:20:25 -05:00
Hasnain
b7d7e4d588
remove the flaky decorator.
2016-01-06 09:49:36 +00:00
Kelketek
7af7553175
Merge pull request #10413 from edx/register-dropdown
...
Add custom fields to registration menu.
2016-01-05 13:44:11 -06:00
Jonathan Piacenti
acc0161c0f
Add custom registration form extension feature.
2016-01-05 10:14:28 -06:00
raeeschachar
c66d3cba20
Merge pull request #11086 from edx/raees/chrome-bokchoy-test-can-create-note-with-tags
...
Fixed test can create note with tags failing on Chrome
2016-01-05 11:32:11 +05:00
raeeschachar
0e88264df6
Merge pull request #11111 from edx/raees/chrome-bokchoy-test-url-routing
...
Fixed test url routing failing on Chrome
2016-01-05 00:10:38 +05:00