-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Peter fogg/remove video xml #132
Commits on Jun 6, 2013
-
Started removing XML from video editor.
TODO: This breaks the 1.5x and .75x speeds. I'm still looking into why. TODO: VideoDescriptor inherits from RawDescriptor in order to use the from_xml and export_to_xml methods. This seems really ugly, though; I'd rather find a better way to do this.
Peter Fogg committedJun 6, 2013 Configuration menu - View commit details
-
Copy full SHA for 4415fb4 - Browse repository at this point
Copy the full SHA 4415fb4View commit details
Commits on Jun 10, 2013
-
Fixed .75 and 1.5 speeds playing at 1.0 speed.
Peter Fogg committedJun 10, 2013 Configuration menu - View commit details
-
Copy full SHA for ee64d8c - Browse repository at this point
Copy the full SHA ee64d8cView commit details -
Changed description of source and track fields.
Peter Fogg committedJun 10, 2013 Configuration menu - View commit details
-
Copy full SHA for 115ae42 - Browse repository at this point
Copy the full SHA 115ae42View commit details
Commits on Jun 11, 2013
-
Fix failing acceptance tests and allow videos to be imported from XML.
Peter Fogg committedJun 11, 2013 Configuration menu - View commit details
-
Copy full SHA for f9b825f - Browse repository at this point
Copy the full SHA f9b825fView commit details -
Enable exporting video to XML for backwards compatibility.
Peter Fogg committedJun 11, 2013 Configuration menu - View commit details
-
Copy full SHA for 5b9e88e - Browse repository at this point
Copy the full SHA 5b9e88eView commit details -
Merge peter-fogg/fix-video-captions-setting.
Peter Fogg committedJun 11, 2013 Configuration menu - View commit details
-
Copy full SHA for dbb1275 - Browse repository at this point
Copy the full SHA dbb1275View commit details -
Update acceptance tests for captions to use metadata settings editor.
Peter Fogg committedJun 11, 2013 Configuration menu - View commit details
-
Copy full SHA for 3159c94 - Browse repository at this point
Copy the full SHA 3159c94View commit details -
Convert Floats to StringyFloats.
Peter Fogg committedJun 11, 2013 Configuration menu - View commit details
-
Copy full SHA for 716da9c - Browse repository at this point
Copy the full SHA 716da9cView commit details -
Remove data attribute from templates/video/default.yaml.
Peter Fogg committedJun 11, 2013 Configuration menu - View commit details
-
Copy full SHA for 872bf71 - Browse repository at this point
Copy the full SHA 872bf71View commit details -
Prevent showing video speeds that aren't set by course author.
Peter Fogg committedJun 11, 2013 Configuration menu - View commit details
-
Copy full SHA for 94ac7fb - Browse repository at this point
Copy the full SHA 94ac7fbView commit details -
Convert show_captions to StringyBoolean.
Peter Fogg committedJun 11, 2013 Configuration menu - View commit details
-
Copy full SHA for 1ff72e0 - Browse repository at this point
Copy the full SHA 1ff72e0View commit details
Commits on Jun 12, 2013
-
Update and fix acceptance to show captions when correct.
Peter Fogg committedJun 12, 2013 Configuration menu - View commit details
-
Copy full SHA for 008c769 - Browse repository at this point
Copy the full SHA 008c769View commit details -
Peter Fogg committed
Jun 12, 2013 Configuration menu - View commit details
-
Copy full SHA for 63e376d - Browse repository at this point
Copy the full SHA 63e376dView commit details -
Set Youtube ID defaults to the empty string.
Peter Fogg committedJun 12, 2013 Configuration menu - View commit details
-
Copy full SHA for 52bf82a - Browse repository at this point
Copy the full SHA 52bf82aView commit details -
Update display names and help text for video metadata.
Peter Fogg committedJun 12, 2013 Configuration menu - View commit details
-
Copy full SHA for 681e96b - Browse repository at this point
Copy the full SHA 681e96bView commit details -
Fix times not being parse from HH:MM:SS format into floats and update…
… video module logic tests.
Peter Fogg committedJun 12, 2013 Configuration menu - View commit details
-
Copy full SHA for 4e2c4f0 - Browse repository at this point
Copy the full SHA 4e2c4f0View commit details -
Update failing Jasmine tests for video.
Peter Fogg committedJun 12, 2013 Configuration menu - View commit details
-
Copy full SHA for 8da102c - Browse repository at this point
Copy the full SHA 8da102cView commit details
Commits on Jun 13, 2013
-
Remove outdated unit test for VideoModule constructor.
Peter Fogg committedJun 13, 2013 Configuration menu - View commit details
-
Copy full SHA for 66ab659 - Browse repository at this point
Copy the full SHA 66ab659View commit details -
Update XML in old video tests. This change tags like <video youtube="…
…1.0:abcdefg"> to <video youtube_id_1_0="abcdefg".
Peter Fogg committedJun 13, 2013 Configuration menu - View commit details
-
Copy full SHA for ef56c49 - Browse repository at this point
Copy the full SHA ef56c49View commit details -
Update XML in old video tests. This change tags like <video youtube="…
…1.0:abcdefg"> to <video youtube_id_1_0="abcdefg".
Peter Fogg committedJun 13, 2013 Configuration menu - View commit details
-
Copy full SHA for 5cee351 - Browse repository at this point
Copy the full SHA 5cee351View commit details -
Merge branch 'peter-fogg/remove-video-xml' of github.com:edx/edx-plat…
…form into peter-fogg/remove-video-xml
Peter Fogg committedJun 13, 2013 Configuration menu - View commit details
-
Copy full SHA for a831990 - Browse repository at this point
Copy the full SHA a831990View commit details -
Add unit tests for creating VideoDescriptor from old XML. Brings test…
… coverage for video_module.py to 91%.
Peter Fogg committedJun 13, 2013 Configuration menu - View commit details
-
Copy full SHA for fa84abc - Browse repository at this point
Copy the full SHA fa84abcView commit details -
Update failing metadata settings acceptance test.
Peter Fogg committedJun 13, 2013 Configuration menu - View commit details
-
Copy full SHA for bea83c5 - Browse repository at this point
Copy the full SHA bea83c5View commit details
Commits on Jun 14, 2013
-
Fix merge conflict in common/test/data/full/sequential/Administrivia_…
…and_Circuit_Elements.xml.
Peter Fogg committedJun 14, 2013 Configuration menu - View commit details
-
Copy full SHA for 206f582 - Browse repository at this point
Copy the full SHA 206f582View commit details -
Addresses latest comments on pull request #132. In particular:
- Make 1.0x speed default Youtube ID Lyla's introduction video. - Add acceptance tests for toggling captions on/off. - Move captions settings acceptance tests into video-editor.feature. - Rename acceptance test methods to reflect their function. - Remove undefined variable from video Jasmine tests. - Test VideoDescriptor.from_xml when no attributes are set. - Convert Stringy* to non-Stringy equivalents. - Test parsing of Youtube ID strings and times in more cases. - Remove some commented-out code.
Peter Fogg committedJun 14, 2013 Configuration menu - View commit details
-
Copy full SHA for 6035d0a - Browse repository at this point
Copy the full SHA 6035d0aView commit details -
Peter Fogg committed
Jun 14, 2013 Configuration menu - View commit details
-
Copy full SHA for e004549 - Browse repository at this point
Copy the full SHA e004549View commit details -
Merge branch 'master' into peter-fogg/remove-video-xml
Peter Fogg committedJun 14, 2013 Configuration menu - View commit details
-
Copy full SHA for d8f307a - Browse repository at this point
Copy the full SHA d8f307aView commit details
Commits on Jun 17, 2013
-
Many changes to finish up PR. To wit:
-- Changed docstrings to use double quote. -- More consistent naming for youtube IDs (normal_speed_id -> youtube_id_1_0). -- Formatting changes for readability. -- Updated test XML to expect JSON-encoded strings; prevents tests from spuriously failing.
Peter Fogg committedJun 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 8159e86 - Browse repository at this point
Copy the full SHA 8159e86View commit details -
Update CHANGELOG.rst; move acceptance test methods into more appropri…
…ate files; docstring cleaning.
Peter Fogg committedJun 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 56015e4 - Browse repository at this point
Copy the full SHA 56015e4View commit details -
Peter Fogg committed
Jun 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 5cb456b - Browse repository at this point
Copy the full SHA 5cb456bView commit details
Commits on Jun 18, 2013
-
Fix merge conflict in CHANGELOG.rst.
Peter Fogg committedJun 18, 2013 Configuration menu - View commit details
-
Copy full SHA for 8ae22cf - Browse repository at this point
Copy the full SHA 8ae22cfView commit details -
Fix merge conflict in CHANGELOG.rst.
Peter Fogg committedJun 18, 2013 Configuration menu - View commit details
-
Copy full SHA for a403252 - Browse repository at this point
Copy the full SHA a403252View commit details -
Merge branch 'master' into peter-fogg/remove-video-xml
Peter Fogg committedJun 18, 2013 Configuration menu - View commit details
-
Copy full SHA for 7633968 - Browse repository at this point
Copy the full SHA 7633968View commit details
Commits on Jun 20, 2013
-
Fix merge conflict in CHANGELOG.rst.
Peter Fogg committedJun 20, 2013 Configuration menu - View commit details
-
Copy full SHA for 9c7be8b - Browse repository at this point
Copy the full SHA 9c7be8bView commit details -
Fix VideoAlpha acceptance test step definitions to not clash with Vid…
…eo module.
Peter Fogg committedJun 20, 2013 Configuration menu - View commit details
-
Copy full SHA for c77eb4f - Browse repository at this point
Copy the full SHA c77eb4fView commit details -
Make sure we can handle empty youtube attributes.
Peter Fogg committedJun 20, 2013 Configuration menu - View commit details
-
Copy full SHA for ea56a0c - Browse repository at this point
Copy the full SHA ea56a0cView commit details -
Peter Fogg committed
Jun 20, 2013 Configuration menu - View commit details
-
Copy full SHA for 1d8d507 - Browse repository at this point
Copy the full SHA 1d8d507View commit details -
Peter Fogg committed
Jun 20, 2013 Configuration menu - View commit details
-
Copy full SHA for 83d84e2 - Browse repository at this point
Copy the full SHA 83d84e2View commit details