Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

#8606 closed defect (fixed)

Ability to hide svn:mergeinfo in the browser view

Reported by: Thijs Triemstra <info@…> 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 Remy Blank, 15 years ago

Milestone: 0.11.6
Owner: set to Remy Blank
Type: enhancementdefect

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

comment:2 by Ryan Ollos <ryano@…>, 15 years ago

Cc: ryano@… added

comment:3 by Remy Blank, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in [8558]. The [browser] hidden_properties config option now works independently of the renderer, and not only for the default renderer.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Remy Blank.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Remy Blank to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.