- 25 Nov, 2013 19 commits
-
-
Make remaining dialogs in wiki accessible.
Ned Batchelder committed -
All the dialogs in the wiki are now accessible to screen readers. Also, the "Switch to selected version" button did the odd thing of reloading the page with the new version selected, but inside a dialog. That is now fixed. The merge dialog has a warning that looks kind of funky still, but you can read it, unlike the previous code. LMS-1337
Ned Batchelder committed -
Broken image in Studio component help sidebar
frances botsford committed -
Merge rc/2013-11-21 to master
Ned Batchelder committed -
STUD-981
Frances Botsford committed -
Ned Batchelder committed
-
Ned Batchelder committed
-
Revert PR 1711; disabling JS tests again
Will Daly committed -
Will Daly 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 16 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
-