Closed (fixed)
Project:
Drupal.org CVS applications
Component:
new project application
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
13 Jul 2010 at 10:15 UTC
Updated:
18 Oct 2018 at 18:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
kubala.webdesign commentedComment #2
avpadernoHello, and thanks 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.
As the other weather modules are not using the service provided by Google, the proposed module should be considered a duplicate of existing projects; if that would be the case, then any Ubercart payment modules should be considered duplicates of each other.
Comment #3
kubala.webdesign commentedI'm forgot about english in t() functions as basement for translations - attached version support english by default.
Comment #4
kubala.webdesign commented+ many custom blocks support (feature based on menu_block)
+ cleaning variables when uninstalling
Comment #5
avpadernoAs far as I can see, no modules delete any reference to the blocks it implements from Drupal core tables.
The call to
cache_clear_all()is not necessary.If a hook is not necessary, it is not defined.
t().Why isn't the code using
drupal_http_request()?Use
t()-placeholders, instead of concatenating strings.The title of a form field should not be a question.
Comment #6
kubala.webdesign commentedHi Kiamlaluno,
Thanks for review my code!
I'll fix those issues as soon as possible.
Greetings from Poland
Comment #7
kubala.webdesign commentedAd 6)
With drupal_http_request() I don't get XML data from google (headers, code etc. are returned, but data field contain NULL value). I think that will be related to http://drupal.org/node/294270
New version (I hope the last to review for CVS application ;) ) of module in attachment.
Comment #8
avpadernoWhy isn't the code using
drupal_http_request()?Comment #9
kubala.webdesign commentedSee #7 - Because
drupal_http_reqest()isn't getting any xml data (needed to get weather forecast from google).Thanks for review.
Comment #10
kubala.webdesign commentedSorry, I forgot to change variable names in *.install file.
Comment #11
avpadernoAll the points I reported have been fixed.
Thank 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.
Comment #12
avpadernoComment #15
avpaderno