Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2011 at 18:03 UTC
Updated:
31 Aug 2012 at 10:17 UTC
Jump to comment: Most recent file
Comments
Comment #1
patrickd commentedwelcome,
you got some coding style issues (See automated report at http://ventral.org/pareview/httpgitdrupalorgsandboxonjtharpe1371850git, you can use this site to re-test your self).
If you got any questions on that, please ask!
Before switching back to needs review you should at least move to a version specific branch, create a README.txt and remove wrong file[] lines from your .info (See link above).
Unfortunately I don't think that your module is large enough to review your skills seriously, it would be great if you'd add some more functionality. Also there are quite few comments, think about commenting your code more detailed so we can follow you thoughts.
You say it is a drupal 7 module but your using hook_install/uninstall like in drupal 6. Please read about the use of hook_schema in the documentation for d7.
should be
You have to prefix variables with your module name, also I don't understand the sense of setting and getting variables that often. Can you explain what you want to do here?
regards
Comment #2
On_jtharpe commentedFirst of all thank you for reviewing.
I realize it is a very simple module, but the simplicity is exactly what I had a need/use for.
I have made the corrections to my code with the exception of the variable re-naming. To answer your question all I am trying to do is store the variable Path which I get from the form and store it into the database (which is working fine) then I want to make sure that when a users visits my page the variable is populated from the database so that the audio will play. It is all working but I think I made it more difficult then I had to.
Thanks,
Justin
Comment #3
On_jtharpe commentedComment #4
On_jtharpe commentedCode is ready to be reviewed again.
Thanks,
Justin
Comment #4.0
On_jtharpe commentedRe word description
Comment #5
On_jtharpe commentedComment #6
Ciraxis commentedReview of the 7.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.
Source: http://ventral.org/pareview - PAReview.sh online service
@klausi sry i didn't know, was my bad.
Comment #7
klausi@Ciraxis: please do not set the issue to "needs work" if there are only that view code style errors and you do not give a manual review.
Comment #8
michaelmol commentedReview of the 7.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.
You can use http://ventral.org/pareview/httpgitdrupalorgsandboxonjtharpe1371850git to repeat the review.
Manual review of 7.x-1.x branch:
background_audio.info
configure = admin/config/system/background_audiobackground_audio.install
background_audio.module
README.txt
Comment #9
klausiClosing due to lack of activity. Feel free to reopen if you are still working on this application.
Comment #9.0
klausiChanged branch.