Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2015 at 21:05 UTC
Updated:
8 Aug 2016 at 16:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
PA robot commentedProject 1: https://www.drupal.org/node/2444605
Project 2: https://www.drupal.org/node/2438993
As successful completion of the project application process results in the applicant being granted the 'Create Full Projects' permission, there is no need to take multiple applications through the process. Once the first application has been successfully approved, then the applicant can promote other projects without review. Because of this, posting multiple applications is not necessary, and results in additional workload for reviewers ... which in turn results in longer wait times for everyone in the queue. With this in mind, your secondary applications have been marked as 'closed(duplicate)', with only one application left open (chosen at random).
If you prefer that we proceed through this review process with a different application than the one which was left open, then feel free to close the 'open' application as a duplicate, and re-open one of the project applications which had been closed.
I'm a robot and this is an automated message from Project Applications Scraper.
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
hemangi.gokhaleUpdate
Updated the Issue summary.
Automated Review
Best practice issues identified by pareview.sh
Manual Review
bnm_rates.tpl.phpinstead ofbnm_rates_block_rates.tpl.phpbnm_rates.cssREADME.txtinstead ofREADME.md, because that's the standard Drupal way of managing the README section.admin/help/bnm_rates, instead of providing the plain text, you should provide the working URL to bnm.org in the help text.The starred items (*) are fairly big issues and warrant going back to Needs Work. Items marked with a plus sign (+) are important and should be addressed before a stable project release. The rest of the comments in the code walkthrough are recommendations.
This review uses the Project Application Review Template.
Comment #4
idoctor commentedMade changes.
Automated review link: http://git.drupal.org/sandbox/idoctor/2438847.git 7.x-1.0-dev
Master Branch: changed to 7.x-1.0-dev
Coding style & Drupal API usage:
Project page template - will do soon
Template renamed to bnm_rates.tpl.php instead of bnm_rates_block_rates.tpl.php
Removed start/end comments in bnm_rates.css
Provided README.txt instead of README.md.
In help section at admin/help/bnm_rates, instead of providing the plain text, provided the working URL to www.bnm.org in the help text.
Please justify, why you have created so many entries in watchdog! - removed, it was my mistake.
I didn't find this in last comment:
"starred items (*) are fairly big issues and warrant going back to Needs Work. Items marked with a plus sign (+)"
Comment #5
idoctor commentedPlease see,
I changed the project description.
And other points were changed a day before today.
Comment #6
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 #7
idoctor commentedHi All,
Please review module. I checked it against http://pareview.sh.
Thanks,
Igor
Comment #8
idoctor commentedComment #9
gisleBefore adding tags read the issue tag guidelines. Do not use tags for adding random keywords.
To get people to review your application, you need to set its state to "Needs review". Please see project applicaton workflow.
Comment #10
gisleComment #11
karoop commentedHi there,
I downloaded your module and here's my review:
User interface
'admin/config/user-interface/bnm_rates').hook_help(). You should investigate and make sure that it either says something meaningful, or does not show up at all.Code
bnm_rates.module
switchstatement with only one case inbnm_rates_block_view()on line 55. You should change it to anif.'cache'key to the return array frombnm_rates_block_info(). If you specified it asDRUPAL_CACHE_GLOBAL, you would likely reduce the processing time for your block.bnm_rates_current_lang()is missing the docblock.bnm_rates_functions.inc.php
"Store rates for $date lang=$lang. Result: $result"drupal_goto()on line 116 is a very bad way to make sure that the block is displayed with data. You should make sure thatbnm_rates_get()always returns results - you could do it by querying the database again after callingbnm_rates_pull_xmldata()on line 115, or you could makebnm_rates_pull_xmldata()return data usable bybnm_rates_get()to return the result without having to redirect.bnm_rates_settings_form.inc.php
db_update()anddb_select()respectively, for the reason I listed above.Other comments
Comment #12
ganesh_kumar commentedHi idoctor ,
Few tweaks are here fix the automated pareview issues too and the issues are listed in the given below url.
Automated Review
Fix all the Pareview issue listed in the given url http://pareview.sh/pareview/httpgitdrupalorgsandboxidoctor2438847git-1
Manual Review
The starred items (*) are fairly big issues and warrant going back to Needs Work. Items marked with a plus sign (+) are important and should be addressed before a stable project release. The rest of the comments in the code walkthrough are recommendations.
If added, please don't remove the security tag, we keep that for statistics and to show examples of security problems.
This review uses the Project Application Review Template.
Comment #13
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.