File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11STXTOHTML = rst2html.py
2- STXTOHT = python /usr/bin/ rst2ht.py
2+ STXTOHT = rst2ht.py
33WEBDIR = ../../htdocs/htdocs/doc-0.7
44
55SOURCE = announcement.txt customizing.txt developers.txt FAQ.txt features.txt \
Original file line number Diff line number Diff line change @@ -1620,8 +1620,18 @@ properties return a `hyperdb property wrapper`_ for all of this class's
16201620list lists all of the active (not retired) items in the class.
16211621csv return the items of this class as a chunk of CSV text.
16221622propnames lists the names of the properties of this class.
1623- filter lists of items from this class, filtered and sorted by the
1624- current *request* filterspec/filter/sort/group args
1623+ filter lists of items from this class, filtered and sorted. Two
1624+ options are avaible for sorting:
1625+
1626+ 1. by the current *request* filterspec/filter/sort/group args
1627+ 2. by the "filterspec", "sort" and "group" keyword args.
1628+ "filterspec" is ``{propname: value(s)}``. "sort" and
1629+ "group" are ``(dir, prop)`` where dir is '+', '-' or None
1630+ and prop is a prop name or None.
1631+
1632+ eg. ``issue.filter(filterspec={"priority": "1"},
1633+ sort=('activity', '+'))``
1634+
16251635classhelp display a link to a javascript popup containing this class'
16261636 "help" template.
16271637submit generate a submit button (and action hidden element)
You can’t perform that action at this time.
0 commit comments