- Issue created by @ryangambito
- 🇮🇳India vishal.kadam Mumbai
Thank 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 smoother 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 → .
While this application is open, only the user who opened the application can make commits to the project used for the application.
Reviewers only describe what needs to be changed; they don't provide patches to fix what reported in a review.
- 🇮🇳India vinaymahale
Ran PHPCS tests. No issues were found. Let's wait for other reviewers
- Status changed to Needs work
over 1 year ago 6:03pm 3 July 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
I do not have enough time to make a complete review, but this should be fixed before doing further commits.
Correct branch names end with the literal .x. Branch names like 1.0.1, 1.0.1-dev, 1.0.x-dev are wrong branch names; those branches need to be deleted.
- Status changed to Needs review
over 1 year ago 7:47am 4 July 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
I am changing priority as per Review process for security advisory coverage: What to expect / Application Review Timelines → .
To the reviewers
Please set the priority to Normal after a review.
- Status changed to Needs work
over 1 year ago 6:10am 16 August 2023 - 🇮🇳India vishal.kadam Mumbai
1.
main
is a wrong branch name, as branch names end with the literal .x. That branch needs to be removed.2. Fix phpcs issue.
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml ssrc/ FILE: ssrc/src/Form/SsrcConfig.php -------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------------- 6 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Form\ConfigFormBase. -------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY --------------------------------------------------------------------------------
3. Replace README.txt file with README.md
https://www.drupal.org/docs/develop/managing-a-drupalorg-theme-module-or... →
- 🇮🇹Italy apaderno Brescia, 🇮🇹
I am changing priority as per Issue priorities → .
- 🇮🇹Italy apaderno Brescia, 🇮🇹
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.
I am changing priority as per Issue priorities → .
- Status changed to Closed: won't fix
5 months ago 7:10am 13 August 2024 - 🇮🇳India vishal.kadam Mumbai
This thread has been idle, in the Needs work state with no activity for several months. Therefore, I am assuming that you are no longer pursuing this application, and I marked it as Closed (won't fix).
If this is incorrect, and you are still pursuing this application, then please feel free to re-open it and set the issue status to Needs work or Needs review, depending on the current status of your code.
- Status changed to Needs review
5 months ago 7:02pm 20 August 2024 - 🇵ðŸ‡Philippines ryangambito
Hi, I have updated the branch https://git.drupalcode.org/project/ssrc with the requested fix.
- Status changed to Needs work
5 months ago 5:33am 21 August 2024 - 🇮🇳India vishal.kadam Mumbai
1. FILE: README.md
The module uses a README.md file instead of a README.txt file. While the Drupal coding standards have not been yet updated about that, the Drupal.org community consider that positive.
Since there is a README.md file, that should follow the content and formatting described in README.md template → .2. FILE: ssrc.module
/** * @file * Simple Secret Register Code module. */
The usual description for a .module file is Hook implementations for the [module name] module. where [module name] is the module name given in the .info.yml file.
/** * Implements hook_form_FORM_ID_alter(). */ function ssrc_form_user_register_form_alter(&$form, FormStateInterface $form_state, $form_id) {
The description for that hook should also say for which form that hook is implemented, either by indicating that with the name of the class that implements the form (namespace included) or the form ID (which is usually indicated by
getFormId()
). - 🇵ðŸ‡Philippines ryangambito
I have updated the README.md and ssrc.module file with requested fix.
- Status changed to Needs review
5 months ago 5:13pm 21 August 2024 - 🇮🇳India vishal.kadam Mumbai
Rest 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.
- Status changed to Needs work
5 months ago 10:18pm 5 September 2024 - 🇮🇹Italy apaderno Brescia, 🇮🇹
- The following points are just a start and don't necessarily encompass all the changes that may be necessary
- A specific point may just be an example and may apply in other places
- A review is about code that does not follow the coding standards, contains possible security issues, or does not correctly use the Drupal API; the single points are not ordered, not even by importance
src/Form/SsrcConfig.php
The class is missing the constructor and the
create()
method. - Status changed to Needs review
5 months ago 7:22am 6 September 2024 - 🇮🇹Italy apaderno Brescia, 🇮🇹
Thank 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:
- Dries → ' post on Responsible maintainers
- Maintainership →
- Git version control system →
- Issue procedures and etiquette →
- Maintaining and responding to issues for a project →
- Release naming conventions → .
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 the dedicated reviewers as well.
- Assigned to apaderno
- Status changed to Fixed
5 months ago 7:26am 6 September 2024 Automatically closed - issue fixed for 2 weeks with no activity.