Opened 17 years ago
Last modified 10 years ago
#7005 new enhancement
render svn properties as wiki text in new browser column
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | unscheduled |
Component: | version control/browser | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Hi, a little patch we had for our internal trac here inspired me to this enhancement request. The patch currently works as follows:
It takes a configurable property (trac:comment in our case), runs it through the wiki→html engine part and then displays it in the source code browser view between the file/directory name and the actual contents of the browser view.
For the new javascript enhanced browser view, I would also put some kind of marker at all the files that have the said property set, so people can actually click in the view on it (as opposed to opening the treeview).
Attachments (0)
Change History (4)
comment:1 by , 17 years ago
comment:2 by , 16 years ago
Milestone: | 0.11-retriage → 2.0 |
---|---|
Summary: | render svn properties as wiki text → render svn properties as wiki text in new browser column |
comment:4 by , 10 years ago
Owner: | removed |
---|
First, have you tried to use the
[browser] wiki_properties
? (see TracIni#browser-section)This reminds of #3098.
Retrieving the properties for each entry in the directory view would be exceedingly costly.