Modify

Opened 4 years ago

Closed 4 years ago

#13818 closed defect (fixed)

Error rendering timeline

Reported by: Massimo Owned by: Ryan J Ollos
Priority: normal Component: FullBlogPlugin
Severity: normal Keywords:
Cc: Trac Release: 1.4

Description (last modified by Massimo)

With the recent version installed by pip from svn+https://trac-hacks.org/svn/fullblogplugin/1.4 I get the following error on /timeline:

Most recent call last:

File "/mnt/data/trac/.local/lib64/python2.7/site-packages/trac/web/main.py", line 639, in dispatch_request          
  dispatcher.dispatch(req)
File "/mnt/data/trac/.local/lib64/python2.7/site-packages/trac/web/main.py", line 271, in dispatch          
  method=method)
File "/mnt/data/trac/.local/lib64/python2.7/site-packages/trac/web/chrome.py", line 1441, in render_template          
  fragment, iterable, method)
File "/mnt/data/trac/.local/lib64/python2.7/site-packages/trac/web/chrome.py", line 1516, in _render_jinja_template          
  page = self.render_template_string(template, data, text)
File "/mnt/data/trac/.local/lib64/python2.7/site-packages/trac/web/chrome.py", line 1675, in render_template_string          
  string = template.render(data)
File "/mnt/data/trac/.local/lib64/python2.7/site-packages/jinja2/environment.py", line 1008, in render          
  return self.environment.handle_exception(exc_info, True)
File "/mnt/data/trac/.local/lib64/python2.7/site-packages/jinja2/environment.py", line 780, in handle_exception          
  reraise(exc_type, exc_value, tb)
File "/mnt/data/trac/.local/lib64/python2.7/site-packages/trac/timeline/templates/timeline.html", line 12, in top-level template code          
  # extends 'layout.html'
File "/mnt/data/trac/.local/lib64/python2.7/site-packages/trac/templates/layout.html", line 12, in top-level template code          
  # import "macros.html" as jmacros with context
File "/mnt/data/trac/.local/lib64/python2.7/site-packages/trac/templates/theme.html", line 22, in top-level template code          
  # block body
File "/mnt/data/trac/.local/lib64/python2.7/site-packages/trac/templates/theme.html", line 128, in block "body"          
  # block content
File "/mnt/data/trac/.local/lib64/python2.7/site-packages/trac/timeline/templates/timeline.html", line 94, in block "content"          
  #   set rendered = event.render('description', context)
File "/mnt/data/trac/.local/lib64/python2.7/site-packages/trac/timeline/web_ui.py", line 373, in <lambda>          
  provider.render_timeline_event(context, field, event)
File "/mnt/data/trac/.local/lib64/python2.7/site-packages/tracfullblog/web_ui.py", line 501, in render_timeline_event          
  self.env, context(resource=bp_resource), comment)

Attachments (0)

Change History (4)

comment:1 Changed 4 years ago by Massimo

Description: modified (diff)

comment:2 Changed 4 years ago by Ryan J Ollos

Owner: changed from osimons to Ryan J Ollos
Status: newaccepted
Summary: Please publish on PyPIError rendering timeline

The version for 1.4 won't be published to PyPI until #13813 is finished. Please report future issue for the 1.4 code to that issue.

comment:3 Changed 4 years ago by Ryan J Ollos

In 17741:

TracFullBlog 0.2dev: Fix regression in r17715

Timeline events were not rendering.

Refs #13649, #13818.

comment:4 Changed 4 years ago by Ryan J Ollos

Resolution: fixed
Status: acceptedclosed

Thanks for testing.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


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

 
Note: See TracTickets for help on using tickets.