--DESCRIPTION--
The Drupal Status module creates a bridge between Bespin.cc and your websites. With this module enabled, a key will be generated that Bespin.cc uses to authenticate retrieving a JSON object of your site's installed modules and their versions.
From there, Bespin.cc will notify you of any available updates to your site (including Drupal core and contributed modules) and any security releases.
Bespin.cc aims to help you keep your sites up-to-date with a dashboard to see all your sites at a glance.
--PROJECT--
https://www.drupal.org/sandbox/mburnette/2799673
--GIT CLONE--
git clone --branch 7.x-1.x https://git.drupal.org/sandbox/mburnette/2799673.git drupalstatus
cd drupalstatus
Comments
Comment #2
PA robot commentedWe are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)
Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #3
visabhishek commentedComment #4
inzor commentedHi Marcus,
Thanks for your contribution!
There is my review of the 7.x-1.x branch:
Drupal Code Sniffer has found some minor code style issues (please check the Drupal coding standards). See attachment.
Manual review of the 7.x-1.x branch:
It seems that your hook_form_alter() isn't fire. After installing the module, the button "Save configuration" is still on form. Try reinstall module to reproduce this issue.
I think, for resolving this issue you can to put this hook into .module file or add 'files[] = drupalstatus.admin.inc' into .info file.
Comment #5
inzor commentedComment #6
mburnette commentedThanks, @inzor!
I moved the hook_form_alter() function from the .inc file to the .module file. Works brilliantly now!
https://www.drupal.org/node/2799673/commits
I also took this opportunity to update the README.md to include all required sections.
Comment #7
mburnette commentedComment #8
lionslair commentedAutomated Review
[Best practice issues identified by http://pareview.sh/pareview/httpsgitdrupalorgsandboxmburnette2799673git-7x-1x identified some minor formatting issues.
Manual Review
I noticed in the install you use a function drupalstatus_generate_random_string. Drupal has a generator function drupal_random_bytes and user_password. Would either do the same or close enough job?
This review uses the Project Application Review Template.
Comment #9
visabhishek commented@lionslair : Looks like you forgot to change the status. Is this now RTBC after your review or are there application blockers left and this should be "needs work"?
Comment #10
lionslair commentedYes sorry. Changed now.
Comment #11
mburnette commentedI've cleaned up any Automated Review issues and now pass the test without errors.
http://pareview.sh/pareview/httpsgitdrupalorgsandboxmburnette2799673git-...
I also updated the module to use Drupal's "user_password" function instead of the custom key generator function I had before.
Just want to get this application approved so I can officially launch my site!
Comment #12
mburnette commentedComment #13
tessa bakkerhttps://bespin.cc is no longer active.