Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Oct 2013 at 07:52 UTC
Updated:
29 Nov 2013 at 14:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpgitdrupalorgsandboxsoftescu2102115git
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 #1.0
softescu commentedupdated development branch
Comment #2
softescu commentedOther applications reviewed:
Comment #3
bneil commentedHi softescu,
Here's a quick manual review:
Instead of using hook_init to add css to every page, declare it in your .info file:
https://drupal.org/node/542202#stylesheets
In .install:
I don't think this is necessary, since using variable_get, the default is always NULL: https://api.drupal.org/api/drupal/includes%21bootstrap.inc/function/vari...
That's all I've got time for right now, hope that helps! I'll try to come back and give a more thorough review.
Comment #4
softescu commentedOk, thanks for the feedback! Any other issues found?
Comment #5
softescu commentedFixed suggestions made by bneil
Comment #6
bneil commentedsoftescu,
Please provide a non-maintainers git clone link in the issue summary.
Also, README.txt is missing, see the guidelines for in-project documentation.
Remove the master branch, see also step 6 in http://drupal.org/node/1127732.
In poeditor.admin.inc, If you're setting
you might as well use it on line 23 for the #default_value instead of calling variable_get() again.
Also, I noticed that you're creating
Which you could use instead.
Do you need some sort of validation for poeditor_token?
Comment #7
softescu commentedYou are right. I'll fix this asap. Thanks!
Comment #8
softescu commentedFixed issues in #6.
Also added more CSS.
Comment #9
klausiReview of the 7.x-1.x branch:
This automated report was generated with PAReview.sh, your friendly project application review script. You can also use the online version to check your project. You have to get a review bonus to get a review from me.
manual review:
Removing review bonus tag, you can add it again if you have done another 3 reviews of other projects.
Comment #10
softescu commentedFixed issues in #9.
Removed security tag.
Comment #11
bneil commentedPlease don't remove the security tag, we keep that for statistics and to show examples of security problems.
Comment #12
klausiSorry for the delay. Make sure to review more project applications and get a new review bonus and this will get finished faster.
manual review:
Otherwise looks pretty good, the CSRF issue is a blocker right now.
Comment #13
softescu commentedFixed issues in #12.
Comment #13.0
softescu commentedupdated with reviews
Comment #14
softescu commentedComment #15
softescu commentedOther applications reviewed:
https://drupal.org/node/2092233#comment-8013967
https://drupal.org/node/2123055#comment-8011841
https://drupal.org/node/1996206#comment-8012061
Comment #16
bneil commentedPlease don't remove the security tag, we keep that for statistics and to show examples of security problems.
Comment #16.0
bneil commentedOther applications reviewed
Comment #17
klausiRemoved automated review comments from the issue summary.
Comment #18
klausimanual review:
Removing review bonus tag, you can add it again if you have done another 3 reviews of other projects.
Comment #19
softescu commentedFixed issues in #18
Comment #20
kscheirerif (empty($cron_poeditor_date)) {...} else {...}have the same 2 if statement checks inside.Those don't seem like major issues though.
----
Top Shelf Modules - Crafted, Curated, Contributed.
Comment #21
klausimanual review:
Although you should definitely fix those issues I agree that they are not critical blockers, so ...
Thanks for your contribution, softescu!
I updated your account so you can promote this to a full project and also create new projects as either a sandbox or a "full" project.
Here are some recommended readings to help with excellent maintainership:
You can find lots more contributors chatting on IRC in #drupal-contribute. So, come hang out and stay involved!
Thanks, also, for your patience with the review process. Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.
Thanks to the dedicated reviewer(s) as well.
Comment #22
softescu commentedThank you for the feedback and to the other reviewers! It really helped us to improve the module. We are going to address the last issues in the next release.