- 16 Aug, 2013 16 commits
-
-
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 -
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 -
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 24 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 -
Chris Dodge committed
-
Make split mongo read-only API consistent with other modulestores.
Christina Roberts committed -
Add test for invalid YouTube IDs strings
Carlos Andrés Rocha committed -
Also clarifies the contraction of location.course_id by throwing an exception for lcoations that are not of category course. Add test for course_id method.
cahrens committed -
Fix/vik/oe issues
Vik Paruchuri committed -
Carlos Andrés Rocha committed
-
Jay Zoldak committed
-
Fix error seen in combinedopenended modules
Jay Zoldak committed -
Move the silencing of numpy's warnings into test_calc.py
Peter Baratta committed -
Julian Arni committed
-
..because that is where it is the most annoying/visible. Otherwise it really has no effect on the LMS or anything else.
Peter Baratta committed
-