Tag sphere provides integration with jQuery plug-in Tag Sphere to create vocabulary blocks with rotating terms.
Project page link :
Tag Sphere
Repository link :
git clone --branch master http://git.drupal.org/sandbox/veeraprasad/1344492.git
It is for Drupal 6 version, will be doing for the Drupal 7 version.
Release for drupal 7 version and soon will be fixing issues for drupal 6 version.
Reviews of other projects: #1
http://drupal.org/node/1824770#comment-7115404 [Cackle].
http://drupal.org/node/1637566#comment-7128430 [Vocabulary image].
http://drupal.org/node/1927714#comment-7128132 [Comment attachment].
http://drupal.org/node/1927636#comment-7115566 [Grid field formatter].
Reviews of other projects: #2
http://drupal.org/node/1948458#comment-7206532 [Missing module].
http://drupal.org/node/1935836#comment-7215726 [default user picture styles].
http://drupal.org/node/1260476#comment-7215800 [Term Status]
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | codereview2.txt | 3.67 KB | muneer1st |
Comments
Comment #1
muneer1st commentedYou have more to work on Coding standards. Please run your code through Coder.
I have attached the list of task you need to improve in the coding. Please work on it more.
Comment #2
raynimmo commentedModule duplication is a massive problem on Drupal.org and for many reviewers the first item on a review is whether this functionality currently exists within Drupal.org.
It may be worth writing within your project summary in what way you feel that this module differs from http://drupal.org/project/cumulus or you may get tagged as creating a duplicate module.
Comment #3
rahulbile commentedHello guys,
I guess this module differs from the one raynimmo suggested (culumus) in two ways :
#1. Cumulus depends on Tagadelic module.
#2. Cumulus module requires a JS script called SWFObject
And I tried the module by veeraprasad and it is dependent only on jquery plugin. Looks promising.
Comment #4
veeraprasadd commented@raynimmo, I have given the summary in my project that how Tag Sphere differs from the Cumulus module.
Comment #5
veeraprasadd commented@muneer1st, Thank you for giving the comments and will be working on the same.
Comment #6
veeraprasadd commented@muneer1st, I have committed the changes which you have specified.
Comment #7
raynimmo commentedManual Review
You should really have separate branches for the 6 & 7 versions, labelled as 6.x-1.x and 7.x-1.x and your master branch should be empty apart from a README.txt file explaining what the module is and where to get it from.
You should really be working in a version specific branch. The most direct documentation on this is Moving from a master branch to a version branch. For additional resources please see the documentation about release naming conventions and creating a branch in git
$(document).readyto fire off your javascript, you should maybe have a look into implementing Drupal.behaviorsAutomated Review
The automated review tool at is highlighting the same issues i have mentioned above but it is also complaining about whitespace at the end of a number of lines, have a look at the review page at http://ventral.org/pareview/httpgitdrupalorgsandboxveeraprasad1344492git for further information about which lines need the whitespace removed.
Make sure to set this back to needs review once you have addressed the issues raised.
It would also be worthwhile to run your code through the scanner at http://ventral.org/pareview before you next set it for review and then when it is clear you can post the results to the thread to make reviewers aware that it passes those tests.
Comment #8
klausiClosing due to lack of activity. Feel free to reopen if you are still working on this application.
Comment #9
veeraprasadd commentedHi,
I have updated necessary changes for my module as per the guidelines which was specified by raynimmo and reviewed for the same. ( http://ventral.org/pareview/httpgitdrupalorgsandboxveeraprasad1344492git ).
I hope 7.x-1.x is stable version. Kindly review for the same.
Thanks and Regards,
D. Veera Prasad.
Comment #10
klausiWe 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 #11
alfababy commentedManual review:
You need delete the array() param on L19 in tag_sphere.install.
Please check the API for variable_del.
Comment #12
veeraprasadd commentedHi alfababy,
Thanks for the review.
Deleted array() from variable_del().
Thanks and Regards,
D. Veera Prasad.
Comment #13
veeraprasadd commented@klausi: Reviewed other projects and updated summary in first post.
Comment #14
drupik commentedHi veeraprasadd, You should also change the tag to "PAReview: review bonus" as it is written here: http://drupal.org/node/1410826
Comment #15
veeraprasadd commentedAdding PAReview: review bonus tag.
Comment #16
klausimanual review:
require_once 'mymodule.inc';<script>alert('tags Vocab');</script>I get a nasty javascript popup as soon as the block is displayed. You need to sanitize user provided input before printing, please read http://drupal.org/node/28984 again.Removing review bonus tag, you can add it again if you have done another 3 reviews of other projects.
Comment #16.0
klausi@klausi: Reviewed other projects and updated summary in first post.
Comment #17
veeraprasadd commentedHi klausi,
As per your comment #16, I have updated the changes and adding 'PAReview: review bonus' tag as well.
I have reviewed another 3 modules and updated it in project summary. I hope everything looks good. Kindly approve my module.
Thanks and Regards,
D. Veera Prasad.
www.drup-all.com
Comment #18
veeraprasadd commentedUpdated status to needs review.
Comment #19
klausiplease don't remove the security tag, we keep that for statistics and to show examples of security problems.
Comment #20
klausimanual review:
But otherwise looks RTBC to me. Removing review bonus tag, you can add it again if you have done another 3 reviews of other projects.
Assigning to jthorson as he might have time to take a final look at this.
Comment #21
veeraprasadd commentedHi klausi,
Thanks for the comments.
I have updated the code as per your comments.
Thanks and Regards,
D. Veera Prasad.
www.drup-all.com
Comment #22
klausiCool, back to RTBC.
Comment #23
klausino objections for more than a week, so ...
Thanks for your contribution, veeraprasadd!
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 #24
veeraprasadd commentedHi,
@klausi Thank you very much for approving my module.
And also thanks to all other reviewers for spending time to review my module. :)
Comment #25.0
(not verified) commentedReviewed another three projects.