Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2012 at 12:39 UTC
Updated:
24 Nov 2012 at 22:34 UTC
Jump to comment: Most recent file
Comments
Comment #1
KrisBulman commentedThe git link you posted is wrong, it should be http://git.drupal.org/sandbox/manishkumarshr/1645334.git
Initial automated review:
It appears you are working in the "master" branch in git. You should really be working in a version specific branch. The most direct documentation on this is Moving from a master branch to a version branch. For additional resources please see the documentation about release naming conventions and creating a branch in git.
Review of the master branch:
This automated report was generated with PAReview.sh, your friendly project application review script. You can also use the online version to check your project. You have to get a review bonus to get a review from me.
Comment #2
KrisBulman commentedComment #3
manish.kumar commentedThanks Kris for you review. I will work on these items and update.
-Manish :)
Comment #4
manish.kumar commentedThanks Kris, for your review. I will work on the list and update.
-Manish :)
Comment #4.0
manish.kumar commentedAdded Git repository link.
Comment #5
manish.kumar commentedHI, I have updated the codes and have tested the coding standard with coder module. Please review the codes.
Thanks
-Manish :)
Comment #6
saitanay commentedThere seems to be a huge work to be done yet on the styling part of the code
The list is pretty long,. so i am attaching the text file here.
Also you might have to delete the 7.x-1.0 branch
Once fixed, re-run the automated review @ http://ventral.org/pareview/httpgitdrupalorgsandboxmanishkumarshr1645334git
This would help you check the styling issues.
Best
Tanay
Comment #7
manish.kumar commentedHi Tanay,
Thanks for you review. Actually the issues that have been pointed out were resolved earlier in the 7.x-1.0 branch but were not reflected in master branch. I have updated both the branches with lots of changes.
I have run the coder module for this project and have fixed the styling and coding standard issues.
Please spend some time to look at the stuffs again.
Thanks
-Manish :)
Comment #8
manish.kumar commentedComment #9
manish.kumar commentedHi,
Modifications Made :
1. Deleted 7.x-1.0 branch, created 7.x-1.x
2. Cleaned up master branch.
3. Styling fixes done.
4. Ran automated review. http://ventral.org/pareview/httpgitdrupalorgsandboxmanishkumarshr1645334git
Please review again.
Thanks
-Manish :)
Comment #10
drupaldrop commentedHello Manish,
Thanks
Akash
Comment #11
manish.kumar commentedHi Akash,
Thanks for you time and valuable review.
I have made modifications that you pointed out.
-improved README.txt
-On the admin configuration page the added description of the module.
-In the documentation, described how to create a new contact.
-Added a help text under the field "Default country phone code" on the module configuration page.
Please have a look and let me know if other modification is required.
Thanks
-Manish :)
Comment #12
bogeyman commentedHello,
I think your project page should contain more information and description about the project, please read the Tips for a great project page to turn your project page into a great one. :)
Comment #13
dev001 commentedpareview: found lots of issues, you can see it here:http://ventral.org/pareview/httpgitdrupalorgsandboxmanishkumarshr1645334git
Manual review:
1. in file includes/admin.inc
'#default_value' => variable_get('default_county_phone_code', ''),
in variable_get() function should have default value, it should not be empty.
2. blank line present in contact_book.info
3. Functions that are hooks have to be commented with
/**
* Implements hook_HOOKNAME().
*
* What your doing with it.
*/
Comment #14
klausiClosing due to lack of activity. Feel free to reopen if you are still working on this application.
Comment #14.0
klausiUpdate git repository link.