Reviewed & tested by the community
Project:
Genesis
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2011 at 16:23 UTC
Updated:
8 Dec 2011 at 18:12 UTC
Jump to comment: Most recent file
Comments
Comment #1
Jeff Burnz commentedA patch would be very nice, I havent run it through coder at all :)
Comment #2
mgiffordThis seems to work. There are some outstanding issues with how the Coder module deals with themes though.
Edit: I might need to remove the IDs if they are no longer required with Git. Not sure.
Comment #3
Jeff Burnz commentedYeah, these are not needed by Git, during the migration they were all stripped.
Comment #4
mgiffordOk, here's the new patch without the CVS stuff.
Another interesting thing is that Coder really has no way of knowing to treat these as templates:
gpanels/2col-33-66.php
Normally it would be something like:
gpanels/2col-33-66.tpl.php
and I assume Coder would know to not worry about stuff like
endif;.None of this stuff was at all important programatically, but it's nice to be closer to a standard that can be easily reviewed.
Comment #5
Jeff Burnz commentedApplied cleanly, good stuff Mike, looks great.
Comment #6
mgiffordGlad to help make an incremental improvement in this great theme.
Comment #7
mgiffordWhen can this be brought into the dev release? I'd like to mark this as fixed.
I also think that the Coder review to add:
+// $Id$
Should probably be taken out as that's for the old CVS.
If we can bring this into Genesis for the 7.2 then I can quickly re-roll this patch to remove those.