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

CommentFileSizeAuthor
#4 drupalcs-result.txt516 bytesinzor

Comments

mburnette created an issue. See original summary.

PA robot’s picture

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

visabhishek’s picture

Issue summary: View changes
inzor’s picture

StatusFileSize
new516 bytes

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

inzor’s picture

Status: Needs review » Needs work
mburnette’s picture

Thanks, @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.

mburnette’s picture

Status: Needs work » Needs review
lionslair’s picture

Automated Review

[Best practice issues identified by http://pareview.sh/pareview/httpsgitdrupalorgsandboxmburnette2799673git-7x-1x identified some minor formatting issues.

Manual Review

Individual user account
[Yes: Follows / No: Does not follow] the guidelines for individual user accounts.
No duplication
I have seen other services and similar but not for this service.
Master Branch
[Yes: Follows] the guidelines for master branch.
Licensing
[Yes: Follows] the licensing requirements.
3rd party assets/code
[Yes: Follows / No: Does not follow] the guidelines for 3rd party assets/code.
README.md
[Yes: Follows] the guidelines for in-project documentation and/or the README Template. Some of the lines are longer than 80 characters
Code long/complex enough for review
[Yes: Follows the guidelines for project length and complexity.
Secure code
[Yes: Meets the security requirements. / No: List of security issues identified.]
Coding style & Drupal API usage
[List of identified issues in no particular order. Use (*) and (+) to indicate an issue importance. Replace the text below by the issues themselves:

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.

visabhishek’s picture

@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"?

lionslair’s picture

Status: Needs review » Needs work

Yes sorry. Changed now.

mburnette’s picture

I'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!

mburnette’s picture

Status: Needs work » Needs review
tessa bakker’s picture

Status: Needs review » Closed (outdated)

https://bespin.cc is no longer active.