
noreply at edgewall
Sep 5, 2006, 9:58 PM
Post #6 of 8
(1524 views)
Permalink
|
|
Re: [The Trac Project] #3520: ITicketChangeListener.ticket_changed should be passed the author of the change
[In reply to]
|
|
#3520: ITicketChangeListener.ticket_changed should be passed the author of the change --------------------------------+------------------------------------------- Reporter: exarkun [at] divmod | Owner: mgood Type: enhancement | Status: assigned Priority: normal | Milestone: 0.10 Component: general | Version: devel Severity: normal | Resolution: Keywords: journaling | --------------------------------+------------------------------------------- Changes (by mgood): * owner: => mgood * status: new => assigned Comment: Replying to [comment:3 cboos]: > You mean that for 0.10, we should simply add the author info, like: {{{ #!diff - def ticket_changed(ticket, comment, old_values): + def ticket_changed(ticket, author, comment, old_values): }}} > Yes, why not. For consistency with the `IWikiChangeListener` maybe `author` should go after `comment`: {{{ #!python def ticket_changed(ticket, comment, author, old_value): }}} I can do this to make sure it gets in for [milestone:0.10]. -- Ticket URL: <http://trac.edgewall.org/ticket/3520#comment:5> The Trac Project <http://trac.edgewall.org/> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Tickets" group. To post to this group, send email to trac-tickets [at] googlegroups To unsubscribe from this group, send email to trac-tickets-unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.se/group/trac-tickets -~----------~----~----~----~------~----~------~--~---
|