Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 1001:7fea15e6cdfe | 1002:1798d2fa9fec |
|---|---|
| 3 tracker. The tag below lists the currently open issues. You may | 3 tracker. The tag below lists the currently open issues. You may |
| 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':1,'activity':1,'title':1,'creator':1,'assignedto':1, |
| 10 'priority':1}, | |
| 10 filterspec={'status':['-1','1','2','3','4','5','6','7']})" /> | 11 filterspec={'status':['-1','1','2','3','4','5','6','7']})" /> |
| 11 | 12 |
