Closed (fixed)
Project:
Drupal.org CVS applications
Component:
new project application
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
28 Sep 2010 at 17:15 UTC
Updated:
13 Jan 2019 at 10:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
DeeLay commentedAttached source code
Comment #2
avpadernoHello, and thank you for applying for a CVS account. I am adding the review tags, and some volunteers will review the code, pointing out what it needs to be changed.
Comment #3
avpadernoDeleting Drupal variables using a query that matches any Drupal variable with a name that starts with the module name would remove also the Drupal variables of other modules.
That line needs to be removed because it is already added from the packaging script; having two different values for the project name confuses the update manager, which would not understand which project needs to be checked in order to report any module updates.
As reported in Documenting hook implementations:
Comment #4
DeeLay commentedFixed the comment in feedroom_codec.install, also changed to explicitly only delete the variables that we know about.
Also removed the project = 'feedroom_codec' line.
Thanks
Dom
Comment #5
avpadernoIt is not necessary, as the cache is already cleared from
variable_del().Thank 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 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.
Comment #8
avpaderno