Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2012 at 21:07 UTC
Updated:
7 Sep 2012 at 13:01 UTC
A Drupal 7 module that allows admins to create, name, and organize arbitrary blocks of tracking code and inject them into the HEAD or BODY tags of a Drupal page. Individual snippets operate on white/black list visibility similar to the Drupal core block module.
Comments
Comment #1
klausiWelcome,
We are currently quite busy with all the project applications and I can only review projects with a review bonus. Please help me reviewing and I'll take a look at your project right away :-)
Comment #2
serjas commentedHi , first try to fix coding errors on http://ventral.org/pareview/httpgitdrupalorgsandboxcolonelforbinx1717730git
manual review
# create a subbranch and remove master .Details here http://drupal.org/node/1127732
# .info is not properly formatted, specify core = 7.x
# try to use t() wherever possible .For example 'title' => t('Edit Tracking Code')
# in .module line 38 ,try to use l() instead of direct a href html to avoid error on sites without cleanurl (when i tested local , it gives page not found )
# in 55,56 : no need to provide $base_url inside l() . it should be l($text, $path) , without a '/' at starting
# disable (via ajax), is not working
# suggestion : try to use l() wherever possible , for example in Line 54 (you can use attributes to add classes)
module is working perfectly, tested adding google analytic script before
</body>, working fine, nice module :)Comment #3
serjas commentedComment #4
ColonelForbinX commentedThanks so much for your help, serjas. I have subsequently installed CodeSniffer for future use, and have met its Drupal standards criteria for each file. I was using Coder module up until now, but I think this will prove to be much more handy for reviewing other modules, as well as my own code.
Changes Made:
Comment #5
serjas commentedminor error - line 3 : Files must end in a single new line character :)
README.txt is missing, also delete master branch (check http://drupal.org/node/1127732)
manual review :
seems everything okay
Comment #6
serjas commentedComment #7
misc commentedThanks for your contribution, serjas!
I updated your account to let you promote this to a full project and also create new projects as either a sandbox or a "full" project.
Here are some recommended readings to help with excellent maintainership:
You can find lots more contributors chatting on IRC in #drupal-contribute. So, come hang out and get involved!
Thanks, 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.
Thanks to the dedicated reviewer(s) as well.
Comment #8
ColonelForbinX commentedSo I've followed the instructions on http://drupal.org/node/1068952 (article on promoting sandbox projects to full projects), and I don't seem to have the necessary "Promote" tab mentioned. Is it possible my account has not been updated, or is there some other step that I missed?
Comment #9
patrickd commentedyep, misc missed that one, now your really promoted
Comment #10
ColonelForbinX commentedMany thanks MiSc & patrickd!
:)