Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2020 at 15:24 UTC
Updated:
19 Apr 2020 at 18:54 UTC
Jump to comment: Most recent
Comments
Comment #2
neslee canil pintoComment #3
neslee canil pintoComment #4
neslee canil pintoComment #5
avpadernoThank you for applying! I added the Git instructions for non-maintainer users and the PAReview checklist link. Reviewers will check the project and post comments to list what should be changed.
If you haven't done it, yet, please check the PAReview report and fix what needs to be fixed. There could be some false positives; verify that what reported is correct, before making any change.
Comment #6
avpadernoComment #7
shaktikReview of the 8.x-4.x branch (commit d33453b):
This automated report was generated with PAReview.sh, your friendly project application review script.
Comment #8
avpadernoComment #9
neslee canil pintoWhat can be done for this, Others are been fixed
Comment #10
avpadernoStrings shown in the user interface needs to be passed to
$this->t()(in this case), including the options for a form element.It is preferable to do as Drupal core does, for example, in html.html.twig, and use the following code.
A better indentation would make the code more readable.
attach()receivessettingsas argument, and it should use that instead of the global variable. While they usually contain the same object, in the case of AJAX invocations, the objects can be different.Comment #11
neslee canil pintoMade all the changes mentioned in #10
Comment #12
avpadernoSVG files are XML files you can edit with a text editor.
It's a bit tricky, as the default program that opens a SVG file is an application to show or edit images. I am not sure there are image applications that have a setting to change the line endings used for SVG files; I find editing them with a text editor easier.
Comment #13
neslee canil pintoSo are we set to go. Fixed all the changes which you have asked. Thanks
Comment #14
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 #15
neslee canil pintoThank you @kiamlaluno