Roundup Tracker - Issues

Issue 2550901

classification
issue search template missing for jinja2 template
Type: rfe Severity: normal
Components: Web interface Versions: devel
process
Status: fixed fixed
:
: pcaulagi : ber, cmeerw, pcaulagi, rouilj
Priority: : jinja2

Created on 2016-01-13 16:22 by ber, last changed 2019-06-16 01:15 by rouilj.

Messages
msg5460 Author: [hidden] (ber) Date: 2016-01-13 16:22
Pradip,
did you actually check in a search page for the jinja2 template?

How to reproduce my problem, tested with 1.5.1:
  python demo.py -t jinja2 nuke
Press on the search link: It says template file missing.
msg5802 Author: [hidden] (rouilj) Date: 2016-07-09 21:58
Pradip ping. Is there a search page for this tracker somewhere?

hg history share/roundup/templates/jinja2

doesn't show one with a copy of our repo.
msg5803 Author: [hidden] (rouilj) Date: 2016-07-09 22:00
Hmm, just notices Pradip isn't on the nosy list.

Adding and re-sending:

Pradip ping. Is there a search page for this tracker somewhere?

hg history share/roundup/templates/jinja2

doesn't show one with a copy of our repo.
msg6110 Author: [hidden] (cmeerw) Date: 2018-07-20 23:51
see https://bitbucket.org/cmeerw/roundup/branch/jinja2-template for some 
fixes and a search page for the jinja2 template
msg6113 Author: [hidden] (rouilj) Date: 2018-07-21 00:04
Hi Christof:

In message <1532130683.03.0.56676864532.issue2550901@psf.upfronthosting.co.za>,
Christof Meerwald writes:
>Christof Meerwald added the comment:
>see https://bitbucket.org/cmeerw/roundup/branch/jinja2-template for some 
>fixes and a search page for the jinja2 template

I just took a look and it looks like many of the fixes take 
the existing jinja fields and append:

  |u|e
or
  |u

I use jinja in the context of config management (salt/ansible), so I
have never come across these. I assume u is a unicode conversion and
since e seem to occur with user supplied data I assume it html encodes
the text?

It's great to see some development on the jinja templates. A few
people have requested enhancements for it.

However I think your changes need to be tracked on a new issue.
msg6114 Author: [hidden] (cmeerw) Date: 2018-07-21 00:17
the other issue is issue2550811
msg6150 Author: [hidden] (cmeerw) Date: 2018-07-31 21:21
search page added in e8f6a1df73e3
msg6545 Author: [hidden] (rouilj) Date: 2019-06-16 01:15
Closing ticket. cmeerw committed search page.
History
Date User Action Args
2019-06-16 01:15:44rouiljsetstatus: new -> fixed
resolution: fixed
messages: + msg6545
components: + Web interface
versions: + devel
2018-07-31 21:21:42cmeerwsettype: rfe
messages: + msg6150
2018-07-21 00:17:32cmeerwsetmessages: + msg6114
2018-07-21 00:04:35rouiljsetmessages: + msg6113
2018-07-20 23:51:23cmeerwsetnosy: + cmeerw
messages: + msg6110
2016-07-09 22:00:05rouiljsetnosy: + pcaulagi
messages: + msg5803
2016-07-09 21:58:26rouiljsetnosy: + rouilj
messages: + msg5802
2016-01-13 16:22:49bercreate