Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 May 2011 at 23:56 UTC
Updated:
31 Aug 2012 at 10:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
ralt commentedHi,
Have you tried contacting the Emfield maintainer to add this feature, or to become co-maintainer? Adding a module for the sole purpose of adding a provider seems overkill to me.
Comment #2
ralt commentedComment #3
tomasbedrich commentedNo, I haven't. I thought that it is normal practice, that new media providers for Emfield are added by modules. Please take a look at Emfield project page:
Media: 8Tracks
Media: Archive
Media: Bits On The Run
Media: BlipTV
Media: Brightcove
Media: Facebook
Media: Flickr
Media: Fox News
...
All these providers and much more are added to Emfield by module at this time. So why not to add next provider by this way?
Comment #4
attiks commentedI did a quick Coder review to check the Coding Standards, see below.
Comment #5
tomasbedrich commentedI read your (Coder's) warnings and corrected the code. I hope it is OK now.
Comment #6
tomasbedrich commentedSorry, I forgot to change status.
Comment #7
attiks commentedI tried the module with the link at the top, but i got
also coder found 4 minor remarks:
Comment #8
tomasbedrich commentedBy testing I found the error you are getting is not caused by my module, but maybe you don't have actual version of Emvideo module.
I also corrected 2 minor Coder problems in comments, but I don't want to fix the others:
It's becouse there is written in the Drupal documentation, that functions like drupal_strlen and drupal_substr are UTF-8 safe, but they are much slower. Here I work with URL so I surely know, that I won't get UTF-8 string there and that's why I use better-performance funcions there.
Comment #9
attiks commentedRegarding the UTF-8 in domain names, you know they will be appearing shortly: http://www.icann.org/en/topics/idn/ so better be safe than sorry, the speed difference will be neglect-able.
Comment #10
tomasbedrich commentedOkay, you are the boss. I changed the code.
Comment #11
klausiComment #12
misc commented@ricoo has been contacted to ask if the application is abandoned.
http://drupal.org/node/894256
Comment #13
tomasbedrich commentedChangig state to postponed (on @MiSc request) until I have enough time to work on this project.
Comment #14
klausiClosing due to lack of activity. Feel free to reopen if you are still working on this application.