Edgewall Software
Modify

Ticket #8606 (closed defect: fixed)

Opened 13 months ago

Last modified 12 months ago

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

comment:1 Changed 13 months ago by rblank

  • Owner set to rblank
  • Type changed from enhancement to defect
  • Milestone set to 0.11.6

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

comment:2 Changed 13 months ago by Ryan Ollos <ryano@…>

  • Cc ryano@… added

comment:3 Changed 12 months ago by rblank

  • Status changed from new to closed
  • Resolution set to fixed

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

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from rblank. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.