Am 28.07.2011 16:07, schrieb Chris Nelson: >>> It seems to me that existing EPs are defined in the core. Are there >>> non-core EPs? >> >> That's not entirely correct. All extension points documented on >> trac.edgewall.org are the ones included in core trac but >> there are plenty extension points for other plugins. > > Yeah, that's pretty much what I meant. I guess what I'm looking for is > an example of a non-core EP (or set of EPs) that support a diverse > ecology of implementations.
Well, my trac captcha plugin currently has only one implementation but I guess it should be pretty easy to imagin how a different implementation could be built? > Is there a way to list the EPs in my current system? No, not out of the box. Also in Trac itself Interfaces are not different than other Components. So you could iterate over the keys for ComponentMeta._registry and check for classes that subclass Interface. fs -- 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.
