Changes between Initial Version and Version 1 of Ticket #5777


Ignore:
Timestamp:
Dec 4, 2010, 4:22:22 AM (13 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5777

    • Property Summary changed from Adding ExtensionPoint to Add an ExtensionPoint
  • Ticket #5777 – Description

    initial v1  
    11Hello, great plug-in!
    22
    3 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 WorkLog event.
     3But 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.
    44
    5 So, I was added couple of classes to add new ExtensionPoint and make WorkLogManager be able call listeners on starting/stopping work on ticket.
     5So, I was added couple of classes to add new !ExtensionPoint and make !WorkLogManager be able call listeners on starting/stopping work on ticket.
    66
    7 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 ExtPoint in my trac instances
     7PS: 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