Feature #541
closedAdd commit messages to issue history and to issues pdf
0%
Description
If an issue has revisions associated with it, the history and the generated PDF should list those revisions and the
commit message for each.
The list of revisions on the side of the description is too subtle and isn't enough information. Having them inline
with the other history files would be more helpful.
On a quick glance, I think it would make most sense to have a new Journal created whenever a changeset is assigned to
an issue. Then you'd get them into the history and the pdf for free.
On second thought though, there might be problems with existing data, as well as duplication of commit messages and
stuff. So maybe the Issue#changesets and Issues#journals could just be combined and sorted on date.
This would go nice with #11269 :)
Updated by Jean-Philippe Lang almost 17 years ago
Related commit messages are added to the issue details view (html
and pdf) in r1085, but they're not combined with comments and
changes.