Mercurial > p > roundup > code
comparison doc/features.txt @ 5891:6e341009593b
Deprecate mod_python issue2551005
Planning deprecation of mod_python. Intent it to replace with
mod_wsgi, but we have no good docs for it.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 02 Oct 2019 18:13:25 -0400 |
| parents | e48b039b0ec0 |
| children | c2fd254c9257 |
comparison
equal
deleted
inserted
replaced
| 5890:020e1d1bf5ba | 5891:6e341009593b |
|---|---|
| 60 - may be set up to require login, and may also only allow admin users | 60 - may be set up to require login, and may also only allow admin users |
| 61 to register new users | 61 to register new users |
| 62 - authentication of user registration and user-driven password resetting | 62 - authentication of user registration and user-driven password resetting |
| 63 using email and one time keys | 63 using email and one time keys |
| 64 - may be run using WSGI or through CGI as a normal cgi script, as a | 64 - may be run using WSGI or through CGI as a normal cgi script, as a |
| 65 stand-alone web server, under mod_python or through Zope | 65 stand-alone web server, under mod_wsgi (mod_python is deprecated) or through Zope |
| 66 - searching may be performed using many constraints, including a full-text | 66 - searching may be performed using many constraints, including a full-text |
| 67 search of messages attached to issues | 67 search of messages attached to issues |
| 68 - file attachments (added through the web or email) are served up with the | 68 - file attachments (added through the web or email) are served up with the |
| 69 correct content-type and filename | 69 correct content-type and filename |
| 70 - email change messages generated by roundup appear to be sent by the | 70 - email change messages generated by roundup appear to be sent by the |
