Modify ↓
Opened 17 years ago
Closed 15 years ago
#6595 closed defect (fixed)
log generation ignores "limit"
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | 0.11.6 |
Component: | version control/log view | Version: | 0.10.4 |
Severity: | minor | Keywords: | rss |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Goto: http://trac.edgewall.org/log/
Click the RSS button:
http://trac.edgewall.org/log/trunk/?limit=100&mode=stop_on_copy&format=rss
Change the limit parameter to 10:
http://trac.edgewall.org/log/trunk/?limit=10&mode=stop_on_copy&format=rss
Still shows 100 entries.
I have verified this as happening on versions 0.10.3, 0.10.4 & 0.10.5dev
Attachments (0)
Change History (5)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Keywords: | rss added |
---|
comment:3 by , 17 years ago
Milestone: | → 0.11.1 |
---|---|
Severity: | normal → minor |
Nearly works now: limit+1 entries are returned.
comment:5 by , 15 years ago
Milestone: | 0.12.1 → 0.11.6 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
See also #6337.