Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Aug 2012 at 16:13 UTC
Updated:
2 Feb 2014 at 18:40 UTC
Jump to comment: Most recent
Comments
Comment #1
jibus commentedHello !
Did a manual review of your code
- It seems that you have used custom indentation. Please see : http://drupal.org/coding-standards/#indenting
- If you use variable_get() function, you have to set a default value.
- For clean uninstall, you should create a .install file and use variable_del() in order to remove variable properly.
- I am not sure that "/sites/default/files/ios/" is a good location for images.
I did also an automated review which show some of the errors that i mentionned earlier.
I hope i could help :)
Update status to "need work"
Comment #2
mschudders commentedAs Jibus stated but with more comment:
Remove LICENSE.txt, it will be added by drupal.org packaging automatically.
Remove "version" from the info file, it will be added by drupal.org packaging automatically.
and a lot of coding standards errors:
see : http://ventral.org/pareview/httpgitdrupalorgsandboxmasoodanwer1717534git
and also see if using eclispe (will fix much errors fast)
: http://drupal.org/node/75242
Comment #3
Chris Charlton@Grienauer consider using the Coder module, and Coder Tough Love addon.
Comment #4
klausiClosing due to lack of activity. Feel free to reopen if you are still working on this application.
If you reopen this please keep in mind that we are currently quite busy with all the project applications and I can only review projects with a review bonus. Please help me reviewing and I'll take a look at your project right away :-)
Comment #5
grienauerChanged the module code, added some features/noticed the tipps from other users (thx fot that) and most important: fixed the errors the automated reviewer showed :)
So I have reopened this issue for hopefully get this to a full project page :)
Comment #6
klausihttps://drupal.org/project/ios_webapp
This sounds like a feature that should live in the existing ios_webapp project. Module duplication and fragmentation is a huge problem on drupal.org and we prefer collaboration over competition. Please open an issue in the ios_webapp issue queue to discuss what you need. You should also get in contact with the maintainer(s) to offer your help to move the project forward. If you cannot reach the maintainer(s) please follow the abandoned project process.
If that fails for whatever reason please get back to us and set this back to "needs review".
Comment #7
grienauerour webapp module is not ios specific. Also it has more features then the ios_webapp module and uses different approaches of getting e.g. the right startup image for ios... also it supports Android Startup Icons and I am working on Windows Phone support with specification of a rss link... in the project overview there are not all features listet :( I have to tighten these information!
It also has the option to include a "add to homescreen" animated box with the library module, disabling of phone number detection, add a homescreen title, selection of status bar screen, prevent to open external link in a new window,...
the main feature of webapp_ios is dispaying Startup Images and we have a different approach of delivering them (with a js script) because on ios there are some issues and not everything could be detected with mediaqueries...
Also the webapp_ios module has only a Drupal6 Version... and we only 7 and not just for iOS support :))
So I think it is justified to have a new Module :)
I Hope! :)
Comment #8
Andre-BUI
Code
code sniffer looks fine:
Feature request
drush command for installing the additional add-to-homescreen library
Comment #9
Andre-BComment #10
grienauerComment #11
klausimanual review:
But otherwise this looks good to me, and Andre-B seems to agree as well apart from some minor issues, so ...
Thanks for your contribution, Grienauer!
I updated your account so you can 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 stay 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.