Edgewall Software
Modify

Ticket #8606 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years 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@…
Release Notes:
API 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

Change History

comment:1 Changed 2 years ago by rblank

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

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

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

  • Cc ryano@… added

comment:3 Changed 2 years ago by rblank

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

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.