Skip to content
Snippets Groups Projects
  1. Aug 02, 2013
  2. Aug 01, 2013
    • Adam Palay's avatar
      fix error handling · 0076d6a6
      Adam Palay authored
      distinguish logged error and instructor-facing error
      0076d6a6
    • Adam Palay's avatar
      bbd52e05
    • Adam Palay's avatar
      i18n template fixes · ac1ac2d9
      Adam Palay authored
      syntax fix
      ac1ac2d9
    • Anton Stupak's avatar
      Fix with sequence switching and more. · 6ba5d472
      Anton Stupak authored
      Studio: adds in new Sass file for Studio-specific
      xmodule presentation and removes full screen control
      from video alpha display UI.
      Adds jasmine test for subtitles scroll.
      Adds tests for caption change height functionality.
      Uses gettext wrapper.
      Fixes caption change height functionality.
      Removes IS_CMS, isCms flags.
      6ba5d472
    • Anton Stupak's avatar
      Fixes bug with Fullscreen mode and more. · 65aa7d4f
      Anton Stupak authored
      Fixes subtitles hiding on slidermove and their height.
      65aa7d4f
    • Anton Stupak's avatar
      Fixes InvalidStateError failures in FF and more. · 7d215e12
      Anton Stupak authored
      Fixes HD button
      Disables Fullscreen mode in the Studio
      Fixes ui controls bug
      7d215e12
    • jmclaus's avatar
      video_speed_control passes all tests except 1 · 8c3f4388
      jmclaus authored
      Mocked loading of captions.
      Fixed remaining tests in captions.
      Fixed failing tests in speed control, and quality control. Turned off all VideoAlpha tests because browser crashes when all are run at once. To check that they are passing, go through each file one by one, replacing xdescribe with describe. Dont forget to change back to xdescribe when the test was run and turns out to be OK.
      Some tests at the end of video_player_spec.js pass
      Further fixing tests in video_player_spec file.
      transfers changes to test_logic from master to __init__ and other files
      Fixing more tests.
      8c3f4388
    • Valera Rozuvan's avatar
      Corrected all isues found during refactoring #2. · 52fa6591
      Valera Rozuvan authored
      Added missing file.~
      Undid a mistake.
      Copied Python tests from video_alpha1.
      moves TestLogic to __init__.py
      reorginizes xmodule logic tests
      adds docstrings for poll tests
      adds docstring for word cloud and conditional tests
      adds docstrings for video alpha tests
      adds videoalphafactory for tests, not finished
      adds imports
      Bug fixing.
      fix video/videoalpha tests
      Updated lettuce test. Now it is aware of the fact that Video and Video Alpha players have different base CSS classes.
      Removed REFACTOR comments.
      Turn off autoplay for Video Alpha in Studio.
      Carry over fix for bug where in Firefox changing to speed 1.0 has no effect.
      Carry over JavaScript Jasmine tests from jmclaus/videoalpha2_js branch.
      Exporting state object from main function of Video Alpha.
      More stuff from jmclaus/videoalpha2_js branch.
      Specs in html5_video.js all pass except ten of them. Cleaned code a bit and moved it out of display_spec.js
      One more spec passes
      Fixed remaning tests in spec/../html5_video.js test suite. Removed test video files.
      Added JavaScript Jasmine tests for main of Video Alpha 2.
      adds test for volume control and updates helper file for videoalpha
      52fa6591
    • Vasyl Nakvasiuk's avatar
      refactoring JS -> HTML · 7c59947a
      Vasyl Nakvasiuk authored
      second part of refactoring: JS -> Python HTML
      Updated JS code to reflect the change that some HTML generation was moved to python side.
      Fixed fullscreen bug - now controls are shown properly below the video. Made the transparency a bit more faded for captions in normal mode.
      Fixed bug with captions. Now the attribute show_captions correctly removes them when set to true.
      Work in progress.
      7c59947a
    • Valera Rozuvan's avatar
      Added fade in/fade out for controls in HTML5 videos. · 0e24ff14
      Valera Rozuvan authored
      Making video in the center and not stretched when captions are shown.
      Added auto hide/show for captions.
      Removed old styling and debug info.
      Added missing initalizations for captions auto show/hide.
      Fixing bugs. Adding black backgorund to video for when it has not yet loaded. Making sure that the captions are not shown when in YouTube mode.
      Added back missing styles for captions when in YouTube mode.
      Code review 1 comments
      Minor refactoring.
      Documenting. Part 1.
      0e24ff14
    • Valera Rozuvan's avatar
      Refactoring of events system. · 9d2eec07
      Valera Rozuvan authored
      Minor fix.
      Minor fix. Now state of captions is properly set from cookies.
      Fix for hiding-showing subs based on cookie when subs are not found.
      Partial feature - hide show controls on mouse.
      Removed debugging messages. Changed trigger() method - now it has a better interface.
      Better function rewrite. Now .trigger() is more readable and understandable.
      In between.
      9d2eec07
    • Valera Rozuvan's avatar
      Basic functionality implemented. Core video module can handle HTML5 sources... · 74ad637e
      Valera Rozuvan authored
      Basic functionality implemented. Core video module can handle HTML5 sources and YoTube video IDs. Play-pause control works.
      Added quality change control. Added qtip usage. Removed unnecessary coffee files.
      Slight changes.
      Added position slider. Enabled several events related to time progress. Work in progress.
      Added volume, and speed controls.
      Added captions.
      Added full support for captions.
      Added correct resize functionality to captions.
      Petite work in progress.
      add autoplay attr for videoalpha tag
      74ad637e
    • John Jarvis's avatar
    • Will Daly's avatar
      Added pylint exceptions to load test settings. · b78f6f7a
      Will Daly authored
      b78f6f7a
    • Will Daly's avatar
      Removed check for AUTOMATIC_AUTH_FOR_LOAD_TESTING because · 9e5d64b8
      Will Daly authored
      it's already implied that you're using load testing settings.
      9e5d64b8
    • Will Daly's avatar
      Moved CSRF override into its own settings file · ab146154
      Will Daly authored
      ab146154
    • Will Daly's avatar
      Remove CSRF middleware/processor in aws and dev settings, · 39030c66
      Will Daly authored
      not common.  This ensures that we load the MITX_FEATURES
      token BEFORE deciding to disable CSRF.
      39030c66
  3. Jul 31, 2013
  4. Jul 30, 2013
  5. Jul 29, 2013
Loading