Modify ↓
Opened 15 years ago
Closed 15 years ago
#8606 closed defect (fixed)
Ability to hide svn:mergeinfo in the browser view
Reported by: | Owned by: | Remy Blank | |
---|---|---|---|
Priority: | high | Milestone: | 0.11.6 |
Component: | version control/browser | Version: | 0.11.5 |
Severity: | normal | Keywords: | |
Cc: | ryano@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I'm using Trac 0.11.5 and when setting hide_properties
like this in TracIni:
hide_properties = svk:merge,svn:mergeinfo
doesn't hide the "Property: svn:mergeinfo" section in the browser/repository view. Not being able to disable this svn properry makes those pages have a huge height..
Attachments (0)
Change History (3)
comment:1 by , 15 years ago
Milestone: | → 0.11.6 |
---|---|
Owner: | set to |
Type: | enhancement → defect |
comment:2 by , 15 years ago
Cc: | added |
---|
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in [8558]. The [browser] hidden_properties
config option now works independently of the renderer, and not only for the default renderer.
Note:
See TracTickets
for help on using tickets.
Indeed, the
[browser] hide_properties
option is only used byDefaultPropertyRenderer
. It should be used byBrowserModule.render_property()
instead.