- 24 Mar, 2014 1 commit
-
-
Will Daly committed
-
- 21 Mar, 2014 26 commits
-
-
Tiny copy changes
David Ormsbee committed -
Optimizations to the PeerWorkflow and PeerWorkflowItem models
Stephen Sanchez committed -
Improving performance and model definitions with clear foreign keys associated with the peer workflow behavior.
Stephen Sanchez committed -
David Ormsbee committed
-
David Ormsbee committed
-
Reducing query count
David Ormsbee committed -
David Ormsbee committed
-
Prevent workflow from trying to create multiple scores for the same user
Will Daly committed -
David Ormsbee committed
-
Make it so that create_assessment returns the same (cached) data structures that get_assessment(s) returns.
David Ormsbee committed -
Will Daly committed
-
Update fixtures for new submission field format
Will Daly committed -
Will Daly committed
-
Check whether Node is installed
Will Daly committed -
David Ormsbee committed
-
Remove minor redundant queries for checking number of peer assessments associated with a peer workflow.
David Ormsbee committed -
David Ormsbee committed
-
a submission from 3 to 1.
David Ormsbee committed -
David Ormsbee committed
-
David Ormsbee committed
-
David Ormsbee committed
-
David Ormsbee committed
-
Bypass REST framework serializer validation for assessment part creation (we validate before anyway).
David Ormsbee committed -
David Ormsbee committed
-
David Ormsbee committed
-
Will Daly committed
-
- 20 Mar, 2014 2 commits
- 19 Mar, 2014 11 commits
-
-
Create submissions command uses same JSON format as the XBlock
Will Daly committed -
Will Daly committed
-
Update test for the circular import fix
Will Daly committed -
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
-