Mercurial > p > roundup > code
annotate 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 |
| 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 | 8 sort=('-', 'activity'), group=('+', 'priority'), filter=['status'], |
| 9 columns={'id':1,'activity':1,'title':1,'creator':1,'assignedto':1, | |
| 10 'priority':1}, | |
|
987
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
11 filterspec={'status':['-1','1','2','3','4','5','6','7']})" /> |
|
5643abab70ed
new classic template files
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
12 |
