All, I'm going through my tickets trying to get things done for 0.11. One of them is #5441, and I'm wondering what milestone we want to do this one for. It is currently targetted to 0.11.1.
Basically, TicketModule.get_timeline_events() didn't get updated to reflect the configurable workflow. There are a number issues here: 1) only new, reopened, and closed statuses are recognized, and they are mapped to a past-tense verb (created, reopened, closed) 2) it uses a psuedo-status value of 'edit' (which gets mapped to 'updated') to indicate non-status-changing changes to the ticket; but a workflow can be configured with a real 'edit' status. Hilarity may ensue. 3) a workflow can be configured to move a ticket back to the 'new' status; and it will show up in the timeline as 'created'. 4) for other status values, it just says 'status changed' The above leads me to think that it needs to be fixed in 0.11-stable. My question is, do we want this fixed for 0.11, or for 0.11.1? Opinions? Reasons? Eli ------------------. "If it ain't broke now, Eli Carter \ it will be soon." -- crypto-gram [EMAIL PROTECTED] `------------------------------------------------- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
