Closed (fixed)
Project:
Examples for Developers
Version:
6.x-1.x-dev
Component:
Theming Example
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
30 Nov 2011 at 04:47 UTC
Updated:
6 Jun 2013 at 00:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
nadavoid commentedInitial pass at a theming_example module for D6.
Comment #2
rfayComment #3
rfayThis will be a great start. Things that can make it better:
* Links to d.o docs or other docs on D6 theming.
* Tests (just simple UI tests)
* It would be nice for the tpl.php to document the variables available there (that have been provided in the preprocess). That's a good pattern for people.
Does it need more depth, or is this enough?
Comment #4
nadavoid commentedThose are definitely good ideas. My initial thought in adding this module was that I had just worked out how the demonstrated concepts work, and I wanted to log my findings, so this module seemed like the obvious place to do that. I think there are many more things that could be demonstrated in this module, but for this patch, I'd like to keep it basic, then expand it in a future patch. The reason being I don't want to hold up this addition.
Assigning this to me, because I'd like to do it.
Comment #5
mile23Still working on it, nadavoid?
Comment #6
nadavoid commented@Mile23 It had slipped off of my attention, but I do intend to pick this back up again in the next week or two.
Comment #7
mile23Thanks much! :-)
Comment #8
nadavoid commentedThis patch should address everything Randy mentioned.
Comment #10
mile23Uh, wot? :-)
Comment #11
nadavoid commentedgaah. I must have gotten my branches crossed. *Real* patch coming right up.
Comment #12
nadavoid commentedThis should be better.
Comment #13
mile23Met nadavoid today at DrupalCon woo!
Retesting the patch against current d6. My wager: It will fail, since we couldn't get any tests to pass locally on D6.28.
Comment #14
mile23#12: theming-example-1356556-12.patch queued for re-testing.
Comment #15
mile23Hmm. Guess I lost the bet.
However... I think this module is complete enough to commit. If anyone wants to nitpick later, it can be as an issue.
Committed: http://drupalcode.org/project/examples.git/commit/39f2a87a2d8304601daa17...
Thanks, nadavoid. :-)
Comment #16
nadavoid commentedWoo! Thanks Paul!