annotate roundup/templates/classic/html/home @ 1320:3758a5af985f

Lots of little fixes in this update: - fixed Date.local() - email quoted text stripping is controllable again [SF#650742] - extract attachment name from content-disposition if name missing [SF#637278] - removed FILTER_POSITION from bundled configs - reverse message listing in issue display (reversion of recent change) - bad entries for multilink editing in cgi don't traceback now [SF#640310]
author Richard Jones <richard@users.sourceforge.net>
date Tue, 10 Dec 2002 00:11:16 +0000
parents b862bbf2067a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
987
5643abab70ed new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
1 <!--
5643abab70ed new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
2 This is the default body that is displayed when people visit the
5643abab70ed new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
3 tracker. The tag below lists the currently open issues. You may
5643abab70ed new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
4 replace it with a greeting message, or a different list of issues or
5643abab70ed new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
5 whatever. It's a good idea to have the issues on the front page though
5643abab70ed new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
6 -->
5643abab70ed new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
7 <span tal:replace="structure python:db.issue.renderWith('index',
1002
1798d2fa9fec Hack hack...
Richard Jones <richard@users.sourceforge.net>
parents: 987
diff changeset
8 sort=('-', 'activity'), group=('+', 'priority'), filter=['status'],
1197
7d1b69122133 cleanups to classic templates
Richard Jones <richard@users.sourceforge.net>
parents: 1113
diff changeset
9 columns=['id','activity','title','creator','assignedto', 'status'],
987
5643abab70ed new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
10 filterspec={'status':['-1','1','2','3','4','5','6','7']})" />

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