Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
theme
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
12 Apr 2011 at 15:54 UTC
Updated:
21 Dec 2014 at 21:37 UTC
Jump to comment: Most recent
Comments
Comment #1
rolf vreijdenberger commentedpolle,
I'm not a reviewer, but allow me to give you some well meant feedback:
- your description is not well written: "It's not entirely finished and there are still some bugs, but it can already be used." what does that mean? for me this means that it's not production grade, buggy and incomplete.
- people want to know what to expect: what does your theme do other than being clean, simple, modern and valid? Which, apart from being valid, are all subjective terms.
- what are the positive things about your theme, why would I use it?
- is your code screened with the "coder" module and does it adhere to the standards?
please provide this and more info, get the bugs fixed as much as possible (obviously you know there are bugs, otherwise you wouldn't mention them :)) and then reapply.
I hope you can do something with this and wish you luck with your project
cheers!
Comment #2
Anonymous (not verified) commentedThank you for your comment.
I'm going to work on the mentioned points.
I thought i can publish beta themes because a lot of drupal 7 modules are still in a developing state.
PS:
It's not a bug, it's a feature that isn't added ;)
Comment #3
Anonymous (not verified) commentedComment #4
laura s commentedA general note: It's something of a misnomer to declare as html5 a theme that includes no html5 markup.
Some issues I see:
html.tpl.php
* Why $global_user ?
* Do you want to break Drupal core's RDFa support?
* You are missing helpful region declarations: http://drupal.org/update/themes/6/7#closure
* No print $head; ?
* require meta.html - Certainly odd. You can manually add meta in html.tpl.php, or insert it using the Drupal API via template.php.
page.tpl.php
* The $link['href'] code seems unecessary. There are existing ways to add classes to menus etc.
.info file
* See notes about regions
See http://drupal.org/coding-standards about formatting and other guidelines.
Personally I would prefer to see the theme do what it declares itself to do, with html5 markup at least in the templates already created. I'm not sure what the policy is on this.
In sum, this theme has a lot of not-best practices and definitely needs work, but there is no insecure code, afaict. Approval ready?
Comment #5
SteveK commentedI'd also like to note that this is a namespace clash with the existing Basic theme. http://drupal.org/project/basic
Comment #6
sarah_p commentedComment #7
tim.plunkettClosing, feel free to re-open if this was a mistake.