This module allows users to insert videos from Aol into their posts, based on categories, search terms, keywords and others. It supports several WYSIWYG editors, as well as the default Drupal editor. Videos are loaded directly from Aol with the Aol video player, so users will only need an SID from Aol, and they can insert videos into the posts. There is no similar plugin, so this one is better than all because it exists.
Project page: http://drupal.org/sandbox/aolplugin/1918004
Git clone: git clone --recursive --branch 7.x-1.x http://git.drupal.org/sandbox/aolplugin/1918004.git aol_video_plugin
Drupal version: 7.x
Drupalcode tree: http://drupalcode.org/sandbox/aolplugin/1918004.git/tree
Manual Reviews:
http://drupal.org/node/1881052#comment-7079070
http://drupal.org/node/1904782#comment-7079006
http://drupal.org/node/1909588#comment-7079138
Round 2:
http://drupal.org/node/1784544#comment-7115178
http://drupal.org/node/1927760#comment-7114796
http://drupal.org/node/1913916#comment-7114956
Note: When testing, please set the filtering of the article to "Full HTML", as the widget adds an <img> tag, which ultimately gets converted into a <script> tag.
Comments
Comment #1
klausiWelcome,
please get a review bonus first. Then try to fix issues raised by automated review tools: http://ventral.org/pareview/httpgitdrupalorgsandboxaolplugin1918004git
Comment #2
AolPlugin commentedHello,
Thank you for the suggestions. I've fixed the errors and warnings reported by the automated tool, and updated the issue with my reviews. Also updated the git clone command for anonymous use.
Adding the "PAReview: review bonus" tag.
Comment #2.0
AolPlugin commentedadded reviews
Comment #3
joseffriedrich commentedHallo!
The code is very well formated.
My manual reviews:
Comment #4
AolPlugin commentedHello,
Thank you (danke) for the review. It seems these small things have slipped. They are now fixed and awaiting more reviews.
Comment #5
klausimanual review:
return t('<div id="fivemin-plugin">Please configure the plugin first</div>');": HTML tags should be outside of t() where possible.Removing review bonus tag, you can add it again if you have done another 3 reviews of other projects.
Comment #5.0
klausiadded testing clarification
Comment #6
AolPlugin commentedHello klausi,
Thank you for the thorough review. We've addressed all items on your list and are awaiting for more feedback, if any (we hope there's none :) ).
Updated the issue with the new reviews done; the bonus tag was never removed so didn't change that.
Also, note on number 7 on your list, in addition to adding a content filter, we've also added a formatter that uses that filter. The code is taken from the Drupal core and adapted. Hope that's not an issue.
Comment #7
klausimanual review:
But that are not application blockers, so I guess this is RTBC. Removing review bonus tag, you can add it again if you have done another 3 reviews of other projects.
Assigning to stBorchert as he might have time to take a final look at this.
Comment #8
klausiNow actually assigning.
Comment #9
AolPlugin commentedHey,
Fixed 1 and 2. Regarding 3, I'm not sure what you mean.
Regarding 4, I wanted to replicate the default "Filtered HTML" filter as much as possible, since most people use this, so using the "Aol filter" shouldn't change this in any way for most users. Limiting all HTML to just an
<img>tag would mean limiting the HTML for users who don't know how to edit the settings. Besides, there are settings, so users who know how, can add/remove HTML tags from the filter.5. is a bit more sensitive and I don't want to get into detail publicly, but I can assure you that the account itself is used by one person only. I realize I was saying "we" in most comments, but I was referring to the multiple developers working on this module.
Comment #10
stborchertThanks for your contribution, Eduard!
Regarding the 3rd note in klausis last comment: your css is loaded every time a node is viewed. It would be much better if the css is loaded only if your filter applies to the node.
I updated your account to let you promote this to a full project and also create new projects as either a sandbox or a "full" project.
Here are some recommended readings to help with excellent maintainership:
You can find lots more contributors chatting on IRC in #drupal-contribute. So, come hang out and get involved!
Thanks, also, for your patience with the review process. Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.
Thanks to the dedicated reviewer(s) as well.
Comment #11
stborchert* removed assignment
Comment #12.0
(not verified) commentedadded more reviews