We are trying to experiment with the new Plugin API and have come across
several questions.
We are trying to have our plugin act as its own task and have its own
page with a button in the taskbar.
I was reading through the mailing list to figure out how to do this, and
could not find anything substantial.
I found an email stating:
this->add_button(..., 'taskbar');
or client side with
rcmail.add_element('<a href...', 'taskbar');
I added this-> add_button('asd', 'taskbar');
to the init function of the new plugin but it did not add anything to
the taskbar.
Secondly how would we create the page for this new task?
Also, I was curious if anyone has ported some of the existing patches on
the roundcube forums into a plugin format (such as sieve).
Thanks.
Naveen Gavini
Student Systems Programmer
OSS/CSS - OIT Rutgers
ngavini(a)jla.rutgers.edu
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi! Displaying messages list via Ajax using jquery is 4-5 times slower
than previous solution using DOM methods (function
rcmail.add_message_row() and some code in list.js). For 100 messages per
page it tooks:
Firefox: jquery 1100ms, DOM 250 ms
Opera: jquery 400ms, DOM 80ms.
Conclusion: don't use jquery everywhere (specially in code executed many
times)!
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Project Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi, all.
I use syslog as log_driver, but it sent the same message
to /var/log/messages and /var/log/roundcube.log. I just
want to make it log to /var/log/roundcube.log. How can i
solve this issue?
My settings in config/main.inc.php:
----
$rcmail_config['debug_level'] = 1;
$rcmail_config['log_driver'] = "syslog";
$rcmail_config['syslog_id'] = "roundcube";
$rcmail_config['syslog_facility'] = LOG_LOCAL3;
----
/etc/syslog.conf:
----
*.info;mail.none;authpriv.none;cron.none /var/log/messages
authpriv.* /var/log/secure
mail.* -/var/log/maillog
cron.* /var/log/cron
*.emerg *
uucp,news.crit /var/log/spooler
local7.* /var/log/boot.log
local4.*
-/var/log/openldap.log
local0.*
-/var/log/roundcube.log
----
Thanks very much. :)
--
Best regards.
Zhang Huangbin
- Open Source Mail Server Solution for RHEL/CentOS 5.x:
http://code.google.com/p/iredmail/
_______________________________________________
List info: http://lists.roundcube.net/dev/
I see it's used in quicksearchbox. Is this really useful? I don't like
it here.
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Project Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
Heya!
I implemented this by making some small changes to
roundcubemail/program/include/rcmail.php to load a separate timezones.inc
file from the language's localization directory. I also moved the names of
the timezones from roundcubemail/program/steps/settings/func.inc to an
initial timezones.inc for en_US, and made it load them from rcube_label()
instead.
I also added timezones.inc files for all the other localizations with just
an empty array, to prevent include errors.
Patch is attached. Criticism welcomed.
Best wishes,
Frank van den Brink
P.S. I tried using trac, but its registration page told me that "No handler
matched request to /register".
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Dk/V83gEBww/0001-Added-timezone-.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/
Updated missing keys for Latvian translation
Lauris
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/1s/exRNBa72/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/
Dear list,
I've just began to work with RoundCube. So I've downloaded 0.2.1v. from
roundcube.net . We're using Solaris 10 OS, UW washington imap client and php
5.2.9 .
I am not familiar with our mailserver - only thing I know about it is that
it's kind is 'mBox'. So I must set imap root and delimiter parameters in
/config/main.inc.php file. Here goes theese two lines:
$rcmail_config['imap_root'] = 'mail';
$rcmail_config['imap_delimiter'] = '/';
Now all necessary folders are shown, but "mail" folder is shown too. It is
always empty, cause there can not be any messages in it. Technically the way
it should work is to list all folders from imap_home_dir + imap_prefix . I
was not able to fix this by myself, so I'm asking for help in here.
--
Regards,
Arminas
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi devs,
thanks for hard work on the (long desired) Plugin API.
Could you please think about to automatically inculde configuration files
located in the plugin folder (just like you do with the language files)
instead of editing the main configuration file. I'd prefer that.
Regards,
Roland
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello Developers,
there is still a crazy bug for 3 months not fixed. This bug makes roundcube
worthless for many users.
Could someone please fix this bug?
http://trac.roundcube.net/ticket/1485659
Thank you in advance.
Michael (tux1337)
_______________________________________________
List info: http://lists.roundcube.net/dev/