- 16 Aug, 2013 27 commits
-
-
xblock fields persist w/o breaking by scope
Don Mitchell committed -
Correctly seek in captions with non-1.0 speeds.
Jay Zoldak committed -
Fix for video and captions sync. Test for this fix.
Valera Rozuvan committed -
fixed encoding declaration
James Tauber committed -
Enable the django_nose app by default
Carlos Andrés Rocha committed -
Conflicts: common/lib/xmodule/xmodule/video_module.py
Jay Zoldak committed -
Zoldak/hotfix 2013 08 16
Jay Zoldak committed -
Don Mitchell committed
-
xgettext seems to only like `utf-8` not `utf8` so string extraction was failing without this
James Tauber committed -
fixed typo in faculty member settings text
James Tauber committed -
This was confusing translators as didn't make sense in English
James Tauber committed -
Conflicts: lms/envs/dev.py
Adam Palay committed -
Fix initial loading bug on `<formulaequationinput />`
Peter Baratta 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 -
in grading, if problem cannot be created, return score as none
Adam committed -
Adam Palay 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
-
Video: disable speed controls for unsupported browsers.
polesye committed -
Anton Stupak committed
-
Fix grade range names not being editable.
Peter Fogg committed
-
- 15 Aug, 2013 13 commits
-
-
The django_nose it is very useful, even outside the test environment. For example, it lets you to easily run test from manage.py without additional changes to the test packages.
Carlos Andrés Rocha committed -
Contentstore views pylint fixes
jkarni committed -
Workaround for issue
Jonah Stanley committed -
Better wording of commit Workaround for issue Better wording of commit Fixed spacing
JonahStanley committed -
capa optioninput template was missing msg output (needed for hints)
David Ormsbee committed -
Peter Fogg committed
-
Chris Dodge committed
-
Don Mitchell committed
-
Carlos Andrés Rocha committed
-
Also fixes problems with double-quoted strings (historical artifact). STUD-640 Conflicts: common/lib/xmodule/xmodule/video_module.py
cahrens committed -
update tests to call definition_to_xml rather than export_to_xml, which presumes writing to a filesystem, plus it adds a url_name to the attribute set. Also, on __init__ reset the 'category' attribute, on some code paths this can get lost. Not sure why, but this gets all the tests to pass.
Chris Dodge committed -
Chris Dodge committed
-
export_to_xml() really should be definition_to_xml() since we'll rely on the base method that is in xml_module.py to preserve the correct export filesystem hierarchy.
Chris Dodge committed
-