Up to 100%.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/47/fMi1lTgf/labels.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/
hey,
the recent 'Re-designed User Preferences interface' changes to roundcube
trunk seem to have broken the user_preferences hook. at least the plugin
'subscriptions_option' doesn't work anymore.
apart from that, the new interface looks very good!
something else: would it be possible to add a TEXT field 'preferences'
to the identities mysql table as well in future releases? the crypt
plugin for example could use it to save custom default key ids for
different identities.
greetings,
jonas
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/At/BMmDOLPg/signature.asc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi guys,
I've trying to implemnt roundcube in the company I work for, but I've
found some problem (alread posted on users mailing list).
I've read in these forums several times that most roundcube developers
are not using LDAP, so they can't test many LDAP features.
As I'm mainly a systems administrator and not a developer, the language
I have most experience is python and not php, and my time is not enough
to do these sort of developments I'd like to collaborate in another way
in these features related to LDAP.
So, may it help if , for example, I setup for you a Virtual Machine with
a full working and ready to use OpenLDAP server, with phpldapadmin and
some lorem ipsum data on it?
Maybe having this would help you to improve LDAP on roundcube.
Just trying to Help.
Matias
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello again,
I'm still trying to integrate my planning in roundcube.
I wonder if it's possible to create a new task with a plugin, for
instance "calendar".
Thanks
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello everybody,
I'm trying to develop a plugin for roundcube, that
integrates a weekly calendar [1]. The plugin need an external calendar
server by the caldav protocol (davical,darwin calendar server, etc.)
Actually, I successfully detect invitation messages using the message
load hook, however, I'm stuck with what I need to do next:
* Completely
modify message presentation, to display the message as an invitation, and
include a text area and some buttons: accept, decline, etc.
* Accept
invitation, by executing some server side code. I cannot do it using
Javascript/Ajax, because the calendar server is on another server.
Can
anyone help me to start and tell me which hooks I have to use, and how to
use them for these tasks ?
Thanks.
--
Andre Rodier
Links:
------
[1]
http://www.redredred.com.au/projects/jquery-week-calendar/
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
Updated Turkish translations are attached.
Completed untranslated strings and enhanced some previous translations.
--
Gokdeniz Karadag
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/fK/ufYdExNf/labels.inchttp://detached.gigo.com/rc/fK/ufYdExNf/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/
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/