- 12 Aug, 2013 3 commits
-
-
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
-
- 09 Aug, 2013 33 commits
-
-
Update the XBlock version to fix save bugs
Sarina Canelake committed -
give some debug message regarding why export has failed
chrisndodge committed -
Brian Talbot committed
-
Valera/captions keyboard access 2
Valera Rozuvan committed -
Valera Rozuvan committed
-
Valera Rozuvan committed
-
In speed control, when it is focused, a drop down becomes available which contains all of the available speeds that the player can switch to. When using the Tab button to tab through all of the controls, it should be possible to select individual speed with the keyboard.
Valera Rozuvan committed -
Valera Rozuvan committed
-
Only relevant part of string will go through the Python internationalization function.
Valera Rozuvan committed -
Previously we were using dummy YouTube IDs such as "slowerSpeedYoutubeId", and "normalSpeedYoutubeId". This was causing errors when the code tried to fetch metadata from YouTube with that ID. We can't stub these fetch requests because the data that is fetched is necessary. For example it contains the length of the video.
Valera Rozuvan committed -
Valera Rozuvan committed
-
Valera Rozuvan committed
-
Valera Rozuvan committed
-
It turned out that we were reading the heights of the contols and other elements before we initialized the heights.
Valera Rozuvan committed -
Now all Video tags and VideoAlpha tags will be handled by VideoAlpha.
Valera Rozuvan committed -
When the controls receive focus not via mouse click or mouse hover, their appropriate slider and selection menu are fully extended and shown to the user.
Valera Rozuvan committed -
Valera Rozuvan committed
-
Now when subs parameter is empty or the YouTube IDs are not specified, captions will not try to fetch non-existent file.
Valera Rozuvan committed -
Valera Rozuvan committed
-
It turns out that there was wrong invocation of toBeCloseTo() function. Most likely a typo. Updated the readme.
Valera Rozuvan committed -
Because sometimes the tooltips generated by qTip get in the way, and the controls becomes not responsive, it was decided to use standard title attributes for tips. Also along the way, an error was discoevered in Jasmine tests. It was fixed, but that test is failing so it was marked specifically to be skipped when all VideoAlpha tests run.
Valera Rozuvan committed -
For some reason the "muted" icon was not showing. Styles have been corrected.Now on focus background color is also simplified for div .volume control.
Valera Rozuvan committed -
When a VideoAlpha is present on the page, if the user tries to tab through out the entire page, eventually he will land on the VideoAlpha controls. The tab index order has been set up so that all control receive focus eventually in the order from left to right. When a control receives focus, it is hilighted. The last tab focuses the captions dialog. When the captions dialog has focus, the Up and Down arrows can scroll it up and down.
Valera Rozuvan committed -
[STUD-608] django-admin clone_course needs to properly copy metadata as well as draft content
chrisndodge committed -
Chris Dodge committed
-
Chris Dodge committed
-
Chris Dodge committed
-
Chris Dodge committed
-
Chris Dodge committed
-
Chris Dodge committed
-
Chris Dodge committed
-
switch the notification to be a prompt and allow for the user to go to the edit unit page which contains the module in error. Otherwise, present the raw exception message and allow user to go to the course outline page.
Chris Dodge committed -
Chris Dodge committed
-
- 08 Aug, 2013 4 commits
-
-
Fix my name in AUTHORS file
jnater committed -
Jean Manuel Nater committed
-
Sarina Canelake committed
-
Jonahstanley/firefox acceptance tests
Jonah Stanley committed
-