Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#3698 closed defect (invalid)

Can't create peer-review

Reported by: akim@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.10b1
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Here is the back trace.

Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 316, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 206, in dispatch
    req.display(template, content_type or 'text/html')
  File "/usr/lib/python2.3/site-packages/trac/web/api.py", line 329, in display
    data = self.hdf.render(template)
  File "/usr/lib/python2.3/site-packages/trac/web/clearsilver.py", line 288, in render
    template.parseFile(filename)
ParseError: ParseError: [/var/www/.python-eggs/TracCodeReview-1.0-py2.3.egg-tmp/codereview/templates/peerReviewBrowser.cs:13] Undefined macro called: sortable_th(browser.order, browser.desc, 'name', 'Name', browser.href) 

Hope this helps…

Attachments (0)

Change History (2)

comment:1 by Christian Boos, 18 years ago

Resolution: invalid
Status: newclosed

This should be filled in TracHacks:PeerReviewPlugin#BugsFeatureRequests instead.

In case it helps, sortable_th is a ClearSilver macro normally defined in the browser.cs template.

comment:2 by Christian Boos, 18 years ago

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.