Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 May 2015 at 02:12 UTC
Updated:
26 Oct 2018 at 20:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpgitdrupalorgsandboxsmonetti2496101git
We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)
Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #2
Steven Monetti commentedFixed all automated code "errors" found by PA robot.
Comment #3
drupal_bn4f commentedSteven,
I think. you should add to your title [D7]: "Pipedrive" => [D7] Pipedrive.
Or whatever Drupal version you are targeting this one.
Drupal 6/7/8 are quite different animals + normally not compatible with the same code of module.
This helps any reviewer to pick up your offer better, also.
BR,
Jouni
Comment #4
ayesh commentedHi there,
Thank you for your contribution! Module code looks clean with the pareview.sh with the latest code. I went ahead and did a manual test as well.
- Modules needs to remove all variables created by it when uninstalling. This module adds
pipedrive_api_token, which needs to be removed in ahook_uninstallhook.- In pipedrive.admin.inc file, you do not really have to add a submit handler to the form if you use system_settings_form. Saving the variable and showing a success message is exactly what
system_settings_formfunction-added submit handler is doing anyway.- I tried to load the library using pipedrive_load_library() as mentioned in the README file, but could not get libraries module to integrate it correctly. pipedrive_load_library() function triggers a fatal error. Please double check it as well.
Comment #5
Steven Monetti commentedComment #6
Steven Monetti commentedThank you Ayesh. I've added the hook_uninstall() in the .install file, removed the system_settings_form submit handler (good to know!), and I've also found another bug in the .info file, where the configuration URL was not correct.
I can't replicate the issue about the pipedrive_load_library(). I've attached a screenshot showing the library being recognized. Let me know if you still have issues.
Thank you.
Comment #7
ayesh commentedThanks Steven.
I will take another look tomorrow. My test site was probably broken anyway, so I'll start with a new one.
Feel free to set the status to "Needs review" so others can review this too.
Comment #8
Steven Monetti commentedComment #9
darol100 commentedAutomated Review
Pareview.sh - No errors: http://pareview.sh/pareview/httpgitdrupalorgsandboxsmonetti2496101git
Coder
No Errors
Manual Review
This project is too short.
this would help site builder to get information about your module insider of the Drupal UI.
The starred items (*) are fairly big issues and warrant going back to Needs Work. Items marked with a plus sign (+) are important and should be addressed before a stable project release. The rest of the comments in the code walkthrough are recommendations.
If added, please don't remove the security tag, we keep that for statistics and to show examples of security problems.
This review uses the Project Application Review Template.
I do not see any blockers. I can confirm that the library is been recognized.
Comment #10
Steven Monetti commentedThank you @darol100. What is the next step?
Comment #11
darol100 commented@Steven Monetti, Now you have to wait until an administrator revise your project. If you want to speed up this process you can review 3 project and add the PAReview: review bonus tag. If you want to learn more about the Review bonus click here.
Comment #12
cweagansThanks for your contribution!
I updated your account so you can 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 stay 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 #14
avpaderno