Project link: https://www.drupal.org/sandbox/matsbla/2831709
Git: git clone --branch 8.x-1.x https://git.drupal.org/sandbox/matsbla/2831709.git menu_multilingual

ABOUT
The Menu Multilingual module provides multilingual features for menu blocks,
to filter out menu items that do not have translated labels or link to untranslated content.

Manual Review done for other Projects:
- https://www.drupal.org/node/2824844#comment-11944787
- https://www.drupal.org/node/2838891#comment-11944801
- https://www.drupal.org/node/2789885#comment-11944834
- https://www.drupal.org/node/2842353#comment-11945627
- https://www.drupal.org/node/2842774#comment-11945720

Thanks!

Comments

vlad.dancer created an issue. See original summary.

PA robot’s picture

Multiple Applications
It appears that there have been multiple project applications opened under your username:

Project 1: https://www.drupal.org/node/2835768

Project 2: https://www.drupal.org/node/2800187

As successful completion of the project application process results in the applicant being granted the 'Create Full Projects' permission, there is no need to take multiple applications through the process. Once the first application has been successfully approved, then the applicant can promote other projects without review. Because of this, posting multiple applications is not necessary, and results in additional workload for reviewers ... which in turn results in longer wait times for everyone in the queue. With this in mind, your secondary applications have been marked as 'closed(duplicate)', with only one application left open (chosen at random).

If you prefer that we proceed through this review process with a different application than the one which was left open, then feel free to close the 'open' application as a duplicate, and re-open one of the project applications which had been closed.

I'm a robot and this is an automated message from Project Applications Scraper.

PA robot’s picture

Issue summary: View changes

Fixed the git clone URL in the issue summary for non-maintainer users.

We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)

Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).

I'm a robot and this is an automated message from Project Applications Scraper.

PA robot’s picture

Status: Active » Needs work

There are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpsgitdrupalorgsandboxmatsbla2831709git

I'm a robot and this is an automated message from Project Applications Scraper.

PA robot’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. If you are still working on this application, you should fix all known problems and then set the status to "Needs review". (See also the project application workflow).

I'm a robot and this is an automated message from Project Applications Scraper.

matsbla’s picture

Status: Closed (won't fix) » Needs review

Reported issues from automated review tool have been fixed.

vivek.addweb’s picture

Status: Needs review » Reviewed & tested by the community

Automated Review

No problems detected pareview.sh

Manual Review

Individual user account
[Yes: Follows] the guidelines for individual user accounts.
No duplication
[Yes: Does not cause] module duplication and/or fragmentation.
Master Branch
[Yes: Follows] the guidelines for master branch.
Licensing
[Yes: Follows] the licensing requirements.
3rd party assets/code
[Yes: Follows] the guidelines for 3rd party assets/code.
README.txt/README.md
[Yes: Follows] the guidelines for in-project documentation and/or the README Template.
Code long/complex enough for review
[Yes: Follows] the guidelines for project length and complexity.
Secure code
[Yes: Meets the security requirements.]

This review uses the Project Application Review Template.

vlad.dancer’s picture

Issue summary: View changes
Issue tags: +PAreview: review bonus

Added manual reviews.

klausi credited klausi.

klausi’s picture

Status: Reviewed & tested by the community » Fixed

Review of the 8.x-1.x branch (commit 6a6aa60):

  • Coder Sniffer has found some issues with your code (please check the Drupal coding standards).
    FILE: ...e/klausi/pareview_temp/src/Menu/MenuMultilingualLinkTreeModifier.php
    --------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------
     21 | ERROR | [x] Equals sign not aligned with surrounding assignments;
        |       |     expected 1 space but found 2 spaces
     82 | ERROR | [x] Equals sign not aligned with surrounding assignments;
        |       |     expected 1 space but found 2 spaces
    --------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------
    
    
    FILE: /home/klausi/pareview_temp/menu_multilingual.info.yml
    --------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------
     6 | ERROR | All dependencies must be prefixed with the project name, for
       |       | example "drupal:"
     7 | ERROR | All dependencies must be prefixed with the project name, for
       |       | example "drupal:"
    --------------------------------------------------------------------------
    
    
    FILE: /home/klausi/pareview_temp/menu_multilingual.module
    --------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------
     41 | ERROR | [x] Equals sign not aligned with surrounding assignments;
        |       |     expected 1 space but found 2 spaces
    --------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------
    
  • No automated test cases were found, did you consider writing Simpletests or PHPUnit tests? This is not a requirement but encouraged for professional software development.

This automated report was generated with PAReview.sh, your friendly project application review script. You can also use the online version to check your project. You have to get a review bonus to get a review from me.

manual review:

  1. project page: what are the differences to existing modules such as i18n_menu and https://www.drupal.org/project/i18n_menu_overview ? Please describe that on the project page. See also https://www.drupal.org/node/997024
  2. menu_multilingual_module_implements_alter(): why do you need to reorder the hook execution? Please add a comment.

I would probably try to use a custom service with dependency injection instead of a static class, but otherwise looks good to me.

Thanks for your contribution, vlad.dancer!

I updated your account so you can promote this to a full project and also create new projects as either a sandbox or a "full" project.

Here are some recommended readings to help with excellent maintainership:

You can find lots more contributors chatting on IRC in #drupal-contribute. So, come hang out and stay involved!

Thanks, 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.

Thanks to the dedicated reviewer(s) as well.

vlad.dancer’s picture

Status: Fixed » Closed (fixed)

Thanks to all!

avpaderno’s picture