Add missing field placeOfBirth

This commit is contained in:
Benjamin Dauvergne 2010-11-10 09:57:26 +01:00
parent 7894934c39
commit eb9fc0efae
3 changed files with 11 additions and 2 deletions

View File

@ -19,7 +19,7 @@ class IdentitiesStoreIFEF(authentic.identities.IdentitiesStoreLdap):
Field('givenName', N_('Prenom'), required = True, admin_required = True),
Field('dateOfBirth', N_('Date de naissance'), hint = _('jj/mm/aaaa'),
on_register = False, widget_class = 'DateWidget'),
# Field('placeOfBirth', N_('Lieu de naissance')),
Field('placeOfBirth', N_('Lieu de naissance')),
# Contact
Field('email', N_('Adresse email'),
hint = _("exemple: jean@example.com"), required=True,

View File

@ -3,6 +3,7 @@
#
# Date : 20100205
# Révision :
# * 20101110 - Benjamin Dauvergne <bdauvergne@entrouvert.com> - ajout placeOfBirth
# * 20100205 - Benjamin Renard <brenard@easter-eggs.com> - Création initiale
# * 20100223 - Benjamin Renard <brenard@easter-eggs.com> - Màj suite au dernière discutions
# + Ajout attribut labeledURI à l'objectClass ifefpeople
@ -48,6 +49,14 @@ attributetype (IFEFLdapImportAttributes:1
DESC 'RFC2985 : specifies the date of birth for the subject it is associated with'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
SINGLE-VALUE )
attributetype (IFEFLdapImportAttributes:2
NAME 'placeOfBirth'
DESC 'Place of birth'
EQUALITY caseExactMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )
# </RFC2985 Attributes>
#
# <IFEF Attributes>

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-09-18 08:27+0000\n"
"POT-Creation-Date: 2010-10-12 21:50+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"