Am 10.03.2006 um 03:57 schrieb Alec Thomas:
I think it would be advantageous to let plugins implement their own
ticket field types. Progress-bars, integer-only fields, etc. have all
been requested numerous times.

I'm proposing to add something like this:

    class ITicketFieldTypeProvider(Interface):
        """ Provide custom ticket field types. """
        def get_ticket_field_types():
            """ Return list of (name, type) tuples, where type is a
                subclass of trac.ticket.field.Field. """

This is in addition to the ITicketFieldProvider interface right? Can you elaborate why we need both?

Also, how does the field type / field get involved in processing the POST data?

Sorry if those are stupid questions, still need to catch up with your workflow work.

Cheers,
Chris
--
Christopher Lenz
  cmlenz at gmx.de
  http://www.cmlenz.net/


_______________________________________________
Trac-dev mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-dev

Reply via email to