Mercurial > p > roundup > code
diff roundup/templates/classic/html/home @ 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 | 2a71acd81308 |
line wrap: on
line diff
--- a/roundup/templates/classic/html/home Sat Aug 31 22:09:26 2002 +0000 +++ b/roundup/templates/classic/html/home Sun Sep 01 04:32:30 2002 +0000 @@ -5,7 +5,8 @@ whatever. It's a good idea to have the issues on the front page though --> <span tal:replace="structure python:db.issue.renderWith('index', - sort=['-activity'], group=['priority'], filter=['status'], - columns={'id':1,'activity':1,'title':1,'creator':1,'assignedto':1}, + sort=('-', 'activity'), group=('+', 'priority'), filter=['status'], + columns={'id':1,'activity':1,'title':1,'creator':1,'assignedto':1, + 'priority':1}, filterspec={'status':['-1','1','2','3','4','5','6','7']})" />
