comparison 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
comparison
equal deleted inserted replaced
1014:8816534e6a1a 1016:d6c13142e7b9
4 replace it with a greeting message, or a different list of issues or 4 replace it with a greeting message, or a different list of issues or
5 whatever. It's a good idea to have the issues on the front page though 5 whatever. It's a good idea to have the issues on the front page though
6 --> 6 -->
7 <span tal:replace="structure python:db.issue.renderWith('index', 7 <span tal:replace="structure python:db.issue.renderWith('index',
8 sort=('-', 'activity'), group=('+', 'priority'), filter=['status'], 8 sort=('-', 'activity'), group=('+', 'priority'), filter=['status'],
9 columns={'id':1,'activity':1,'title':1,'creator':1,'assignedto':1, 9 columns=['id','activity','title','creator','assignedto', 'status'],
10 'status':1},
11 filterspec={'status':['-1','1','2','3','4','5','6','7']})" /> 10 filterspec={'status':['-1','1','2','3','4','5','6','7']})" />
12 11

Roundup Issue Tracker: http://roundup-tracker.org/