- Mar 28, 2013
-
-
Chris Dodge authored
-
Chris Dodge authored
use a request-scoped cache to keep the metadata inheritence tree around for the whole request. This means we should only do one trip to Memcached/Mongo per course per request. This is expected to keep memory utilization down
-
- Mar 27, 2013
-
-
brianhw authored
Fix/vik/peer image grading
-
Vik Paruchuri authored
-
Victor Shnayder authored
Fix 500 errors for bug #289
-
Victor Shnayder authored
Return a 403 when an anonymous user attempts to hit modx_dispatch. Fixes...
-
Victor Shnayder authored
Make the django_comment_client return errors that can't be parsed as JSO...
-
Victor Shnayder authored
if we parse an invalid location in the content store middleware, then re...
-
Christina Roberts authored
Display advertised date correctly if it is an ISO date
-
Christina Roberts authored
studio - corrected JQ selector for smoothscrolling in-page links
-
Calen Pennington authored
Make the django_comment_client return errors that can't be parsed as JSON just as simple strings when in an ajax context
-
Calen Pennington authored
Return a 403 when an anonymous user attempts to hit modx_dispatch. Fixes https://www.pivotaltracker.com/story/show/46916015 and https://www.pivotaltracker.com/story/show/46916029
-
Calen Pennington authored
optimize the result-set that gets returned from Mongo on metadata inheri...
-
Brian Talbot authored
-
Chris Dodge authored
optimize the result-set that gets returned from Mongo on metadata inheritence. We just need the fields which are actually inheritable, so no need to return anything else as it gets filtered out during the computation
-
Chris Dodge authored
-
- Mar 26, 2013
-
-
chrisndodge authored
Use get_many and set_many to cut down on the number of metadata trees to...
-
Chris Dodge authored
-
Calen Pennington authored
-
Calen Pennington authored
-
Calen Pennington authored
-
Calen Pennington authored
Use get_many and set_many to cut down on the number of metadata trees to retrieve, and only retrieve them once per call to _load_items
-
Carlos Andrés Rocha authored
-
Diana Huang authored
was causing 500 errors. Add test to verify that this won't happen again.
-
Carlos Andrés Rocha authored
Remove duplicate login dialog.
-
Christina Roberts authored
Add tests to advertised_start for partially parsable dates
-
Carlos Andrés Rocha authored
-
Don Mitchell authored
Use advertised_start as a simple string
-
Carlos Andrés Rocha authored
LMS Lighthouse [#297]
-
Vik Paruchuri authored
-
Don Mitchell authored
Allow clearing of dates (except for course start date).
-
cahrens authored
-
Vik Paruchuri authored
-
cahrens authored
-
Vik Paruchuri authored
-
Vik Paruchuri authored
-
cahrens authored
-
Calen Pennington authored
it appears we are taking one too many round trips to do when pre-fetchin...
-
Chris Dodge authored
add a test scenario to count RT to database when prefetching children. This uses a shim function on pymongo's collection.find to do the counting
-
Chris Dodge authored
-