Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2012 at 13:58 UTC
Updated:
5 Dec 2012 at 21:01 UTC
This module for Turkey and Turkish military personnel. Countdown tool for Turkish military personnel.
Try out demonstration: http://dringonetwork.com/safakmatik
http://drupalcode.org/sandbox/bluesband/1667478.git
For Drupal 7.
Comments
Comment #1
ordermind commentedManual review
Welcome! In general I think the module is well made, you obviously have the required knowledge of Drupal's API. However, there are still some issues that I'd like to point out:
You can find the results of the automated report at http://ventral.org/pareview/httpgitdrupalorgsandboxbluesband1667478git
Those lines should be removed. It's only necessary to declare files[] if they declare a class or interface.
Please note: The Coder module currently has an unresolved flaw which will prompt you to add file declarations to your .info file even when it's not necessary to do so. Please do not try to make this warning go away by declaring files which do not contain classes or interfaces.
Comment #2
Jeffrey C. commentedSorry this comment is a mistake!
Comment #3
brazorf commentedHello there,
this is my little contribution.
Localization
I would point something about localization. For a drupal module to be useful to the community, it should be understandable. I see you are mostly using t() calls (you maybe miss something, like .module:11 and .module:18), and thats great. Maybe a little effort in the developer direction would be appreciated, is hard for someone not familiar with Turkish to follow the code flow: i would rename variables and function names in English.
Coding
You missed some coding standard, like for control structures and array indentation, and other stuff that pareview should easily point to (you can find the link in previous review).
Your info file
I think you should remove the "version" line from your .info file.
Finally, would be nice to have your project page linked at the top of this, and i would replace your git repo link with
http://drupalcode.org:sandbox/bluesband/1667478.gitso that reviewers can quickly copy/paste it for git cloning.
Keep up the good work :)
Regards
Comment #4
bluesband commentedThanks for all contribution. I will apply this suggestions to my project ;)
Comment #5
kartagisA comment from me. When checking for the value, you should place whitespaces around ==, eg. elseif ($military_type == "UD")
Comment #6
klausiClosing due to lack of activity. Feel free to reopen if you are still working on this application.