comparison doc/customizing.txt @ 3590:394a69d73b53

oops
author Richard Jones <richard@users.sourceforge.net>
date Fri, 03 Mar 2006 21:54:03 +0000
parents 026adc5f1e13
children c9e7b66628ad
comparison
equal deleted inserted replaced
3589:1be293265e61 3590:394a69d73b53
1 =================== 1 ===================
2 Customising Roundup 2 Customising Roundup
3 =================== 3 ===================
4 4
5 :Version: $Revision: 1.195 $ 5 :Version: $Revision: 1.196 $
6 6
7 .. This document borrows from the ZopeBook section on ZPT. The original is at: 7 .. This document borrows from the ZopeBook section on ZPT. The original is at:
8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
9 9
10 .. contents:: 10 .. contents::
3948 <a href="issue?@sort=-activity&@group=priority&@filter=status& 3948 <a href="issue?@sort=-activity&@group=priority&@filter=status&
3949 @columns=id,activity,title,creator,assignedto,status& 3949 @columns=id,activity,title,creator,assignedto,status&
3950 status=-1,1,2,3,4,5,6,7">Show All</a><br> 3950 status=-1,1,2,3,4,5,6,7">Show All</a><br>
3951 3951
3952 modify it to add the "blockers" info to the URL (note, both the 3952 modify it to add the "blockers" info to the URL (note, both the
3953 "@filter" *and* "blockers" values must be specified)@@ 3953 "@filter" *and* "blockers" values must be specified)::
3954 3954
3955 <a href="issue?@sort=-activity&@group=priority&@filter=status,blockers& 3955 <a href="issue?@sort=-activity&@group=priority&@filter=status,blockers&
3956 blockers=-1&@columns=id,activity,title,creator,assignedto,status& 3956 blockers=-1&@columns=id,activity,title,creator,assignedto,status&
3957 status=-1,1,2,3,4,5,6,7">Show All</a><br> 3957 status=-1,1,2,3,4,5,6,7">Show All</a><br>
3958 3958

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