Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
4 Aug 2022 at 23:20 UTC
Updated:
12 Oct 2022 at 19:49 UTC
Jump to comment: Most recent
Comments
Comment #2
avpadernoThank you for applying! Reviewers will review the project files, describing what needs to be changed.
Please read Review process for security advisory coverage: What to expect for more details and Security advisory coverage application checklist to understand what reviewers look for. Tips for ensuring a smooth review gives some hints for a smother review.
To reviewers: Please read How to review security advisory coverage applications, What to cover in an application review, and Drupal.org security advisory coverage application workflow.
Since the project is being used for this application, for the time this application is open, only the user who created the application can commit code.
Comment #3
ivnishI reviewed this module and I have no questions. Also phpcs has no warnings. The code is clean.
Comment #4
avpadernoThe LICENSE file isn't necessary, since every project hosted on drupal.org is licensed under the same license used by Drupal core. That file is also automatically added from the packaging script.
$thasn't been initialized. In Drupal 8, there isn't any way to initialize it;t()is instead used.The placeholder for the URL is correct, but the array passed as second argument doesn't contain any
:urlkey.Since the class doesn't have a parent class nor does it implement an interface, the documentation comment cannot contain
{@inheritdoc}.Messages shown with the messenger need to be translatable.
Why isn't
OdtConverterused for a service?Comment #5
dillix commentedHi @apaderno, thank you for your review! I fixed all items:
And pushed changes in 1.0.x current branch:
git clone --branch '1.0.x' https://git.drupalcode.org/project/odt_importer.git
Also I made some code cleanup for OdtImporter.php methods. I'm not plan to transform this class into a service now. Maybe later when I implement all todos in my list.
Comment #6
avpadernoComment #7
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 Slack #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.
Comment #8
avpaderno