All, The workflow-queries branch addresses queries and reports.
- Custom queries now provide a list of all status values - The default custom query is for all tickets that are not in the 'closed' state. - The reports in db_default.py have been updated to query for status <> 'closed' instead of status IN (... list of non-closed statuses...) - Status is no longer an AbstractEnum, and has been removed from the enum table. - .get_all_states() was added to ITicketActionController and TicketSystem - The sample plugins have been updated, and StatusFixer in particular has benefitted from the new functionality. I'd like to get some feedback that this provides the needed functionality and that the changes in the workflow-queries branch look ok at the code level. At that point, I'll merge this back into the main workflow branch. Comments and feedback more than welcome, Eli --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
