Modify ↓
#13816 closed task (fixed)
Convert templates to Jinja2
| Reported by: | figaro | Owned by: | Jun Omae |
|---|---|---|---|
| Priority: | normal | Component: | LogViewerPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 1.4 |
Description (last modified by )
In logviewer.html update line:
<div py:for="entry in us_log" class="${entry['level']}">${entry['line']}</div>
to:
<div py:for="logline in us_log" class="${logline['level']}">${logline['line']}</div>
Attachments (0)
Change History (14)
comment:1 Changed 6 years ago by
| Description: | modified (diff) |
|---|
comment:2 Changed 6 years ago by
| Owner: | changed from izzy to Ryan J Ollos |
|---|---|
| Status: | new → accepted |
comment:3 Changed 6 years ago by
comment:4 follow-up: 10 Changed 6 years ago by
Needs template converted to Jinja2 and some more code rework.
comment:7 Changed 5 years ago by
| Summary: | Update to Trac 1.4 → Convert templates to Jinja2 |
|---|
comment:8 Changed 4 years ago by
| Status: | accepted → new |
|---|
comment:9 Changed 4 years ago by
| Owner: | Ryan J Ollos deleted |
|---|
comment:10 Changed 4 years ago by
Replying to Ryan J Ollos:
Needs template converted to Jinja2 and some more code rework.
This still needs to be done before the ticket can be closed.
comment:12 Changed 11 months ago by
| Keywords: | patch removed |
|---|
comment:13 Changed 11 months ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
It works with Trac 1.4 and 1.6, now.
comment:14 Changed 11 months ago by
| Owner: | set to Jun Omae |
|---|
Note: See
TracTickets for help on using
tickets.



In 17736: