Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
theme
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2012 at 22:53 UTC
Updated:
10 Aug 2012 at 08:51 UTC
Jump to comment: Most recent file

Comments
Comment #1
colincalnan commentedI ran this through the Coder module and it comes out pretty clean. You might want to consider testing it using the "minor" setting and tidying up a few of the trailing space and tab indent issues that occur on that. I will review the actual code shortly.
Comment #2
raychaser commentedAccording to the coder module this theme (and the child STARTER theme) is clean on minor errors.
Comment #3
amauric commentedHi,
There are many errors of style, see http://ventral.org/pareview/httpgitdrupalorgsandboxraychaser1494826git
First correct all these errors so that the code is readable for reviewers,
Thanks.
Comment #4
amauric commentedComment #5
raychaser commentedI've fixed up those changes accourding to the ventral code review
Anything left in there is left over because it was copied from core.
i.e.
97 | ERROR | Key specified for array entry; first entry has no key
http://api.drupal.org/api/drupal/includes%21form.inc/function/theme_chec...
Comment #6
patrickd commentedPlease do not assign your own applications, only the current reviewer should do this
Comment #7
raychaser commentedah, sorry. Still learning the workflow here.
Comment #8
ergunk commentedHi,
This my first review; hope i am not doing something wrong.
First thank you for sharing this theme. Here are what (little) problems i saw in base theme. I know it is a base theme; maybe what i see as problem is what expected; i just wanted to share.
There are sizing and positioning problems about text boxes and submit buttons. Search box and button are not in same row and overflow out of the header div.
Tested in Firefox 11.0

and
Chrome 16.0
In WP version button is above the text box.
In footer text box and button in same row but their heights are different.
There are similar different height problems in child theme.
Comment #9
raychaser commentedOk, so I've fixed the search button and cleaned up the code. I should point out that since this is a base theme we're not too concerned about little formatting problems as 99% of users will immediately overwrite them.
It would be great if we could get this project approved within the next few days. I'm presenting it at a drupalcamp in Vancouver and would very much like it to be out of approval by that time.
Many thanks,
Comment #10
colincalnan commentedGiven that this is a starter theme just like Zen or Omega, I think it's in great shape to be released as a starter theme. It contains all of the default Foundation styles as they are applied to that framework and the STARTER THEME can quickly be replicated to start creating a solid theme. Starter or base themes are just that, base themes, they are not intended to be placed on a site and expected to make it look pretty. Zen's description for example states:
"Starting theme", "..much easier to start with Zen..."
I'd like to propose that this theme gets published as a starter theme based on the Foundation framework.
Comment #11
bedlam+1 for approving this theme.
The Foundation framework on which this theme is based isn't really production-ready out of the box like, e.g. Bootstrap. You're meant to take it and customize it which is why it's been developed as a starter theme with only minimal attention to design. As mentioned previously here, there are already many, many such themes on d.o.
Comment #12
patrickd commentedYour project page is not very detailed, please have a look at the tips for a great project page, you may also use HTML-tags for better structure.
I can understand your desperation about code formatting nitpicking, anyway please describe what you actually changed in your commit messages ;-) (also see Commit messages - providing history and credit)
If your altering a single form and there's nothing special about it, rather use hook_form_FORM_ID_alter() instead of hook_form_alter()
In cogito_form_alter() you should also make the 'Search' strings translatable by encapsulating them with t().
cogito_preprocess_region: don't implement hooks if they don't do anything
cogito_preprocess_menu_link: even if your planning to do something in here, comment the complete function out
As I got no idea about theme best practices I'll let another admin have a second look ;)
Comment #13
klausiWe have currently exceeded the proposed project application thresholds, so this is on hold for me for now. Get a review bonus and I will review/approve this right away.
Comment #14
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 no application blockers, so ...
Thanks for your contribution, raychaser!
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 #15.0
(not verified) commentedJust making the screenshot smaller.