1. 06 Jun, 2011 7 commits
  2. 03 Jun, 2011 10 commits
  3. 02 Jun, 2011 5 commits
  4. 01 Jun, 2011 5 commits
  5. 31 May, 2011 10 commits
  6. 30 May, 2011 3 commits
    • Nicolas Delaby's avatar
      replace birthday by date of birth · 866801a4
      Nicolas Delaby authored
      The property sheet CredentialRequest was used to override birthday property from Person property sheet.
      Because Person.birthday stores its value in start_date attribute.
      
      Because property surcharge behaviour is not predictable (Which accesor will be took ?), CrendentialRequest now introduce date_of_birth property.
      It avoid collision with start_date property which is also defined on Tickets.
      
      All dialog action keeps birthday as input parameter to not break backward compatibility
      my_date_of_birth_field is able to display getBirthday value to not break UI for ancient documents.
      866801a4
    • Nicolas Delaby's avatar
      Delete unused imports · 60bbe8b6
      Nicolas Delaby authored
      60bbe8b6
    • Nicolas Delaby's avatar
      Add new Base Category social title · d4a2bfe5
      Nicolas Delaby authored
      Display it on Person_view
      d4a2bfe5