-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Updated and fixed a typo
Ciao,
luigi
- --
/
+--[Luigi Rosa]--
\
One way to stop a runaway horse is to bet on him.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk5mXdwACgkQ3kWu7Tfl6ZRHEgCgjOvZI4NaOrqbrsaTHLUSd6XY
G1QAn0K8xIWIiv5nBcjQJzFNFpklGdpx
=xjTr
-----END PGP SIGNATURE-----
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/tR/Jo5Ntast/labels.inchttp://detached.gigo.com/rc/tR/Jo5Ntast/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
Hello,
Please find attached the latest translation for French (fr_FR) with
everything translated in both files and some old items also fixed.
Regards,
Joel
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/aA/r8xMhGPW/labels.inchttp://detached.gigo.com/rc/aA/r8xMhGPW/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
Updates to get the files back to 100%
--
Dafydd Tomos
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/ns/dcnsGbu5/cy_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
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