Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Mar 2014 at 20:29 UTC
Updated:
21 Jul 2015 at 22:24 UTC
Jump to comment: Most recent
Comments
Comment #1
Bcwald commentedComment #2
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpgitdrupalorgsandboxBrian142222597git
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.
Comment #3
Bcwald commentedThe Project Applications Scraper now passes with no issues.
Comment #4
saltednutComment #5
saltednutThere is still a master branch, make sure to set the correct default branch: http://drupal.org/node/1659588 . Then remove the master branch, see also step 6 and 7 in http://drupal.org/node/1127732
Review of the 7.x-1.x branch:
README.txt or README.md is missing, see the guidelines for in-project documentation.
Comment #6
Bcwald commentedI have updated the readme.txt file -> README.MD and also made edits to the file for more clarity.
Comment #7
neetu morwani commented@bcwald
There are some errors and warning still in the module which should be resolved.
http://pareview.sh/pareview/httpgitdrupalorgsandboxbrian142222597git
Please resolve these.
Comment #8
saltednutLooks like its just README.md having a few lines more than 80 char. Kind of an annoying requirement but I'd suggest adding in some breaks there to make the bot and minions of bots happy. :)
README.md
1 | WARNING | Line exceeds 80 characters; contains 144 characters
13 | WARNING | Line exceeds 80 characters; contains 219 characters
Comment #9
joachim commentedGit clone command is incorrect, as it includes your username.
Comment #10
joachim commenteddescription = "Provides UX imporvement by adding a jqueryUI slider for preview media library for easier image selection.</em>"- improvement
- jQuery UI
- HTML in the module description?!
Surplus whitespace.
Need a blank line between two functions.
Also, why are you loading this on every page? What's the point?
Also, consider using Libraries API for this instead.
Indentation should be 2 spaces in JS too, AFAIK. Also, comments should have capitals and full stops and a space after the //. Same applies to comments in the CSS.
Comment #11
saltednutRe: loading this on every page? What's the point?
Is it possible to lazy load this only when the Media Library view is loaded? It seems one might have to patch Media module to make that work. This might be why it is included on every page.
Comment #12
mandar.harkare commentedNice module page.
As mentioned by joachim, please correct your git url to http://git.drupal.org/sandbox/Brian14/2222597.git.
And using Libraries API would be the better approach, I think.
Mandar
Comment #13
Bcwald commentedComment #14
PA robot commentedClosing due to lack of activity. If you are still working on this application, you should fix all known problems and then set the status to "Needs review". (See also the project application workflow).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #15
saltednutStill looking to get this approved. What else needs to happen?
Comment #16
stefank commentedAutomated Review
Best practice issues identified by pareview.sh / drupalcs / coder. http://pareview.sh/pareview/httpgitdrupalorgsandboxbrian142222597git reported number of issues that need to be address.
Manual Review
README.txt/README.md
(*) No: Follows the guidelines for in-project documentation and the README Template.
Code long/complex enough for review
No: Follows the guidelines for project length and complexity. Added PAReview: Single project promote tag.
hook_help() is missing in your module.
The starred items (*) are fairly big issues and warrant going back to Needs Work.
Great work so far.
Comment #17
PA robot commentedClosing due to lack of activity. If you are still working on this application, you should fix all known problems and then set the status to "Needs review". (See also the project application workflow).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #18
saltednutRe-opening on behalf of the maintainer. We will look into getting these last things fixed.
Comment #19
saltednutNow passing Automated review. http://pareview.sh/pareview/httpgitdrupalorgsandboxbrian142222597git
Comment #20
Bcwald commentedAs mentioned above, the automated testing is now complete and passes
Furthermore, I had added in the Hook_help function.
can someone please re-review this module?
Comment #21
joachim commented> Is it possible to lazy load this only when the Media Library view is loaded? It seems one might have to patch Media module to make that work. This might be why it is included on every page.
If you mean a view as produced by Views module, then use hook_views_pre_render().
Comment #22
PA robot commentedClosing due to lack of activity. If you are still working on this application, you should fix all known problems and then set the status to "Needs review". (See also the project application workflow).
I'm a robot and this is an automated message from Project Applications Scraper.