Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
6 Jan 2017 at 17:25 UTC
Updated:
11 Sep 2018 at 09:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
PA robot commentedWe 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.
Comment #3
prashant114606 commentedHi bonus,
Git errors:
Review of the 8.x-1.x branch (commit 9beb3ad):
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.
Recommendations :
Comment #4
PA robot commentedClosing 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.
Comment #5
gg4 commentedFixed all issues raised by @prashant114606
Comment #6
gg4 commentedShould be ready for review again.
Comment #7
gg4 commentedComment #8
PA robot commentedFixed the git clone URL in the issue summary for non-maintainer users.
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #9
vishnusoniskr commentedHi bonus,
Thanks for contrib this module, I have found the issue which is as below
1. In the below file you are direction using the $matches[0], $matches[1], so in place of directing using the array indexing you should first check those index are set in the array or not because this will cause the php error if the array is not set check the below code.
FileName: src/Plugin/Field/FieldFormatter/PinterestEmbedFormatter.php
Below Code
// PIN_URL_RE matched.
if (!empty($matches['id'])) {
$element[$delta] = [
'#theme' => 'media_entity_pinterest_pin',
'#path' => 'https://' . $matches[2] . 'pinterest.' . $matches[3] . $matches[4] . '/pin/' . $matches['id'],
'#attributes' => [
'class' => [],
'data-conversation' => 'none',
'lang' => $langcode,
],
];
}
2 And I have found one issue in the parview also so please check this and please use the drupal as a prefixed in the info.yml check the attached screen shot.
Comment #10
gg4 commentedThanks @vishnusoniskr. Both have now been addressed.
Comment #11
gg4 commentedComment #12
avpadernoComment #13
sleitner commentedpareview shows now this error: There is a git tag that has the same name as the branch 8.x-2.x. Make sure to remove this tag to avoid confusion.
8.x-1.x: x in module version is only allowed for branches.
Tags should have a numbered module version after the core version like 8.x-1.0-beta1 .
8.x-2.x-beta3 and 8.x-1.x-beta3: replace 2.x and 1.x with 2.0 and 1.0: 8.x-2.0-beta3 and 8.x-1.0-beta3
Comment #14
avpadernoComment #15
gg4 commentedOk. #14 was fixed. Seemed minor, but here we go https://cgit.drupalcode.org/media_entity_pinterest/refs
Comment #16
sleitner commentedAutomated Review
Review of the 8.x-1.x branch (commit 91ffed4):
hook_help(). See https://www.drupal.org/docs/develop/documenting-your-project/module-docu... .This automated report was generated with PAReview.sh, your friendly project application review script.
Manual Review
hook_help(). See https://www.drupal.org/docs/develop/documenting-your-project/module-docu... .The starred items (*) are fairly big issues and warrant going back to Needs Work. Items marked with a plus sign (+) are important and should be addressed before a stable project release. The rest of the comments in the code walkthrough are recommendations.
If added, please don't remove the security tag, we keep that for statistics and to show examples of security problems.
This review uses the Project Application Review Template.
Comment #17
gg4 commentedThanks for the review, @sleitner. I implemented hook_help on both the 8.x-2.x and 8.x-1.x branches. I am choosing to leave the README as is to keep it consistent with the other Media entity plugin providers -- I think this is a better experience overall.
Hoping this is good to go. It's would be great to roll real releases!
Comment #18
sleitner commented@bonus , I do not agree with your argumentation concerning the old style README. Just because others do not follow the recent rules, it is not the best argument to do the same.
Comment #19
avpadernoThank you for your contribution!
I am going to update your account so you can opt into security advisory coverage now.
These are some recommended readings to help with excellent maintainership:
You can find more contributors chatting on the IRC #drupal-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.
I thank all the dedicated reviewers as well.