Profolio is a clean and neutral theme designed and created for my D7 portfolio-blog (dutch). Sidebars are optional. - Demo

CommentFileSizeAuthor
#17 drupalcs-result.txt1.7 KBklausi
profolioscreen.png54.54 KBdave.l

Comments

dave.l’s picture

http://drupal.org/sandbox/Dave.L/1169892

Forgot to include the sandbox link ;)

jordojuice’s picture

Priority: Normal » Major
Issue tags: +PAReview: Theme

Updating priority according to priority guidelines. The application's priority should be set back to normal once a reviewer responds to your application and the application review process has continued.

dave.l’s picture

Priority: Major » Normal

Ok Thx for the info. Setting this project back to normal.

jordojuice’s picture

Priority: Normal » Major

Sorry, once a reviewer responds and gives you information on what work (if any) needs to be done. We want your application to have an elevated priority until then since it has been waiting without sufficient response for a long period of time. Your application can have a higher priority because of this, so enjoy it! : )

mjohnq3’s picture

Very nice theme. I did notice that some of the CSS doesn't fully comply with Drupal's CSS Coding Standards. For example:

This:

h2 {font-size: 1.3em;}

should be:

h2 {
  font-size: 1.3em;
}

And this, at least per the standards and despite being logically related styles, is a bit hard to read:

#footer a{color: #CCC;}
#footcontainer h2{background-color: #333;}
#topcontent .block h2, #sidebar_first .block h2, #sidebar_last .block h2{
  color: #415369;
  margin: 0px;
  font-weight: bold;
  padding-top:0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
}

I am aware that many Drupal themers don't follow these standards to the letter, so this is more informational than critical.

dave.l’s picture

Priority: Major » Normal

"Alphabetizing properties" seems a bit harsh.. but if its the standard, then i will set it up correctly! will get back in a couple of days

Thanks for the info mjohnq3

dave.l’s picture

Uploaded the altered version a couple of days ago. CSS should be according to the Drupal standards. deleted some unnessecary files (images)

re-check plz!

mjohnq3’s picture

Reviewed CSS files. Many changes made for compliance with Drupal Coding standards. All files pass Coder module review. Hopefully one of the official project reviewers will take a look at this.

dave.l’s picture

Hopefully indeed :)... Thx for your time mjohnq3

dgoutam’s picture

Priority: Normal » Critical

Changed priority as per http://drupal.org/node/894256

klausi’s picture

Priority: Critical » Normal
Status: Needs review » Needs work

* README.txt is missing
* Remove all old CVS $Id tags, not needed anymore
* what is index.php and index.html for?
* looks like you included a third party library, is this needed? see the policy: http://drupal.org/node/422996
* template.php: function names should start lower cased.
* functions should be document with doc blocks, what hook they implement etc.

dave.l’s picture

Status: Needs work » Needs review

Sorry for the late respons

3th party library is deleted
added readme...

..In short, applied all of the above!

Thx for your time Klausi

klausi’s picture

Status: Needs review » Needs work

Review of the 7.x-1.x branch:

  • Drupal Code Sniffer has found some code style issues (please check the Drupal coding standards):
    
    FILE: ...e/drupal-7/sites/all/modules/pareview_temp/test_candidate/block.tpl.php
    --------------------------------------------------------------------------------
    FOUND 3 ERROR(S) AFFECTING 1 LINE(S)
    --------------------------------------------------------------------------------
     2 | ERROR | Missing file doc comment
     2 | ERROR | Concat operator must be surrounded by spaces
     2 | ERROR | Concat operator must be surrounded by spaces
    --------------------------------------------------------------------------------
    
    
    FILE: .../sites/all/modules/pareview_temp/test_candidate/comment-wrapper.tpl.php
    --------------------------------------------------------------------------------
    FOUND 2 ERROR(S) AFFECTING 2 LINE(S)
    --------------------------------------------------------------------------------
     3 | ERROR | Missing file doc comment
     9 | ERROR | String concat is not required here; use a single string instead
    --------------------------------------------------------------------------------
    
    
    FILE: ...drupal-7/sites/all/modules/pareview_temp/test_candidate/comment.tpl.php
    --------------------------------------------------------------------------------
    FOUND 6 ERROR(S) AFFECTING 2 LINE(S)
    --------------------------------------------------------------------------------
      1 | ERROR | Missing file doc comment
      1 | ERROR | Concat operator must be surrounded by spaces
      1 | ERROR | Concat operator must be surrounded by spaces
     39 | ERROR | Concat operator must be surrounded by spaces
     39 | ERROR | Concat operator must be surrounded by spaces
     39 | ERROR | Concat operator must be surrounded by spaces
    --------------------------------------------------------------------------------
    
    
    FILE: ...ce/drupal-7/sites/all/modules/pareview_temp/test_candidate/html.tpl.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
    --------------------------------------------------------------------------------
     2 | ERROR | Missing file doc comment
    --------------------------------------------------------------------------------
    
    
    FILE: ...sites/all/modules/pareview_temp/test_candidate/maintenance-page.tpl.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
    --------------------------------------------------------------------------------
     3 | ERROR | Missing file doc comment
    --------------------------------------------------------------------------------
    
    
    FILE: ...ce/drupal-7/sites/all/modules/pareview_temp/test_candidate/node.tpl.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
    --------------------------------------------------------------------------------
     2 | ERROR | Missing file doc comment
    --------------------------------------------------------------------------------
    
    
    FILE: ...drupal-7/sites/all/modules/pareview_temp/test_candidate/overlay.tpl.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
    --------------------------------------------------------------------------------
     1 | ERROR | Missing file doc comment
    --------------------------------------------------------------------------------
    
    
    FILE: ...ce/drupal-7/sites/all/modules/pareview_temp/test_candidate/page.tpl.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
    --------------------------------------------------------------------------------
     5 | ERROR | Missing file doc comment
    --------------------------------------------------------------------------------
    
    
    FILE: ...all/modules/pareview_temp/test_candidate/region--footer_message.tpl.php
    --------------------------------------------------------------------------------
    FOUND 3 ERROR(S) AFFECTING 2 LINE(S)
    --------------------------------------------------------------------------------
     1 | ERROR | You must use "/**" style comments for a file comment
     1 | ERROR | Whitespace found at end of line
     2 | ERROR | Inline comments must end in  full-stops, exclamation marks, or
       |       | question marks
    --------------------------------------------------------------------------------
    
    
    FILE: .../drupal-7/sites/all/modules/pareview_temp/test_candidate/region.tpl.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
    --------------------------------------------------------------------------------
     1 | ERROR | Missing file doc comment
    --------------------------------------------------------------------------------
    
    
    FILE: ...ce/drupal-7/sites/all/modules/pareview_temp/test_candidate/template.php
    --------------------------------------------------------------------------------
    FOUND 6 ERROR(S) AFFECTING 6 LINE(S)
    --------------------------------------------------------------------------------
      1 | ERROR | You must use "/**" style comments for a file comment
      5 | ERROR | You must use "/**" style comments for a function comment
     10 | ERROR | else must start on a new line
     18 | ERROR | You must use "/**" style comments for a function comment
     26 | ERROR | else must start on a new line
     36 | ERROR | You must use "/**" style comments for a function comment
    --------------------------------------------------------------------------------
    
  • README.txt is missing, see the guidelines for in-project documentation.
  • Remove all old CVS $Id tags, they are not needed anymore.
    css/print.css:1:/* $Id$ */
    css/ie_styles.css:1:/* $Id$ */
    
  • All text files should end in a single newline (\n). See http://drupal.org/node/318#indenting
    ./css/local.css ./css/ie_styles.css ./css/style.css ./node.tpl.php ./comment.tpl.php ./maintenance-page.tpl.php ./page.tpl.php ./comment-wrapper.tpl.php
    

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.

patrickd’s picture

Status: Needs work » Needs review

Switched back to needs review, so in-depth reviews won't be blocked by coding standart issues.

dave.l’s picture

-added comments to the files like descriped in the standards
-tryed to fix the concat problems, in some files i found the problem, in others it was a '.' att the end of a string (i guess)
-added a new line to the end of each file
-checked the indenting (maybe i missed some, hope not)
-removed $id from the css files

10 | ERROR | else must start on a new line

on the template.php file i can not find a else statement inline (all are on a new line).

...of to investigate the Sniffer module
THX again klausi!

dave.l’s picture

A couple of hours later (and about 10 commits) the files are clean according to Sniffer (7.x-1.x).
(used a online version att: http://ventral.org/ )

klausi’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new1.7 KB

There are still files other than README.txt in the master branch, make sure to remove them. See also step 5 in http://drupal.org/node/1127732
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.

maual review:

Otherwise looks RTBC to me.

avpaderno’s picture

Status: Reviewed & tested by the community » Fixed
dave.l’s picture

submitted some commits. used better Issue description on commits, codesniffers report is empty, Master branch is empty.

Thx Klausi

dave.l’s picture

Status: Fixed » Needs review

Forgot to change the Issue status to 'needs review'.

klausi’s picture

Status: Needs review » Fixed

Thanks for your contribution, Dave.L! Welcome to the community of project contributors on drupal.org.

kiamlaluno has granted you the git vetted user role which will let you promote this to a full project and also create new projects as either sandbox or "full" projects depending on which you feel is best.

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.

As you continue to work on your module, keep in mind: Commit messages - providing history and credit and Release naming conventions.

Automatically closed -- issue fixed for 2 weeks with no activity.

avpaderno’s picture

Title: Profolio - D7 theme » [D7] Profolio
Issue summary: View changes
Status: Closed (fixed) » Fixed
Issue tags: -

I am giving credits to the users who participated in this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.