Closed (works as designed)
Project:
Options Element
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2010 at 19:36 UTC
Updated:
16 Jan 2012 at 04:15 UTC
Jump to comment: Most recent file
Comments
Comment #1
quicksketchThanks, any way this could be backported to the D6 version too?
Comment #2
james.elliott commentedShouldn't take very long. I'll roll a D6 patch as soon as I get a chance.
Comment #3
gábor hojtsyWhat's your thinking of getting this into Drupal 7 before a Drupal 6 port is ready?
Comment #4
quicksketchI'd like to keep the two versions in sync as much as possible. Since there's no reason why this can't be backported I won't be adding it to the D7 version until we can put it into D6.
Comment #5
quicksketchWhen I reviewed this patch to start a backport I found that I'm not sure I'd want to include these changes at all. The theme function was specifically designed so that you could change the markup of the manual element. With this new patch you get a rather neutered theme function:
There's so little that's actually changeable in this theme function it's purpose is limited.
Comment #6
effulgentsia commentedRerolled with a couple minor changes. Doesn't address #4 or #5. CNW for #5.
Comment #7
mstef commentedRerolled #6 with git - module root.
Comment #8
quicksketchWhile I understand the desire: "the theme function can be as simplistic as possible". I don't think this is actually a beneficial change. While preprocess functions can be helpful to simplify things, they also are immutable (other than the option to kill preprocess functions entirely). I'd prefer to close this issue and not include the changes, unless I can get a demonstrable benefit.
Comment #9
quicksketchPlease reopen if you think differently and can help explain the benefit here.