Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Aug 2012 at 16:39 UTC
Updated:
15 Dec 2012 at 11:36 UTC
Provides a block with form to search for domains available for registration.
http://drupal.org/sandbox/luizcanet/1653294
git clone --recursive --branch master luizcanet@git.drupal.org:sandbox/luizcanet/1653294.git check_domain_availability
It's for Drupal 7
Comments
Comment #1
D4Ko commentedAn automated review of your project has found some issues with your code; As coding standards make sure projects are coded in a consistent style we please you to have a look at the report and try to fix them. Anyway, note that issues found are possibly false positives and fixing all issues is not a requirement for getting through the application process.
You can find the results of the automated report at http://ventral.org/pareview/httpgitdrupalorgsandboxluizcanet1653294git
Comment #2
luizcanet commentedI made the changes. But now the script is saying that the README.txt is missing, but I see in the git repository.
Comment #3
patrickd commentedYour project page is not very detailed, please have a look at the tips for a great project page, you may also use HTML-tags for better structure.
The problem is that all your module files must be in the root of the git repository! move all files one level up and remove the subdirectory.
Comment #4
dwieeb commentedHi,
.installfile, and use hook_uninstall() to delete the variables you set in your module.Comment #5
klausiClosing due to lack of activity. Feel free to reopen if you are still working on this application.