Lucid is a new approach when it comes to drupal themes. With Lucid we wanted to try to move away from using base themes, and instead build a good start out point for whatever theme you are building. We believe that themes don't have the necessary upgrade path for newer version that modules have. After downloading Lucid, you are free to keep the parts you like, and change the parts you don't like.

Besides a great reset.css file, Lucid provides a nice looking default style for all elements, i.e tables, forms and tabs. Lucid also cleans up a lot of markup and css classes provides by both core and contrib modules.

Lucid also has another niche. It is designed to go hand in hand with panels and panels everywhere. Besides providing it's own panel layouts, it's arranged to work great with the NodeStream distribution.

One site, one theme, one love!

Project sandbox: http://drupal.org/sandbox/Haugen/1302252
Clone repository: git clone --branch 7.x-1.x Haugen@git.drupal.org:sandbox/Haugen/1302252.git lucid
Drupal version: 7.x

Comments

doitDave’s picture

Status: Needs review » Needs work

OK, here we go!

Automated review (Please keep in mind that this is primarily a high level check that does not replace but, after all, eases the review process. There is no guarantee that no other issues could show up in a more in-depth manual follow-up review.)

It 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:

  • Drupal Code Sniffer has found some code style issues (please check the Drupal coding standards):
    
    FILE: ...ites/all/modules/pareview_temp/test_candidate/layouts/onecol/onecol.inc
    --------------------------------------------------------------------------------
    FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
    --------------------------------------------------------------------------------
     2 | ERROR | Missing file doc comment
    --------------------------------------------------------------------------------
    
    
    FILE: .../all/modules/pareview_temp/test_candidate/layouts/onecol/onecol.tpl.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
    --------------------------------------------------------------------------------
     1 | ERROR | Missing file doc comment
    --------------------------------------------------------------------------------
    
    
    FILE: ...areview_temp/test_candidate/layouts/site_template/site-template.tpl.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
    --------------------------------------------------------------------------------
     2 | ERROR | Missing file doc comment
    --------------------------------------------------------------------------------
    
    
    FILE: ...es/pareview_temp/test_candidate/layouts/site_template/site_template.inc
    --------------------------------------------------------------------------------
    FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
    --------------------------------------------------------------------------------
     2 | ERROR | Missing file doc comment
    --------------------------------------------------------------------------------
    
    
    FILE: ...ites/all/modules/pareview_temp/test_candidate/layouts/twocol/twocol.inc
    --------------------------------------------------------------------------------
    FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
    --------------------------------------------------------------------------------
     2 | ERROR | Missing file doc comment
    --------------------------------------------------------------------------------
    
    
    FILE: .../all/modules/pareview_temp/test_candidate/layouts/twocol/twocol.tpl.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
    --------------------------------------------------------------------------------
     1 | ERROR | Missing file doc comment
    --------------------------------------------------------------------------------
    
    
    FILE: ...d/web/dp709/sites/all/modules/pareview_temp/test_candidate/template.php
    --------------------------------------------------------------------------------
    FOUND 4 ERROR(S) AFFECTING 4 LINE(S)
    --------------------------------------------------------------------------------
      4 | ERROR | The second line in the file doc comment must be " * @file"
      6 | ERROR | Missing function doc comment
     42 | ERROR | Whitespace found at end of line
     62 | ERROR | Whitespace found at end of line
    --------------------------------------------------------------------------------
    
    
    FILE: ...pareview_temp/test_candidate/templates/block/menu-block-wrapper.tpl.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
    --------------------------------------------------------------------------------
     1 | ERROR | Missing file doc comment
    --------------------------------------------------------------------------------
    
    
    FILE: ...es/all/modules/pareview_temp/test_candidate/templates/node/node.tpl.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR(S) AND 1 WARNING(S) AFFECTING 2 LINE(S)
    --------------------------------------------------------------------------------
      1 | ERROR   | Missing file doc comment
     18 | WARNING | Line exceeds 80 characters; contains 83 characters
    --------------------------------------------------------------------------------
    
    
    FILE: ..._temp/test_candidate/templates/nodestream/ns-core-site-template.tpl.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
    --------------------------------------------------------------------------------
     3 | ERROR | Missing file doc comment
    --------------------------------------------------------------------------------
    
    
    FILE: ...odules/pareview_temp/test_candidate/templates/panes/pane-header.tpl.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
    --------------------------------------------------------------------------------
     1 | ERROR | Missing file doc comment
    --------------------------------------------------------------------------------
    
    
    FILE: ...odules/pareview_temp/test_candidate/templates/panes/panels-pane.tpl.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
    --------------------------------------------------------------------------------
     1 | ERROR | Missing file doc comment
    --------------------------------------------------------------------------------
    
    
    FILE: ...all/modules/pareview_temp/test_candidate/templates/system/field.tpl.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
    --------------------------------------------------------------------------------
     4 | ERROR | The second line in the file doc comment must be " * @file"
    --------------------------------------------------------------------------------
    
    
    FILE: .../all/modules/pareview_temp/test_candidate/templates/system/html.tpl.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
    --------------------------------------------------------------------------------
     1 | ERROR | Missing file doc comment
    --------------------------------------------------------------------------------
    
    
    FILE: .../pareview_temp/test_candidate/templates/system/maintenance-page.tpl.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
    --------------------------------------------------------------------------------
     2 | ERROR | Missing file doc comment
    --------------------------------------------------------------------------------
    
  • Bad line endings were found, always use unix style terminators. See http://drupal.org/coding-standards#indenting
    ./templates/system/README.txt:                        ASCII text, with no line terminators
    ./templates/block/README.txt:                         ASCII text, with no line terminators
    ./templates/views/README.txt:                         ASCII text, with no line terminators
    ./templates/nodestream/README.txt:                    ASCII text, with no line terminators
    ./templates/panes/README.txt:                         ASCII text, with no line terminators
    
    
  • All text files should end in a single newline (\n). See http://drupal.org/node/318#indenting
    ./lucid.info ./README.txt ./js/lucid/respond.js ./js/lucid/html5.js ./layouts/twocol/twocol.inc ./layouts/twocol/twocol.tpl.php ./layouts/onecol/onecol.inc ./layouts/onecol/onecol.tpl.php ./layouts/site_template/site_template.inc ./layouts/site_template/site-template.tpl.php ./templates/system/field.tpl.php ./templates/system/html.tpl.php ./templates/system/maintenance-page.tpl.php ./templates/system/README.txt ./templates/block/menu-block-wrapper.tpl.php ./templates/block/README.txt ./templates/views/README.txt ./templates/nodestream/ns-core-column-two.tpl.php ./templates/nodestream/README.txt ./templates/nodestream/ns-core-site-template.tpl.php ./templates/panes/panels-pane.tpl.php ./templates/panes/pane-header.tpl.php ./templates/panes/README.txt ./templates/node/node.tpl.php ./template.php ./css/lucid/grid-adaptive.css ./css/lucid/grid.css ./css/lucid/layout.css ./css/lucid/lucid-reset.css ./css/lucid/style.css
    

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.

whitefluffy’s picture

These issues have been taken care of. I have also added a new branch for the project.

Clone repository: git clone --branch 7.x-1.x Haugen@git.drupal.org:sandbox/Haugen/1302252.git lucid

whitefluffy’s picture

Status: Needs work » Needs review

Changing status!

raynimmo’s picture

Status: Needs review » Needs work

Automated review
Please keep in mind that this is primarily a high level check that does not replace but eases the review process. There is no guarantee that no other issues could show up in a more in-depth manual follow-up review.

Drupal Code Sniffer has found some code style issues (please check the Drupal coding standards):

FILE: ...andbox\drupal-7.9-themedev\sites\default\themes\lucid\js\lucid\html5.js
--------------------------------------------------------------------------------
FOUND 2 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
 1 | ERROR | End of line character is invalid; expected "\n" but found "\r\n"
 1 | ERROR | Comments may not appear after statements.
--------------------------------------------------------------------------------


FILE: ...dbox\drupal-7.9-themedev\sites\default\themes\lucid\js\lucid\respond.js
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
 1 | ERROR | End of line character is invalid; expected "\n" but found "\r\n"
--------------------------------------------------------------------------------


FILE: ...rupal-7.9-themedev\sites\default\themes\lucid\layouts\onecol\onecol.inc
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
 1 | ERROR | End of line character is invalid; expected "\n" but found "\r\n"
--------------------------------------------------------------------------------


FILE: ...l-7.9-themedev\sites\default\themes\lucid\layouts\onecol\onecol.tpl.php
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
 1 | ERROR | End of line character is invalid; expected "\n" but found "\r\n"
--------------------------------------------------------------------------------


FILE: ...\sites\default\themes\lucid\layouts\site_template\site-template.tpl.php
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
 1 | ERROR | End of line character is invalid; expected "\n" but found "\r\n"
--------------------------------------------------------------------------------


FILE: ...edev\sites\default\themes\lucid\layouts\site_template\site_template.inc
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
 1 | ERROR | End of line character is invalid; expected "\n" but found "\r\n"
--------------------------------------------------------------------------------


FILE: ...rupal-7.9-themedev\sites\default\themes\lucid\layouts\twocol\twocol.inc
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
 1 | ERROR | End of line character is invalid; expected "\n" but found "\r\n"
--------------------------------------------------------------------------------


FILE: ...l-7.9-themedev\sites\default\themes\lucid\layouts\twocol\twocol.tpl.php
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
 1 | ERROR | End of line character is invalid; expected "\n" but found "\r\n"
--------------------------------------------------------------------------------


FILE: ...cal Sandbox\drupal-7.9-themedev\sites\default\themes\lucid\template.php
--------------------------------------------------------------------------------
FOUND 5 ERROR(S) AFFECTING 5 LINE(S)
--------------------------------------------------------------------------------
   1 | ERROR | End of line character is invalid; expected "\n" but found "\r\n"
  81 | ERROR | Inline comments must end in  full-stops, exclamation marks, or
     |       | question marks
  96 | ERROR | Inline comments must end in  full-stops, exclamation marks, or
     |       | question marks
 108 | ERROR | Inline comments must end in  full-stops, exclamation marks, or
     |       | question marks
 121 | ERROR | Inline comments must end in  full-stops, exclamation marks, or
     |       | question marks
--------------------------------------------------------------------------------


FILE: ...v\sites\default\themes\lucid\templates\block\menu-block-wrapper.tpl.php
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
 1 | ERROR | End of line character is invalid; expected "\n" but found "\r\n"
--------------------------------------------------------------------------------


FILE: ...pal-7.9-themedev\sites\default\themes\lucid\templates\node\node.tpl.php
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AND 1 WARNING(S) AFFECTING 2 LINE(S)
--------------------------------------------------------------------------------
  1 | ERROR   | End of line character is invalid; expected "\n" but found
    |         | "\r\n"
 25 | WARNING | Line exceeds 80 characters; contains 83 characters
--------------------------------------------------------------------------------


FILE: ...es\default\themes\lucid\templates\nodestream\ns-core-column-one.tpl.php
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
 1 | ERROR | End of line character is invalid; expected "\n" but found "\r\n"
--------------------------------------------------------------------------------


FILE: ...\default\themes\lucid\templates\nodestream\ns-core-column-three.tpl.php
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
 1 | ERROR | End of line character is invalid; expected "\n" but found "\r\n"
--------------------------------------------------------------------------------


FILE: ...es\default\themes\lucid\templates\nodestream\ns-core-column-two.tpl.php
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
 1 | ERROR | End of line character is invalid; expected "\n" but found "\r\n"
--------------------------------------------------------------------------------


FILE: ...default\themes\lucid\templates\nodestream\ns-core-site-template.tpl.php
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
 1 | ERROR | End of line character is invalid; expected "\n" but found "\r\n"
--------------------------------------------------------------------------------


FILE: ...themedev\sites\default\themes\lucid\templates\panes\pane-header.tpl.php
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
 1 | ERROR | End of line character is invalid; expected "\n" but found "\r\n"
--------------------------------------------------------------------------------


FILE: ...themedev\sites\default\themes\lucid\templates\panes\panels-pane.tpl.php
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
 1 | ERROR | End of line character is invalid; expected "\n" but found "\r\n"
--------------------------------------------------------------------------------


FILE: ...-7.9-themedev\sites\default\themes\lucid\templates\system\field.tpl.php
--------------------------------------------------------------------------------
FOUND 2 ERROR(S) AND 1 WARNING(S) AFFECTING 3 LINE(S)
--------------------------------------------------------------------------------
 1 | ERROR   | End of line character is invalid; expected "\n" but found "\r\n"
 3 | ERROR   | The second line in the file doc comment must be " * @file"
 4 | WARNING | Line exceeds 80 characters; contains 83 characters
--------------------------------------------------------------------------------


FILE: ...l-7.9-themedev\sites\default\themes\lucid\templates\system\html.tpl.php
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
 1 | ERROR | End of line character is invalid; expected "\n" but found "\r\n"
--------------------------------------------------------------------------------


FILE: ...ev\sites\default\themes\lucid\templates\system\maintenance-page.tpl.php
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
 1 | ERROR | End of line character is invalid; expected "\n" but found "\r\n"
--------------------------------------------------------------------------------

These are fairly minor points really, they seem to possibly be due to the windows style line breaks that are within your code. These should be changed to unix style line breaks. Make sure your text editor is set up correctly to format your files in this manner upon saving.

*note The error generated above for \lucid\js\lucid\html5.js is because the full code is commented out. If this file is not being used then you should possibly remove it.

I noticed that html5.js and respond.js are both licenced under the dual MIT/GPLv2 licence, this should be ok to include but you may want to check first as 3rd party code is not generally allowed on Drupal.org and should be deleted. This policy is described in the getting involved handbook. It also appears in the terms and conditions that you agreed to when you signed up for Git access, which you may want to re-read, to be sure you're not violating other terms. The Libraries API module is a recommended method for adding 3rd party dependencies without directly including the code on Drupal.org.

CSS Coding Style
I realise it is not a strict prerequisite for many reviewers but you should maybe make an attempt to adhere to the CSS coding standards.

Also, you include the browser specific styles -webkit and -moz but have omitted to include any for other browsers. Possibly have a read of http://reference.sitepoint.com/css/vendorspecific to make your theme a bit more cross browser compatible.

Make sure to set your status back to 'needs review' once you have addressed the issues highlighted above.

Good luck with the rest of your review.

whitefluffy’s picture

Status: Needs work » Needs review

Thank you for your review.

I was unable to reproduce the issues of the file endings. I have used both coder and code sniffer and none of them are reporting any errors as of now, as far as I can tell. The following issues has been taken care of though:

FILE: /srv/www/125/web/profiles/nodestream/themes/lucid/template.php
--------------------------------------------------------------------------------
FOUND 4 ERROR(S) AFFECTING 4 LINE(S)
--------------------------------------------------------------------------------
  81 | ERROR | Inline comments must end in  full-stops, exclamation marks, or
     |       | question marks
  96 | ERROR | Inline comments must end in  full-stops, exclamation marks, or
     |       | question marks
 108 | ERROR | Inline comments must end in  full-stops, exclamation marks, or
     |       | question marks
 121 | ERROR | Inline comments must end in  full-stops, exclamation marks, or
     |       | question marks
--------------------------------------------------------------------------------


FILE: ...ww/125/web/profiles/nodestream/themes/lucid/templates/node/node.tpl.php
--------------------------------------------------------------------------------
FOUND 0 ERROR(S) AND 1 WARNING(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
 25 | WARNING | Line exceeds 80 characters; contains 83 characters
--------------------------------------------------------------------------------


FILE: ...125/web/profiles/nodestream/themes/lucid/templates/system/field.tpl.php
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AND 1 WARNING(S) AFFECTING 2 LINE(S)
--------------------------------------------------------------------------------
 3 | ERROR   | The second line in the file doc comment must be " * @file"
 4 | WARNING | Line exceeds 80 characters; contains 83 characters
--------------------------------------------------------------------------------

Other than that we have moved the html5.js and the respond.js files out of the project. There has also been minor fixes, i.e making css align with the Drupal coding standard.

Moving back to needs review.

aliyayasir’s picture

Status: Needs review » Needs work

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:

Drupal Code Sniffer has found some code style issues (please check the Drupal coding standards):

FILE: ...eview/sites/all/modules/pareview_temp/test_candidate/css/lucid/grid.css
--------------------------------------------------------------------------------
FOUND 67 ERROR(S) AFFECTING 67 LINE(S)
--------------------------------------------------------------------------------
14 | ERROR | Spaces must be used to indent lines; tabs are not allowed
15 | ERROR | Spaces must be used to indent lines; tabs are not allowed
16 | ERROR | Spaces must be used to indent lines; tabs are not allowed
35 | ERROR | Spaces must be used to indent lines; tabs are not allowed
36 | ERROR | Spaces must be used to indent lines; tabs are not allowed
37 | ERROR | Spaces must be used to indent lines; tabs are not allowed
38 | ERROR | Spaces must be used to indent lines; tabs are not allowed
39 | ERROR | Spaces must be used to indent lines; tabs are not allowed
55 | ERROR | Spaces must be used to indent lines; tabs are not allowed
63 | ERROR | Spaces must be used to indent lines; tabs are not allowed
66 | ERROR | Spaces must be used to indent lines; tabs are not allowed
69 | ERROR | Spaces must be used to indent lines; tabs are not allowed
72 | ERROR | Spaces must be used to indent lines; tabs are not allowed
75 | ERROR | Spaces must be used to indent lines; tabs are not allowed
78 | ERROR | Spaces must be used to indent lines; tabs are not allowed
81 | ERROR | Spaces must be used to indent lines; tabs are not allowed
84 | ERROR | Spaces must be used to indent lines; tabs are not allowed
87 | ERROR | Spaces must be used to indent lines; tabs are not allowed
90 | ERROR | Spaces must be used to indent lines; tabs are not allowed
93 | ERROR | Spaces must be used to indent lines; tabs are not allowed
96 | ERROR | Spaces must be used to indent lines; tabs are not allowed
104 | ERROR | Spaces must be used to indent lines; tabs are not allowed
107 | ERROR | Spaces must be used to indent lines; tabs are not allowed
110 | ERROR | Spaces must be used to indent lines; tabs are not allowed
113 | ERROR | Spaces must be used to indent lines; tabs are not allowed
116 | ERROR | Spaces must be used to indent lines; tabs are not allowed
119 | ERROR | Spaces must be used to indent lines; tabs are not allowed
122 | ERROR | Spaces must be used to indent lines; tabs are not allowed
125 | ERROR | Spaces must be used to indent lines; tabs are not allowed
128 | ERROR | Spaces must be used to indent lines; tabs are not allowed
131 | ERROR | Spaces must be used to indent lines; tabs are not allowed
134 | ERROR | Spaces must be used to indent lines; tabs are not allowed
142 | ERROR | Spaces must be used to indent lines; tabs are not allowed
145 | ERROR | Spaces must be used to indent lines; tabs are not allowed
148 | ERROR | Spaces must be used to indent lines; tabs are not allowed
151 | ERROR | Spaces must be used to indent lines; tabs are not allowed
154 | ERROR | Spaces must be used to indent lines; tabs are not allowed
157 | ERROR | Spaces must be used to indent lines; tabs are not allowed
160 | ERROR | Spaces must be used to indent lines; tabs are not allowed
163 | ERROR | Spaces must be used to indent lines; tabs are not allowed
166 | ERROR | Spaces must be used to indent lines; tabs are not allowed
169 | ERROR | Spaces must be used to indent lines; tabs are not allowed
172 | ERROR | Spaces must be used to indent lines; tabs are not allowed
180 | ERROR | Spaces must be used to indent lines; tabs are not allowed
183 | ERROR | Spaces must be used to indent lines; tabs are not allowed
186 | ERROR | Spaces must be used to indent lines; tabs are not allowed
189 | ERROR | Spaces must be used to indent lines; tabs are not allowed
192 | ERROR | Spaces must be used to indent lines; tabs are not allowed
195 | ERROR | Spaces must be used to indent lines; tabs are not allowed
198 | ERROR | Spaces must be used to indent lines; tabs are not allowed
201 | ERROR | Spaces must be used to indent lines; tabs are not allowed
204 | ERROR | Spaces must be used to indent lines; tabs are not allowed
207 | ERROR | Spaces must be used to indent lines; tabs are not allowed
210 | ERROR | Spaces must be used to indent lines; tabs are not allowed
218 | ERROR | Spaces must be used to indent lines; tabs are not allowed
221 | ERROR | Spaces must be used to indent lines; tabs are not allowed
224 | ERROR | Spaces must be used to indent lines; tabs are not allowed
227 | ERROR | Spaces must be used to indent lines; tabs are not allowed
230 | ERROR | Spaces must be used to indent lines; tabs are not allowed
233 | ERROR | Spaces must be used to indent lines; tabs are not allowed
236 | ERROR | Spaces must be used to indent lines; tabs are not allowed
239 | ERROR | Spaces must be used to indent lines; tabs are not allowed
242 | ERROR | Spaces must be used to indent lines; tabs are not allowed
245 | ERROR | Spaces must be used to indent lines; tabs are not allowed
248 | ERROR | Spaces must be used to indent lines; tabs are not allowed
256 | ERROR | Spaces must be used to indent lines; tabs are not allowed
259 | ERROR | Spaces must be used to indent lines; tabs are not allowed
--------------------------------------------------------------------------------

FILE: ...-7-pareview/sites/all/modules/pareview_temp/test_candidate/template.php
--------------------------------------------------------------------------------
FOUND 0 ERROR(S) AND 1 WARNING(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
12 | WARNING | A comma should follow the last multiline array item. Found:
| | 'utf-8'
--------------------------------------------------------------------------------

FILE: ...iew_temp/test_candidate/templates/nodestream/ns-core-column-one.tpl.php
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
33 | ERROR | Files must end in a single new line character
--------------------------------------------------------------------------------

FILE: ...w_temp/test_candidate/templates/nodestream/ns-core-column-three.tpl.php
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
57 | ERROR | Files must end in a single new line character
--------------------------------------------------------------------------------

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

whitefluffy’s picture

Status: Needs work » Needs review

The master branch has been cleared and these issues should be OK now. Setting back to needs review.

klausi’s picture

Status: Needs review » Reviewed & tested by the community

lucid_html_head_alter(): this is a hook implementation and should be documented as such, see http://drupal.org/node/1354#hookimpl . Please also check your other functions.

Otherwise looks good to me.

zzolo’s picture

Status: Reviewed & tested by the community » Fixed

Hey @heyintern, you have been given full Git access. Happy hunting

Thanks to all the reviewers!

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

changed branch in link to repository