Opened 16 years ago
Closed 13 years ago
#228 closed enhancement (fixed)
add total file count on first page
Reported by: | Peter Johansson | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | minor | Milestone: | svndigest 0.9 |
Component: | output | Version: | trunk |
Keywords: | Cc: |
Description
Since it is trivial one could add total number of files. Perhaps also for each individual author (?)
Change History (6)
comment:1 Changed 16 years ago by
Milestone: | 0.7 → 0.8 |
---|
comment:2 Changed 14 years ago by
Milestone: | svndigest 0.8 → svndigest 0.9 |
---|
comment:3 follow-up: 4 Changed 13 years ago by
comment:4 Changed 13 years ago by
Replying to jari:
For each author? Do you mean number of files contributed to or added? Maybe both?
I don't know what I meant but I can come up with the following counts:
- Files ever touched (seen in the log)
- Files ever contributed (StatsAdd > 0)
- Files contributed to current content (ClassicStats > 0)
- Files added (oldest log entry for file)
Since first page is based on ClassicStats I think #3 makes most sense.
Implementation wise I think this could be done using the visitor pattern.
comment:5 Changed 13 years ago by
Status: | new → assigned |
---|
comment:6 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Replying to peter:
For each author? Do you mean number of files contributed to or added? Maybe both?