Modify

Opened 4 years ago

Last modified 3 years ago

#13816 new task

Convert templates to Jinja2

Reported by: figaro Owned by:
Priority: normal Component: LogViewerPlugin
Severity: normal Keywords: patch
Cc: Trac Release: 1.4

Description (last modified by Ryan J Ollos)

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 (10)

comment:1 Changed 4 years ago by Ryan J Ollos

Description: modified (diff)

comment:2 Changed 4 years ago by Ryan J Ollos

Owner: changed from izzy to Ryan J Ollos
Status: newaccepted

comment:3 Changed 4 years ago by Ryan J Ollos

In 17736:

TracLogViewer 0.4dev: Refactor

Start adapting to Trac 1.4 API.

Refs #13816.

comment:4 Changed 4 years ago by Ryan J Ollos

Needs template converted to Jinja2 and some more code rework.

comment:5 Changed 4 years ago by Ryan J Ollos

In 17737:

TracLogViewer 0.4dev: Fix missing import from r17736

Refs #13816.

comment:6 Changed 4 years ago by Ryan J Ollos

In 17738:

TracLogViewer 0.4dev: Translate panel name

Refs #13816.

comment:7 Changed 4 years ago by Ryan J Ollos

Summary: Update to Trac 1.4Convert templates to Jinja2

comment:8 Changed 3 years ago by Ryan J Ollos

Status: acceptednew

comment:9 Changed 3 years ago by Ryan J Ollos

Owner: Ryan J Ollos deleted

comment:10 in reply to:  4 Changed 3 years ago by Ryan J Ollos

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The ticket will remain with no owner.

Add Comment


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

 
Note: See TracTickets for help on using tickets.