Hi everyone,
I have recently upgraded to the latest stable version (0.3.1). I was
pleased to see that the users' private address books can now nicely be
stored in LDAP as well. I like this because it enables address book
synchronization with Thunderbird (albeit TB still can only access it
read-only, but it's a step forward). So I wrote up a small plugin that
can migrate the address books from SQL-backed storage to LDAP-backed one
when a user logs in. The file goes into plugins/addrbook_sql2ldap/
I realize that this has a rather narrow scope and is probably only
useful for a few people; nevertheless I'm attaching it here and leave it
up to the maintainers to decide whether to include it in the
distribution or to throw it away :-) License is GPL, of course.
This was written for 0.3.1, I don't know if there are any changes
required for the latest development version. I doubt it, but in case
there are, it should be a matter of minutes to adapt it because it's not
exactly a lot of code.
Oh, one more completely unrelated thing: on every login, I keep getting
the following warning in logs/errors:
PHP Warning: sort() expects parameter 1 to be array, boolean given in
program/include/rcube_imap.php on line 1118
It doesn't seem to do any harm, but if there's a suggestion for a fix,
I'd be grateful. I have to admit I didn't really understand where it
comes from ;-)
Best regads,
Chris
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Hq/RZioUZda/addrbook_sql2ldap.php
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!
Please update it.
labels.inc is for RoundCube;
plugins_ru_RU.patch is for help & password plugins.
С уважением,
Сергей Дукачёв (Sergey Dukachev) mailto:admin@mfitness.ru
---------------------------
Отдел IT
MFitness
+7 (495) 974 1234 (доб. 106)
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Eh/ITKjEkdc/labels.inchttp://detached.gigo.com/rc/Eh/ITKjEkdc/plugins_ru_RU.patch
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,
[[ I'm happy to work with a consultant to answer this and other
questions, as per my previous email. However, Thomas suggested I send
some questions to the dev list, so I'm doing that. ]]
I want to modify roundcube to add a new column to the mailbox listing
based on an X- header in the email messages, conditionally based on
the mailbox name.
I've found these functions involved in creating the message listing:
program/steps/mail/func.inc:rcmail_message_list
program/steps/mail/func.inc:rcmail_js_message_list
It looks like the message list both printed as HTML and updated by
javascript.
I tired modifying their output to add some new columns, but the
resulting display was really weird. The new column ended up to the
right of the actual column listing, and I don't think had the right
data.
Just to see how the system works, I tried modifying the configuration
$rcmail_config['list_cols'] and adding 'cc' or 'replyto' (both
identified as supported columns) and they did not show up as new
columns in the message listing. When I remove a column (such as
'date') it does disappear from the listing.
I'd appreciate any pointers.
I'm running roundcubemail-0.3.1.
Thanks!
David Harris
DRH Internet Inc.
972-572-0900
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
attached the updated localzation for
/trunk/plugins/help/localization/zh_TW.inc
--
Best Regards,
Thomas Yu - Sian , Liu
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/XR/zXLEbyYR/zh_TW.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/
Hi Jannis,
Thanks! This is exactly what I needed.
David
On Jul 24, 2010, at 12:08 PM, Jannis Froese wrote:
>
> Hi,
> I'm not exactly an roundcube developer, but in case you haven't got
> the
> answer yet:
> In program/js/list.js you find the function "use_arrow_key" (row 455)
> which
> does exactly what you want. Just look at it to see how to do it.
> Regards
> Jannis
>
>
> On Fri, 23 Jul 2010 11:50:27 -0500, David Harris <dharris(a)drh.net>
> wrote:
>> Hi,
>>
>> [[ I'm happy to work with a consultant to answer this and other
>> questions, as per my previous email. However, Thomas suggested I send
>> some questions to the dev list, so I'm doing that. ]]
>>
>> I want to create a button to move to the next or previous message in
>> a mailbox listing page. And if we're at the last message in a page
>> and someone clicks to go to the next message, then we will move to
>> the first message in the next page.
>>
>> I've found:
>> rcmail.command('nextmessage');
>> rcmail.command('previousmessage');
>> but they only appear to work on message listing page.
>>
>> For the mailbox listing page, I've found these functions to move back
>> and forward through the page list:
>> rcmail.command('previouspage');
>> rcmail.command('nextpage');
>>
>> Is there a command to do this?
>>
>> I see that the down and up arrow seem to do what I want. Do you have
>> a keypress handler doing this that calls a command? (I can't find
>> it.)
>>
>> Thanks,
>>
>> David Harris
>> DRH Internet Inc.
>> 972-572-0900
>>
>>
>>
>>
>> _______________________________________________
>> List info: http://lists.roundcube.net/dev/
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
[[ I'm happy to work with a consultant to answer this and other
questions, as per my previous email. However, Thomas suggested I send
some questions to the dev list, so I'm doing that. ]]
I want to create a button to move to the next or previous message in
a mailbox listing page. And if we're at the last message in a page
and someone clicks to go to the next message, then we will move to
the first message in the next page.
I've found:
rcmail.command('nextmessage');
rcmail.command('previousmessage');
but they only appear to work on message listing page.
For the mailbox listing page, I've found these functions to move back
and forward through the page list:
rcmail.command('previouspage');
rcmail.command('nextpage');
Is there a command to do this?
I see that the down and up arrow seem to do what I want. Do you have
a keypress handler doing this that calls a command? (I can't find it.)
Thanks,
David Harris
DRH Internet Inc.
972-572-0900
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
Could on the fly spell checking ever be possible composing
emails instead of the separate check after you are done?
Or possibly
have it check when you click "send" and then come back (optional per
user)--
people have asked, and sometimes I forget to do a check
myself.
Thanks!!
PS -- Roundcube is getting very nice-- and it is so
fast with all the little optimizations you guys have been doing (i've
been installing the svn versions as we go) they have really added up.
--Scott Kramer
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
I'm modifying roundcube for some specific customer requirements. I'm
a programmer and have made a lot of progress, but I'm running into
changes that take time because I don't know all of the roundcube
internals. I'd like to hire a roundcube developer to work with me on
some of these modifications and/or advise me on the relevant internals.
I'd like to get started tomorrow (Saturday 7/24) or today and
initially buy about 4 or 6 hours of time. Since it's last minute, if
someone can help me tomorrow I'll pay $120/hour. Normally I can pay
$100/hour.
Please contact me if you're interested at dharris(a)drh.net. Let me
know your roundcube experience, your availability, and your phone
number.
Thanks,
David Harris
DRH Internet Inc.
972-572-0900 x702
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi!
When replying a message, the cursor starts below the original text. I
would like to propose an option allowing users to configure whether they
want to start above or below the text. Is such a feature planned?
Regards
Stefan
_______________________________________________
List info: http://lists.roundcube.net/dev/
Which task i need to use. And how i can add new form field to login form ?
_______________________________________________
List info: http://lists.roundcube.net/dev/