- 04 Oct, 2013 2 commits
-
-
David Baumgold committed
-
ichuang committed
-
- 11 Sep, 2013 1 commit
-
-
Also added datadog application to commom django apps and set it to use a local statsd server by default.
Carlos Andrés Rocha committed
-
- 10 Sep, 2013 2 commits
-
-
Necessary for RFC compliance with oauthlib
David Baumgold committed -
David Baumgold committed
-
- 05 Sep, 2013 1 commit
-
-
ichuang committed
-
- 03 Sep, 2013 1 commit
-
-
Conflicts: cms/djangoapps/contentstore/views/course.py common/lib/xmodule/xmodule/tests/test_combined_open_ended.py lms/envs/common.py
Adam Palay committed
-
- 31 Aug, 2013 1 commit
-
-
ichuang committed
-
- 30 Aug, 2013 3 commits
-
-
Peter Baratta committed
-
Adam Palay committed
-
Affects: Choicegroups, option inputs, textline, and formula equation inputs
Peter Baratta committed
-
- 28 Aug, 2013 3 commits
-
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Comments (and processing instructions!) are handled oddly in lxml. This change will keep them from causing failures. They will be omitted from the HTML generated, which is fine, since they aren't needed there.
Ned Batchelder committed
-
- 27 Aug, 2013 4 commits
-
-
Ned Batchelder committed
-
Comments (and processing instructions!) are handled oddly in lxml. This change will keep them from causing failures. They will be omitted from the HTML generated, which is fine, since they aren't needed there.
Ned Batchelder committed -
Felix Sun committed
-
Patched Snuggletex server calls
Will Daly committed
-
- 26 Aug, 2013 8 commits
-
-
Fixed coffeescript event logging error. Fixed crowdsourced hinter dependence on self.field.append() not working.
Felix Sun committed -
Fixed a css bug in the hinter.
Felix Sun committed -
Felix Sun committed
-
Fixed broken tests.
Felix Sun committed -
Felix Sun committed
-
Got rid of answer signatures - these don't work with approximate answers at all. Instead, implemented comparison-based hint matching. Tests are broken, hint manager is probably broken.
Felix Sun committed -
Felix Sun committed
-
In preparation for adding hints to formula response.
Felix Sun committed
-
- 19 Aug, 2013 1 commit
-
-
Rather than just calling `complex(...)` on the staff answers, also call `calc.evaluator`. This way, simple things like `1/3` can be entered, as well as more complicated explicit equations (e.g. `sqrt((12^2 + 26^2)/2)` etc, etc) Simplify and update the tests to work with this.
Peter Baratta committed
-
- 15 Aug, 2013 1 commit
-
-
ichuang committed
-
- 12 Aug, 2013 2 commits
-
-
Named `FormulaEquationInput` (name up for debate) - Based off ChemEqnIn - Add FormulaEquationInput in inputtypes.py - Add a call to a skeleton method for a preview javascript: - Queue up some MathJax - Put some ordering on the AJAX requests: add a parameter when the request was started, when it returns check that it isn't outdated before displaying the preview - Tests Note: we moved the `jsinput` tests and DISABLED them, because they were causing the tests to fail.
Peter Baratta committed -
- Create a method called `parse_algebra`. It takes a string of math and returns with a `pyparsing.ParseResults` object representing it. - `evaluator` takes this tree and applies the old "parse actions" to it to get the same number as it used to. - Change calc's API: `evaluator` to use `case_sensitive` rather than `cs` - Add most of the capability for latex rendering
Peter Baratta committed
-
- 22 Jul, 2013 4 commits
-
-
Adam Palay committed
-
Adam Palay committed
-
Adam Palay committed
-
Adam Palay committed
-
- 18 Jul, 2013 2 commits
-
-
RobertMarks committed
-
RobertMarks committed
-
- 08 Jul, 2013 1 commit
-
-
Julian Arni committed
-
- 01 Jul, 2013 1 commit
-
-
Julian Arni committed
-
- 25 Jun, 2013 2 commits
-
-
Deleting the module object isn't needed to replace it, and deleting a module object causes all of its attributes to be set to None.
Ned Batchelder committed -
Refactor a bit modx_dispatch
Carlos Andrés Rocha committed
-