Mercurial > p > roundup > code
view roundup/templates/extended/html/msg.index @ 464:29f5ac8a0d2b
Fixed bugs:
. Fixed file creation and retrieval in same transaction in anydbm
backend
. Cgi interface now renders new issue after issue creation
. Could not set issue status to resolved through cgi interface
. Mail gateway was changing status back to 'chatting' if status was
omitted as an argument
| author | Roche Compaan <rochecompaan@users.sourceforge.net> |
|---|---|
| date | Tue, 18 Dec 2001 15:30:34 +0000 |
| parents | 1d428068485c |
| children | 65234f56b250 |
line wrap: on
line source
<!-- $Id: msg.index,v 1.3 2001-09-27 06:45:58 richard Exp $--> <tr class="row-hilite"> <property name="date"> <td><display call="link('date')"></td> </property> <property name="author"> <td><display call="plain('author')"></td> </property> </tr> <tr bgcolor="ffeaff"> <td colspan=2><pre><display call="plain('content', escape=1)"></pre></td> </tr>
