Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
theme
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
14 Dec 2012 at 18:29 UTC
Updated:
20 Apr 2019 at 20:46 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
klausiWelcome,
please get a review bonus first. Then try to fix issues raised by automated review tools: http://ventral.org/pareview/httpgitdrupalorgsandboxbryanbraun1833840git
Comment #2
bryanbraun commentedThanks for the advice and for pointing me to the pareview review. It looks like I have a lot of work to do. I'll get to it.
Comment #3
bryanbraun commentedI've made changes to both 6.x-1.x and 7.x-1.x, so neither of them return errors on PAReview, Drupal Code Sniffer, or Coder Module (including 'tough love'). If somebody is available, then please review. I'll work toward a review bonus when I get a chance.
Comment #4
cog-axis commentedHi Bryan,
I have checked tested your code PAReview and also on coder module. It is passed from them. However when I edit the settings and change "Styles for Code Snippets" I get these warnings. I'm using Drupal 7.16.
In style.css at line 415 fro D7 and for D6 line 308, there is comment /* ? */ do we require this.
I have gone through the template files in template.php at line no. 55 for D7 and for D6 line no. 45, please use t() for localization for comment date.
Your theme is good light and have good color scheme good luck :-)
Thanks!
Comment #5
bryanbraun commentedThanks for checking the theme. The errors you found are a known bug in Drupal 7 (see http://drupal.org/node/1149900). They show up if no site logo is set as a default setting in the theme. A solution is being built for Drupal 8 and possibly backported to Drupal 7.
I've removed the /* ? */ comments, which were only in there as a reference while coding.
I've also used t() to for localization on the lines you indicated.
As far as I know, that addresses all the issues raised thus far, and the theme needs review once again.
Comment #5.0
bryanbraun commentedChanged my git clone command which was partially incorrect.
Comment #5.1
bryanbraun commentedAdded the "Reviews of Other Projects" Section. I am reviewing other themes because that is the area I am most familiar with.
Comment #5.2
bryanbraun commentedCleaning up the info in my description field
Comment #5.3
bryanbraun commentedAdded another project review comment.
Comment #6
bryanbraun commentedI've reviewed three other projects to earn a review bonus. See the bottom of my issue summary for links.
Comment #7
rickumali commentedBryan,
This is a manual look at your theme on my D7 development environment, which already has bunches of random content (with content type "Article") generated by Devel. It's a gorgeous looking theme!
My issue (comment) is about comments. When I view my content's comments, the tag for the username doesn't get processed. I've attached a screen shot of what I saw.
Please let me know if it's something on my side! Please let me know if I should put something into your issue queue. Good luck with the process!
Comment #8
klausiLooks RTBC to me after a manual review! Removing review bonus tag, you can add it again if you have done another 3 reviews of other projects.
Comment #9
bryanbraun commented@rickumali that issue you described has been corrected.
Thanks everyone for the feedback and for taking time to help review!
Comment #10
rickumali commented@bryanbraun I did a "git pull" to update the code, and confirm that it's fixed in my testing environment.
Comment #11
stborchertThanks for your contribution, Bryan!
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 #12
bryanbraun commentedThank you, and thanks to everybody who helped!
Comment #13.0
(not verified) commentedAdded another project review link.
Comment #14
bryanbraun commented