Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
31 Jan 2013 at 09:20 UTC
Updated:
30 Apr 2013 at 04:25 UTC
http://drupal.org/sandbox/math3usmartins/1900588
GIT Repository: git.drupal.org:sandbox/math3usmartins/1900588.git
Media Mover SNS (MM SNS) extends the Media Mover (MM) module by integrating it with Amazon SNS and adding three new actions to MM configurations.
After installed and configured properly, whenever a file is uploaded, the site will publish a message on Amazon SNS, in the topic that defined in the MM configuration.
Currently it supports only Drupal 6.
Comments
Comment #1
abhijeetkalsi commentedHi,
first of all there are quite a few issues to sort out such as indentation, whitespace.
You can find them all here:
http://ventral.org/pareview/httpgitdrupalorgsandboxmath3usmartins1900588git
Here you can check source code whether it meets drupal coding standards or not, and advise you what to change in your code. You can repeat review after your commits, and can fix those errors.
Comment #2
monymirzaComment #3
math3usmartins commentedCode review result
My comments
The problem is in the '#description' value.
I had to break the line to meet the 80 chars limit.
I don't see a better way to do that without causing other errors.
I had to break the line to meet the 80 chars limit. That's why the line right after the case-break statement (ie. "return") isn't blank.
It also applies to similar messages.
From Drupal Coding Standards (http://drupal.org/coding-standards#array):
Is it a short description? What's a short description definition?
Comment #4
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 #5
adnasa commentedYou are handling a couple of variable_set / variable_get
It would be optimal if you implement hook_uninstall() to remove your variables upon an uninstall from the database :-)
Best of luck!
Comment #6
math3usmartins commentedGood point, thanks!
Comment #7
math3usmartins commentedI'm going to implement the hook_uninstall()
Comment #8
PA robot commentedClosing due to lack of activity. Feel free to reopen if you are still working on this application.
I'm a robot and this is an automated message from Project Applications Scraper.