Brian Talbot
96cd85d824
LMS: converts close modal controls to use HTML <button> element
2013-10-16 16:14:29 -04:00
brianhw
5918ee557f
Merge pull request #1351 from edx/brian/fix-dupe-emails
...
Check that email subtasks are known to the InstructorTask before executing.
2013-10-16 12:18:04 -07:00
Greg Price
17e2221604
Merge pull request #1326 from edx/gprice/cs-header-auth
...
Use HTTP header for comments service auth
2013-10-16 12:07:20 -07:00
Diana Huang
02acd570e3
Merge pull request #1367 from edx/diana/modal-role-labelling
...
Add roles and labels to the dialogs on the dashboard.
2013-10-16 11:02:45 -07:00
Joe Blaylock
80cf19390f
Merge pull request #833 from edx/jrbl/pass_grades_to_certificates
...
Pass student grade label to certification process
2013-10-16 10:57:47 -07:00
frances botsford
ce83924fc0
Merge pull request #1361 from edx/frances/fix/lms-verification-layout-tweaks
...
some layout tweaks to the verification choose your track page
2013-10-16 10:52:40 -07:00
Frances Botsford
8c224a2aad
fixes on review and some corrections to verification sass
2013-10-16 13:51:38 -04:00
Diana Huang
1871bca4ca
Add roles and labels to the dialogs on the dashboard.
...
LMS-1310
2013-10-16 13:26:32 -04:00
Frances Botsford
d949eb924d
correcting some incorrect rules in verification sass
2013-10-16 11:57:20 -04:00
Frances Botsford
1b430066f7
some layout tweaks to the verification choose your track page
2013-10-16 09:07:38 -04:00
jmclaus
585751ffca
Updated template and fixtures
2013-10-16 14:09:03 +02:00
jmclaus
3a798adb0f
Added two states to HD control: HD off - HD on
2013-10-16 14:09:03 +02:00
polesye
99c8896cb3
Fix selector.
2013-10-16 09:43:44 +03:00
polesye
9c7418e0a8
Fix tabindex to -1.
2013-10-16 09:43:44 +03:00
polesye
a94748dedf
Fix fixture.
2013-10-16 09:43:44 +03:00
polesye
6d52d56b50
Change aria-label attribute to title.
2013-10-16 09:43:44 +03:00
polesye
a962306419
Fix js unit tests.
2013-10-16 09:43:44 +03:00
polesye
524388dbb8
Add a11y.
2013-10-16 09:43:44 +03:00
polesye
12d2c47c9f
Fix BLD-165.
2013-10-16 09:43:44 +03:00
polesye
f00f900149
Fix styles.
2013-10-16 09:43:44 +03:00
Brian Wilson
288ccb1e36
Check that email subtasks are known to the InstructorTask before executing.
2013-10-15 18:34:31 -04:00
Joe Blaylock
5b3af20ba1
Pass student grade label to certification process
2013-10-15 15:02:16 -04:00
Carlos Andrés Rocha
7852b10753
Add command to dump a course to stdout as a tar.gz file
2013-10-15 10:48:59 -04:00
Carlos Andrés Rocha
8cc8608276
Add command to dump the structure of a course as a JSON
2013-10-15 10:48:59 -04:00
Carlos Andrés Rocha
956a960c63
Add command to dump the course_ids available to the LMS
2013-10-15 10:48:59 -04:00
polesye
e76e86217c
Fix attribute target.
2013-10-14 14:24:35 +03:00
Frances Botsford
2877345b79
styling for LTI in a new window block
2013-10-14 13:58:18 +03:00
Valera Rozuvan
e2fb2aec41
Fixing template bug.
2013-10-14 13:58:18 +03:00
Valera Rozuvan
3c6591e065
Addressing comments by auraz and singingwolfboy.
...
Removed JS check for empty url and default url. In template added
i18n support for several strings.
2013-10-14 13:58:18 +03:00
Valera Rozuvan
134eab8c13
Adding fix for failing Python unit test.
2013-10-14 13:58:18 +03:00
Alexander Kryklia
f9b64cad32
Add display_name to lti template
2013-10-14 13:58:18 +03:00
Valera Rozuvan
1fe33a0f11
Updating LTI template.
2013-10-14 13:58:18 +03:00
Alexander Kryklia
a03c5be6de
New feature for lti module.
...
Add ability to display LTI module in a new
window. Iframe will be still supported.
Fix python test
Update acceptance tests
Fix in acceptance tests, they are stable now
Fix Acceptance tests.
Adding Jasmine tests for LTI.
Fixing Jasmine tests. Adding the rest of Jasmine tests.
2013-10-14 13:58:17 +03:00
polesye
484fff8175
Fix acceptance tests.
2013-10-12 09:39:18 +03:00
polesye
1113411293
Fix multiple LTI tools per page.
2013-10-12 09:39:18 +03:00
Vik Paruchuri
751073895d
Merge pull request #1302 from edx/fix/vik/oe-accessibility
...
Various open ended accessibility fixes
2013-10-11 14:17:23 -07:00
Sarina Canelake
c24087a912
django-admin command for enabling email per course
2013-10-11 16:39:12 -04:00
Vik Paruchuri
0accbaee07
Various open ended accessibility fixes
2013-10-11 15:00:55 -04:00
Greg Price
56e0c6ba88
Merge pull request #1323 from edx/gprice/for-155
...
Require login for followed_threads
2013-10-11 10:44:39 -07:00
Greg Price
a63d6a70d4
Require login for followed_threads
...
Without the login_required decorator, an error would occur, causing a
500 to be returned. This fixes FOR-155.
2013-10-11 12:28:59 -04:00
Greg Price
62cc9e77bf
Use HTTP header for comments service auth
...
Previously, authentication was done using a URL parameter, which would
appear in various logs. Now, authentication is done more appropriately
with an HTTP header. Note that this requires cs_comments_service commit
cf39aabdd160176ebf206ca19d3ee030161a0b47 or later.
2013-10-11 12:01:44 -04:00
Greg Price
1187e71880
Add accessible text to forum loading animations
2013-10-11 10:52:10 -04:00
Greg Price
71a394c34a
Merge pull request #1301 from edx/gprice/forums-500
...
Make forums endpoints return better status codes
2013-10-10 14:13:40 -07:00
Brian Wilson
649b4260b6
Change calls in beta instructor dash.
2013-10-10 16:15:58 -04:00
Brian Wilson
58bacb4e67
Rename some constants, and refactor bulk email task flow.
2013-10-10 15:34:16 -04:00
Brian Wilson
03b4330c04
Update tests with more complete coverage.
2013-10-10 15:34:16 -04:00
Brian Wilson
39e8b718ca
Move subtask update logic that was only needed for tests into the tests that needed it.
2013-10-10 15:34:16 -04:00
Brian Wilson
b909662d6e
Update InstructorTask before performing a retry.
2013-10-10 15:34:15 -04:00
Brian Wilson
a6bd1c2132
Add settings to cap infinite retries.
2013-10-10 15:34:06 -04:00
Brian Wilson
8910ea08b1
Don't send emails to students who haven't activated.
2013-10-10 15:33:00 -04:00