Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
28 Jun 2017 at 15:03 UTC
Updated:
24 May 2018 at 16:29 UTC
Jump to comment: Most recent
Comments
Comment #2
jonnyhocks commentedComment #3
rob holmes commentedLooks good, a few minor coding nitpicks by the code sniffer.
Running https://git.drupal.org/sandbox/jonnyhocks/2890370.git through https://pareview.sh/ gives the following output
FILE: /root/repos/pareviewsh/pareview_temp/views_filter_menu.services.yml
-------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------
14 | ERROR | [x] Expected 1 newline at end of file; 0 found
-------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------
FILE: ...repos/pareviewsh/pareview_temp/src/Plugin/views/filter/NodeMenus.php
--------------------------------------------------------------------------
FOUND 3 ERRORS AND 1 WARNING AFFECTING 4 LINES
--------------------------------------------------------------------------
6 | WARNING | [x] Unused use statement
30 | ERROR | [x] Short array syntax must be used to define arrays
43 | ERROR | [x] Short array syntax must be used to define arrays
76 | ERROR | [x] Short array syntax must be used to define arrays
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------
FILE: ...epos/pareviewsh/pareview_temp/src/Plugin/views/join/MenuNodeJoin.php
--------------------------------------------------------------------------
FOUND 2 ERRORS AND 2 WARNINGS AFFECTING 4 LINES
--------------------------------------------------------------------------
5 | WARNING | [x] Unused use statement
6 | WARNING | [x] Unused use statement
26 | ERROR | [x] Short array syntax must be used to define arrays
42 | ERROR | [x] Short array syntax must be used to define arrays
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------
FILE: /root/repos/pareviewsh/pareview_temp/views_filter_menu.views.inc
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
13 | ERROR | [x] Short array syntax must be used to define arrays
15 | ERROR | [x] Short array syntax must be used to define arrays
----------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
Comment #4
rob holmes commentedComment #5
jonnyhocks commentedIssue discovered when saving the view when using the filter:
Error message:
InvalidArgumentException: The configuration property display.default.display_options.filters.menu_filter.value. doesn't exist. in Drupal\Core\Config\Schema\ArrayElement->get() (line 74 of core/lib/Drupal/Core/Config/Schema/ArrayElement.php).
Comment #6
jonnyhocks commentedFixes committed for issues #3 and #5.
Comment #7
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 #8
spencer95@gmail.com commentedThe review website suggests adding a readme file.
Comment #9
jonnyhocks commentedFixes commited for issue #8 - Added a README file with information and instructions.
Comment #10
shashikant_chauhan commentedManual Review
1) In Readme.txt file correct the sentence
Views FilterMenu provides a a Views filter which will filter nodes basedthere is no space between 2 words "FilterMenu" and it has 2 "a" letter [provides a a Views].
2) Also
is not following 80 line character specification.
3) Your module is dependent on the views module but there is no dependency is added in views_filter_menu.info.yml. Add views module dependency in the info file.
Comment #11
jonnyhocks commentedFixes committed for issue #10 - Fixed typos in README file and added views as a dependency to info yml file.
Comment #12
jonnyhocks commentedComment #13
jonnyhocks commentedComment #14
jonnyhocks commentedComment #15
jonnyhocks commentedUpdated README to follow provided guidelines.
Comment #16
jonnyhocks commentedAdding PAReview: review bonus Issue tag
Comment #17
spencer95@gmail.com commentedManual Review
This review uses the Project Application Review Template.
Comment #18
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpgitdrupalorgsandboxjonnyhocks2890370git
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #19
jonnyhocks commentedCoding standards resolved.
Comment #20
spencer95@gmail.com commentedAfter reviewing, all looks good.
Comment #21
jonnyhocks commentedComment #22
avpadernoThank you for your contribution!
I am going to update your account so you can opt into security advisory coverage now.
These are some recommended readings to help with excellent maintainership:
You can find more contributors chatting on the IRC #drupal-contribute channel. So, come hang out and stay involved.
Thank you, 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.
I thank all the dedicated reviewers as well.
Comment #23
avpaderno