annotate share/roundup/templates/classic/html/home.html @ 7531:913a73b9fab5 2.3.0

Update for 2.3.0 release
author John Rouillard <rouilj@ieee.org>
date Wed, 12 Jul 2023 23:00:25 -0400
parents a6fdaaa3a8bd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4069
a6fdaaa3a8bd Move templates/ to share/roundup/templates/
Stefan Seefeld <stefan@seefeld.name>
parents:
diff changeset
1 <!--
a6fdaaa3a8bd Move templates/ to share/roundup/templates/
Stefan Seefeld <stefan@seefeld.name>
parents:
diff changeset
2 This is the default body that is displayed when people visit the
a6fdaaa3a8bd Move templates/ to share/roundup/templates/
Stefan Seefeld <stefan@seefeld.name>
parents:
diff changeset
3 tracker. The tag below lists the currently open issues. You may
a6fdaaa3a8bd Move templates/ to share/roundup/templates/
Stefan Seefeld <stefan@seefeld.name>
parents:
diff changeset
4 replace it with a greeting message, or a different list of issues or
a6fdaaa3a8bd Move templates/ to share/roundup/templates/
Stefan Seefeld <stefan@seefeld.name>
parents:
diff changeset
5 whatever. It's a good idea to have the issues on the front page though
a6fdaaa3a8bd Move templates/ to share/roundup/templates/
Stefan Seefeld <stefan@seefeld.name>
parents:
diff changeset
6 -->
a6fdaaa3a8bd Move templates/ to share/roundup/templates/
Stefan Seefeld <stefan@seefeld.name>
parents:
diff changeset
7 <span tal:replace="structure python:db.issue.renderWith('index',
a6fdaaa3a8bd Move templates/ to share/roundup/templates/
Stefan Seefeld <stefan@seefeld.name>
parents:
diff changeset
8 sort=[('-', 'activity')], group=[('+', 'priority')], filter=['status'],
a6fdaaa3a8bd Move templates/ to share/roundup/templates/
Stefan Seefeld <stefan@seefeld.name>
parents:
diff changeset
9 columns=['id','activity','title','creator','assignedto', 'status'],
a6fdaaa3a8bd Move templates/ to share/roundup/templates/
Stefan Seefeld <stefan@seefeld.name>
parents:
diff changeset
10 filterspec={'status':['-1','1','2','3','4','5','6','7']})" />

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