Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Aug 2012 at 11:12 UTC
Updated:
4 Jan 2014 at 02:24 UTC
Jump to comment: Most recent
Comments
Comment #1
amitgoyal commented1. Please correct the git link in the issue summary it should be :- http://git.drupal.org/sandbox/Oostie/1761940.git.
2. Please review your module from coder module and see the automated review here.
3. In .info file remove version as added by drupal.org and also remove files[] = menu_target.module
refer http://drupal.org/node/231036
4.In menu_target.admin.inc, you have used variables like menu_target_enabled, menu_target_type, menu_options_%.
Variables that the module has set using variable_set() must be uninstalled using hook_uninstall() refer http://api.drupal.org/api/drupal/developer!hooks!install.php/function/ho....
Comment #1.0
amitgoyal commentedAdded link to git repo
Comment #1.1
oostiereplaced git repo link
Comment #1.2
oostieremoved dot from link
Comment #2
oostie@amitgoyal Thanks for your info, I have resolved all errors now.
Comment #3
jrsinclair commentedHi Oostie, a few small issues came out of a manual review:
One question on the user interface: I'm curious as to why you have a 'Menu Target Enabled' setting, given that it's pretty easy to disable the module and re-enable it again. Is there a use case you had in mind?
In general the coding style looks pretty solid, and the module provides handy functionality. I particularly like the settings for choosing between valide XHTML and deprecated target attributes.
Comment #4
jrsinclair commentedComment #5
klausiWe 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 #6
oostieHave changed the misspelling in all files. but i don't get your 'executable flag' issue, could you be more clear on that one?
Comment #7
cubeinspire commentedI've been checking the code and found no mistakes on it also the module works as it is meant to do so I guess this is RTBC.
Thanks for your contribution, Oostie!
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 #8
cubeinspire commentedstatus
Comment #9.0
(not verified) commentedOnly D7 first