Mercurial > p > roundup > code
view roundup/templates/extended/html/msg.index @ 676:bc46480e2a2b
Fixed serialisation problem...
...by moving the serialisation step out of the hyperdb.Class (get,
set) into the hyperdb.Database.
Also fixed htmltemplate after the showid changes I made yesterday.
Unit tests for all of the above written.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 03 Apr 2002 05:54:31 +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>
