[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 | <532899667.12459.1294250336917.JavaMail.httpd@localhost> |
When using an RSS feed, the rss.ezt template does not get the proper value for commits.limited_files. Line 3975 in viewvc.py contains the following: commit.limited_files = ezt.boolean(num_allowed > len(commit_files)) When running in RSS format, both num_allowed and len(commit_files) are equal, and the value is always false. This logic works in query_results.ezt. Any Ideas? -Arin ------------------------------------------------------ http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=2696143 To unsubscribe from this discussion, e-mail: [[email protected]].