From: Richard C. <ri...@cy...> - 2005-03-02 15:11:23
|
Hi Hussein, Am 01.03.2005 um 20:52 schrieb Hussein Vastani: > I noticed that statcvs does not generate the complete commit comments > history for a given cvs resource/author. For instance at the bottom of > some of the reports there's a "(18 more)" label but its not a link > that would lead to the remaining 18 commit comments for that > resource/author. That would certainly be useful. Yes, this has been requested several times now. I guess we should show the author's whole log. > Is it configurable? No, not at the moment. The issue here is this: An author can have hundreds or thousands of commits. Showing them all on the autor's page would make the page huge. We could paginate the author commit log (like we do for the main commit log), but this seems a bit ugly to me because it could lead to so many files. Anyway, I guess that's the way to go. Any other ideas? Richard |