﻿ticket	summary	type	release	owner	status	created	modified	_description	_reporter
6739	Find a workaround so that changeset.html in the Trac source does not need to be patched	defect	0.11		new	2010-02-28T23:02:37+01:00	2015-06-26T04:54:58+02:00	"The [https://contrib.exoweb.net/wiki/CodeReview installation instructions] state that `changeset.html` needs to be patched with the following:

{{{
#!patch
*** 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 [https://contrib.exoweb.net/wiki/CodeReviewPluginTalk CodeReviewPluginTalk].

"	Ryan J Ollos
6740	The /CodeReviewManager page should be a panel in WebAdmin	enhancement	0.11		new	2010-02-28T23:55:26+01:00	2015-06-26T04:54:58+02:00	"The /CodeReviewManager page should be a panel in WebAdmin.

[[Image(CodeReviewManagerPage.png)]]"	Ryan J Ollos
6741	Email notifications should work with the AnnouncerPlugin	enhancement	0.11		new	2010-03-01T00:39:25+01:00	2015-06-26T04:54:58+02:00	I'll explore the possibility of creating a plugin for the AnnouncerPlugin that allows email notifications from the ExoWebCodeReviewPlugin to work with the AnnouncerPlugin.	Ryan J Ollos
6742	Port from ClearSilver to Genshi	enhancement	0.11		new	2010-03-01T00:40:22+01:00	2015-06-26T04:54:58+02:00	The plugin currently depends on [t:ClearSilver] and should be ported to Genshi since Trac 0.11 and later uses Genshi.	Ryan J Ollos
9181	ValueError: too many values to unpack Trac 0.12.2	defect	0.11		new	2011-09-14T19:11:20+02:00	2015-06-26T04:54:58+02:00	"Doesn't work in Trac 0.12.2...

click on CodeReview in main tab:
{{{
2011-09-14 19:08:36,736 Trac[main] ERROR: Internal Server Error: 
Traceback (most recent call last):
  File ""/usr/lib64/python2.7/site-packages/trac/web/main.py"", line 511, in _dispatch_request
    dispatcher.dispatch(req)
  File ""/usr/lib64/python2.7/site-packages/trac/web/main.py"", line 242, in dispatch
    self._post_process_request(req, *resp)
ValueError: too many values to unpack
}}}"	anonymous
