media_youtube 7.x-2.0-rc3
| Download | Size |
md5 hash |
|---|---|---|
| media_youtube-7.x-2.0-rc3.zip | 29.16 KB | 9a12f5821b9fe41073f015bd7eca3357 |
| media_youtube-7.x-2.0-rc3.tar.gz | 22.73 KB | ed8e75edb26d4a9883c6419f146e5047 |
Release notes
Changes since 7.x-2.0-rc2:
- #1946002 by dalin: private/public thumbnails for media:youtube
- #1913920 by davisben | karangi: Added error message if embedding is disabled for video, rather than display an invald ID message.
- #1949520: Removed media_youtube_update_7202() and media_youtube_file_default_types_alter() due to changes made in file_entity with #1911970.
media_youtube 7.x-2.0-rc2
| Download | Size |
md5 hash |
|---|---|---|
| media_youtube-7.x-2.0-rc2.tar.gz | 22.79 KB | 39d41411616865e22bdfaf20b6a86f71 |
| media_youtube-7.x-2.0-rc2.zip | 29.25 KB | 4fb386e9c8b1e340f2272173c46bc83a |
Release notes
Issue #1796930: update.php Error: Call to undefined function file_displays_load() by alexh58: Require file_entity.file_api for 6.x to 7.x upgrade.
Issue #1812976: Register video/youtube mimetype and provide an upgrade path by dddave, rootatwc, RobW: Register video/youtube mimetype.
Issue #1823096: Iframes are missing title attributes and alternative content (for accessibility) by David_Rothstein: Add title attributes and alternative content for accessibility.
Issue #1823376: media_access() is deceprated and will be removed by rootatwc: Replace deprecated media_access() with way cooler file_entity_access().
Issue #1797668: Errors when embedding youtube video with media_youtube & tinymce 'media' plugin by 30equals, cweagans, lucascaro: Make classes array handling compatable with Media 1.x.
Revert Issue #1823376: media_access() is deceprated and will be removed until Media 1.x is deprecated.
Issue #1823096: Iframes are missing title attributes and alternative content (for accessibility) by David_Rothstein, RobW: Add title attribute and alternative content for accessability (security and bugfixes).
Issue #1240976: Allow users embedding videos with the insert Media wysiwyg button to pick display format by lucascaro, RobW: Allow format choice with WYSIWYG insert media button
Issue #1812976: Register video/youtube mimetype and provide an upgrade path by rootatwc and beeradb: Followup, add update hook to make Media: YouTube active by default.
Issue #1836926: Thumbnail images are improperly stored by coredumperror: Fix hardcoded file scheme for thumbnail storage.
Restore chmod status for media-youtube.browser.js
Issue #1911572: Remove useless files[] directive from .info files: Removed unnecessary files[] directives from media_youtube.info.
Issue #1916650: Video thumbnails should not be saved as managed files by Dave Reid, aaron: Change file_save_data to file_unmanaged_save_data.
Issue #1879136: update.php Error: Call to undefined function file_displays_load() - update 7202 by aaron: Fix error on update 7202.
media_youtube 7.x-2.0-rc1
| Download | Size |
md5 hash |
|---|---|---|
| media_youtube-7.x-2.0-rc1.zip | 28.65 KB | 0341b406f17fb80ab59a475abcb1e909 |
| media_youtube-7.x-2.0-rc1.tar.gz | 22.29 KB | bb1396b897a070df3b5ecb906a0469cb |
Release notes
It's the new hotness. If no issues are found with this release it will become the 2.0 full release.
media_youtube 7.x-2.0-alpha2
| Download | Size |
md5 hash |
|---|---|---|
| media_youtube-7.x-2.0-alpha2.tar.gz | 26.71 KB | 5f66ea9483bfcd244df3de486a837523 |
| media_youtube-7.x-2.0-alpha2.zip | 33.79 KB | fddbed117907ac1f34b10f1c5541c442 |
Release notes
Cache the check for valid id.
media_youtube 7.x-2.0-alpha1
| Download | Size |
md5 hash |
|---|---|---|
| media_youtube-7.x-2.0-alpha1.tar.gz | 26.45 KB | 88b4e03cc17e441982c86bb044f1c077 |
| media_youtube-7.x-2.0-alpha1.zip | 33.54 KB | 8920e769e23b8ad827f205ad005b8e0e |
Release notes
by aaron: Add a youtube media browser.
media_youtube 7.x-2.x-dev
| Download | Size |
md5 hash |
|---|---|---|
| media_youtube-7.x-2.x-dev.tar.gz | 22.73 KB | 3a1c4ea22308dea4ba97651cdf52cc44 |
| media_youtube-7.x-2.x-dev.zip | 29.17 KB | b1dc004a3edd2cb85a235f35774df070 |
Release notes
Development release
media_youtube 7.x-1.0-beta3
| Download | Size |
md5 hash |
|---|---|---|
| media_youtube-7.x-1.0-beta3.zip | 29.95 KB | 0ba0f4742e4c42f9dce7b6cdf27c3ba5 |
| media_youtube-7.x-1.0-beta3.tar.gz | 23.61 KB | c9dd40bd96e164bc9c5b518942bf8863 |
Release notes
Changes since 7.x-1.0-beta2:
media_youtube 7.x-1.0-beta2
| Download | Size |
md5 hash |
|---|---|---|
| media_youtube-7.x-1.0-beta2.zip | 30.06 KB | 0689ef7be8f25760c7d179ae3b83177c |
| media_youtube-7.x-1.0-beta2.tar.gz | 23.71 KB | 4305434157443e533dcc95b6c36f35cf |
Release notes
by aaron: When parsing a URL, allow for other elements in the query.
by aaron: add update function to rebuild themes and formatters
media_youtube 7.x-1.0-beta1
| Download | Size |
md5 hash |
|---|---|---|
| media_youtube-7.x-1.0-beta1.zip | 30.04 KB | 5b78aac9faf7e6d6204bb0b3600a8276 |
| media_youtube-7.x-1.0-beta1.tar.gz | 23.68 KB | bef3e0123508d4f63e43ee14ca885249 |
Release notes
- Issue #1176356: How to prevent autoplay and choosing other sizes?: Fix autoplay.
- Issue #1203252: Notice: Undefined property: stdClass::$uri in media_youtube_file_styles_filter() by langworthy, aaron: Fix Notice: Undefined property: stdClass::$uri in media_youtube_file_styles_filter()
- by aaron: Push iframe settings into js.
- Merge branch '7.x-1.x' of git.drupal.org:project/media_youtube into 7.x-1.x
- by aaron: Add new presets for videos based on image style sizes.
- Issue #1213184: Allow YouTube videos to be re-used by Dave Reid: Allow YouTube videos to be re-used.
- Issue #1164184: Fatal error while uninstalling: undefined function media_youtube_variable_default() by steinmb, likewhoa: Fix fatal error when uninstalling Media: YouTube.
- by aaron: Pass through item for thumbnail.
- Issue #1213184: Allow YouTube videos to be re-used by ksenzee, mpotter: Allow reuse of existing file objects with the media 1.x branch.
- Issue #1179140: Add support for rel (related videos) parameter by dboulet: add support for related videos parameter.
- by #1107930: Player hides div with higher z-index dezofie, aaron: fix wmode transparency issue.
- by #1292344: Validate the youtube ID before adding to the library mariancalinro, aaron: validate the youtube video id.
- by aaron: add support for various youtube embedding options, and clean up the code.
media_youtube 7.x-1.0-alpha5
| Download | Size |
md5 hash |
|---|---|---|
| media_youtube-7.x-1.0-alpha5.zip | 27.95 KB | af3999896b6fdabd7df7fba4145426d9 |
| media_youtube-7.x-1.0-alpha5.tar.gz | 21.7 KB | fd22dfe6781a62d38031be9294d9167e |
Release notes
#1043820: Video markup incorrectly appends '; after embed. Breaks html5 (iPad) playback for video embedded in wysiwyg. by pixelmord, clemens.tolboom, katbailey | mfer: Fixed Video markup incorrectly appends '; after embed. Breaks html5 (iPad) playback for video embedded in wysiwyg.
#1033904: Fatal error uninstalling media_youtube when media_internet is disabled: Class 'MediaInternetBaseHandler' not found by mfb | modesia: Fixed Uninstall Error: Fatal error: Class 'MediaInternetBaseHandler' not found .
#1152032: Fatal error: Class 'FileStyles' not found in /includes/media_youtube.styles.inc on line 129: Fixed Fatal error: Class 'FileStyles' not found in /includes/media_youtube().styles.inc on line 129.
#1150878: Autoplay setting is ignored when using iframe embed by mikeker: Fixed Autoplay setting is ignored when using iframe embed.
Removed old media_youtube.admin.inc file. Hasn't been used in ages.
Moving include files into includes folder.
Removed media_youtube.old.js. Hasn't been used in ages.
Moved unused css file into css folder. Maybe it will get used again some day.
Because Media module no longer requires Styles module, moved all Styles integration functions into media_youtube.styles.inc.
Cleaned up a little code to help this module serve as an example for how to write a Media provider module.
Added integration for Media's new File Entity module.
Issue #1172478: Fatal error after Drupal 7.2 update by dlumberg, aaron: Change styles object to use camelCase.
Issue #1045824: Ability to use YouTube URL shortener by aaron: Support url shorteners and embed code when parsing.
Issue #1042442: Editing Video thumbnail and Large Video Size. by robbycandra: Change default large video and add image style to thumbnail.
by aaron: Add image presets to youtube styles
media_youtube 6.x-1.3
| Download | Size |
md5 hash |
|---|---|---|
| media_youtube-6.x-1.3.tar.gz | 28.6 KB | 52ca38ea76cfb10c202959a5a50e8d64 |
| media_youtube-6.x-1.3.zip | 35.8 KB | af771de3cb72da4d4850d2ebcefe0152 |
Release notes
Note there are some required database updates to run with this release.
Changes since DRUPAL-6--1-2:
Read moremedia_youtube 7.x-1.0-alpha4
| Download | Size |
md5 hash |
|---|---|---|
| media_youtube-7.x-1.0-alpha4.tar.gz | 22.61 KB | aa341190561e82a2d94b94d585049db7 |
| media_youtube-7.x-1.0-alpha4.zip | 29.26 KB | d1723291e64ab3e66010cc231a0c274c |
Release notes
Changes since DRUPAL-7--1-0-ALPHA3:
- by aaron: Move preview url variable to namespace.
- by aaron: Don't save the UI preview youtube video unnecessarily.
- by aaron: Add large video and medium thumbnail presets.
- by aaron: Use the image style for square thumbnails.
- by aaron: Documentation.
media_youtube 7.x-1.0-alpha3
| Download | Size |
md5 hash |
|---|---|---|
| media_youtube-7.x-1.0-alpha3.zip | 29.13 KB | 00b277f992cc14e168f060051258c958 |
| media_youtube-7.x-1.0-alpha3.tar.gz | 22.53 KB | c9dbf142882942b5980cb0fb0eef2713 |
Release notes
Changes since DRUPAL-7--1-0-ALPHA2:
- by aaron: Fix error in install.
media_youtube 7.x-1.0-alpha2
| Download | Size |
md5 hash |
|---|---|---|
| media_youtube-7.x-1.0-alpha2.zip | 29.13 KB | a30317b871c7aa8374cc6796bc3aa7fd |
| media_youtube-7.x-1.0-alpha2.tar.gz | 22.53 KB | f76f4c9559ea9d1f8b2885afd9daeb9e |
Release notes
Changes since DRUPAL-7--1-0-ALPHA1:
- by aaron: Respect WYSIWYG overrides on w/h.
- by aaron: Add label to file style.
- by aaron: Add file styles ui preview theme.
- by aaron: Preview theme.
- by aaron: Add file styles ui preview theme.
media_youtube 7.x-1.0-alpha1
| Download | Size |
md5 hash |
|---|---|---|
| media_youtube-7.x-1.0-alpha1.tar.gz | 22.33 KB | 817cb8fe158c041bca2aca6dfe6ccd66 |
| media_youtube-7.x-1.0-alpha1.zip | 28.98 KB | 983cb6677b0b627492b44571cc979e10 |
Release notes
Changes since DRUPAL-7--1:
Read moremedia_youtube 6.x-1.2
| Download | Size |
md5 hash |
|---|---|---|
| media_youtube-6.x-1.2.tar.gz | 27.03 KB | 4ebb6b85658105f0505d29ecfae86a93 |
| media_youtube-6.x-1.2.zip | 33.54 KB | 526d30270f0dde2d41bca21c8b76ecc4 |
Release notes
Important: Note that the theme functions are entirely different now, so if you're overriding a theme, you'll need to refactor it with this release.
Changes since DRUPAL-6--1-1:
Read moremedia_youtube 6.x-1.1
| Download | Size |
md5 hash |
|---|---|---|
| media_youtube-6.x-1.1.tar.gz | 18.09 KB | 4fdd968a93a684525e8b956affe6a2fe |
| media_youtube-6.x-1.1.zip | 22.07 KB | b9f7b3fc2b0ac66b1c6e0b80701a5a17 |
Release notes
Changes since DRUPAL-6--1-0:
- [#516236] by aaron: Fallback for iPhone.
- by aaron: Added Media Mover support!
media_youtube 6.x-1.0
| Download | Size |
md5 hash |
|---|---|---|
| media_youtube-6.x-1.0.tar.gz | 13.51 KB | 121952229bc42f95301edffb0449bfd3 |
| media_youtube-6.x-1.0.zip | 15.67 KB | da2089ed2c21f7065b89ba7718aa74b9 |
Release notes
Provides support for the YouTube video provider to Embedded Media Field.
media_youtube 6.x-1.x-dev
| Download | Size |
md5 hash |
|---|---|---|
| media_youtube-6.x-1.x-dev.zip | 36.42 KB | ada7577aad0929c74202f3058f9a5245 |
| media_youtube-6.x-1.x-dev.tar.gz | 30.33 KB | f670f8e188f3366ef556ce7216e41b2c |
Release notes
This adds support for YouTube for Embedded Media Field.
media_youtube 7.x-1.x-dev
| Download | Size |
md5 hash |
|---|---|---|
| media_youtube-7.x-1.x-dev.zip | 29.71 KB | 68e198f77c404c0df6c21ecd5d228adb |
| media_youtube-7.x-1.x-dev.tar.gz | 23.63 KB | dba4112dcd7aab10c0bb62118e18d242 |
Release notes
bleeding edge