Modify

Opened 14 years ago

Last modified 9 years ago

#6739 new defect

Find a workaround so that changeset.html in the Trac source does not need to be patched

Reported by: Ryan J Ollos Owned by:
Priority: normal Component: ExoWebCodeReviewPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description (last modified by Ryan J Ollos)

The installation instructions state that changeset.html needs to be patched with the following:

*** 89,94 ****
--- 89,95 ----
          </py:with>
        </py:def>

+       <a href="../CodeReview/${new_rev}">code review</a>
        <dl id="overview">
          <py:if test="changeset">
            <dt class="property time">Timestamp:</dt>

It should be possible to avoid this patch in Trac 0.11. See also CodeReviewPluginTalk.

Attachments (0)

Change History (4)

comment:2 Changed 14 years ago by Ryan J Ollos

We can probably use the SubversionLocationPlugin source code as a guide for how to do this. It looks like we just need to implement the appropriate IRequestFilter methods.

comment:3 Changed 14 years ago by Ryan J Ollos

Description: modified (diff)
Status: newassigned

comment:4 Changed 11 years ago by Ryan J Ollos

Status: assignednew

comment:5 Changed 9 years ago by Ryan J Ollos

Owner: Ryan J Ollos deleted

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The ticket will remain with no owner.

Add Comment


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

 
Note: See TracTickets for help on using tickets.