Dear plugin developers
We recently added the plugin named 'jqueryui' by Cor Bosman to the SVN
repository and it will be shipped with future releases of Roundcube. In
fact there are several plugins which actually use jQuery UI and the intent
of this plugin is to load its resources only once and to maintain a
streamlined UI which is in sync with the (default) Roundcube themes.
In current trunk (and released in v0.6 soon) a plugin can require another
plugin using the following line in the init() method:
$this->require_plugin('jqueryui');
This will load the required plugin (if not already done) even if it's not
listed in the config.
We kindly request all plugin authors who embedded jquery UI in their
plugins (or planned to do so) to rely on this official jquery UI plugin and
to load it as mentioned above.
Thanks a lot and keep on developing!
~Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Dear technical
After searching for a solution so they can read the email without problems
from different samrtphone (iphone, ipad, etc. ..), I developed a small
solution basing on the previous.
I refer to Tricket # 1484680, which appears open a ticket asking for a
solution to the current version.
A larger question, I would join the development team Roundcube, and I've
been working with this application since version 0.2 and I find it amazing
the work they are doing and I can contribute something in their development.
Yours sincerely
Barbara Vergara
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/dx/3TKk15kd/rc_iphone.diff
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hello,
i've found the on last release of the stable 0.5.2 there is a file
corrupted.
The file is program/include/rcmail.php
As you can see, that file is marked as:
$Id: rcmail.php 4626 2011-03-31 12:32:44Z alec $
But in the trac/svn, on the changeset 4626, that file is different.
http://trac.roundcube.net/browser/trunk/roundcubemail/program/include/rcmai…
In the specific two line of code 1077-1078 are shifted to the lines
1196-1197.
That lines was:
if (is_object($this->imap))
$this->imap->close();
That should be inside the "shutdown" function, but instead is inside the
"encrypt"function.
I haven't checked if there is any other file with this problem, but i
hope not.
Best Regards,
--
Andrea Ruisi
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Translation update for European Portuguese (pt_PT).
- labels.inc
Regards,
DC
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Cx/xsdr9vNv/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/
BT/aba52c80
Hello
Until now the only SASL mechanisms that were available for SMTP
authentication were the one Net-SMTP provided. I just had a patch
accepted in Net-SMTP SVN so that new mechanisms can be added on the fly.
One do this by calling the new method:
$conn->setAuthMethod('METHOD_NAME', array($object, $method));
or, without using object programming:
$conn->setAuthMethod('METHOD_NAME', $callback);
In order to use that in RouncCube, we need a new hook so that plugins
have the opportunity to register their method using
Net_SMTP::setAuthMethod()
Here is the patch that does just that:
http://ftp.espci.fr/shadow/manu/rcube.diff
--
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu(a)netbsd.org
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
I can see a lot of people have been downloading the plugin. There
have been daily changes being made to this so you may want to stay
current on the latest version.
http://roundcubegoogle.sourceforge.net/
[1]
As of rc svn version 4804, no modifications to RoundCube core are
necessary
The latest version just uploaded no longer requires change
to the Zend code.
Drag and drop support is now fully functional.
Only one problem left and anyone able to offer suggestions please
email me at rc [AT] deltatechnicalservices.com
The one known
remaining problem is that if you attempt to drag and drop a large number
of contacts to or from the google_contacts to another database, it can
take some time and there is no notification on screen to let you know
that is in progress.. Just wait until you see the notice on top saying
it is complete. The same is true if you attempt to delete a large number
at one time like 30 or more.
So download, and enjoy and please let me
know if you have any problems or questions.
Links:
------
[1]
http://roundcubegoogle.sourceforge.net/
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Can someone tell me how I can put up a Loading message? I have
tried to do this in a plugin callback but, it doesn't happen until it is
too late.
Specifically, in my google_contacts plugin. If someone
selects a lot of contact like 50 and either clicks delete or drags them
from personal contacts to google contacts this can take some time to
complete like sometimes up to 30 seconds. I need something to indicate
to the user that rc is busy and to wait.
Doing this inside the
contact_create hook or the contact_delete hook causes the loading
message to popup AFTER the job is done and the time has passed.
Does
anyone know how to throw up this loading message at the beginning of the
create or delete action?
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80