- 05 Dec, 2013 2 commits
-
-
modify partial recovery message
Calen Pennington committed -
Adam Palay committed
-
- 04 Dec, 2013 15 commits
-
-
Ned/merge lti hotfix
Ned Batchelder committed -
Add recovery command
Ned Batchelder committed -
Calen Pennington committed
-
Calen Pennington committed
-
Adam Palay committed
-
Александр committed
-
Conflicts: common/lib/xmodule/xmodule/lti_module.py
Александр committed -
polesye committed
-
Fixes to database columns
Ned Batchelder committed -
adds more temporary error messages
Ned Batchelder committed -
Adam Palay committed
-
Hotfix/error msg ora panel
Ned Batchelder committed -
Adam Palay committed
-
Calen Pennington committed
-
Adam Palay committed
-
- 02 Dec, 2013 1 commit
-
-
Ned Batchelder committed
-
- 26 Nov, 2013 6 commits
-
-
BLD-384: Add grading to LTI module
Ned Batchelder committed -
Co-author: Alexander Kryklia <kryklia@edx.org> Co-author: Ned Batchelder <ned@edx.org> Co-author: Oleg Marchev <oleg@edx.org> Co-author: Valera Rozuvan <valera@edx.org> Co-author: polesye [BLD-384]
Calen Pennington committed -
Co-author: Ned Batchelder <ned@edx.org>
Calen Pennington committed -
This does not yet replace the existing per-student anonymous id, but is intended to do so in the future. Co-author: Alexander Kryklia <kryklia@edx.org> Co-author: Ned Batchelder <ned@edx.org> Co-author: Oleg Marchev <oleg@edx.org> Co-author: Valera Rozuvan <valera@edx.org> Co-author: polesye
Calen Pennington committed -
Calen Pennington committed
-
Updates to depend on the latest version of XBlock, which includes support for service-to-service (thirdparty) handler urls, which aren't authenticated with a user (unlike handler requests coming from the xblock client-side javascript). Co-author: Ned Batchelder <ned@edx.org>
Calen Pennington committed
-
- 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 -
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 -
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 -
that are not present in a given student's gradeset. General code cleanup and addition of comments. Instructor dashboard API unit tests. LMS-58
David Ormsbee committed
-