Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
15 Feb 2021 at 15:14 UTC
Updated:
19 Mar 2021 at 12:39 UTC
Jump to comment: Most recent
Comments
Comment #2
arturopanettaphpcs --standard=Drupal --extensions='php,module,inc,install,test,profile,theme,css,info,txt,md,yml' --ignore='node_modules,bower_components,vendor,assets' civic_accessibility_toolbarTranslate with
$this->t()line 13 and 14 on file civic_accessibility_toolbar.moduleComment #3
avpadernoAs side note, Drupal uses American spelling, in phrases shown to users. (It uses the American spelling for variables, functions/methods, and classes too.)
Comment #4
ralliaf commentedThank you for the prompt review.
I fixed the reported issues and commited the code.
Comment #5
arturopanettaLICENSE.txt is not required.
Source of the quote: https://www.drupal.org/docs/develop/managing-a-drupalorg-theme-module-or-distribution-project/security-coverage/opting-in-1
Comment #6
ralliaf commentedThank you again, LICENSE.txt is removed and removal is commited
Comment #7
avpadernoComment #8
avpadernoI added the PAreview checklist link.
It doesn't report anything that's application blocker. The point about the used tag is wrong, since it doesn't consider Drupal.org now uses semantic versioning. The other point, which I find not much clear, just says that in line 8 (
$output = '';) there are two spaces before the assignment operator instead of one.I will make a manual review today.
Comment #9
avpadernoThat is the implementation already present in the
BlockBaseclass, which usesBlockPluginTrait. What the block plugin should implement isblockAccess().If the plugin doesn't require any special access check, please change the status back to Needs review. The
access()method should be removed from that block plugin, but I don't consider this and the following application blockers.There should not be empty lines at the beginning of a function code.
Comment #10
bramdriesenI think you forgot to un-assign yourself @kiamlaluno
Comment #11
ralliaf commentedHello,
amendments based on last review comments are pushed to repository.
Thank you
Comment #12
avpadernoThank you for your contribution! I am going to update your account.
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 #13
ralliaf commentedThank you all for your time and your guidance.