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
Hi,
As both the plugin API and the RC core evolve newer plugins might not work
with older versions of RC. Putting this information in the readme or on the
website with the plugin is the obvious answer but some people just ignore
that and install the wrong version any way. Agreed that is their own fault
and they should read the instructions but adding some kind of check into the
API for compatible versions seems to be quite easy, using the
version_compare function in PHP. I had a little play with it and the idea
basically works. There are 2 considerations that I can see:
1) It's only a very basic check: "this plugin works with 0.5.2 and later"
2) The RC version string needs to be written in the "PHP-standardized" way.
That means it has to be x-dev rather than x-svn and no x-stable just x.0
I'm not sure if this is a waste of time and people should just read
instructions, may be it is. If anyone thinks it's a good idea I can make a
patch.
Phil
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hello everyone,
in order to be RFC 5322 compliant, I've developped a plugin for Roundcube to
allow users to set the "Sender" of outgoing mails (cf. RFC 5322 - Originator
fields. http://tools.ietf.org/html/rfc5322#section-3.6.2).
I didn't really noticed when I started using Roundcube but the default
translation in the user interface for the "From" field is also "Sender".
Is there a specific reason to this translation ?
Please find the related Roundcube plugin in attachement.
Thanks,
Anthony.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/7D/j3kVosDZ/identity_sender.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/
BT/aba52c80
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Ciao,
luigi
- --
/
+--[Luigi Rosa]--
\
Only wimps use tape backup: _real_ men just upload their important
stuff on ftp, and let the rest of the world mirror it.
--Linus Torvalds on linux-kernel
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk4qxWsACgkQ3kWu7Tfl6ZQUNACdHnIuIUP9J/a+Ci161hny6lqj
fkkAoMOEO3Xs+U+1TA4qF04KpanTTdXW
=TmtH
-----END PGP SIGNATURE-----
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/KW/YJytNNPV/messages.inchttp://detached.gigo.com/rc/KW/YJytNNPV/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
Hi
I've just update the missing lines in portuguese brazilian translation.
Thanks
Robson F. Ramaldes
!DSPAM:4e2ac22162603538221248!
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/xm/WGB7S6lf/labels.inchttp://detached.gigo.com/rc/xm/WGB7S6lf/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/
BT/aba52c80
Hi,
we're in process of migrating from RC v0.4.2 to v0.5.3 and we've noticed a significant change in caching behaviour.
Ib v0.4.2 Roundcube cached headers for messages that were requested by the user, either single messages or messages that appeared in the mailbox view. So if I had page size set to 40, the first time I login Roundcube would cache 40 message headers.
Roundcube 0.5.3 caches the whole inbox. We have around 200,000 email customers, that's hundreds of millions messages and storing that in DB is pretty pointless.
I'm wondering, what is the reason behind changing the caching behaviour so drastically. Is it configurable? Does it improve searching, navigation performance or something else?
Thanks,
Vlad
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi Devs and Listlurkers,
I have started to implement a new feature.
Now it is possible to associate a event category with a CalDAV server:
Preferences -> Calendar -> Categories -> Radio Button
The snapshot is here:
http://mail4us.net/dev/plugins/calendar.zip
Regard it as a proof of concept.
Serveral things are missing:
(*)
The GUI has to be improved. It is not visible for a user
whether a category is successfully linked to a CalDAV or not,...
(*)
The plugin should check if CalDAV credentials are valid for they are
saved ...
I really appreciate your input. Please test it!
There were some security concerns regarding password saving.
If there is a (validity check later) placeholder for the
password (%p -> session password or %gp -> google account password
[requires google_contacts plugin] the placeholder and not the real
password is saved.
Please post your problems, suggestions or whatever at my issue tracker:
http://code.google.com/p/myroundcube/issues/detail?id=227
Regards,
R.
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80