Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 May 2012 at 01:52 UTC
Updated:
9 Nov 2012 at 11:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
saltednutThe git download link you have provided is your personal one. This is your proper public git link:
git clone --recursive --branch 7.x-1.x http://git.drupal.org/sandbox/utneon/1590218.git ioszoomfix
README file should be README.txt - see http://drupal.org/node/447604
Implementation of the Libraries API looks correct. Noted the provided /lib/ios-orientationchange-fix.js is a fallback and is eligible for inclusion per the license. I think you should re-word the README.txt to encourage users to use the file in their libraries folder. The way you have it now seems to undermine the system a bit.
Manual review does show a few code style errors. Mostly empty spaces during linebreaks - probably created by your IDE.
README.txt has lines over 80 characters long.
I think the demo link should be for your module, not for the original project's demo. The demo would function to show how the module works in Drupal.
In general, I question the problem-space in having a 1:1 relationship between Drupal modules and popular js libraries. Wouldn't using Javascript Libraries Manager solve the same issue as this module is trying to resolve?
Comment #2
utneon commentedHello brantwynn . Thank you for your quick reply. The IDE I'm using is Komodo IDE. This is the first drupal project i try to build for public contribution, I will fix those small isues you noticed.
As for your last question, Javascript Libraries Manager seems like it would sove the problem, but keep in mind that a lot of people are not aware of that module and simply search in drupal for keywords like "ios zoom fix, ios orientation bug", so the module makes it easy to give users a solution which was my case. I've been working with drupal for about 3 years and I didn't know about Javascript Libraries Manager.
Will fix some issues right now. Thank you
Comment #2.0
utneon commentedupdated info about the bug
Comment #2.1
utneon commentedUpdated project information and installation instructions as well some guidelines.
Comment #2.2
utneon commentedupdated git clone link to the correct one
Comment #3
utneon commentedUpdated the code and Readme.txt as well project information. Fixed whitespace and extra linebreaks for better coding standards. Commited the changes to the 7.x-1.x branch of the git repository.
Comment #4
KrisBulman commentedI'd love for this to get accepted & promoted to a full project, however there are still a few issues in the 7.x-1.x branch.. you should check out the coder module and codesniffer. I've attached txt files of their output.
PS I wasn't aware of the javascript libraries manager, this would solve a lot of red tape problems we have justifying new modules at the university I work for. Thanks for the link.
Comment #5
utneon commentedThank you for your feedback. I will work on these issues next week! The libraries manager module is great! =)
Comment #6
klausiClosing due to lack of activity. Feel free to reopen if you are still working on this application.
Comment #6.0
klausiupdated bug info