Changes between Version 1 and Version 2 of Ticket #1419
- Timestamp:
- Jan 1, 2021, 1:25:49 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1419 – Description
v1 v2 10 10 11 11 - **!ManPageRendererPlugin** - renders our man pages. We can get rid of it and use ci to do the same if needed 12 - **!TracAccountManager** - Manage Trac user accounts. At the moment it is ported to trac 1.4 (which is still py2). Critical to have.12 - **!TracAccountManager** - Manage Trac user accounts. At the moment it is ported to trac 1.4 (which is still py2). See https://trac-hacks.org/ticket/13720 for the porting information. Critical to have. 13 13 - **!TracRecaptchaRegister** - small plugin to show google re-captcha on the first reg. Should be trivial to port. 14 14 - **!TracSpamFilter** - SPAM filtering for trac. Must have. Using a lot of py2 dependencies and i do not see any ongoing work to port it to py3