Creates a bookflip without flash, haven't found any other drupalmodule which does this that is why i created my own.

Project page
http://drupal.org/sandbox/kentoro/1329014

Git repo
git clone --branch 6.x-1.x http://git.drupal.org/sandbox/kentoro/1329014.git views_imbookflip
For drupal 6.x

CommentFileSizeAuthor
#6 Review.txt12.81 KBdarrell_ulm

Comments

patrickd’s picture

Status: Needs review » Needs work

welcome!

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.

Anonymous’s picture

Thank 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.

patrickd’s picture

You 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

Anonymous’s picture

Status: Needs work » Needs review

I did as instructed, am i still missing something?.

Anonymous’s picture

Hello,
I need a review

darrell_ulm’s picture

StatusFileSize
new12.81 KB

OK, 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:

* 	 imBookFlip - a JQuery Plugin
 * 	 @author Les Green
 * 	 Copyright (C) 2009 Intriguing Minds, Inc.
 *   Version 0.6

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.

darrell_ulm’s picture

Status: Needs review » Needs work

OK, please see comment
http://drupal.org/node/1390218#comment-5624882
and back to you.

ankitchauhan’s picture

Status: Needs work » Needs review

@kentoro

Still there are so much coding style issue after PAreviews.

misc’s picture

@ankitchauhan why did you change status? This should still be 'needs work'. And please, be polite to our applicants.

Anonymous’s picture

Status: Needs review » Needs work

Hello, 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

Anonymous’s picture

Being 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.

klausi’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. Feel free to reopen if you are still working on this application.

klausi’s picture

Issue summary: View changes

changing git adress