Modify ↓
Opened 16 years ago
Last modified 10 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 )
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 16 years ago by
comment:3 Changed 15 years ago by
| Description: | modified (diff) |
|---|---|
| Status: | new → assigned |
comment:4 Changed 12 years ago by
| Status: | assigned → new |
|---|
comment:5 Changed 10 years ago by
| Owner: | Ryan J Ollos deleted |
|---|
Note: See
TracTickets for help on using
tickets.



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
IRequestFiltermethods.