Closed (fixed)
Project:
Drupal.org CVS applications
Component:
new project application
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
2 Sep 2009 at 07:32 UTC
Updated:
7 Oct 2019 at 09:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
maozet commentedComment #2
avpadernoRemember to change the status of the report, when you upload new code for the review; differently, the reviewers cannot know if there is code to be review.
Comment #3
avpadernoComment #4
maozet commented#2 is fixed
For #1, are you sure about that?? There are some Themes starting with numbers.... :-)
We'll have to choose another name if that still apply.
Comment #5
avpadernoThere are surely two themes which contain numbers as first characters, but the short name of the project doesn't contain numbers as first characters; the themes are , and , and 960 is a reference to the framework 960.gs.
The attachment link is http://drupal.org/files/issues; it doesn't take to any file.
Comment #6
maozet commentedPlease find attached is a new zip.
Comment #7
avpadernoSee my comment about what is a correct name for a theme (both the short, and the normal name).
Comment #8
maozet commentedSorry, I might missed you. But why this format is incorrect? It starts with a Capital 'o', no numbers.
Comment #9
avpadernoI use a font that has an O similar to a 0.
In this case, the theme name is acceptable.
Comment #10
avpadernoComment #11
avpadernoComment #12
maozet commentedBoth are fixed
Comment #13
avpadernoThe reported name is not correct (it begins with a zero).
The indentation should be of two spaces, not tabs. The IF-statement could use the alternative syntax, which has been already used in other part of the code.
The indentation is still incorrect.
What is the result of
if (0 && $breadcrumb)?The code can be simply written as
$vars['logged_in'] = ($user->uid > 0).Which empty elements should the code remove?
What is the Chinese translation of an empty string?
CSS class names are not supposed to be translated.
Comment #14
maozet commented#1,4,5,6,7 --> all fixed
#2,3: Strange, I use VIM setting as in http://drupal.org/node/29325 (Indentation). Hope thats ok now.
Comment #15
avpadernoI still see tabs, but that is a minor detail.
Comment #18
avpaderno