Mercurial > p > roundup > code
view roundup/templates/classic/html/msg.index @ 1002:1798d2fa9fec
Hack hack...
. Lots of cleanup in the classic html (stylesheet, search page, index page, ...)
. Reinstated searching, but not query saving yet
. Filtering only allows sorting and grouping by one property - all backends
now implement this behaviour.
. Nosy list journalling turned off by default, everything else is on.
. Added some convenience methods (reverse, propchanged, [item] accesses, ...)
. Did I mention the stylesheet is much cleaner now? :)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 01 Sep 2002 04:32:30 +0000 |
| parents | 5643abab70ed |
| children | adcfdeac4e76 |
line wrap: on
line source
<!-- dollarId: msg.index,v 1.3 2002/05/22 00:32:34 richard Exp dollar--> <tr class="row-hilite"> <td><display call="link('date')"></td> <td><display call="plain('author')"></td> </tr> <tr class="msg-content"> <td colspan=2><pre><display call="plain('content', escape=1)"></pre></td> </tr>
