Mercurial > p > roundup > code
diff roundup/templates/classic/html/home @ 1016:d6c13142e7b9
Keep a cache of compiled PageTemplates.
Reinstated query saving.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 03 Sep 2002 02:58:11 +0000 |
| parents | 2a71acd81308 |
| children | a95428868bf4 |
line wrap: on
line diff
--- a/roundup/templates/classic/html/home Tue Sep 03 02:53:53 2002 +0000 +++ b/roundup/templates/classic/html/home Tue Sep 03 02:58:11 2002 +0000 @@ -6,7 +6,6 @@ --> <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, - 'status':1}, + columns=['id','activity','title','creator','assignedto', 'status'], filterspec={'status':['-1','1','2','3','4','5','6','7']})" />
