Ticket Change Details
Not logged in
Overview

Artifact ID: e2563125963462afce04c34b6f0062e5d70f160c
Ticket: 04ba0f70b816cebec6bf5e7c8509aa0e205eeb83
Turn the version field of tickets into links
User & Date: anonymous 2011-04-14 03:00:24
Changes

  1. Appended to comment:
    
    
    <hr /><i>anonymous claiming to be RonW added on 2011-04-14 03:00:24 UTC:</i><br />
    Edit the View Ticket page and find:
    
    <verbatim>
    <tr><td align="right">Version&nbsp;Found&nbsp;In:</td>
    <td colspan="3" valign="top" bgcolor="#d0d0d0">
    $<foundin>
    </td></tr>
    </verbatim>
    
    Then change it to:
    
    <verbatim>
    <tr><td align="right">Version&nbsp;Found&nbsp;In:</td>
    <td colspan="3" valign="top" bgcolor="#d0d0d0">
    <th1>
    wiki "[$foundin]"
    </th1>
    </td></tr>
    </verbatim>
    
    This will use Fossil's builtin wiki rederer to create to the commit whose UUID is in the found-in field.
    
    
  2. resolution changed to: "Open"