Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Nov 2013 at 11:24 UTC
Updated:
4 Jun 2015 at 21:24 UTC
Jump to comment: Most recent
Comments
Comment #1
marcelovaniThere is still a master branch, make sure to set the correct default branch: http://drupal.org/node/1659588 . Then remove the master branch, see also step 6 and 7 in http://drupal.org/node/1127732
Review of the 7.x-1.x branch:
see http://pareview.sh/pareview/httpgitdrupalorgsandboxdavidgrayston2053883git
Comment #2
davidgrayston commentedThe master branch has now been removed
Comment #3
marcelovaniThe module works.
Comment #4
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 #5
evanmwillhite commentedGood work on this module and thanks for contributing.
Pareview came back clean: http://pareview.sh/pareview/httpgitdrupalorgsandboxdavidgrayston2053883git
Only comment on code I see is that I believe it is best practice to put javascript libraries as such in the
JS_LIBRARYgroup, which means adding something like this to yourdrupal_add_js()function in maxymiser.module line 70:'group' => JS_LIBRARY, 'weight' => 1,Manual testing went great and I like the ability to exclude based on url and role.
Project page could use some more details per https://drupal.org/node/997024, particularly at least a small blurb about Maxymiser and at least a link to documentation (the README.txt is great).
Comment #6
PA robot commentedClosing due to lack of activity. Feel free to reopen if you are still working on this application (see also the project application workflow).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #7
davidgrayston commentedComment #8
davidgrayston commentedComment #9
davidgrayston commentedI've now added the group option to
drupal_add_js()– also added a few words to help explain what Maxymiser is used for and mentioned the README.txt in the description.Comment #10
theapi commentedThanks for this. Looking forward to it not being a sandbox.
Comment #11
extremal commentedThe module looks good and works as expected.
Comment #12
kscheirerBlocking issues
Non-blocking issues:
Setting to needs work for the blocking issue, otherwise this looks good to me. Checked for security, drupal api, licensing, and individual account.
Comment #13
davidgrayston commentedThanks, made the following changes:
Regarding other points:
Comment #14
Anonymous (not verified) commentedNice, looks good to me. It almost tempted me to change the status to RTBC, someone more experienced could shade some light here. As it'll help you in long run as a module maintainer to have some automated test as also suggested by Pareview: http://pareview.sh/pareview/httpgitdrupalorgsandboxdavidgrayston2053883git
Comment #15
kscheirerBased on #14, unless there's a reason to block the application try and keep them moving :)
Comment #16
davidgrayston commentedThanks, I'll create an issue to add a test
Comment #17
davidgrayston commentedComment #18
davidgrayston commentedComment #19
davidgrayston commentedComment #20
davidgrayston commentedComment #21
pingwin4egRemoving Review Bonus and 2 links. Those are not manual reviews, you just pasted the automated review summary. Please do a manual walkthrough. See https://www.drupal.org/node/1975228 for a reference.
P.S.: fixed your git clone command as the previous one contained maintainer credentials, which are not suitable for others.
Comment #22
davidgrayston commentedThank you for the git clone fix.
I couldn't check the module functionality without fixing the module, which I mentioned when referring to the automated review. I have elaborated on this this with a suggested fix and also scanned to code for any obvious mistakes – I will review another working module if this isn't sufficient.
Comment #23
davidgrayston commentedComment #24
naveenvalechaAssinging to myself for review that will be tonight
Comment #25
naveenvalechaAutomated Review
Best practices are followed
Manual Review : Review of the 7.x-1.x branch (commit b7db897):
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 #26
naveenvalechaThanks for your contribution, @davidgrayston!
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 #27
davidgrayston commentedMany thanks to you and all the other reviewers!