Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2013 at 02:51 UTC
Updated:
11 Aug 2013 at 21:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
abhijeetkalsi commented1) Please add README.TXT, which describes the module information and configuration.
2) If you want the community reviewer will review your module, then change the status to Need Review.
3) Delete your master branch, you already have your code repository in 7.x-1.x.
4) Prefix your function name
_create_uyan_html()to your module name i.e_uyan_create_html().Also there few indentation and spacing errors. See this
http://ventral.org/pareview/httpgitdrupalorgsandboxdansboy1926022git
Comment #2
dansboy commentedI have fix the errors and add the README file to the module.
Please reviews it.
Thanks!
Comment #3
strakkie commentedHi dansboy,
The readme file in your module is called README (no extention).
this should be README.txt
Your git link on this page also isn't correct, it should be:
git clone http://git.drupal.org/sandbox/dansboy/1926022.git uyanModule appears to work but i couldn't create an account on uyan because i can't read there site ;)!
When running the Coder module on your code it still shows some errors, please fix these (see attachment).
For your .info file, you should add a package.
Code seems good, i couldn't find any improvements there.
Comment #4
dansboy commentedOk, I use it on my blog, http://ddnode.com, you can treat it as a demo site.
Comment #5
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 #6
drebroff commentedSeems it is chinese third party comment platform using some of microblogging services of that country.
So there is lack of information in description.
Agree with strakkie, code style looks well.
But I could not confirm module workflow. It is possible to register at http://www.uyan.cc/ and accept web site. But third-party comment form (it generates through js) does not appear on module load.
I have an error at js console:
Failed to load resource http://api.uyan.cc/?url=http%3A%2F%2Fpolygon-3123.rhcloud.com%2Fnode%2F1%23…%2Fimage%2F31b.jpg%3Fitok%3DUdDvcnWc&vid=&tag=&uid=1762647&acl=&2114566463Thats it, thank you.
Comment #7
sreynen commentedComment #8
kscheirerYou might want to use some theme functions around _uyan_create_html() so people can get the uyan iframe to look the way they want.
Otherwise it seems fine.
----
Top Shelf Modules - Enterprise modules from the community for the community.
Comment #9
sergeypavlenko commentedHi
Looked code, all is well. I noticed a few things:
1. The file uyan.info missing parameter "package" (See also wrote to you about it @strakkie)
2. It's not critical, but usually hook - hook_permission cause after hook_menu.
Made review the code and set the module, unfortunately check how the module is not possible, because I do not know Chinese.
Comment #10
kscheirerPackage is optional in a .info file, it will default to "Other" - see https://drupal.org/node/542202#package. It's been over a month in RTBC status now.
Thanks for your contribution, dansboy!
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.
----
Top Shelf Modules - Crafted, Curated, Contributed.
Comment #11.0
(not verified) commentedadd version infomation