Mercurial > p > roundup > code
comparison doc/customizing.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 | 9938c40e03bc |
| children | d0aebd4aec72 |
comparison
equal
deleted
inserted
replaced
| 5890:020e1d1bf5ba | 5891:6e341009593b |
|---|---|
| 4001 for the issue and return a new Interval. That will be automatically | 4001 for the issue and return a new Interval. That will be automatically |
| 4002 displayed in the template as text like "+ 1y 2:40" (1 year, 2 hours | 4002 displayed in the template as text like "+ 1y 2:40" (1 year, 2 hours |
| 4003 and 40 minutes). | 4003 and 40 minutes). |
| 4004 | 4004 |
| 4005 6. If you're using a persistent web server - ``roundup-server`` or | 4005 6. If you're using a persistent web server - ``roundup-server`` or |
| 4006 ``mod_python`` for example - then you'll need to restart that to pick up | 4006 ``mod_wsgi`` for example - then you'll need to restart that to pick up |
| 4007 the code changes. When that's done, you'll be able to use the new | 4007 the code changes. When that's done, you'll be able to use the new |
| 4008 time logging interface. | 4008 time logging interface. |
| 4009 | 4009 |
| 4010 An extension of this modification attaches the timelog entries to any | 4010 An extension of this modification attaches the timelog entries to any |
| 4011 change message entered at the time of the timelog entry: | 4011 change message entered at the time of the timelog entry: |
