Changes between Version 1 and Version 2 of Ticket #1419


Ignore:
Timestamp:
Jan 1, 2021, 1:25:49 PM (4 years ago)
Author:
Alex Samorukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1419 – Description

    v1 v2  
    1010
    1111- **!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.
    1313- **!TracRecaptchaRegister** - small plugin to show google re-captcha on the first reg. Should be trivial to port.
    1414- **!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