Changes between Version 7 and Version 8 of Ticket #52107
- Timestamp:
- Dec 14, 2016, 12:16:49 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52107 – Description
v7 v8 11 11 See also https://trac-hacks.org/wiki/QuietPlugin for a potentially useful plugin. 12 12 13 <HR> 14 13 15 After we started automatically adding new commit messages at the end of the tickets, this will become an even bigger problem. Ticket #47197 is another example with 60 subscribers and over 200 required commits. On the other hand this might be an opportunity to add some more clever automatism. My wish would be to have one comment field with a well-defined template reserved for the "bot" and then the bot could potentially change that comment as new commits arrive. 14 16 … … 16 18 {{{ 17 19 Closes: https://trac.macports.org/ticket/{nnnnn} for {portname} 20 # for partial fixes 21 See: https://trac.macports.org/ticket/{nnnnn} for {anotherportname} 18 22 }}} 19 and then the bot could track progress for us in that template .23 and then the bot could track progress for us in that template without notifying all the recipients about the change. 20 24 21 25 [https://trac.edgewall.org/ticket/2073#comment:33 Citing]: