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). See https://trac-hacks.org/ticket/13720 for the porting information. Critical to have. |
13 | | - **!TracRecaptchaRegister** - small plugin to show google re-captcha on the first reg. Should be trivial to port. |
14 | | - **!TracSpamFilter** - SPAM filtering for trac. Must have. Branch https://svn.edgewall.org/repos/trac/plugins/trunk/spam-filter has ongoing Trac 1.5 porting commits. |
15 | | - **!TracTocMacro** - TOC macros for WIKI, trivial to port or remove |
| 11 | ||= plugin =||= description =||= status =|| |
| 12 | || !ManPageRendererPlugin || renders our man pages || very easy to port || |
| 13 | || !TracAccountManager || Manage Trac user accounts. || Critical to have, not ported, complex to port, see https://trac-hacks.org/ticket/13720 || |
| 14 | || !TracRecaptchaRegister || small plugin to show google re-captcha on the first reg. Should be trivial to port. || depends on !TracAccountManager || |
| 15 | || !TracSpamFilter || SPAM filtering for trac. Must have. || complex to port, porting not yet started || |
| 16 | || !TracTocMacro || TOC macros for WIKI || very easy to port || |