- 19 Mar, 2014 13 commits
-
-
Will Daly committed
-
Fix circular import
Will Daly committed -
Will Daly committed
-
Fix metadata editor template error in Studio
Will Daly committed -
Fix warning for submission in Studio preview
Will Daly committed -
Will Daly committed
-
Make django-debug-toolbar >= 1.0 work properly with syncdb and admin.
David Ormsbee committed -
The autodiscovery used by admin will interact badly with Django Debug Toolbar's own auto-setup. So we have to be more explicit about everything and add some settings manually. See: http://django-debug-toolbar.readthedocs.org/en/1.0/installation.html#explicit-setup
David Ormsbee committed -
Simple caching of get_submission() requests.
David Ormsbee committed -
Update performance test README
Will Daly committed -
Will Daly committed
-
One of many small pull requests that are going to come for [TIM-279].
David Ormsbee committed -
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 6 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
-