Hello all,
I have published a small and unobtrusive patch on the wiki,
to allow people who uses LDAP address book to add more fields from inetorg
person schema.
The default fields are not changed:
name,firstname,surname,email. However, it's possible to use extra fields by
using this configuration into the config
file:
{{{
$rcmail_config['addressbook_fields'] = array('name',
'firstname', 'surname', 'email' , 'telephoneNumber', 'mobile', 'o');
}}}
Basically, the patch modify three files save.inc, show.inc and edit.inc
in the folder roundcubemail/program/steps/addressbook/, and the
modification looks like that:
- $a_show_cols = array('name', 'firstname',
'surname', 'email');
+ $abook_def_fields = array('name', 'firstname',
'surname', 'email');
+ $a_show_cols =
$RCMAIL->config->get('addressbook_fields', $abook_def_fields) ;
The patch
also contains three labels for telephoneNumber, mobile and o:
+$labels['o'] = 'Company';
+$labels['telephoneNumber'] = 'Telephone
number';
+$labels['mobile'] = 'Mobile';
Of course, a more complete labels
should use at least inetorgperson's schema:
- commonName
- givenName
-
surname
- mail
- organizationName or 'o'
- postOfficeBox
- postalAddress
-
localityName or 'l'
- st
- postalCode
- telephoneNumber
-
facsimileTelephoneNumber
- mobile
- homePhone
I'll create a more complete
patch for the version 0.4, but I think this small patch will be very useful
to lot of roundcube users, particularly in enterprises. I hope it's
possible to include this patch in the version 0.3.
The link to the entry
: http://trac.roundcube.net/ticket/1485907 [1] André
Links:
------
[1]
http://trac.roundcube.net/ticket/1485907
_______________________________________________
List info: http://lists.roundcube.net/dev/
I attached slovenian translation of Roundcube labels.inc and
messages.inc, plus password and managesieve. It's all in the .zip file.
Regards,
Barbara
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/TQ/Af/1H6rg/RC_slovene_translati.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello everybody.
In Russia system administrators have their own holiday. In last Friday of
July we celebrate the day of IT-admin! So, I would like to congratulate
everybody with this day! I wish you stable connect, straight-hands users and
working air-conditioners! Let this day become a day of IT-admins of whole
world and our work become a little easier at least during this day. Our work
is work of invisible battlefront and let our work always value in the manner
that it values now.
My congratulations, friends!
_______________________________________________
List info: http://lists.roundcube.net/dev/
What is the deadline to include new translations?
Italian translation miss a very few sentences and I really want them to be
present in RoundCube v.0.3.
Thanks.
Yusef Maali
_______________________________________________
List info: http://lists.roundcube.net/dev/
Update for cy_GB attached - messages.inc only
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/EQ/yK7dgx6r/messages.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/