- 27 Mar, 2013 1 commit
-
-
Jay Zoldak committed
-
- 26 Mar, 2013 23 commits
-
-
Will Daly committed
-
* Missing docstring * Redefining name from outer scope
Will Daly committed -
Will Daly committed
-
Will Daly committed
-
Will Daly committed
-
manipulation
Will Daly committed -
Added a wait time before checking the page HTML, and changed it to check just in the HTML body
Will Daly committed -
for common ui manipulations
Will Daly committed -
Will Daly committed
-
and moved the rest to common.py
Will Daly committed -
Will Daly committed
-
terrain/steps.py
Will Daly committed -
Will Daly committed
-
Will Daly committed
-
Will Daly committed
-
Will Daly 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 16 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
-
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 -
Diana Huang committed
-
Don't assume input fields will be within a div.
Don Mitchell committed
-