- 05 Mar, 2013 4 commits
-
-
#202
cahrens committed -
cahrens committed
-
additional courseware view optimizations. Do a 'depth' fetch on the sele...
chrisndodge committed -
Chris Dodge committed
-
- 04 Mar, 2013 32 commits
-
-
Cast cursor responses as lists. MySQL returns them as tuples.
Victor Shnayder committed -
Removed print statemetns Moved import call to top of file
John Hess committed -
cahrens committed
-
Provide convenience converter of the grading policy but don't save it on
Jay Zoldak committed -
the object.
Don Mitchell committed -
move call to update_templates on service startup into a django-admin com...
Don Mitchell committed -
Fix for script tags w/in json objects being oddly evaluated on html page
Christina Roberts committed -
don't make caller responsible.
Don Mitchell committed -
Fix/will/cs191 matrix style bug
Victor Shnayder committed -
It's not UTC time, it's whatever the local settings are set to
David Ormsbee committed -
David Ormsbee committed
-
additional courseware view optimizations. Do a 'depth' fetch on the selected section so that it does a more efficient set of queries to the database. Also, in the CachingDescriptorSystem, if we have a 'cache miss', when we do the actual fetch (which creates a new 'system'), keep that fetched data around in our own collection, in case it is queried again
Chris Dodge committed -
Feature/jkarni/foldit api
David Ormsbee committed -
Record and report submission history for a problem
David Ormsbee committed -
Tell user that spaces aren't allowed in usernames (requested by Teppo).
Victor Shnayder committed -
David Ormsbee committed
-
add performance optimizations (efficiently get all course content) to instructor dashboard
David Ormsbee committed -
but fetch async via json get.
Don Mitchell committed -
add depth parameters when loading course and student-state caches. This ...
David Ormsbee committed -
Chris Dodge committed
-
definition not being updated when using defaults. Not sure why this passed before.
Don Mitchell committed -
add depth parameters when loading course and student-state caches. This will make fewer (but fatter) queries to the database
Chris Dodge committed -
David Ormsbee committed
-
Fix/ned/clean ups
Carlos Andrés Rocha committed -
Feature/kevin/cohorts take 3
David Ormsbee committed -
Your Name committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Chris Dodge committed
-
Chris Dodge committed
-
Merge branch 'master' of github.com:MITx/mitx into feature/cdodge/make-update-templates-django-admin-util
Chris Dodge committed -
Chris Dodge committed
-
- 03 Mar, 2013 4 commits
-
-
need to pass commit parameter
chrisndodge committed -
Chris Dodge committed
-
do the metadata comparison on the parent not the course as we don't actu...
chrisndodge committed -
Kevin Chugh committed
-