Opened 16 years ago
Closed 15 years ago
#3928 closed defect (wontfix)
Number of displayed changelog entries is limit + 1
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | high | Component: | ChangeLogMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
As you can see limit=3 but 4 changelogs are shown
Changelog view
Attachments (0)
Change History (10)
comment:1 Changed 15 years ago by
Summary: | wrong limit parameter → Number of displayed revisions is limit + 1 |
---|
comment:2 Changed 15 years ago by
Summary: | Number of displayed revisions is limit + 1 → Number of displayed changelog entries is limit + 1 |
---|
comment:3 Changed 15 years ago by
comment:4 Changed 15 years ago by
Priority: | normal → high |
---|
Increasing priority because of comment:3. Some functionality is broken.
comment:6 Changed 15 years ago by
Owner: | changed from Alec Thomas to Ryan J Ollos |
---|
Changing ticket owner since I have adopted the plugin.
comment:7 Changed 15 years ago by
Component: | ChangeLogPlugin → ChangeLogMacro |
---|
comment:8 Changed 15 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
This issue seems to be fixed as of [7472] in Trac 0.11.7stable-r9029
and Trac 0.12dev
. The ChangeLogMacro on t.h.o. may need to be updated, or else the issue only exists in 0.10
.
comment:9 Changed 15 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
It seems the issue does exist on my Trac 0.11.4 installation, so I'm going to test in a 0.11.4 development environment and see if the issue only appears in earlier Trac versions.
comment:10 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
The issue was resolved after upgrading from Trac 0.11.4 to 0.11.7, so the underlying issue seems most likely to be with the Trac API.
This bug seems to prevent display of a single revision.
This displays all revisions:
This results in a macro error:
This results in the display of 2 revision because of #3928.