-
Issue #982442 by dmadruga: Support to embedding the link to the talk. If a direct url is detected, the module tries to download the full page and search for an input#embedCode. If it is not found, it will fallback to the emvideo field default error ("You have specified an invalid media URL or embed code.")
-
Remove rogue dpm() + old code cleanup.
-
Issue #1137904 by portulaca : TED uses mp4 instead of flv on newer videos Bumped up the emvideo field data store version. Changed the video extraction regex to be broader due to TED serving both flv and mp4 from different URLs. e.g. the URLs are now video.ted.com/talks/dynamic/*.flv and video.ted.com/talk/stream/*.mp4 Thus saving `talk(s)/[dynamic/stream]/*.[flv|mp4]`
-
Add mp4 embed IDs for devel generate
-
Stripping CVS keywords
-
Stripping CVS keywords
-
changed info format strings
-
updating the 1.x branch from head
-
Fixed the incorrect generation of the original URL
-
Added a few shortcodes to hook_content_create(). A bit of clenup following Coder module suggestions