- 23 Nov, 2013 1 commit
-
-
Will Daly committed
-
- 22 Nov, 2013 12 commits
-
-
Code response improvements.
polesye committed -
LMS-1492: Convert between webob's cgi.FieldStorage uploaded files to pure file objects.
Ned Batchelder committed -
Restful course settings
Don Mitchell committed -
Webob represents uploaded files as cgi.FieldStorage objects. The XModule code expects pure Python file objects. Each FieldStorage object is wrapped to present the proper file interface, with file names. LMS-1492
Ned Batchelder committed -
One test passes already, the other fails. Fix in next commit.
Ned Batchelder committed -
STUD-946 STUD-947
Don Mitchell committed -
polesye committed
-
Update the calculator hints tooltip with full information.
polesye committed -
polesye committed
-
Fix 500 error in transcripts.
polesye committed -
Александр committed
-
These changes prepare for the changes to the tests that are coming, but make no change to the behavior themselves.
Ned Batchelder committed
-
- 21 Nov, 2013 16 commits
-
-
Fix 0010 courseware migration
Jason Bau committed -
Convert tabs to use RESTful API
Christina Roberts committed -
STUD-850
cahrens committed -
Allow multiple answers for string response.
polesye committed -
Minor cleanup around public RESTful URLs.
Christina Roberts committed -
Allow colons in Locator fields.
Don Mitchell committed -
polesye committed
-
Don Mitchell committed
-
Static CSS and Developer Stack Remnants to .gitignore
Brian Talbot committed -
Show error on invalid html in course handout edit
zubair-arbi committed -
a11y - Videos need to alert screenreaders when the video is over.
Valera Rozuvan committed -
Updated Change Log. BLD-488
Valera Rozuvan committed -
Disabled Jasmine test due to flakiness on dev machine. Added test for endTime in update(). Enabled updatePlayTime() tests. Will see on Jenkins. Adding test for updatePlayTime() method. Adding ProgressSlider notifyThroughHandleEnd() Jasmine tests. Fixing Jasmine coverage problems. Removed cover logs. Fixing flaky test. Removed code coverage logs. BLD-488
Valera Rozuvan committed -
Adding focus on slider handle when video ends. Removing unnecessary debug console.log() calls. Change back to original code. Adding comments. Also undid tabindex=-1 for the slider knob. It is unnecessary, and prevents the user from tabbing onto the slider. Adding minor details. startTime and endTime proper reset. BLD-488
Valera Rozuvan committed -
changes to allow multiple choicetextresponses in one problem @adampalay will do!
Valera Rozuvan committed -
Jason Bau committed
-
- 20 Nov, 2013 11 commits
-
-
Removed Backbone sourcemap comment
David Baumgold committed -
Because the resulting 404 was causing confusion
David Baumgold committed -
more granular transactions in grading [LMS-1480]
Adam committed -
BLD-524: Add missing assert in video test.
polesye committed -
remove field_data_cache from grades.grade and grades.progress_summary cleans grading code by adding wrappers
Adam Palay committed -
STUD-849
cahrens committed -
Add error recovery and focus trap to thread loading in forum sidebar
Greg Price committed -
Test HTML returned from view methods for "i4X".
Christina Roberts committed -
STUD-941
cahrens committed -
Set empty aws credentials to None.
Feanil Patel committed -
Pull all db (mongo) functions into another file to enable easier replacement
Don Mitchell committed
-