- 18 Mar, 2014 7 commits
-
-
Will Daly 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
-
Add management command for populating the database with dummy records.
Will Daly committed
-
- 17 Mar, 2014 21 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 -
Will Daly committed
-
Will Daly committed
-
Add collapse/expand for grade step
Will Daly committed
-
- 15 Mar, 2014 2 commits
- 14 Mar, 2014 10 commits
-
-
Fix - General UI/Front End Clean Up
Brian Talbot committed -
Use XBlock version with more permissive DateTime field
Will Daly committed -
Clean up unused parameter to JS render functions
Will Daly committed -
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
* removing unused icons * adjusting spacing on response buttons/tips for smaller viewports * revising step status width/size
Brian Talbot committed -
Proofing UI in Studio Context
Brian Talbot committed -
Will Daly committed
-