Index: openacs-4/packages/contacts/contacts.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/contacts.info,v
diff -u -r1.67 -r1.68
--- openacs-4/packages/contacts/contacts.info	12 Mar 2006 09:36:35 -0000	1.67
+++ openacs-4/packages/contacts/contacts.info	14 Mar 2006 08:35:56 -0000	1.68
@@ -7,14 +7,14 @@
     <initial-install-p>f</initial-install-p>
     <singleton-p>f</singleton-p>
     
-    <version name="1.2b6" url="http://openacs.org/repository/download/apm/contacts-1.2b6.apm">
+    <version name="1.2b7" url="http://openacs.org/repository/download/apm/contacts-1.2b7.apm">
         <owner url="mailto:openacs@geddert.com">Matthew Geddert</owner>
         <summary>This application lets you collaboratively view, edit and categorize contacts.</summary>
-        <release-date>2006-03-12</release-date>
+        <release-date>2006-03-14</release-date>
         <description format="text/plain">Contacts is an application for managing all those people and or organization you need to keep track of. It has a complete UI for storing and categorizing contacts. Each contact can have an arbitrary number of custom attributes associated with it, including other contacts (i.e. a certain contact &quot;belongs&quot; to a certain organization). It also functions as a service contract provider for attributes related to users in your system</description>
         <maturity>0</maturity>
 
-        <provides url="contacts" version="1.2b6"/>
+        <provides url="contacts" version="1.2b7"/>
         <requires url="acs-datetime" version="4.1"/>
         <requires url="acs-events" version="0.5d3"/>
         <requires url="acs-tcl" version="5.2.0b3"/>
@@ -56,6 +56,7 @@
             <parameter datatype="number"  min_n_values="1"  max_n_values="1"  name="DeleteHistoryPermission"  default="no" description="Default 'no'. Valid options are: 'no', 'yours' or 'all'. If set to 'yours' then you can only delete history that was created by you (i.e. the acs_objects tables created_user is your user_id). If set to 'all' you can delete any history item. This does not actually delete the object, its just hidden because an entry is made in the contact_deleted_history table. NOTE: people with admin rights on the package instance are automatically given 'all' permission."/>
             <parameter datatype="number"  min_n_values="1"  max_n_values="1"  name="DisableCSV"  default="0" description="Default '0'. If set to '1' people will not be able to download a csv of the contacts attributes displayed on this contact instances front page."/>
             <parameter datatype="number"  min_n_values="1"  max_n_values="1"  name="DisplayEmployersP"  default="0" description="1 for yes, 0 for no. Display organization name behind username?"/>
+            <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="EditDataAfterRel"  description="Default blank. A space seperated list of rel_types for which to redirect a contact to the edit form. If a relationship is altered and the rel_type is in this list the user will be redirected to the attribute edit page for that contact. This is useful for things such as the 'contact_rels_employment', when a user changes employers they often change office phone numbers or email address, and the user should be reminded to update this information. If you specify '*' any rel_type change will redirect."/>
             <parameter datatype="number"  min_n_values="1"  max_n_values="1"  name="EmailAttachmentsAllowed"  default="1" description="1 for yes, 0 for now. Are email attachments allowed when sending messages?"/>
             <parameter datatype="number"  min_n_values="1"  max_n_values="1"  name="ForceSearchBeforeAdd"  default="0" description="1 for yes, 0 for no. Should we force users to search all contacts before they are allowed to add a person or organization? This is not an actual software force but the &quot;add person&quot; and &quot;add organization&quot; buttons will only be displayed after a search on &quot;all contacts.&quot;"/>
             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="History"  default="/packages/contacts/templates/history" description="The template src for history page" section_name="Portal Templates"/>
Index: openacs-4/packages/contacts/catalog/contacts.en_US.ISO-8859-1.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/catalog/contacts.en_US.ISO-8859-1.xml,v
diff -u -r1.66 -r1.67
--- openacs-4/packages/contacts/catalog/contacts.en_US.ISO-8859-1.xml	12 Mar 2006 09:36:35 -0000	1.66
+++ openacs-4/packages/contacts/catalog/contacts.en_US.ISO-8859-1.xml	14 Mar 2006 08:35:57 -0000	1.67
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<message_catalog package_key="contacts" package_version="1.2b6" locale="en_US" charset="ISO-8859-1">
+<message_catalog package_key="contacts" package_version="1.2b7" locale="en_US" charset="ISO-8859-1">
 
   <msg key="--_select_a_group_--">-- select a group --</msg>
   <msg key="--Create_New_Message--">-- Create New Message --</msg>
@@ -363,6 +363,7 @@
   <msg key="lt_This_users_has_not_be">This users has not been approved</msg>
   <msg key="lt_Title_is_not_shown_in_the_message">Title is not shown in the message, it is used to select the appropriate message.</msg>
   <msg key="lt_Unable_to_retrieve_gr">Unable to retrieve group_id</msg>
+  <msg key="lt_update_contact_if_needed">If needed please update this contact's information.</msg>
   <msg key="lt_updated_in_the_last_-">updated in the last -&gt;</msg>
   <msg key="lt_Upgrade_this_person_to_a_user">Upgrade this person to a user</msg>
   <msg key="lt_We_are_creating_the_c">We are creating the club for this organization. Please wait, this might take a while ...</msg>