- 12 Mar, 2013 1 commit
-
-
Chris Dodge committed
-
- 11 Mar, 2013 30 commits
-
-
Feature/jkarni/folditx
John Hess committed -
John Hess committed
-
John Hess committed
-
John Hess committed
-
Fix modulestore tests for pep8 violations
chrisndodge committed -
Jay Zoldak committed
-
Feature/cdodge/pylint cleanup
Don Mitchell committed -
Less is more.
Julian Arni committed -
Chris Dodge committed
-
Chris Dodge committed
-
Chris Dodge committed
-
Initial implementation of htmlbook.
David Ormsbee committed -
Brian Wilson committed
-
Make numeric response handle plus sign exponential correctly
David Ormsbee committed -
delete_item should update the parent's list of children to reflect the d...
Christina Roberts committed -
NumericResponse was failing to accept as correct an answer with a plus sign in the exponential. For example: 5.0e+1 was marked as incorrect if the answer was 50. However, 5.0e1 was marked as correct. This caused confusion, since the answer shown to students included the plus sign. LMS Lighthouse [#242]
Carlos Andrés Rocha committed -
Calen Pennington committed
-
Brian Wilson committed
-
Julian Arni committed
-
Add the ability to hide correctness markers
David Ormsbee committed -
Brian Wilson committed
-
Fix/cdodge/performance optimize comment client use jumpto
Calen Pennington committed -
delete_item should update the parent's list of children to reflect the delete operation. Also added unit test
Chris Dodge committed -
Brian Wilson committed
-
Specify that mitx should use ruby 1.9.3-p374 for consistancy with prod
e0d committed -
Calen Pennington committed
-
Diana Huang committed
-
Update of Delft logo (lighthouse ticket #234)
David Ormsbee committed -
David Ormsbee committed
-
with a custom message for when they submit something.
Diana Huang committed
-
- 10 Mar, 2013 2 commits
-
-
Chris Dodge committed
-
optimize forum page rendering as we don't pre-compute the link urls to inline discussions. We can use jump_to urls and then figure out the link path if/when end-user clicks on it. This saves a lot of unnecessary round trips to the DB as path computation is expensive, especially when it being done for every discussion module in a course in a loop.
Chris Dodge committed
-
- 08 Mar, 2013 7 commits
-
-
Brian Wilson committed
-
Fixed undefined variable error in choicegroup.html
Carlos Andrés Rocha committed -
Set grading policy to an empty dict if it can't be decoded from json
e0d committed -
Calen Pennington committed
-
Need to trigger invalid instead of error, after changes for new version ...
Don Mitchell committed -
cahrens committed
-
Will Daly committed
-