Index: openacs-4/packages/bug-tracker/tcl/bug-tracker-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/tcl/bug-tracker-procs-postgresql.xql,v diff -u -r1.6 -r1.7 --- openacs-4/packages/bug-tracker/tcl/bug-tracker-procs-postgresql.xql 1 Dec 2005 13:25:27 -0000 1.6 +++ openacs-4/packages/bug-tracker/tcl/bug-tracker-procs-postgresql.xql 17 Jun 2010 18:51:45 -0000 1.7 @@ -152,6 +152,7 @@ bt_bugs b on (b.bug_id = km.item_id) where kw.parent_id = :parent_id and b.project_id = :package_id + [bug_tracker::user_bugs_only_where_clause] group by kw.heading, km.keyword_id order by kw.heading @@ -165,6 +166,7 @@ from bt_bugs b left outer join bt_versions v on (v.version_id = b.fix_for_version) where b.project_id = :package_id + [bug_tracker::user_bugs_only_where_clause] group by b.fix_for_version, v.anticipated_freeze_date, v.version_name order by v.anticipated_freeze_date, v.version_name @@ -182,11 +184,11 @@ where aa.workflow_id = :workflow_id and aa.action_id = :action_id and aa.object_id = b.bug_id + [bug_tracker::user_bugs_only_where_clause] group by p.first_names, p.last_name, crum.user_id - select acs_object__name(p.party_id) || ' (' || p.email || ')' as label,