Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2017 at 09:08 UTC
Updated:
22 Aug 2018 at 06:43 UTC
Jump to comment: Most recent, Most recent file




Comments
Comment #2
amit.drupal commentedComment #3
amit.drupal commentedComment #4
amit.drupal commentedComment #5
PA robot commentedProject 1: https://www.drupal.org/node/2883767
Project 2: https://www.drupal.org/node/2811601
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.
Comment #6
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpsgitdrupalorgsandboxamitdrupal2883766git
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.
Comment #7
deepanker_bhalla commentedHi Amit,
Kindly see the automated review of your project and solve them as its showing some errors.
Link: https://pareview.sh/node/1979
Comment #8
amit.drupal commentedComment #9
amit.drupal commented@deepanker_bhalla Fix all issues in pareview
Comment #10
deepanker_bhalla commentedThere is an issue as your project git URL default branch is not set.
For more information: https://www.drupal.org/node/1659588
Comment #11
amit.drupal commented@deepanker_bhalla Thanks For review.
Default branch is set
Comment #12
amit.drupal commentedComment #13
amit.drupal commentedComment #14
amit.drupal commentedAll Issues are fix .
Please Review code.
Comment #15
deepanker_bhalla commentedGreat work.
Comment #16
joshi.rohit100Looks fine to me except hook_preprocess_HOOK(). Libraries should be attached in hook_page_attachment(). Also I think js code can use some refactoring.
Comment #17
br0kenI'm agreed with #16 and also think that many
if - elsethere would be better to replace byswitchstatement.Comment #18
amit.drupal commented@joshi.rohit100 Thanks for review.
Remove hook_preprocess_HOOK() and add hook_page_attachment().
@BR0kEN Thanks for review.
Replace
if - elsestatement and useswitchstatement.Comment #19
br0ken@amit.drupal, I'm seeing serious performance issues in JavaScript code. You are calling jQuery with static selector on every
scrollscroll event.Also, probably you may consider https://github.com/BR0kEN-/scroll-breakpoint.js (I don't insist to use my own lib, but technique to prevent unnecessary operations executions) for usage.
Comment #20
manish.upadhyay commented@amit.drupal,
I think this module is duplicated, i found same module with same java script files D7 version, you should contact that person and merge your D8 version to the same module instead creating your own, below is the link of the module,
https://www.drupal.org/project/scroll_progress
Thanks,
Comment #21
amit.drupal commented@manish.upadhyay
My module in drupal 8 and https://www.drupal.org/project/scroll_progress in drupal 7.
"scroll_progress" drupal 7 version in sandbox stage so i am not merge in D8 version .
Comment #22
manish.upadhyay commented@amit.drupal
Just ping that guy and ask him to maintainer access and he can release his module and create release without review process along with that you can commit your D8 version with the same module, no need to create separate module, and i looked at the js and these are same as the D7 module. Below is the link for release process :
https://www.drupal.org/node/1068944
Thanks,
Comment #23
amit.drupal commented@manish.upadhyay
Project "https://www.drupal.org/project/scroll_progress" is abandoned and merge with my project.
Now i am open my project for review.
Comment #24
br0kenAbandoned? Why did you decide this? As I can see the last commit was there just one week ago.
Comment #25
manish.upadhyay commented@amit.drupal please look at @BR0kEN comment.
Thanks,
Comment #26
amit.drupal commented@broken, @manish.upadhyay "abandoned" is wrong choice of words; keshav.k is my colleague and we are/were working on this together now.
Just to explain, ; keshav,k - who got the idea for the module - started with the D7 version and I on the D8 version. Keshav mistakenly created the module as a 'project' without sandbox, while i created the D8 version on the Sandbox. It would have been better to have merged the D7 and D8 version in the Sandbox itself, but we never got around it it. Now, both Keshav and i are working on this module together. I've already made keshav.k co-maintainer here.
Hope this helps.
Comment #27
manish.upadhyay commented@amit.drupal Yes i understand, but again the issue is your project will be duplicated because there is no way to delete a full project it will always available for the community so the ideal way is to merge your project with the actual one and provide your D8 version to that project, you can then create a separate issue for review by doing that you will be able to get full project access once it passed by the community.
Thanks,
Comment #28
manish.upadhyay commentedComment #29
rigider commentedhttp://git.drupal.org/project/page_scroll_indicator.git 8.x-1.x.
I am trying to check this project on Pareview.sh. It is showing git cloned failed. Please do check.
Please update your issue with proper git details of your project.
Comment #30
amit.drupal commented@rigider
I think you check wrong link.
Project link :- https://git.drupal.org/sandbox/amit.drupal/2883766.git
Pareview.sh link :- https://pareview.sh/node/1979
Project Clone Link :-
git clone --branch 8.x-1.x https://git.drupal.org/sandbox/amit.drupal/2883766.git page_scroll_indicator
Git Instructions link - https://www.drupal.org/project/2883766/git-instructions
Comment #31
amit.drupal commented@broken, reference #19
modified JS file please review and suggest it is right way.
File Name: /page_scroll_indicator/js/page_scroll_indicator_line.js
Comment #32
amit.drupal commented@broken, reference #19
Remove performance issues in JavaScript code and also remove static selector on every scroll scroll event.
please review "js/page_scroll_indicator_circular.js " and "js/page_scroll_indicator_line.js" file in module .
Comment #33
tessa bakkerThere is a similar project voor Drupal 7 : https://www.drupal.org/project/reading_progress_bar
Review
"Go to <a href=":link">configuration page </a>.".. space before</a>Comment #34
doxigo commentedI tried this module and I couldn't access the configuration page :(
Comment #35
amit.drupal commented@Tessa Bakker Thanks For Review.
Update code according to your comment.
@doxigo Configuration page display URL - "admin/config/user-interface/page-scroll-indicator";
Comment #36
amit.drupal commentedComment #37
vandna b commentedGreat work
RTBC +1
Comment #38
tessa bakkerReview of the 8.x-1.x branch (commit bbe3888):
Errors parsing ./page_scroll_indicator.module
This automated report was generated with PAReview.sh, your friendly project application review script. You can also use the online version.
Comment #39
doxigo commentedAfter I enable this module I get this error:
Comment #40
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 #41
amit.drupal commentedComment #42
keshavv commentedmodule is working fine.
Comment #43
avpadernoThank you for your contribution!
Looking at the list of the committers, I see there are other users who made commits. Since the purpose of this application is checking what the user who applies understands about writing secure code and following Drupal coding standards, we cannot use a project with commits from other users. We need a project with commits from the user who applies only.
(The link to the project is https://www.drupal.org/sandbox/amitdrupal/2883766.)
Comment #44
avpadernoIf you are still interested on being able to opt into security coverage for projects you create, please open a new application using a project for which the only commits (for the time required to set the application's status to Fixed) are from you.
Please don't open a new application if you aren't sure to have time to dedicate to the application, or it will be closed again as won't fix.
I am closing this application due to lack of activity.