Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Sep 2011 at 08:17 UTC
Updated:
8 Feb 2015 at 12:37 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
sauce71 commentedImproved readme and coding standards
Git Clone Line:
git clone http://git.drupal.org/sandbox/sauce71/1275502.git
Comment #2
sreynen commentedHi sauce71,
This looks useful and the code looks pretty good. I noticed one issue. Please move this back to "needs review" when that is complete.
Comment #3
sauce71 commentedChanged modules way of storing data from Drupal variables to its own table
Comment #4
grasmash commentedThere are a few minor formatting issues that I noticed:
Zen themes uses the $classes variable in block.tpl.php, so themers just have to create classes// rippet from CCK content.moduleComment #5
sauce71 commentedCleaned up comments and README.txt.
No lines exceed 80 charchters.
Comments start with space then capitalized letter after //, ends with . (period).
Removed extra empty lines.
Added comment for hook_schema.
Fixed comment for hook_install.
Comment #6
klausiIt appears you are working in the "master" branch in git. You should really be working in a version specific branch. The most direct documentation on this is Moving from a master branch to a version branch. For additional resources please see the documentation about release naming conventions and creating a branch in git.
Review of the master branch:
This automated report was generated with PAReview.sh, your friendly project application review script. Please report any bugs to klausi.
Comment #7
sauce71 commentedThank you all for reviewing this module, for some reason my coder do not show errors on spaces. I have removed all trailing spaces. I have created branches for 6.x and 7.x version, this implies that the 7.x version need to be reviewed to. Wondered a bit why the sandbox didn't make initial branches when I started the project ... but now I know how to do it.
Drupal version 6:
git clone --branch 6.x-1.x http://git.drupal.org/sandbox/sauce71/1275502.git
Drupal version 7:
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/sauce71/1275502.git
Comment #8
klausiReview of the 7.x-1.x branch:
This automated report was generated with PAReview.sh, your friendly project application review script. Please report any bugs to klausi.
manual review:
<script>alert('XSS');</script>for block_options_title or description. Make sure to sanitize that settings before outputting them!Comment #9
sauce71 commentedFixed previous comments in both versions
Comment #10
patrickd commentedReview of the 7.x-1.x branch:
This automated report was generated with PAReview.sh, your friendly project application review script. Go and review some other project applications, so we can get back to yours sooner.
Source: http://ventral.org/pareview - PAReview.sh online service
Comment #11
patrickd commentedSwitched back to needs review, so in-depth reviews won't be blocked by coding standart issues.
Comment #12
sauce71 commentedFixed coding standards issues from comment #10
Comment #13
jonloh commentedThere still seem to be coding standard issue on your module.
Review 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. Go and review some other project applications, so we can get back to yours sooner.
Source: http://ventral.org/pareview - PAReview.sh online service
Comment #14
sauce71 commentedLatest coding standard issues are now fixed. I finally understood that I could use parview myself. As of now there are no reported issues. That is until ParView is changed/improved I guess. So if somebody will review this module fast, It might go through :-)
Comment #15
rudiedirkx commentedI have two tiny issues and then it's perfect IMO:
Structure > Blocks > Block options? Feels more natural to me.Pareview also found something:
Comment #16
rudiedirkx commentedComment #17
klausiClosing due to lack of activity. Feel free to reopen if you are still working on this application.
Comment #17.0
klausiAdded git clone for D6 and D7
Comment #18
klausiRemoving unused tag.