Summary:
Filtering doesn't work, because bugs cause filter variables to be ignored.
Detailed Description:
Inconsistent naming of variables causes filtering not to work for
mode='summary'.
File: function.default_summary.php
Fix:
Change all occurrences of:
$author to $filter_author
$answered_by to $filter_answered_by
$answered_required to $filter_answered_required