Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2012 at 17:16 UTC
Updated:
10 Sep 2018 at 08:36 UTC
Jump to comment: Most recent
Comments
Comment #1
luxpaparazzi commentedIf statements should not be
or
if ($cdn_ssl) $cdn_jquery_path = str_replace('http://', 'https://', $cdn_jquery_path);but should be done according to the coding standards defined at:
Comment #2
luxpaparazzi commentedThe same for other control structures:
see http://drupal.org/coding-standards#controlstruct
Comment #3
leandro713 commentedi did some cosmetic rewriting and passed the code to 7.x-.1x branch
Comment #4
klausiwhy did you fork the module? Have you opened an issue in the queue of that module to incorporate your enhancements? Have you contacted the maintainer of that module to get her/his opinion? Duplication is a big problem on drupal.org, we should avoid that.
Also, you have not listed any reviews of other project applications in your issue summary as strongly recommended here: http://drupal.org/node/1011698
Comment #5
sreynen commentedI had the same thoughts on reading the application description and was surprised to see that leandro713 is actually a maintainer of the original module, jquerycdn. So no need to contact the maintainer (yourself), leandro713, but it would still be good to explain why you felt this code shouldn't go into the original module.
Comment #6
leandro713 commentedat the moment i revised 2 times another project:
http://drupal.org/node/1515382#comment-5828284
http://drupal.org/node/1515382#comment-5829202
well, the problem with the other similar module: i really cant get in touch with the mantainer. He hasnt active his contact form and usually dont read my issues (i opened various for him). i asked him for many times git access and talk about the future of his module, but he doesnt answer me.
in the other hand, my module is similar but adds much more options and functionality, meanwhile the author of the other module doesnt answer........ he granted me git acces, but i dont know why, i cant update the branch, nor create a dev branch. i only can do isolated commits... :( maybe he didnt gave me sufficient permissions, i dont know. i only talked with him one time. anyway i dont see me authorized to change most of the code without contact him :-S
so sreynen, that is the explanation
-Leandro
Comment #7
patrickd commentedStill no reason for duplicating a new module with same functionality, please follow the guidelines of how to take over an abandoned module.
// edit
oh, wait, you already got full git access rights, the only right you don't have is the right to administer the maintainer list.
Where's the problem ?
Comment #7.0
patrickd commentedadded reviews of other project applications
Comment #8
avpaderno