Index: openacs-4/packages/contacts/lib/contact-relationships-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/lib/contact-relationships-portlet.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/contacts/lib/contact-relationships-portlet.tcl 12 Oct 2005 22:39:08 -0000 1.1 +++ openacs-4/packages/contacts/lib/contact-relationships-portlet.tcl 16 Oct 2005 12:45:38 -0000 1.2 @@ -1,3 +1,2 @@ set portlet_layout [parameter::get -parameter "DefaultPortletLayout"] - Index: openacs-4/packages/contacts/lib/contact-relationships-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/lib/contact-relationships-postgresql.xql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/contacts/lib/contact-relationships-postgresql.xql 24 Sep 2005 11:31:47 -0000 1.3 +++ openacs-4/packages/contacts/lib/contact-relationships-postgresql.xql 16 Oct 2005 12:45:38 -0000 1.4 @@ -3,9 +3,8 @@ -select rel_id, other_name, other_party_id, role_singular, role_plural, rel_type, sort_name - from ( select CASE WHEN object_id_one = :party_id THEN contact__name(object_id_two,'t') ELSE contact__name(object_id_one,'t') END as sort_name, - CASE WHEN object_id_one = :party_id THEN contact__name(object_id_two) ELSE contact__name(object_id_one) END as other_name, +select rel_id, other_name, other_party_id, role_singular, role_plural, rel_type + from ( select CASE WHEN object_id_one = :party_id THEN contact__name(object_id_two,'t') ELSE contact__name(object_id_one,'t') END as other_name, CASE WHEN object_id_one = :party_id THEN object_id_two ELSE object_id_one END as other_party_id, CASE WHEN object_id_one = :party_id THEN role_two ELSE role_one END as role, CASE WHEN object_id_one = :party_id THEN acs_rel_type__role_pretty_name(role_two) ELSE acs_rel_type__role_pretty_name(role_one) END as role_singular, @@ -17,7 +16,7 @@ and ( object_id_one = :party_id or object_id_two = :party_id ) and acs_rels.rel_type in ( select object_type from acs_object_types where supertype = 'contact_rel') ) rels_temp - order by upper(role_singular) asc, upper(sort_name) + order by upper(role_singular) asc, upper(other_name) Index: openacs-4/packages/contacts/lib/projects-billable-portlet.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/lib/projects-billable-portlet.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/contacts/lib/projects-billable-portlet.adp 12 Oct 2005 22:39:08 -0000 1.1 +++ openacs-4/packages/contacts/lib/projects-billable-portlet.adp 16 Oct 2005 12:45:38 -0000 1.2 @@ -1,5 +1,5 @@ -#invoices.Billable_Projects# +#invoices.Billable_Projects# @@ -11,7 +11,8 @@ organization_id="@organization_id@" elements="@elements@" package_id="@package_id@" - base_url="@base_url@" /> + base_url="@base_url@" + no_actions_p="1" />
Index: openacs-4/packages/contacts/lib/tasks-tasks-portlet.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/lib/tasks-tasks-portlet.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/contacts/lib/tasks-tasks-portlet.adp 14 Oct 2005 17:57:52 -0000 1.2 +++ openacs-4/packages/contacts/lib/tasks-tasks-portlet.adp 16 Oct 2005 12:45:38 -0000 1.3 @@ -11,6 +11,8 @@