Jani Tiainen wrote:
> I really liked their custom field system: basically you could have 3 
> types of fields: simple text (singleline), long text (multiline) and 
> list of enumerations.

I wrote a patch for trac core a while back that allowed enumerated 
custom field values but it was pointed out to me that this could be done 
with a filter in a plugin. I used that for my ClientsPlugin and it works 
fine.

For ad-hoc enumerated custom fields a general purpose plugin could be 
written that does the filtering.

That said this could be a case of using a hammer to crack a walnut. For 
my ClientsPlugin its fine to use the filter but for a general purpose 
plugin, perhaps the small patch to core is worth it.

But then it's a good argument to keep things simple in the core seeing 
as the plugin architecture is so powerful :)


Col


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to