Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
theme
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Nov 2011 at 13:27 UTC
Updated:
31 Aug 2018 at 13:37 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
thomasdegraaff commentedIt 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. Go and review some other project applications, so we can get back to yours sooner.
Comment #2
patrickd commentedComment #3
internet-marketing.by commentedComment #4
internet-marketing.by commentedAll issues fixed. Need review )
Comment #5
drupalnetworks commentedThere 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:
Comment #6
internet-marketing.by commentedAll issues fixed.
Comment #7
internet-marketing.by commentedUP
Comment #8
dudenhofer commentedHi internet-marketing.by
I ran your code through the automated review
http://ventral.org/pareview/httpgitdrupalorgsandboxinternet-marketingby1...
The first error can probably be fixed by removing lines 8-10 of your template.php - the closing ?> and opening <?php seems to trigger that message.
http://drupal.org/node/318#phptags
There are also a lot of flags in your style.css file
-You should be using 2 spaces instead of 4 spaces for your intenting
-You should use lowercase letters on your color codes
Check out the Properties section here: http://drupal.org/node/302199
Comment #9
internet-marketing.by commentedFixed
Comment #10
dudenhofer commentedI ran the review again and found some more issues:
http://ventral.org/pareview/httpgitdrupalorgsandboxinternet-marketingby1...
Line 23 of page.tpl.php - need to remove the space before the closing )
Also in the style.css, multiple selectors should each be on a single line. The first instance of this is line 21, but there are multiple places where this is occurring. You should see a full list at the link above.
Comment #11
internet-marketing.by commenteddone
Comment #12
megan_m commentedI installed this theme on a test site I'm using to develop my own theme. There are a few issues I found right away.
The first is that the order of regions on the Blocks administration page (which is taken from the order in the .info file), doesn't match the order of the regions from top to bottom on the page. So, for example, "Content bottom" appears above "Content." This makes it more difficult to assign blocks to the correct region. There are also two regions defined in the .info file that aren't rendered in the page template ("Page Bottom" and "Left Bottom").
Secondly, I think you should remove the photo of the man and the Cyrillic writing. That is going to be off-putting for a lot of sites, particularly those in languages that use other alphabets :) If you take that out completely you could give people the flexibility to put something else in that region, like a mission statement or search box. Remove the book and gavel image in the bottom-right too.
You might want to look into advertising regulations for themes and modules and see if you're allowed to put your credit in the footer. I would assume not, but I might be wrong ...
Otherwise it looks pretty good. As an added improvement for the future, you could consider adding colour module support so users can change the red colour to whatever they want (tip: use the Bartik preview method, not the Garland sliced images one!)
Comment #13
internet-marketing.by commentedfixed
Comment #14
internet-marketing.by commentedComment #15
soncco commentedThere is still some coding standard issues:
Please check http://ventral.org/pareview/httpgitdrupalorgsandboxinternet-marketingby1....
After any changes, try to use this tool for check for coding issues.
Clean your README.txt file in master branch, see http://drupal.org/node/1127732.
Comment #16
soncco commentedEDIT: Duplicated reply.
Comment #17
internet-marketing.by commentedfixed
Comment #18
betawerk commentedAutomated review looks perfect.
I think you should remove the readme.txt from your master branch.
Comment #19
igoen commentedThere's some collapsed part.
I use firefox 11, and the top and main content is not in one line.
See the screenshots.
Comment #20
misc commented@betawerk - a README should be in the master branch, pointing to the correct branch/branches.
This is RTBC for me.
Comment #21
klausiWe 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 #22
klausiSorry for the delay.
There is still a master branch, make sure to set the correct default branch: http://drupal.org/node/1659588 . Then remove the master branch, see also step 6 and 7 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. You have to get a review bonus to get a review from me.
manual review:
But that are just minor issues, so ...
Thanks for your contribution, internet-marketing.by!
I updated your account to let you 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 get 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 #24
avpaderno