Ned Batchelder
ee0f4b2594
Remove 'pylint: disable=no-value-for-parameter' that we no longer need.
2015-08-03 15:44:29 -04:00
Adam
2735b2b5bb
Revert "Decorated instructor dashboard with sudo_required."
2015-07-17 12:11:38 -04:00
Waheed Ahmed
bc052db1ee
Added DjangoSudo functionality for instructor dashboard and course team page
2015-07-16 11:14:11 +05:00
Sarina Canelake
8283c07e32
Remove superfluous-parens pylint violations
...
Skipped 'print' statement violations, as print() is Py3k syntax.
2015-07-13 17:33:28 -04:00
Sarina Canelake
ba8fd1c21d
Eliminate instances of unused-import Pylint violation
2015-07-13 17:33:25 -04:00
muhammad-ammar
5a8b158900
Visual change to new Hints and Feedback problem types
...
TNL-2619
2015-07-13 12:18:25 +05:00
Nick Parlante
77f3069655
Extended Feedback and Hints for Problems
...
Extends the common capa response types (string, numeric, multiple
choice, checkbox, dropdown) with feedback and hint
capabilities. "Feedback" refers to feedback shown to the student when
they check the problem, looking at their specific answer. "Hints"
refers to a Hint button in LMS which the student can click at any time
to see hints for that problem. The implementation extends the markdown
syntax to include feedback and hints. There are new Feedback-and-Hint
specific templates in Studio when the author clicks to add a new
problem.
2015-06-17 16:25:04 -07:00
Ben Patterson
d96b581485
Fix flaky lettuce test. TNL-1452
2015-06-12 10:32:28 -04:00
Awais Jibran
a2fc4bd216
Overall Grade Range in Grading does not show consistant view when grades are removed
...
TNL2159
2015-06-02 20:15:19 +05:00
Ned Batchelder
777be12ada
Add missing __init__.py files
2015-04-30 07:43:08 -04:00
Mark Hoeber
356b10c271
Update component templates for accessibility and content
2015-04-27 14:45:36 -04:00
Nimisha Asthagiri
11044ebdf2
MA-614 Mobile Push Notification Studio UI
2015-04-18 15:30:25 -04:00
Calen Pennington
1f17538d42
Clean up tests in preparation for switching Vertical from an XModule to an XBlock
2015-03-30 16:37:53 -04:00
Matt Drayer
8107f803f5
Merge branch 'release'
2015-03-25 13:38:43 -04:00
E. Kolpakov
9a56b800ee
Unified Course Team and Library Users page. Converted both to Backbone.
...
Converted lettuce Course Team page tests to bok choy
2015-03-24 12:09:19 +03:00
Greg Price
0f0ee6a394
Merge pull request #7455 from edx/aleffert/video_web_only
...
Add web-only setting to video module
2015-03-23 15:38:18 -04:00
Greg Price
438ce5f7a4
Add web-only setting to video module
...
This is needed for courses that license video content where the license
allows only for viewing on the web, not on mobile apps.
JIRA: MA-307
2015-03-23 14:45:17 -04:00
Jesse Zoldak
7565825714
Disable flaky lettuce test TNL-1679
2015-03-13 11:04:12 -04:00
Mark Hoeber
12e3cc9d62
Update IFrame, Zooming Image, and Full Screen Image Templates
2015-03-10 20:58:01 -04:00
cahrens
a89304b991
Cleanup to make tests agnostic to the modulestore being used.
2015-02-09 10:00:32 -05:00
Christine Lytwynec
4c809fb6ae
Merge pull request #6893 from edx/clytwynec/reshard_cms_lettuce_tests
...
re-shard cms lettuce tests back to 1 shards
2015-02-05 17:29:54 -05:00
polesye
d02d3b7926
TNL-1299: Update default video.
2015-02-05 10:55:36 +02:00
Christine Lytwynec
5ae4681bd8
re-shard cms lettuce tests back to 2 shards
2015-02-04 13:47:01 -05:00
Braden MacDonald
e4ea28f7f6
Minor pylint fixes
2015-01-12 10:39:12 -08:00
E. Kolpakov
195d5b57bc
pylint fixes
2015-01-12 09:58:51 -08:00
Jonathan Piacenti
5342fa27b9
Quality fixes.
2015-01-12 13:42:54 +03:00
Matjaz Gregoric
ccc392893e
Update tests.
...
Most of the updates are related to the My Courses -> Studio Home change.
2015-01-12 13:41:45 +03:00
Waqas Khalid
80e0d56afd
Merge pull request #6368 from sjackso/login_error_fix
...
Login error fix TNL-140
2015-01-12 15:06:15 +05:00
Jesse Zoldak
3efb377d1c
Fix flaky textbook upload lettuce tests
2015-01-08 16:52:55 -05:00
Steve Jackson
531dbbe3b9
[TNL-140] Fix unresponsive Studio login error message
...
Clear the 'invalid login' error message when the user edits her username
or password. This fix makes makes it clear that future attempts to
login are not being ignored if they continue to generate the same error.
Add an acceptance test case to verify this behavior.
Fixes https://openedx.atlassian.net/browse/TNL-140
2015-01-08 10:48:45 -08:00
Syed Hassan Raza
1e11baede4
Add aria-disabled attribute
...
TNL-997
2015-01-06 17:21:49 +05:00
David Baumgold
36e77c7463
Fixing pep8 issues
2014-12-11 13:04:49 -05:00
Sarina Canelake
c0556a7ef8
s/pylint: disable=W0613/pylint: disable=unused-argument/
2014-12-01 11:22:11 -05:00
Sarina Canelake
20e2ee9a57
s/pylint: disable=E0611/pylint: disable=no-name-in-module/
2014-12-01 11:22:09 -05:00
Sarina Canelake
e0f1d3f3f3
s/pylint: disable=C0111/pylint: disable=missing-docstring/
2014-12-01 11:22:09 -05:00
Sarina Canelake
0dad9da5e4
s/pylint: disable=W0621/pylint: disable=redefined-outer-name/
2014-12-01 11:22:08 -05:00
stv
b215d771b7
Fix PEP8: E128 continuation line under-indented
...
for visual indent
2014-11-24 20:46:50 -05:00
stv
6763c5dd74
Fix PEP8: E126 continuation line over-indented
...
for hanging indent
2014-11-24 20:46:44 -05:00
stv
aba9b3b96e
Fix PEP8: E124 closing bracket does not match
...
visual indentation
2014-11-24 20:46:44 -05:00
stv
cb894cf35e
Fix PEP8: E261 at least two spaces before inline comment
2014-11-10 19:31:09 -08:00
stv
5677b143db
Fix PEP8: W391 blank line at end of file
2014-11-10 11:00:18 -08:00
stv
fb9f324f2f
Fix PEP8: E303 too many blank lines
2014-11-10 11:00:14 -08:00
Sarina Canelake
725e4908e3
Remove more pep8 violations
2014-11-04 07:37:41 -05:00
Jim
6d19a0c87c
Support and tests for adding a reset button to units
...
Users may want to start anew when answering a question. This commit decouples reset from randomization while still preserving backward compatibility. Users can clear their input.
Instructors can set course-wide and problem-specific settings for reset button display.
2014-10-23 12:14:27 -07:00
Ben Patterson
f3facddee6
Add wait to fix flaky tests.
2014-10-21 14:21:42 -04:00
Don Mitchell
4f795f8270
Fix hardcoded course urls
2014-10-03 10:56:00 -04:00
John Eskew
d4927de0f7
Remove unneeded import
2014-10-03 10:55:59 -04:00
Don Mitchell
8e67549484
Fix cms hardcoded keys
2014-10-03 10:55:59 -04:00
John Eskew
fd6c9bed28
Fix course export/updates and upload CMS acceptance tests.
2014-10-03 10:55:59 -04:00
Anton Stupak
f221f010e9
Merge pull request #4930 from e-kolpakov/master
...
Fix for TNL-147
2014-10-01 14:52:34 +03:00