Closed (fixed)
Project:
Drupal.org CVS applications
Component:
new project application
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
10 Jun 2010 at 22:34 UTC
Updated:
31 Mar 2019 at 08:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
vvvi commentedThis is my module. I was write it for Drupal 7.
Comment #2
avpadernoHello, and thanks for applying for a CVS account. I am adding the review tags, and some volunteers will review your code, pointing out what needs to be changed.
Comment #3
vvvi commentedI have made some improvements. Please review that module. Thanks
Comment #4
vvvi commentedAttached is an update to my proposed module.
I appreciate your review
Comment #5
vvvi commentedPlease, could anyone review my module?
Thank you very much
Comment #6
avpadernoThose lines need to be removed from the file.
Drupal has a theme function for images.
l()should not be used together witht(). See the documentation for t(), where this code is reported to be wrong:The correct code to use is the following:
Comment #7
vvvi commentedkiamlaluno, thank you very much for your review and valuable advices!
I attached the updated module.
Comment #8
avpadernot()is available whenhook_install(), orhook_uninstall()are invoked. See the code executed from php_install() as example.Comment #12
avpadernoComment #13
avpaderno