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
Dear developers,
Is it possible to use a separate filter for searching members of LDAP
contact group in Roundcube-0.6-beta? I'm not so clear how to achieve this
after reading comment in main.inc.php.dist.
Currently, my LDAP structure looks like below:
- All groups are placed under ou=Groups,dc=xxx. e.g. mail=group01(a)domain.ltd
,ou=Groups,dc=xxx.
- Group members are placed under ou=Users,dc=xxx, e.g.
mail=user01(a)domain.ltd,ou=Users,dc=xxx, with attribute
'memberOfGroup=group01(a)domain.ltd' to identify group membership.
How can i list members of contact group in Roundcube Address Book? Maybe add
'filter_members' in "groups => array();" like below:
'groups' => array(
'filter_members' => '(memberOfGroup=%u)',
...
),
Thanks for your great work, and looking forward to your reply.
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Dear Roundcube lovers
We're proud to announce the next major release of the Roundcube
webmail package: 0.6 is out now as beta.
And it's packed with new features, some of them have been awaited for
long time. So what's new?
* A full-featured address book with rich contact information
The address book UI was finally extended to store rich contact data
including photos. We worked hard to create a flexible and intuitive UI
to enter and manage the contact data. Along with that, import and
export of vcards was improved to support all the new fields. If you
have LDAP directories configured as address sources, you might review
the configuration and map the new contact fields to the according LDAP
attributes using the 'fieldmap' property.
* Group support for LDAP address books
While speaking of LDAP, the LDAP wrapper of Roundcube now also
supports address groups thanks to the contribution of Andreas Dick.
This requires some additional configuration which is described in the
comments of config/main.inc.php.dist
* ACL rights/namespace management plugin
The new package includes a plugin which extends the folder manager to
manage Access Control Lists according to RFC4314 and RFC2086. This
allows one to share folders with other users if the IMAP server
supports ACL. If there's a LDAP directory configured, the ACL manager
even does auto-completion when adding a new user.
* memcache support for session storage
As an alternative to the SQL-based storage of user sessions, Roundcube
0.6 is now capable of using memcache for fast and redundant storage of
session data. Set 'session_storage' and 'memcache_hosts' config
options to enable it.
* File uploads with progress display
Using the features of the APC module, Roundcube can now display the
progress of file uploads. This has to be enabled in config using the
'upload_progress' option. Make sure APC is available in PHP and that
apc.rfc1867 is set in php.ini
* Automated update process with database schema check
Upgrading Roundcube installations has become an easy task with the new
update shell script. Unpack the new package in some directory and then
run bin/installto.sh <TARGETDIR> from there. TARGETDIR is the location
of the Roundcube installation which you want to upgrade. The script
then copies all files to the target directory and does all
modifications necessary to get the database and config files
up-to-date.
* Exchange logo by config
And last but not least, one can now set a customized logo by config
without the necessity to create a new skin. We'd like to encourage all
hosting providers to set the 'skin_logo' config option with an URL to
their logo. This will hopefully clarify to your users, what service
they're actually using. We registered an increased amount of support
requests from users who don't understand that Roundcube is not a
public service but that they have to contact their ISP for help.
Of course there are also many improvements under the hood to make
Roundcube faster, more stable and more secure.
So go forth and install Roundcube 0.6 beta on your servers [1]. We
recommend to test it on a separate environment and report bugs to our
bug tracking system [2]. An improved and stabilized version will
follow soon.
A little note for skin developers: the new address book also brings
the following new template objects which need to be placed in the HTML
templates: contactphoto, contacthead, contactedithead,
photouploadform. Have a look at the default skin templates to get
inspiration for the placement and styling.
Many thanks to all who use and improve Roundcube every day!
Best regards,
Thomas
[1] http://roundcube.net/download
[2] http://trac.roundcube.net/
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Attached (an then probably detached).
Ciao,
luigi
- --
/
+--[Luigi Rosa]--
\
A plan depends as much upon execution as it does upon concepts.
--Frank Herbert, "Dune"
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk5MuR4ACgkQ3kWu7Tfl6ZT+aQCgicwsAjnwCcDpUZ1uw8N/y/kE
tVsAn16Ju4v81N8m9Pa2oYvMHzjV4Dhy
=oj8Y
-----END PGP SIGNATURE-----
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/RD/9FgqK3u+/labels.inchttp://detached.gigo.com/rc/RD/9FgqK3u+/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