This project aims to support several tools to modify, edit, watch and manage uploaded videos. As for now, the module has a list for video management, and it can place video blocks.
This project aims to support several tools to modify, edit, watch and manage uploaded videos. As for now, the module has a list for video management, and it can place video blocks.
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.
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 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.
For the time this application is open, commits on the project used for the application are only allowed from the user who created the application.
Comment #3
avpadernosrc/Controller/VideoAutoCompleteController.php
{@inheritdoc}isn't used for the class constructor.src/Controller/VideoToolBoxReportController.php
For methods, like functions, the first word in the short description and in the long description is a verb.
In a string containing a placeholder and HTML markup, the only part that is translatable is the HTML markup. If users who translate aren't supposed to change the HTML markup (which translators would do only if it's necessary to adapt it to the translation language), that string should not be made translatable.
src/Form/VideoToolBoxConfigForm.php
That property is already defined by the parent class, which uses
MesssengerTrait.If users need to enter a value for a form field, that field should be set as required. The validation handler would then check if what entered is valid.
A message is already shown by the parent class. To override that message, the parent method should not be called.
video_toolbox.install
That isn't the correct documentation comment.
If the module doesn't need to do anything when it's uninstalled, it's not necessary to implement that hook.
video_toolbox.module
Links are included in the translatable text. See what Drupal core does.
It's not necessary to have a README.txt and a README.md file. Choose one, but keep in mind that the current Drupal.org coding standard says that documentation files should use a .txt extension.
Comment #4
LeoAlcci commentedThanks for the review, changes applied.
Comment #5
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 #6
avpaderno