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
I would like to write a plugin that enables the user to specify an external
SMTP server for every identity. But there are some questions I got.
I startet and used the identity_form hook to inject the additional form
elements, but how am I supposed to get the values that were entered by the
user? identity_update and identity_create do not provide the additional
data to my plugin. And of course the data is not saved automatically.
Second question: When I get the data, how is a plugin supposed to save
data? Do I save the data with:
rcmail::get_instance()->user->save_prefs(array('key' => $value));
or is there a way to save the data right where the identity is saved?
I hope you can help me developing this plugin.
Old thread: http://lists.roundcube.net/mail-archive/dev/2008-02/0000032.html
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi,
I updated and completed with love the french translation of labels.inc.
Thanks for your work falks, its just great!
Baptiste Darthenay
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/v9/qyrmCHOc/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'm implementing _reminders_ into my calendar plugin.
I'd like to ask if someone could please help to convert
to following MySQL-Script for Postgres and/or SQLite.
Thanks in advance!
Regards,
R.
_________________________________________________________
CREATE TABLE `reminders` (
`reminder_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL,
`events` int(10) unsigned NOT NULL,
`cache` int(10) unsigned NOT NULL,
`caldav` int(10) unsigned NOT NULL,
`type` text,
`props` text,
`runtime` int(11) NOT NULL,
PRIMARY KEY (`reminder_id`),
CONSTRAINT `reminders_ibfk_1` FOREIGN KEY (`user_id`)
REFERENCES `users` (`user_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB CHARACTER SET utf8 COLLATE utf8_general_ci;
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi,
I was just updating the localisation files for en_GB, I was using a diff
tool to make sure I got text changes as well as new text. The spacing in the
en_US files is not the same as that in other files (generated by the
translator). Having diff ignore whitespace is easy but extra blank lines and
lines with comments in the en_US files cause a lot of noise. I have made the
format of the en_US files match those created by the translator and attached
them as well as the updated en_GB.
Phil
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/yn/y3rJNpcf/en_US.ziphttp://detached.gigo.com/rc/yn/y3rJNpcf/en_GB.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
Hi!
This is the latvian (lv_LV) translation update to 100% for labels,
messages and also for managesieve and message_highlight plugins.
Greetings,
--
KASPARS TENTERS
Vidzemes University of Applied Sciences
http://www.va.lv
Vidzemes Augstskola, Cesu - 4, Valmiera, LV - 4201
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Fk/fErZZEYp/roundcube.tar.gz
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
Dear list members
I wrote a custom login screen witch is grabbing the login cookies from
the RC login screen an this cookies are sent back to the client with a
redirect.
So far in RC 0.5.3 I had no problem in logging in with this method,
despite the introduction of the security tokens.
In the current beta version 0.6 it seams that the cookies are changed on
every request during login. Is this correct?
I could narrow down my issue to the file
'./program/include/rcube_session.php' (Line 575), but I don't completely
understand the code at this position.
A advise would be nice.
Regards
Dominic
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80