- 27 Mar, 2013 7 commits
-
-
if we parse an invalid location in the content store middleware, then re...
Victor Shnayder committed -
Display advertised date correctly if it is an ISO date
Christina Roberts committed -
studio - corrected JQ selector for smoothscrolling in-page links
Christina Roberts committed -
optimize the result-set that gets returned from Mongo on metadata inheri...
Calen Pennington committed -
Brian Talbot committed
-
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 committed -
Chris Dodge committed
-
- 26 Mar, 2013 19 commits
-
-
Use get_many and set_many to cut down on the number of metadata trees to...
chrisndodge committed -
Chris Dodge committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
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
Calen Pennington committed -
Carlos Andrés Rocha committed
-
Remove duplicate login dialog.
Carlos Andrés Rocha committed -
Add tests to advertised_start for partially parsable dates
Christina Roberts committed -
Carlos Andrés Rocha committed
-
Use advertised_start as a simple string
Don Mitchell committed -
LMS Lighthouse [#297]
Carlos Andrés Rocha committed -
Allow clearing of dates (except for course start date).
Don Mitchell committed -
cahrens committed
-
cahrens committed
-
cahrens committed
-
it appears we are taking one too many round trips to do when pre-fetchin...
Calen Pennington committed -
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 committed -
Chris Dodge committed
-
- 25 Mar, 2013 14 commits
-
-
Fix bug #258: multiple choice with choice names ending with 0 cause multiple choice answers marked incorrect
Victor Shnayder committed -
cahrens committed
-
Don't assume input fields will be within a div-- PART 2!
Don Mitchell committed -
Will Daly committed
-
Will Daly committed
-
it appears we are taking one too many round trips to do when pre-fetching children. This can be very expensive as the tree gets wider the deeper we go. For example, in courseware we want depth=2 (course, chapter, sequential). But looking at log output we were also getting verticals, which there can be a lot of. This should cut down on the total data we are grabbing from the DB.
Chris Dodge committed -
cahrens committed
-
Diana Huang committed
-
Will Daly committed
-
Will Daly committed
-
Fix incorrect date in test for course xmodule
Don Mitchell committed -
Carlos Andrés Rocha committed
-
Matlab Input Type
Victor Shnayder committed
-