- 13 Aug, 2013 11 commits
-
-
Changelog updates
Jay Zoldak committed -
Fix/adam/i18n templates
Adam committed -
remove 'preview' from urls in enrollment emails sent while previewing a ...
Adam committed -
Adam Palay committed
-
Change course create form to asynchronous validation.
Peter Fogg committed -
Adam Palay committed
-
Change locators to a restful interface.
Christina Roberts committed -
Fix error when there is an invalid YouTube property in a video module
Carlos Andrés Rocha committed -
Peter Fogg committed
-
Chris Dodge committed
-
Chris Dodge committed
-
- 12 Aug, 2013 29 commits
-
-
Carlos Andrés Rocha committed
-
Adam Palay committed
-
Adam Palay committed
-
Peter Fogg committed
-
Adam Palay committed
-
Peter Baratta committed
-
Miles Steele committed
-
Make descriptorsystem inherit from Runtime
jkarni committed -
Conflicts: cms/djangoapps/contentstore/views/preview.py
Julian Arni committed -
Chris Dodge committed
-
Julian Arni committed
-
XBlock integration for Studio: student view
David Baumgold committed -
cleanup
cahrens committed -
Adam Palay committed
-
instructor dash fixes
Adam committed -
Coffee compile command now executes for just *.coffee items.
Will Daly committed -
Add new setting to cms project
chrisndodge committed -
Chris Dodge committed
-
Migration videoalpha module to one main video module
Lyla Fischer committed -
Change console logging stream from stdout to stderr
Carlos Andrés Rocha committed -
Chris Dodge committed
-
Enable beta dashboard, add copy, add i18n
Miles Steele committed -
Chris Dodge committed
-
Miles Steele committed
-
Peter Fogg committed
-
Calc module changes: previewing and <formulaequationinput> To see individual commits, see tag peterb/formula-preview/presquash
Peter Baratta committed -
Peter Baratta committed
-
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
-