- 20 Aug, 2013 6 commits
-
-
keep log_event for compatibility
Miles Steele committed -
Brian Talbot committed
-
Chris Dodge committed
-
Chris Dodge committed
-
on import, when enumerating through the 'draft content', OSX environments will have hidden binary encoded quarantine files. We don't want to try to process these as they will throw an exception when trying to be parsed. It's harmless - the import goes on fine - but it's a lot of clutter in the output logs.
Chris Dodge committed -
Chris Dodge committed
-
- 19 Aug, 2013 5 commits
-
-
Don Mitchell committed
-
Don Mitchell committed
-
STUD-663.
cahrens committed -
STUD-663 Pylint updates.
cahrens committed -
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
-
- 17 Aug, 2013 1 commit
-
-
Chris Dodge committed
-
- 16 Aug, 2013 28 commits
-
-
and some minor comment changes.
Don Mitchell committed -
Don Mitchell committed
-
Don Mitchell committed
-
Don Mitchell committed
-
with own db connection.
Don Mitchell committed -
But don't use this parser for urls embedded in a browser url request.
Don Mitchell committed -
Don Mitchell committed
-
unit tests and fixes they implied
Don Mitchell committed -
Don Mitchell committed
-
partial impl
Don Mitchell committed -
per our agreement not to use the domain
Don Mitchell committed -
Fix for video and captions sync. Test for this fix.
Valera Rozuvan committed -
Don Mitchell committed
-
xgettext seems to only like `utf-8` not `utf8` so string extraction was failing without this
James Tauber committed -
Chris Dodge committed
-
Don Mitchell committed
-
Don Mitchell committed
-
And fix get_explicitly_set to use it and to get the json not native field values.
Don Mitchell committed -
It's a reasonable demo of in memory xblock creation, but doesn't fit the xblock pattern. Moving temporarily to keep the dag persistence test.
Don Mitchell committed -
Don Mitchell committed
-
and fix some comments ref'g old names
Don Mitchell committed -
Letting xblocks handle scope rather than separating fields into different attrs. Although, split still shunts content fields to a different collection than setting and children fields. The big difference is that content fields will always be a dict and not sometimes just a string and there's no special casing of 'data' attr. The other mind change is no more 'metadata' dict.
Don Mitchell committed -
add a filter to get_courses to not surface any courses that haven't been mapped, unless the store provider has been labeled as 'default'
Chris Dodge committed -
Chris Dodge committed
-
Because with speed changing the time also changes for Flash playback, a different way to calculate the current time is needed than for HTML5 playback. I have added conditions for Flash and HTML5 video, and put old method of calculating time for Flash. I have tested it on the YouTube video ZwkTiUPN0mg. Both HTML5 mode and Flash mode have proper video-captions syncing with this fix. NOTE: to view YouTube video in Flash mode you either have to use an old browser (ex. Firefox version 18) or hard code in source that state.currentPlayerMode = 'flash' (in function _setPlayerMode(), file 01_initialize.js).
Valera Rozuvan committed -
Peter Fogg committed
-
Anton Stupak committed
-
Chris Dodge committed
-