- 21 Mar, 2014 1 commit
-
-
1. In video_module.py, rewrite the get_ext() function to use the built-in urlparse module to parse the input filename first and then get the file's extension name from the parsed path. 2. In test_video.py, add two test cases (one with query string while the other without) in order to test the rewritten get_ext() function.
louyihua committed
-
- 19 Mar, 2014 1 commit
-
-
Sometimes the video url may look like 'http://abc.com/path/video.mp4?xxxx'. (For example, the Windows Azure's media service will offer such type of url.) The original code in video_module.py will produce 'mp4?xxxx' instead of 'mp4' as the extension of a filename for such type of url, and therefore the video will be non-playable. The fix here uses the built-in urlparse module to retrive only the path component from a url and therefore the extension 'mp4' will be correctly fetched.
louyihua committed
-
- 17 Mar, 2014 15 commits
-
-
further explanation on entry_points
Mark Hoeber committed -
Fix URLs for static resources
David Baumgold committed -
Enable/disable unicodes in course id's
Adam committed -
Fix LMS-2349 (Progress page broken for pure xblocks)
Calen Pennington committed -
Markhoeber/documentation/ca reorg real
Mark Hoeber committed -
Mark Hoeber committed
-
zubiar-arbi committed
-
This fixes LMS-2387 by removing a resize call that prevented scrolling.
Dave St.Germain committed -
[LMS-2349]
Calen Pennington committed -
This is known to be broken. [LMS-2349]
Calen Pennington committed -
It also enables syntax highlighting for matlab input fields, which wasn't previously enabled.
Dave St.Germain committed -
Dhm/meld pretty factory
Don Mitchell committed -
Fix donwload subs for non youtube videos and non-en language.
Alexander Kryklia committed -
Internationalization fixed for error msg on staff grading page.
Waheed Ahmed committed -
LMS-2195
Waheed Ahmed committed
-
- 15 Mar, 2014 2 commits
-
-
Update translations (autogenerated message)
Sarina Canelake committed -
Sarina Canelake committed
-
- 14 Mar, 2014 7 commits
-
-
Edits from Alison's initial review
Mark Hoeber committed -
DOC-34
Mark Hoeber committed -
Consolidate information from data.edx.org, Appendix E, and problem types
srpearce committed -
Improve dump_course_ids test for unicode course_ids
Carlos Andrés Rocha committed -
Check for status in test. Add test for track url. Fix test to use cookie. Use download_track in feature file. Add new tests for get_transcript. Add html5 test. Add content check. Add tests for available_translations dispatch. Disable flaky cms test. Add w/o english transcript tests. Add to changelog.
Alexander Kryklia committed -
Carlos Andrés Rocha committed
-
Sylvia Pearce committed
-
- 13 Mar, 2014 14 commits
-
-
Fixed confusing docstring
Julia Hansbrough committed -
Julia Hansbrough committed
-
missed rst
David Baumgold committed -
CSS changes regarding TinyMCE in annotation tool & accessibility issues
frances botsford committed -
Support publishing of nested xblocks
Christina Roberts committed -
Allow uppercase transcripts srt extension.
Alexander Kryklia committed -
Fix split_test xblock so that it can render in Studio
Andy Armstrong committed -
cahrens committed
-
cahrens committed
-
cahrens committed
-
Added internal refs to help researchers find the data format files
Alison Hodges committed -
Alison Hodges committed
-
Alexander Kryklia committed
-
Update data download dash for parity (LMS-1203)
Sarina Canelake committed
-