- 25 Nov, 2013 11 commits
-
-
Ned Batchelder committed
-
Refunding CertificateItem now marks parent Order refunded as well
Julia Hansbrough committed -
Convert component.py to use RESTful URLs.
Christina Roberts committed -
Julia Hansbrough committed
-
"as_published" changes I previously put in, as now we are not adding @draft to locations converted from locators.
cahrens committed -
STUD-844
cahrens committed -
Enable all video Jasmine tests
Valera Rozuvan committed -
BLD-463
Valera Rozuvan committed -
Add error recovery to inline discussion loading
Greg Price committed -
Jarv/verified certs
Diana Huang committed -
Added LMS_BASE to devstack settings to enable View Live in Studio
Will Daly committed
-
- 24 Nov, 2013 2 commits
-
-
Adding Codekit IDE assets/config to .gitignore
Brian Talbot committed -
Brian Talbot committed
-
- 23 Nov, 2013 3 commits
- 22 Nov, 2013 24 commits
-
-
Fix LMS-1532 (partially instantiated XModules after an exception)
Calen Pennington committed -
Fix for [LMS-1528], plus Changelog entry for the related feature
Calen Pennington committed -
Adam Palay committed
-
Calen Pennington committed
-
Also cleans up test_view_authentication to use user factories for various user classes
Calen Pennington committed -
Add release notes for 061a46be, concerning change to beta-tester groups
Calen Pennington committed -
Code response improvements.
polesye committed -
Sarina/dormsbee grades download
David Ormsbee committed -
This guarantees that the ErrorModule will be created, instead of potentially using a partially instatiated broken module. Fixes [LMS-1532].
Calen Pennington committed -
Calen Pennington committed
-
remove field_data_cache from grades.grade and grades.progress_summary cleans grading code by adding wrappers
Adam Palay committed -
Ned/pr 1745 lms 1492
Ned Batchelder 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 -
These changes prepare for the changes to the tests that are coming, but make no change to the behavior themselves.
Ned Batchelder committed -
LMS-1492: Convert between webob's cgi.FieldStorage uploaded files to pure file objects.
Ned Batchelder committed -
Diana Huang committed
-
Restful course settings
Don Mitchell committed -
Diana Huang 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 -
Now the interface will reset apropriately and allow a user to retry expanding the discussion or loading a new page, and the alert message will ask the user to retry. JIRA: FOR-300, FOR-301
Greg Price committed -
STUD-946 STUD-947
Don Mitchell committed -
Having ENABLE_S3_GRADE_DOWNLOADS enabled by default in common.py could lead to surprising behavior for folks downstream. They'd suddenly see a grade download screen on their new instructor dashboard, but the links by default would be local files and couldn't be used in an actual production environment. So we disable by default and let people explicitly enable it and set it up for S3 if they wish. LMS-58
David Ormsbee committed
-