<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>db/migrate/003_add_skype_contact.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -9,6 +9,7 @@ class Customer &lt; ActiveRecord::Base
   validates_format_of :email, :with =&gt; /^([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]{2,})$/i, 
     :allow_nil =&gt; true, :allow_blank =&gt; true
   #TODO validate website address
+  #TODO validate skype_name contact
   
   def pretty_name
     result = name.strip</diff>
      <filename>app/models/customer.rb</filename>
    </modified>
    <modified>
      <diff>@@ -19,4 +19,7 @@
   &lt;p&gt;
     &lt;%= f.text_field 'website', :label=&gt;'field_customer_website' -%&gt;
   &lt;/p&gt;
+  &lt;p&gt;
+    &lt;%= f.text_field 'skype_name', :label=&gt;'field_customer_skype' -%&gt;
+  &lt;/p&gt;
 &lt;/div&gt;
\ No newline at end of file</diff>
      <filename>app/views/customers/_form.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -16,6 +16,7 @@
     &lt;p&gt; &lt;%= l(:field_customer_phone) %&gt;: &lt;%= h @customer.phone %&gt; &lt;/p&gt;
     &lt;p&gt; &lt;%= l(:field_customer_email) %&gt;: &lt;%= mail_to @customer.email unless @customer.email.blank? %&gt; &lt;/p&gt;
     &lt;p&gt; &lt;%= l(:field_customer_website) %&gt;: &lt;%= link_to @customer.website unless @customer.website.blank? %&gt; &lt;/p&gt;
+    &lt;p&gt; &lt;%= l(:field_customer_skype) %&gt;: &lt;%= @customer.skype_name unless @customer.skype_name.blank? %&gt; &lt;/p&gt;
   &lt;/div&gt;
 &lt;% else %&gt;
   &lt;p class=&quot;nodata&quot;&gt;&lt;%=l(:label_no_data)%&gt;&lt;/p&gt;</diff>
      <filename>app/views/customers/show.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -14,5 +14,6 @@ field_customer_address: Address
 field_customer_phone: Phone
 field_customer_email: Email
 field_customer_website: Website
+field_customer_skype: Skype
 notice_successful_save: Saved
 notice_unsuccessful_save: Could not save</diff>
      <filename>lang/en.yml</filename>
    </modified>
    <modified>
      <diff>@@ -14,5 +14,6 @@ field_customer_address: Indirizzo
 field_customer_phone: Telefono
 field_customer_email: Email
 field_customer_website: Sito web
+field_customer_skype: Skype
 notice_successful_save: Salvato con successo
 notice_unsuccessful_save: Impossibile salvare</diff>
      <filename>lang/it.yml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ba412290e663bf046e229bbba3f9882558a4dded</id>
    </parent>
  </parents>
  <author>
    <name>Michele Franzin</name>
    <email>michele.franzin@gmail.com</email>
  </author>
  <url>http://github.com/edavis10/redmine-customer-plugin/commit/e0e0162ee084c4132e9459376577fd400b31a740</url>
  <id>e0e0162ee084c4132e9459376577fd400b31a740</id>
  <committed-date>2008-09-29T05:35:37-07:00</committed-date>
  <authored-date>2008-09-29T05:35:37-07:00</authored-date>
  <message>added skype contacts</message>
  <tree>4f8b54963570833465db5d11abb5c7b58fb24c5e</tree>
  <committer>
    <name>Michele Franzin</name>
    <email>michele.franzin@gmail.com</email>
  </committer>
</commit>
