summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 80edcd8)
raw | patch | inline | side by side (parent: 80edcd8)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sun, 23 Mar 2003 03:22:28 +0000 (03:22 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sun, 23 Mar 2003 03:22:28 +0000 (03:22 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1615 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/cgi/templating.py | patch | blob | history |
index ae4f0fa3dd31003560c45abd0559c425caa78146..9df83d2a01f5f0fe66687dde89a85090b99af805 100644 (file)
''' Return a list of items from this class, filtered and sorted
by the current requested filterspec/filter/sort/group args
'''
+ # XXX allow direct specification of the filterspec etc.
if request is not None:
filterspec = request.filterspec
sort = request.sort