- Mar 21, 2014
-
-
Valera Rozuvan authored
-
Valera Rozuvan authored
Commenting out a flaky acceptance test.
-
Valera Rozuvan authored
-
David Baumgold authored
Fix incorrect parse of url in video_module.py
-
louyihua authored
1. In video_module.py, rewrite the get_ext() function to use the built-in urlparse module to parse the input filename first and then get the file's extension name from the parsed path. 2. In test_video.py, add two test cases (one with query string while the other without) in order to test the rewritten get_ext() function.
-
Valera Rozuvan authored
Removed unused code that is over 2 years old.
-
frances botsford authored
added loading pattern to studio
-
zubair-arbi authored
use unicode strings for slug and regex
-
Anton Stupak authored
Fix image mapped inputs.
-
Anton Stupak authored
Video: Fix flaky acceptance test.
-
Sarina Canelake authored
Simple email checking for batch enrollment on inst dash
-
Valera Rozuvan authored
-
zubiar-arbi authored
STUD-1433
-
polesye authored
-
- Mar 20, 2014
-
-
Dave St.Germain authored
Removed circuit editor setup code that had always been in codemirror-compressed.js
-
Sarina Canelake authored
LMS-2244
-
Will Daly authored
Update XBlock to latest version
-
Dave St.Germain authored
codemirror-compressed.js
-
Dave St.Germain authored
Remove course name from page H1, and slightly improve sequence navigation
-
Jay Zoldak authored
Fix pylint disable pragmas that were pep8 violations
-
polesye authored
-
Brian Talbot authored
FIX - LMS: Courseware Content Background Color/Height in IE
-
Anton Stupak authored
Video: Add highlighting of start/end time field when clicking into it.
-
Waheed Ahmed authored
Fixed HTML tab in bulk email feature on firefox.
-
Dave St.Germain authored
Answer checks should offer feedback to assistive tech. This commit adds
-
Jay Zoldak authored
-
Dave St.Germain authored
a page level javascript SR object to enable reading of alert messages. LMS-2158
-
Waheed Ahmed authored
LMS-2275
-
Usman Khalid authored
Replaces print statement in django_comment_client with unicode log.debug.
-
polesye authored
-
Waheed Ahmed authored
Fixed assigning forum roles from beta dashboard membership.
-
jmclaus authored
Removed tooltip from captions. [BLD-629]
-
jmclaus authored
-
Waheed Ahmed authored
LMS-2346
-
- Mar 19, 2014
-
-
Brian Talbot authored
UX-53
-
Alison Hodges authored
Added pretty-printed JSON examples for DOC-168, fixed rst subheadings
-
Alison Hodges authored
-
Dave St.Germain authored
Fixes LMS-2352 by unifying :hover and :focus styles.
-
Valera Rozuvan authored
Valera/add timeout china
-
Valera Rozuvan authored
The availability of the YouTube API will be stored in student's settings. The YouTube API is loaded asynchronously now, so no need to pass a parameter to the front-end telling it if YouTube API should not be loaded because of it's unavailability. Removing loading of YouTube API from Studio RequireJS config. Now loading of YouTube API is handled by Video module. BLD-531.
-