- 19 Mar, 2014 1 commit
-
-
Will Daly committed
-
- 18 Mar, 2014 21 commits
-
-
Ignore SSL certificates for performance tests
Will Daly committed -
Setting additional metadata for completing a peer workflow
Stephen Sanchez committed -
Stephen Sanchez committed
-
Allow JSON-serializable answers
Will Daly committed -
Will Daly committed
-
Enable django-debug-toolbar to help with AJAX requests.
David Ormsbee committed -
Will Daly committed
-
Assessment Feedback Form Instruction Copy Revisions
Brian Talbot committed -
Requires installation of Chrome extension: https://chrome.google.com/webstore/detail/django-debug-panel/nbiajhhibgfgkjegbnflpdccejocmbbn
David Ormsbee committed -
Brian Talbot committed
-
Add Assessment Feedback Select UI and Instructions
Brian Talbot committed -
TIM-286
Brian Talbot committed -
TIM-300
Brian Talbot committed -
Copy Change: "Self Assessment" Label on Grade Report
Brian Talbot committed -
Unlink assessment models from submission models
Will Daly committed -
Will Daly committed
-
Use anonymous student ID if available
Will Daly committed -
Fix integrity error on submission under repeatable-read mode.
David Ormsbee committed -
Will Daly committed
-
TIM-271
Brian Talbot committed -
Add management command for populating the database with dummy records.
Will Daly committed
-
- 17 Mar, 2014 18 commits
-
-
Show Peer Scores for Each Rubric Question
Brian Talbot committed -
Shift the creation of the peer workflow to happen when overall workflow is created, instead of implicitly creating it if it doesn't exist while checking for workflow status. The problem was that the read check happens in multiple places and AJAX requests were hitting it at the same time. Because repeatable-read mode prevents them from seeing each others work, a couple of threads would find that the peer workflow did not exist and would try to create it. This cause integrity errors because those constraints are enforced, even if those rows aren't available to other processes. This should have been fixed no matter what, but it's important to note that Django should never be run under MySQL's default repeatable-read mode. Use read-committed. For legacy reasons, edX's own servers are misconfigured in this respect. [TIM-262]
David Ormsbee committed -
TIM-287
Brian Talbot committed -
Disable template caching
Will Daly committed -
Will Daly committed
-
Will Daly committed
-
Jrbl/231 feedback on assessments
Stephen Sanchez committed -
Stephen Sanchez committed
-
* Improved error handling and reporting
Joe Blaylock committed -
Stephen Sanchez committed
-
* remaining items: - replace submission fk w/ m2m on peerworkflowitem - complete move - initialize feedback box, grayed out - tests * TODO: incomplete move, usage still in submissions api
Joe Blaylock committed -
Add performance tests for open assessment XBlock
Will Daly committed -
Will Daly committed
-
Remove Top Metdata UI from Problem Template
Brian Talbot committed -
TIM-270
Brian Talbot committed -
Add display name for Studio Advanced Component menu
Will Daly committed -
Minify JavaScript, remove whitespace from templates
Will Daly committed -
Added pylint configuration
Will Daly committed
-