Re: [RCU] Roundcube Webmail 1.5.0 released

2021-10-19 Thread list
We proudly announce the final release of the next major version 1.5 of 
Roundcube webmail.



https://github.com/roundcube/roundcubemail/wiki/Installation still says 
new database should be created with


   CREATE DATABASE roundcubemail CHARACTER SET utf8 COLLATE 
utf8_general_ci;


However with tables using utf8mb4 what is the correct way new databases 
should be created? Is it sufficient to just set the character-set and 
let the collate use default such as


   CREATE DATABASE roundcubemail CHARACTER SET utf8mb4;

Yes i know table creation overrides the database defaults however i 
would feel better if the database defaults matched the tables :)

___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Webmail 1.5.0 released

2021-10-19 Thread Mike Burger

On 2021-10-19 12:52, l...@ptld.com wrote:
We proudly announce the final release of the next major version 1.5 of 
Roundcube webmail.



https://github.com/roundcube/roundcubemail/wiki/Installation still
says new database should be created with

   CREATE DATABASE roundcubemail CHARACTER SET utf8 COLLATE 
utf8_general_ci;


However with tables using utf8mb4 what is the correct way new
databases should be created? Is it sufficient to just set the
character-set and let the collate use default such as

   CREATE DATABASE roundcubemail CHARACTER SET utf8mb4;

Yes i know table creation overrides the database defaults however i
would feel better if the database defaults matched the tables :)


If you're upgrading, why would you need to create a new database?
--
Mike Burger
http://www.bubbanfriends.org

"It's always suicide-mission this, save-the-planet that. No one ever 
just stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1

___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Webmail 1.5.0 released

2021-10-19 Thread Sophie Loewenthal


Hi,

I didn't see any changes listed to sqlite3 backends.  Were they?

Regards,
S
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Webmail 1.5.0 released

2021-10-19 Thread list

* Dark mode for Elastic skin


Using Firefox and Edge dark mode does not save across sessions.
If i close the browser and reopen roundcube it is always back in light 
mode.

Is this intentional?
Is there anyway to have dark mode persist?
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Webmail 1.5.0 released

2021-10-19 Thread Aleksander Machniak
On 19.10.2021 15:03, l...@ptld.com wrote:
>> * Dark mode for Elastic skin
> 
> Using Firefox and Edge dark mode does not save across sessions.
> If i close the browser and reopen roundcube it is always back in light
> mode.
> Is this intentional?
> Is there anyway to have dark mode persist?

This is a bug. We store the state in a cookie, we have to make sure it
has expiration date set to a year in the future (as we do with other
similar cookies).

Open a ticket, please.

-- 
Aleksander Machniak
Kolab Groupware Developer[https://kolab.org]
Roundcube Webmail Developer  [https://roundcube.net]

PGP: 19359DC1 # Blog: https://kolabian.wordpress.com
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Webmail 1.5.0 released

2021-10-19 Thread Aleksander Machniak
On 19.10.2021 01:17, l...@ptld.com wrote:
>> * Full unicode support with MySQL database
> 
> Does this mean the database character set should be utf8mb4 for 1.5
> instead of utf8mb3? If so, any instructions on best way to go about this
> when upgrading roundcube? Or do we need to run convert on each table one
> by one?

This is part of the upgrade procedure
https://github.com/roundcube/roundcubemail/blob/master/SQL/mysql/2020020101.sql


-- 
Aleksander Machniak
Kolab Groupware Developer[https://kolab.org]
Roundcube Webmail Developer  [https://roundcube.net]

PGP: 19359DC1 # Blog: https://kolabian.wordpress.com
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Webmail 1.5.0 released

2021-10-18 Thread list

On 10-18-2021 4:19 pm, Thomas Bruederli wrote:

We proudly announce the final release of the next major version 1.5 of 
Roundcube webmail.

With this milestone we introduce new features and full PHP 8.0 support.


Will the install and update wiki be updated with 1.5 in mind?
   https://github.com/roundcube/roundcubemail/wiki/Installation
   https://github.com/roundcube/roundcubemail/wiki/Upgrade



* Full unicode support with MySQL database


Does this mean the database character set should be utf8mb4 for 1.5 
instead of utf8mb3? If so, any instructions on best way to go about this 
when upgrading roundcube? Or do we need to run convert on each table one 
by one?

___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users