fix bug where uploading a transcript against a HTML5 video which contains a period in the video filename causes the transcript filename to be improperly constructed - #2438
Conversation
|
@Lyla-Fischer pinging you again. Or perhaps someone from the blades team could cover this PR? Thanks. |
|
Sorry. @valera-rozuvan can you review this? |
|
The originating JIRA issue for this PR is BLD-830. |
|
@auraz Please check over this PR. |
|
@chrisndodge It looks fine, however I'm not completely sure that '.' in filename is safe over whole processing. It would be nice to rename transcript filenames in transcripts acceptance tests cms/djangoapps/contentstore/features/transcripts.feature to contain dot. |
|
@chrisndodge Please rebase. I think that you should follow @auraz suggestion regarding |
… an incorrect transcript file
|
@auraz @valera-rozuvan @Lyla-Fischer , I added an acceptance test and rebased to resolve the merge conflict. Can you do a final pass? |
|
👍 |
fix bug where uploading a transcript against a HTML5 video which contains a period in the video filename causes the transcript filename to be improperly constructed
* Add ORA2 video upload option openedx#2375 (openedx#2417) * Modified courseware page look and feel openedx#2377 (openedx#2409) * Modified about page openedx#2379 (openedx#2413) * Fix biz bugs. openedx#2404 (openedx#2406) * Fix display width of popup. (openedx#2384) (cherry picked from commit a43c935a575d15fcf629f0edeb81446c778cda95) * Validate duplicate url-code. * Fix bug, when course not found. * Fix order of course as CourseOverview. * Remove additional-info count from contract grid. openedx#2419 (openedx#2437) * Fix order global course. openedx#2420 (openedx#2421) * Add additional info register. openedx#2419 (openedx#2433) * fix survey csv character encode problem openedx#2380 (openedx#2434) * Fix bokchoy for LoginCodeEnabledBizSurveyTest. (openedx#2457) * Fix register students confirm message. (openedx#2461) * Add command to check playback_log. openedx#2438 (openedx#2445) * Fix courseware page lookandfeel (openedx#2446, openedx#2439, openedx#2452, openedx#2453) * Fix box-shadow of sequence-nav-button. openedx#2453 (openedx#2467) * Fix bugs. openedx#2462 openedx#2463 (openedx#2464) * Fix password message in register students page. * Fix glass pane of processing when register additional item. * Fix display width of popup. (openedx#2466) * Fix min-width of sequence-nav. openedx#2468 (openedx#2469) * Fix isRegistered javascript in about page openedx#2470 (openedx#2471)
@Lyla-Fischer can you review?