RE: Re: [viewvc-users] RSS.ezt has incorrect value of [commits.limited_files]
Arin Lipman <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.viewcvs.user |
|---|---|
| Message-ID | <387121126.12552.1294256156219.JavaMail.httpd@localhost> |
I added the limit_changes=100 to my URL, but that didn't make a difference. Let me make sure that we both are talking about the same scenario: Commit 1: 1 files modified Commit 2: 11 files modified rss_row_limit=10 in the RSS XML output, I'm seeing values of: Commit 1: num_allowed=1 len(commit_files)=1 max_files=100 Commit 2: num_allowed=9 len(commit_files)=9 max_files=100 I briefly looked at the SQL, and the where statement is on the files, not the commits (perhaps by design), so I'm not sure how the code would know (without a second SQL query) the total number of files changed. -Arin ------------------------------------------------------ http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=2696155 To unsubscribe from this discussion, e-mail: [[email protected]].