Opened 15 years ago
Last modified 8 years ago
#5777 new enhancement
Add an ExtensionPoint
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | WorkLogPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description (last modified by )
Hello, great plug-in!
But right now I'm developing some new plugin and I was very disappointed in one thing - other plug-ins can't find the way to handle/find out/etc. event of starting/stopping work on ticket. Yes this could may made by listening of ticket_change of ITicketChangeListener, but it is not the same as if it would be WorkLogPlugin event.
So, I was added couple of classes to add new ExtensionPoint and make WorkLogManager be able call listeners on starting/stopping work on ticket.
PS: sorry for my bad English =) and sorry I'm python and Trac noob, may be I'm doing things in wrong direction, but as for my self I'm going to use this ExtensionPoint in my trac instances
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | worklogplugin.diff added |
---|
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Summary: | Adding ExtensionPoint → Add an ExtensionPoint |
comment:2 Changed 8 years ago by
Owner: | Colin Guthrie deleted |
---|