Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
theme
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
8 Jul 2011 at 06:37 UTC
Updated:
8 Feb 2013 at 00:36 UTC
Jump to comment: Most recent file
Comments
Comment #1
ccardea commentedYou have a LICENSE.txt file in your repository that needs to be removed, since the Drupal packaging script automatically adds the LICENSE.txt file. The waiting time for an application review can be 4 -6 weeks. Please consider reducing your waiting time by contributing to the code review process. All it takes is basic module writing skills. Visit http://groups.drupal.org/code-review for details on how to participate.
Comment #2
ao2 commentedHi nitvirus,
Screenshot.png should be renamed to screenshot.png, all lowercase, otherwise it won't be found on unix system which are case sensitive for filenames.
File permissions should also be changed to 644, on unix systems you don't want to have files executable without a reason, the attached patch should fix those issues.
Also make sure you run your code through the coder module http://drupal.org/project/coder you still have some styles issues:
Regards,
Antonio
Comment #3
nitvirus commentedThanks for the reply ccardea..would surely be doing that..
Comment #4
nitvirus commented@a02
thanks mate
would surely run the code through the coder module and grateful for the patch..
because of u guys only i am feeling motivated
thanks again..:):)
Comment #5
nitvirus commentedHi,
so i have made the changes as suggested by you and checked theme in coder module(minor settings)
but i was not able to clear a warning that was coming : Include the CVS keyword $Id$ in each file. This should be in the format // $Id$ or // $Id$
Could please anyone tell me how to overcome it.
Also i read it somewhere on drupal.org that this warning can be overseen, is it so.
Comment #6
ao2 commentedThe $Id$ lines can be removed altogether, they were used with CVS, but now drupal is using git as a revision control system and those lines are not needed anymore.
Comment #7
nitvirus commentedThanx ao2.:):)
so the coder(module) errors have been removed..
so please could anyone review it..
Comment #8
nitvirus commentedanyone there...
Comment #9
nitvirus commentedAttached a bigger screenshot for better view of the theme
Comment #10
klausi* style.css contains "\r" line endings, please use unix style line endings '\n', see http://drupal.org/node/318#indenting
* README.txt has some formatting problems. Also lines should not exceed 80 characters there.
Comment #11
nitvirus commentedThanks for the reply
would be looking at these issues
Comment #12
nitvirus commentedHi,
style.css /r have been changed to /n
and README.txt has been modified not to exceed 80 characters.
Thanks in advance.
Comment #13
klausiDon't forget to set the status back to "needs review" if you want to get a review.
Get a review bonus and we will come back to your application sooner.
Comment #14
nitvirus commentedThanks @kalusi
changed the status to "needs review"
Comment #15
misc commentedSeems ok, find one minor problem in the css -
padding: 0x;, should bepadding: 0;. You should also rename 'For_Dropdown_menu' to something like 'nice_menus'. Bit it should be RTBC.Comment #16
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. You can also use the online version to check your project. Get a review bonus and we will come back to your application sooner.
Comment #17
nitvirus commentedthanks a lot for the replies..
would be removing these bugs and making branches.
Comment #18
nitvirus commentedHello,
1. Removed the version from the info file
2.Bad line endings were removed .. unable to find any new
3.Removed old cvs tags
4. Updated the code. -> Ran the code through coder module with minor settings no errors were found
Also,
Moved the master branch to 6.x.-1.x
didnot removed the code from master branch as suggested in :http://drupal.org/node/1127732
thanks inadvance
nitVirus
Comment #18.0
nitvirus commentedadded the drupal ver. supported
Comment #19
nalan commentedHi,
You need to take care of coding style issues as reported in automated reviews. There are bad line ending issue, usually GIT takes care of it if you have installed it with proper options enabled. Take a look at it.
Automated review/
Review of the 6.x-1.x branch:
* Bad line endings were found, always use unix style terminators. See http://drupal.org/coding-standards#indenting
block.tpl.php
For_Dropdown_menu/page.tpl.php
maintainance.page.tpl.php
node.tpl.php
page.tpl.php
* Drupal Code Sniffer has found some code style issues (please check the Drupal coding standards). See attachment.
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. Get a review bonus and we will come back to your application sooner.
Manual review:
1) You could add a logo to your theme.
2) The different template files (ie: *.tpl.php) could be place in separate folder called "templates" just like images folder. For ex: templates/node/node.tpl.php and templates/blocks/block.tpl.php
3) The css files could be placed in a separate folder like "CSS" or "Styles"
Comment #20
misc commentedShould have been marked as needs work after #19.
I assign this one to me, there are new commits to the branch after that comment.
Comment #21
misc commentedManual review:
There are some more stuff, but begin with this and I will come back to you application as soon as possible.
Comment #22
nitvirus commentedThanks MiSc for the review..
1. I have removed the code from the Master branch and moved the code to 6.x branch
2.Regarding the end of line character I am getting a bit confused please could you guide me how to remove it.
3. Would be working on this..asap.
Thanks,
Nitish/nitvirus
Comment #23
misc commentedWhich editor are you using?
Comment #24
nitvirus commentednetbeans ide
Comment #25
nitvirus commentedHi,
I have removed the errors of that were being shown on the http://ventral.org/. Can somebody please review the application.
also removed the end of line character error.
Comment #26
klausiYou need to set the status to "needs review" if you want to get a review.
We are currently quite busy with all the project applications and I can only review projects with a review bonus. Please help me reviewing and I'll take a look at your project as soon as possible :-)
Comment #27
nitvirus commentedthanks klausi :D
Comment #28
nitvirus commentedI think i might assigned the review to Misc apologies changing it to Unassign
Comment #29
D4Ko commentedManual review:
See again the css file or directory images. Because the files are missing.
e.g.
style.css
background-image: url(images/more.png);
background-image: url(images/block-bg.png);
background-image: url(images/block-custom.png);
....
Delete the entries, or add a file.
print.css
remove
or change to
/* this is the print.css file for printer */
Comment #30
nitvirus commentedThank you DaKo,
I have modified the files.
Now changing the status to needs review.
Comment #31
aaronschachter commentedI've downloaded this theme and it needs some work.
1 - First off, something just seems off with the whole theme folder. there are a lot of strange duplicate files: it downloads with a README.txt and README.txt~, same for the style.css and style.css~ and greenshadow.info and greenshadow.info~ all in the root directory.
2 - The site logo $logo links here:
but there is no logo.png in the theme folder (or images folder).
3 - The node.tpl.php is not properly linking to a node on the /node view. The class=" in line 7 is never closed with a second " so the whole thing looks like this:
4 - There is a style.css in the root theme folder and another style.css in the css folder. It looks like the one in the root folder isn't used, so this should be removed.
5 - There are major spacing / indentation issues in page.tpl.php. See line 38, and 58 and many more in the file. See: http://drupal.org/coding-standards#indenting
6 - This isn't a bug per se, but it doesn't make a lot of sense style wise. You can't read any of the block headers in the Header region or Right Sidebar region because it's a dark text color on top of a dark background color. See screenshot.
Comment #32
nitvirus commentedThanks aaron for the detailed review..
wouldbe taken care of asap..
Comment #33
nitvirus commentedHello there,
1. removed the backup files from the folder.
2. added the logo.png- i dont know why i had removed it-shucks
3. I dont know why is this coming, i had used the default node.tpl.php from node module but still replaced it.
4 removed the extra style.css
5,6 removed the errrors.
Thanks in advance.
Comment #34
nitvirus commentedapplying for review..
Comment #35
bhosmer commentedYour latest branch has a folder called For_Dropdown_menu was this an oversight that it is still in there?
The default logo still doesn't appear for me either still.
Comment #36
nitvirus commentedyes the folder contains files for dropdown menus..
LEt me check for the default logo
thanks,
nitish
Comment #37
klausiClosing due to lack of activity. Feel free to reopen if you are still working on this application.
If you reopen this please keep in mind that we are currently quite busy with all the project applications and I can only review projects with a review bonus. Please help me reviewing and I'll take a look at your project right away :-)
Comment #37.0
klausiupdated the summary added the path to 6.x branch