Modify ↓
Ticket #8606 (closed defect: fixed)
Ability to hide svn:mergeinfo in the browser view
| Reported by: | Thijs Triemstra <info@…> | Owned by: | rblank |
|---|---|---|---|
| Priority: | high | Milestone: | 0.11.6 |
| Component: | version control/browser | Version: | 0.11.5 |
| Severity: | normal | Keywords: | |
| Cc: | ryano@… |
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
Change History
Note: See
TracTickets for help on using
tickets.



Indeed, the [browser] hide_properties option is only used by DefaultPropertyRenderer. It should be used by BrowserModule.render_property() instead.