Roundup Tracker - Issues

Message7913

Author asavchuk
Recipients asavchuk, rouilj
Date 2023-12-24.10:31:20
Message-id <trinity-f763f1fc-314f-4c60-9a7b-0509a231dc9f-1703413880072@3c-app-mailcom-bs06>
In-reply-to <1702504760.86.0.874186211091.issue2551308@roundup.psfhosted.org>
Hello John.

I've added autofocus to the username field in the login dropdown. You can see the code here: https://github.com/savchuk1985/roundup-jinja2-templates/commit/3d3b8b4423de349fa2f67ed8095d8f36f642dae1

I've also improved the internationalization a bit and moved the script links to the page header element (inline scripts are still at the end of the page).

> Thanks for opening the issue. Let's see if people agree it can replace the existing jinja2
> template (which I think is using the developer schema??). Then we can either add it to the
> distributed trackers or replace the existing bootstrap based template. Also we can work out
> how to handle maintenance and migrations/upgrades across releases.

The current jinja2 template is based on the classic scheme, so updating it was much easier =)

I wrote to the Roudup-users list and asked for feedback. I'm thinking that if the templates get positive feedback and maybe some fixes, I might try to help port the template based on developer schema from TAL to Jinja using current work. Then we could have modern jinja2-devel and jinja2-classic templates in addition to TAL-based devel and classic templates. Additionally, while this work is ongoing, it will be easier to include information about Jinja2 in the documentation.

> Also which markdown
> renderer (markdown, markdown2, mistune) are you using with your tracker?

Sorry, I missed this in my previous reply. I use markdown library. Markdown2 works for me too. Mistune doesn't work for me, but I didn't look into it.
History
Date User Action Args
2023-12-24 10:31:21asavchuksetrecipients: + asavchuk, rouilj
2023-12-24 10:31:21asavchuklinkissue2551308 messages
2023-12-24 10:31:20asavchukcreate