comparison doc/customizing.txt @ 1568:d181aff91b40

*** empty log message ***
author Richard Jones <richard@users.sourceforge.net>
date Wed, 26 Mar 2003 20:56:04 +0000
parents 3f2e516b8de3
children 93e0a565cee5
comparison
equal deleted inserted replaced
1567:fc8998ce6274 1568:d181aff91b40
1 =================== 1 ===================
2 Customising Roundup 2 Customising Roundup
3 =================== 3 ===================
4 4
5 :Version: $Revision: 1.80 $ 5 :Version: $Revision: 1.81 $
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::
3015 <a href="issue?:sort=-activity&:group=priority&:filter=status&:columns=id,activity,title,creator,assignedto,status&status=-1,1,2,3,4,5,6,7">Show All</a><br> 3015 <a href="issue?:sort=-activity&:group=priority&:filter=status&:columns=id,activity,title,creator,assignedto,status&status=-1,1,2,3,4,5,6,7">Show All</a><br>
3016 3016
3017 modify it to add the "blockers" info to the URL (note, both the 3017 modify it to add the "blockers" info to the URL (note, both the
3018 ":filter" *and* "blockers" values must be specified):: 3018 ":filter" *and* "blockers" values must be specified)::
3019 3019
3020 <a href="issue?:sort=-activity&:group=priority&:filter=status,blockers@blockers=-1&:columns=id,activity,title,creator,assignedto,status&status=-1,1,2,3,4,5,6,7">Show All</a><br> 3020 <a href="issue?:sort=-activity&:group=priority&:filter=status,blockers&blockers=-1&:columns=id,activity,title,creator,assignedto,status&status=-1,1,2,3,4,5,6,7">Show All</a><br>
3021 3021
3022 That's it. You should now be able to se blockers on your issues. Note that 3022 That's it. You should now be able to se blockers on your issues. Note that
3023 if you want to know whether an issue has any other issues dependent on it 3023 if you want to know whether an issue has any other issues dependent on it
3024 (ie. it's in their blockers list) you can look at the journal history 3024 (ie. it's in their blockers list) you can look at the journal history
3025 at the bottom of the issue page - look for a "link" event to another 3025 at the bottom of the issue page - look for a "link" event to another

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