Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
31 Dec 2011 at 12:09 UTC
Updated:
3 Jul 2020 at 15:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
patrickd commentedwelcome!
There are still files other than README.txt in the master branch, make sure to remove them. See also step 5 in http://drupal.org/node/1127732
Review of the 6.x-1.x branch:
This automated report was generated with PAReview.sh, your friendly project application review script. You can also use the online version to check your project. Go and review some other project applications, so we can get back to yours sooner.
Comment #2
Anonymous (not verified) commentedThank you,
I have modified my module according the standards and coder, im using a jqueryplugin which i will in the future make the drupaladmin to download it by him/herself instead of having it in my module files, that's why i havent indent the jqplugin.js
First time submitting a drupal project so all the help is highly appreciated.
Comment #3
patrickd commentedYou can find more information about using foreign libraries (like your jq plugin) on the libraries API project page (http://drupal.org/project/libraries) and it's documentation (http://drupal.org/documentation/modules/libraries)
Please change the status back to needs review after you fixed that
Comment #4
Anonymous (not verified) commentedI did as instructed, am i still missing something?.
Comment #5
Anonymous (not verified) commentedHello,
I need a review
Comment #6
darrell_ulm commentedOK, there are many style issues that need fixed. Included is a file of the Ventral output as well as from the command:
phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme .
See if you can use phpcs on your dev environment as it will save time. Once those errors are cleaned up...
Also see:
http://drupal.org/coding-standards
There is a copyright statement in jquery.imBookFlip-0.6.js:
The final reviews may have issue with this even though this plugin is under the GNU licencing.
Also there is another licence included. That could be an issue with the final reviewers also.
Documentation needed throughout. Example:
function template_preprocess_views_imBookFlip_view(&$vars)Needs a commend header.
Please read for comments:
http://drupal.org/node/1354
Code looked more or less OK, but easier to read with comments and proper indentation and formatting.
Also you may want to consider running the coder module which can also show errors. There is an upgrade module add on that can be used to help you upgrade this module to Drupal 7, where it would see a future audience.
Comment #7
darrell_ulm commentedOK, please see comment
http://drupal.org/node/1390218#comment-5624882
and back to you.
Comment #8
ankitchauhan commented@kentoro
Still there are so much coding style issue after PAreviews.
Comment #9
misc commented@ankitchauhan why did you change status? This should still be 'needs work'. And please, be polite to our applicants.
Comment #10
Anonymous (not verified) commentedHello, thank you all you kind people for your replies,
I've been using the coder module on my developer enviroment and it says: No Problems Found in any of the files.
so i will get started downloading phpcs to see the errors. I'm using drupal 6.
I'll be back
Comment #11
Anonymous (not verified) commentedBeing cleaning up, Now im getting errors because some classes are not camelcase, the views plugin classes arent cammelcase
views_plugin_row
http://groups.drupal.org/node/10129
what can i do about it? phpcs is seeing it as an error.
Comment #12
klausiClosing due to lack of activity. Feel free to reopen if you are still working on this application.
Comment #12.0
klausichanging git adress