Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
23 Jan 2012 at 09:22 UTC
Updated:
4 Jan 2014 at 01:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
asifnoor commentedManual Review
1. Use 7.x-1.x branch instead of master for development. Check Release naming conventions
2. In your .install file, i did not find any install or uninstall hooks.
3. use t() functions for menu descriptions, form_set_error msgs.
4. Lot of whitespacing and unnecessary breaks are present in your module. Please do cleanup your module.
5. in .info file, please use a separate package to avoid confusion with other module packages.
coder Review
Please find the attached file
Comment #2
asifnoor commentedComment #2.0
asifnoor commentedformatted text.
Comment #3
anilbhatt commentedi have done the changes as you suggested please review again,
please clear your second point , because for this module we don't need these hooks.
Thanks for your feedbacks.
Comment #4
anilbhatt commentedComment #5
anilbhatt commentedAs per review cycle marking, priority to major .
Comment #6
anilbhatt commentedComment #6.0
anilbhatt commentedgit information is added
Comment #6.1
anilbhatt commentedReview added.
Comment #7
anilbhatt commentedDone 3 review of projects.
Comment #8
patrickd commentedIt appears that there have been multiple project applications opened under your username:
Project 1: https://drupal.org/node/1416240
Project 2: https://drupal.org/node/1413866
As successful completion of the project application process results in the applicant being granted the 'Create Full Projects' permission, there is no need to take multiple applications through the process. Once the first application has been successfully approved, then the applicant can promote other projects without review. Because of this, posting multiple applications is not necessary, and results in additional workload for reviewers ... which in turn results in longer wait times for everyone in the queue.
Please close one of them!
Comment #9
anilbhatt commentedHey Patrikcd,
I have closed the https://drupal.org/node/1416240 application.
please review it now.
thanks a lot for your suggestions.
Comment #10
sam152 commentedFirstly, this is a great idea for a module, keep up the hard work.
Couple of things I noticed:
PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-1' at line 4: SELECT n.nid AS nid, n.created AS created, n.title AS title, f.uri AS uri FROM {node} n INNER JOIN {file_usage} fu ON n.nid = fu.id INNER JOIN {file_managed} f ON fu.fid = f.fid WHERE (n.type = :db_condition_placeholder_0) AND (n.status = :db_condition_placeholder_1) AND (f.filemime IN (:db_condition_placeholder_2, :db_condition_placeholder_3, :db_condition_placeholder_4, :db_condition_placeholder_5)) ORDER BY n.created DESC, f.timestamp DESC LIMIT 19 OFFSET -1; Array ( [:db_condition_placeholder_0] => article [:db_condition_placeholder_1] => 1 [:db_condition_placeholder_2] => image/png [:db_condition_placeholder_3] => image/jpg [:db_condition_placeholder_4] => image/gif [:db_condition_placeholder_5] => image/jpeg ) in _google_image_sitemap_build() (line 269 of /home/sam/Sites/drupal7/sites/default/modules/google_image_sitemap/google_image_sitemap.module).The URL in question, that I was linked to was as follows: http://drupal7.sam/#overlay=%3Fq%3Dadmin%252Fconfig%252Fsearch%252Fgoogl...
Comment #11
anilbhatt commentedThanks for your feedback,
I have done the required changes.
Automatic review report:
http://ventral.org/pareview/httpgitdrupalorgsandboxanilbhatt1413754git
Comment #12
anilbhatt commentedComment #13
nmudgal commentedJust a quick fix needs to be done :
Don't wrap menu titles & description in hook_menu in t() http://drupal.org/node/140311
Not changing status, so that more-in depth review chances dont' get lost.
Thanks
Comment #14
anilbhatt commentedThanks for your feedback,
i have done those changes as well.
Comment #15
klausimanual review:
Removing review bonus tag, you can add it again if you have done another 3 reviews of other projects.
Comment #16
anilbhatt commentedThanks @Klausi for your feedback,
i have fixed all these bugs. Please review.
Comment #17
anilbhatt commentedComment #18
scotthorn commentedI agree with @DHSamB, this is a great idea for a module, and I plan to use it on a few sites I manage! A few things I noticed:
Overall, it seems really nice. Keep up the good work!
Comment #19
anilbhatt commentedHey @scottho, Thanks for your feedback.
I had done the changes as you mention.
Comment #19.0
anilbhatt commentedReviews of other projects
Comment #20
anilbhatt commentedDone review of other projects.
Comment #21
klausiI forgot to add the security tag in my previous review, doing that now (we keep that for statistics and to show examples of security problems).
manual review:
Sorry to bump this back to needs work, but you need to know where to use check_plain() and where not. Removing review bonus tag, you can add it again if you have done another 3 reviews of other projects.
Comment #22
anilbhatt commented@klausi,
Thanks for your review.
I had fixed all the bugs.
Comment #23
anilbhatt commentedComment #23.0
anilbhatt commentedAdded New Project review and remove old one.
Comment #24
anilbhatt commentedReview bonus tag added.
Comment #25
klausimanual review:
Otherwise looks RTBC to me. Assigning to tim.plunkett as he might have time to finally review/approve this. Removing review bonus tag, you can add it again if you have done another 3 reviews of other projects.
Comment #26
anilbhatt commented@klausi,
You are right, my system date was not ok, now i had fixed it.
also i had fixed indentation problems.
Thanks for your reviews.
Comment #27
tim.plunkettStill some clean up to be done, I've attached a patch to finish it up.
Please review http://drupal.org/node/52287 before committing the fix.
Post back here when you've done so, you're very close to being finished.
Comment #28
anilbhatt commented@tim.plunkett,
Thanks for your review and i also thank you for your patch.
I had imported your patch. :)
Comment #29
tim.plunkettI would have gone with
Issue #1413866 by tim.plunkett: Final clean up patch before promoting to full project.to better follow the guidelines for commit messages.Also, out of curiosity, how did you manage to commit things 2 weeks in the future? Look at the date on http://drupalcode.org/sandbox/anilbhatt/1413754.git/commit/db4c660!
That said, welcome to the community of project contributors on drupal.org.
I've granted you the git vetted user role which will let you promote this to a full project and also create new projects as either sandbox or "full" projects depending on which you feel is best.
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.
As you continue to work on your module, keep in mind: Commit messages - providing history and credit and Release naming conventions.
Comment #30
anilbhatt commentedHey @tim
thanks a lot for your feedback, i will always take care of your suggestion in future.
My system date was not ok that why i was running 2 week faster.
Again thanks a lot.
Comment #31.0
(not verified) commentedOld review removed and new added.