In case anyone is interested, I wrote a plug-in to make any standard field or custom field required based on arbitrary boolean expressions that can be configured in an admin panel.
For example, in the Trac instance I manage, I have a testing field. My plug-in allows you to say "make testing a required field when (status == closed && resolution != duplicate)" to force the user to fill in the custom testing field when they close a ticket that isn't a duplicate. http://www.matbooth.co.uk/trac/wiki/TicketValidationStart -- Mat Booth -- 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.
