﻿ticket	summary	type	release	owner	status	created	modified	_description	_reporter
13891	Change the width of section description	enhancement		Dirk Stöcker	reopened	2020-10-06T09:32:54+02:00	2020-12-07T19:46:13+01:00	"IF the section-description is too big, the other elements are too small to be useful. 

"	anonymous
13876	[PATCH] Support Jinja2 Templates	enhancement	1.4	Dirk Stöcker	new	2020-08-21T20:08:40+02:00	2020-08-21T20:08:40+02:00	"I was interested in this plugin, so I tried to convert it to Jinja.  I am getting so many requests for Trac changes that it seemed like using this plugin might be a good idea.

I haven't used it before, so I may not be familiar with everything it does.  However, basic functions seem OK-ish.  At least this is something someone else with more knowledge could take forward.

I don't know how to do the internationalization, so I totally left that out of the new template.

There is a bunch of pre-processing of the data structures in {{{web_ui.py}}} to make up for the list comprehensions used in Genshi.  It seems those don't translate to Jinja2.  I didn't test that part of the code extensively, and I don't know what kind of oddities could be introduced if it weren't entirely correct.  See the code where the comment is: ""{{{Pre-process lists for the (Jinja) template}}}""

One general thing I don't quite understand ... I have two inherited files in one of my projects, and you would think the second file would take precedence, but this plugin shows the value from the first one.  (e.g. authz_module_name) if it exists in both.  However, I don't believe that's an artifact of the Jinja port."	anonymous
14131	Patch to allow TracIniAdminPanelPlugin to work with Trac 1.6	defect		Dirk Stöcker	new	2022-04-08T23:42:01+02:00	2022-04-08T23:42:01+02:00	"I am attaching a patch for this plugin.

However, please be aware that although I have been interested in this plugin on and off, I don't actually use it.  This is partly because I have most of my settings inherited from generic file(s).  I didn't actually test to see if the plugin could actually write the settings.  Sorry.

It seems that this patch includes the patches from #13876 and #13891."	Dan
