Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
20 May 2025 at 14:23 UTC
Updated:
2 Dec 2025 at 14:44 UTC
Jump to comment: Most recent
Comments
Comment #2
mabho commentedComment #3
avpadernoThank you for applying!
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 smoother review.
The important notes are the following.
To the reviewers
Please read How to review security advisory coverage applications, Application workflow, What to cover in an application review, and Tools to use for reviews.
The important notes are the following.
For new reviewers, I would also suggest to first read In which way the issue queue for coverage applications is different from other project queues.
Comment #4
vishal.kadam1.
feature/add-module-testsandmainare wrong names for a branch. Release branch names always end with the literal .x as described in Release branches. The only exception is for the main branch, which is actually not fully supported on drupal.org and should be avoided.2. FILE: README.md
The README file is missing the required section - Requirements.
Comment #5
mabho commented@avpaderno,
This module contains only code I have written. GitLab CI is enabled and the code passed validation.
@vishal.kadam,
Thank you for the quick response here, I will review your requests and get back to you once it is ready.
Comment #6
mabho commentedChanges are now ready.
I removed branches
mainandfeature/add-module-tests. Here is the updated list of branches in the codebase:https://git.drupalcode.org/project/partial_datelist/-/branches
Here is the merge request to incorporate the changes you requested in the
README.md:https://git.drupalcode.org/project/partial_datelist/-/merge_requests/9
I am also incorporating a
.gitignorefile to the codebase.I have this open thread where I plan to apply your change requests:
https://www.drupal.org/project/partial_datelist/issues/3525354
Comment #7
mabho commentedComment #8
vishal.kadamThe reported changes should be committed directly to the project repository. Please note that we do not review merge requests.
Also, there's no need to create an issue thread in your module project, as this is already being tracked here.
Comment #9
mabho commented@vishal.kadam,
Ok, done, I merged the changes in the issue queue into the main branch (1.0.x). It is ready for your review now.
Many thanks
Comment #10
vishal.kadamComment #11
vishal.kadamRest seems fine to me.
Let’s wait for other reviewers and Code Review Administrator to take a look and if everything goes fine, you will get the role.
Comment #12
avpadernosrc/Hook/PartialDatelistHooks.php
When using traits,
use Drupal\Core\StringTranslation\StringTranslationTrait;is placed on the top of the file using the trait, anduse StringTranslationTrait;is used inside the class.The short description is for the wrong hook. Hooks do not require their parameters are described.
Comment #13
vishal.kadamI am changing priority as per Issue priorities.
Comment #14
mabho commentedHey,
@avpaderno, thank you very much for the review. I just updated my main branch (1.0.x) with the changes you requested. I ran some additional checks and fixed an issue with some function names in the procedural portion of the code (partial_datelist.module).Let me know if I can provide any further information.
Comment #15
vishal.kadamRemember to change status, when the project is ready to be reviewed. In this queue, projects are only reviewed when the status is Needs review.
Comment #16
mabho commented@vishal.kadam, thank you for reminding me of the status change.
Comment #17
avpadernoThank you for your contribution and for your patience with the review process!
I am going to update your account so you can opt into security advisory coverage any project you create, including the projects you already created.
These are some recommended readings to help you with maintainership:
You can find more contributors chatting on Slack or IRC in #drupal-contribute. So, come hang out and stay involved!
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 also all the reviewers for helping with these applications.
Comment #18
avpadernoComment #20
mabho commentedThank you so much, @avpaderno. I am glad to learn I acquired the new status. I will go over the provided links, and will check the list of projects with pending reviews to see how I can help.