Opened 11 years ago
Closed 11 years ago
#11421 closed defect (fixed)
Duplicate entries on System Info page
Reported by: | Ryan J Ollos | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Milestone: | 0.12.6 |
Component: | general | Version: | 1.0-stable |
Severity: | normal | Keywords: | about |
Cc: | Branch: | ||
Release Notes: |
Prevent duplicated entries in System Information to disable the |
||
API Changes: |
|
||
Internal Changes: |
Attachments (1)
Change History (7)
by , 11 years ago
Attachment: | SystemInformation.png added |
---|
comment:1 by , 11 years ago
Keywords: | about added |
---|---|
Milestone: | → next-stable-1.0.x |
comment:2 by , 11 years ago
comment:3 by , 11 years ago
Milestone: | next-stable-1.0.x → 0.12.6 |
---|
Oh, nice find. Any idea why I only see this for some environments?
comment:4 by , 11 years ago
Well, the trac.test
package normally is not loaded from Trac itself. But some plugins can load the package, e.g. th:source:tagsplugin/trunk/tractags/ticket.py@13461:16. When it is loaded, the issue would be reproduced.
Also, it is reproduced with 0.12-stable and 1.0.1. However it is not reproduced after r11758.
comment:5 by , 11 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
Proposed changes with unit tests can be found in log:jomae.git:t11421. I'll push to 0.12-stable branch later.
comment:6 by , 11 years ago
API Changes: | modified (diff) |
---|---|
Release Notes: | modified (diff) |
Resolution: | → fixed |
Status: | assigned → closed |
Committed into 0.12-stable in [12442] and merged in [12443,12444].
trac.env.Environment
andtrac.test.EnvironmentStub
which is a subclass of the former class generate the duplicated entries.trac/env.py
trac/test.py