Closed (fixed)
Project:
Drupal.org CVS applications
Component:
new project application
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
18 Oct 2009 at 00:23 UTC
Updated:
7 Oct 2019 at 13:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
DickSwart commentedTableless, multi-column, five different Blueprint grid framework fixed and fluid width starter theme. Lots of configarable theme options.
Comment #2
DickSwart commentedI found an error on my template, please review this attached file (correct-synfox.zip).
Comment #3
avpadernoThe theme should not include the file of another module, especially if this module is already included in Drupal.org CVS. There is also another reason to not include it: the respect of a module/theme namespace.
Comment #4
DickSwart commentedI made some changes, removed the modules and added id's. Please review my project again.
Comment #5
avpadernoThe function is not really an implementation of
hook_theme(); the name of a hook doesn't include the starting underscore character, and Drupal would not use that function as hook.See the code of the Drupal function which invokes all the implementation of a particular hook passed as argument.
You will notice that the function name is built using
$module .'_'. $hook.Comment #6
DickSwart commentedPlease review, made changes.
Removed:
and made some css changes for the search form.
Comment #7
avpadernoAn empty string is always an empty string, whatever language is used. The code should rather pass to
t()the string that reports the copyright.Comment #8
DickSwart commentedSorry I see the status is "fixed", should I fix it and resubmit?
Comment #9
avpadernoWhen I change the status to fixed, it means that I approved the CVS account. Sometimes I make some notes about some changes to implement in the code; you can make those changes before committing the code in CVS.
Comment #10
DickSwart commentedThank You
Comment #11
avpadernoWelcome aboard!
Comment #12
DickSwart commentedSorry about this, Can I ask you to delete my project "/themes/SynFox". I messed up And would like to rather start over. Sorry for this! And delete it from my projects page, I want to start from scrach. I went through the docs and saw were I messed up. Again, Sorry for this (Newbee).
Comment #13
avpadernoThere is no reason to delete the project. You can remove the files committed, and start again.
Comment #15
avpaderno