Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Jul 2015 at 05:17 UTC
Updated:
1 Dec 2015 at 11:24 UTC
Jump to comment: Most recent
Comments
Comment #1
ajalan065 commentedHi nmeegama,
1. Please add the git link to your sandbox project front page.
2. We generally use define(), to create a constance which has to be used quite a lot times. But GOOGLE_MAP_FIELD_BLOCK_FIELD_PREFIX does not have any such heavy usage. So instead remove this define() and use gmfb_ directly.
3. In the
function google_map_field_block_block_view($block_name = '') {... }you have a single case. You should have another default case, for the case when$block_name!=google_map_field_view_block4. In your *.module file, you have the following function,
However the function google_map_field_block_get_google_map_field_types() is defined in google_map_field_block.utilities.inc, where you again call google_map_field_block_get_content_types_gmf_field_array() which in turn jumps again to *.module file.
It would be better if you keep the
function google_map_field_block_get_google_map_field_types() {...}in *.module itself.Also have a pareview test for your project and fix issues if any.
Comment #2
Vijaya Sankar N commentedHi,
You have about 48 errors as per Pareview.sh.
Also add you git clone URL:
http://git.drupal.org/sandbox/nmeegama/2074763.git
Comment #3
nehajyoti commentedAutomated Review
Manual Review
Comment #4
formatC'vt commentedany reason for this 3 review? =)
Comment #5
PA robot commentedClosing due to lack of activity. If you are still working on this application, you should fix all known problems and then set the status to "Needs review". (See also the project application workflow).
I'm a robot and this is an automated message from Project Applications Scraper.