Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Sep 2016 at 14:16 UTC
Updated:
26 Feb 2017 at 23:44 UTC
Jump to comment: Most recent
Comments
Comment #2
bribread22 commentedComment #3
bribread22 commentedComment #4
bribread22 commentedComment #5
PA robot commentedWe 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 #6
bubuHi @bribread22,
Please, correct this issues: http://pareview.sh/pareview/httpgitdrupalorgsandboxbribread222472475git
You can start here:
- Coder: https://www.drupal.org/project/coder
- Installing: https://www.drupal.org/node/1419988
- Command Line Usage https://www.drupal.org/node/1587138
Comment #7
bribread22 commentedHi @bubu,
Thanks for your feedback. I've made the fixes for the Coder issues you listed above and committed my changes. Please let me know if you run into any additional issues.
Comment #8
bribread22 commentedComment #9
visabhishek commentedComment #10
owenpm3 commentedJust a small thing, but you're linking to the Drupal 7 module installation page in your help text. Probably should be https://www.drupal.org/docs/8/extending-drupal-8/installing-modules.
Also, in the troubleshooting section of the help text it's "drush cache-rebuild" in Drupal 8 instead of cc all.
I was able to install the module and view the configuration and permission pages, but I still don't know how to get to the actual module sitemap. Is this something that only happens during the installation of a module via update manager? Or is there a specific page to view? I'd really like to check this out.
Comment #11
klausi@owenpm3: I think you forgot to change the status. Is this now RTBC after your review or are there application blockers left and this should be "needs work"?
Comment #12
bribread22 commented@owenpm3 thanks for your feedback. I went ahead and made those changes to the README file. To access the module sitemap page, just go to '/module-sitemap' once the module is enabled. There's also a configuration page if you go to '/admin/config/development/module-sitemap' that allows you to display the full link for each of the links in the module or to not group the links by module and instead display one list of links.
Comment #13
jaykandariHi bribread22,
Below is my review report for 'module_sitemap' module.
** The git branch
8.x-1.x-devdo not match the release branch pattern, you should remove/rename themKindly rename branch to
8.x-1.xinstead of 8.x-1.x-dev.Automated Review
Best practice issues identified by coder.
** I ran
phpcsfound some issues:Manual Review
upon visiting
/module-sitemappage, it shows a lit of all modules and all of their routes, Plus this error arises:Notice: Undefined index: _permission in Drupal\module_sitemap\Controller\ModuleSitemapController->content() (line 50 of modules/custom/module_sitemap/src/Controller/ModuleSitemapController.php).This review uses the Project Application Review Template.
Comment #14
bribread22 commented@JayKandari, thanks for reviewing my code. I fixed the issues you listed for this project and committed/pushed my changes. I also renamed the branch from '8.x-1.x-dev' to '8.x-1.x'. Please let me know if you find any other issues.
Comment #15
bribread22 commentedComment #16
harsh.behl commentedHi bribread22,
In ModuleSitemapController.php on line 19, 21,23 you have loaded services statically, you should inject services instead.
Comment #17
bribread22 commented@pen, thanks for noticing those issues. I just fixed those three lines of code. Please let me know if you find any other issues.
Comment #18
andor.koza commentedSTATUS: Reviewed and tested by the community
Automated Review
https://pareview.sh/node/939 Pareview didn't find any problems with your code, so good work you fixed everything
Note that perfect adherence to Drupal Coding Standard is NOT a reason to block an application, except for total disregard of them. However, modules should follow them as closely as possible.
Manual Review
I didn't find any problems, the module works as described. One thing you should consider is adding a link to the config form for the module sitemap page. And please fix the branch in your git clone command.
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.
Comment #19
visabhishek commentedModule working fine and all code looks good for me.
Thanks for your contribution, bribread22!
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 #20
bribread22 commentedThanks @visabhishek, I will make sure to read those articles.