Dear subscribers
We just published the first service release to update the stable version 1.3 which is the result of some touching-up on the new features introduced with the 1.3.0 release. For example it brings back the double-click behavior to open messages which was reduced to the list-only view. Or because the switch to change the mail view layout was a bit hidden, we also added it to the preferences section.
The update also includes fixes to reported bugs and one potential XSS vulnerability as well as optimizations to smoothly run on the latest version of PHP.
See the full changelog in the release notes [1] on the Github download page.
This release is considered stable and we recommend to update all productive installations of Roundcube with this version. Download it from https://roundcube.net/download.
Please do backup your data before updating!
Best, Alec & Thomas
[1] https://github.com/roundcube/roundcubemail/releases/tag/1.3.1
Thanks for your ongoing effort to make this product even better.
I wonder if I can update directly from 1.2.4 to 1.3.1 or are there road blocks ahead?
Thanks, Egbert Jan, NL
On Mon, Sep 4, 2017 at 10:12 PM, Egbert egbert@vandenbussche.nl wrote:
Thanks for your ongoing effort to make this product even better.
I wonder if I can update directly from 1.2.4 to 1.3.1 or are there road blocks ahead?
That should be possible without problems.
~Thomas
Op 5-9-2017 om 15:32 schreef Thomas Bruederli:
On Mon, Sep 4, 2017 at 10:12 PM, Egbert egbert@vandenbussche.nl wrote:
Thanks for your ongoing effort to make this product even better.
I wonder if I can update directly from 1.2.4 to 1.3.1 or are there road blocks ahead?
That should be possible without problems.
~Thomas
Thanks! Egbert Jan
On 05/09/2017 06:12, Egbert wrote:
Thanks for your ongoing effort to make this product even better.
I wonder if I can update directly from 1.2.4 to 1.3.1 or are there road blocks ahead?
Add vcard_attach to that function Q() failure list now so if you us that, be wary as well.
hrmmm, one more and i'll revert ;)
On 05/09/2017 06:12, Egbert wrote:
Thanks for your ongoing effort to make this product even better.
I wonder if I can update directly from 1.2.4 to 1.3.1 or are there road blocks ahead?
Thanks, Egbert Jan, NL
I just went 1.2.5 to 1.3.1, only issues were fatal php errors due to dblog, recipient to contact, and calendar plugins
Call to undefined function get_table_name() /.../dblog/
Call to undefined function Q() /.../recipient_to_contact/
Call to undefined function rcube_autocomplete_init() /.../calendar/
removed the plugins and all went OK, I will look for updated versions of those when I get a chance.
Otherwise, yeah, no other problems.
It’s pretty trivial to fix those bugs yourself and then wait for the author. All those methods have equivalents in a rounducbe class so Q would become something like rcube_utils::Q.
Cor
On 11 Sep 2017, at 03:17, Noel Butler noel.butler@ausics.net wrote:
On 05/09/2017 06:12, Egbert wrote:
Thanks for your ongoing effort to make this product even better.
I wonder if I can update directly from 1.2.4 to 1.3.1 or are there road blocks ahead?
Add vcard_attach to that function Q() failure list now so if you us that, be wary as well.
hrmmm, one more and i'll revert ;)
-- Kind Regards,
Noel Butler
This Email, including any attachments, may contain legally privileged information, therefore remains confidential and subject to copyright protected under international law. You may not disseminate, discuss, or reveal, any part, to anyone, without the authors express written authority to do so. If you are not the intended recipient, please notify the sender then delete all copies of this message including attachments, immediately. Confidentiality, copyright, and legal privilege are not waived or lost by reason of the mistaken delivery of this message. Only PDF http://www.adobe.com/ and ODF http://en.wikipedia.org/wiki/OpenDocument documents accepted, please do not send proprietary formatted documents _______________________________________________ Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
Howdy,
I’m making my multi-server instalation ready, but I’m facing just one small issue, that is with password plugin.
So, in config.inc.php of it I have:
config['password_db_dsn'] = 'mysql://webmail:bdkddddddz@192.168.69.222/postfix';
but, as I’m using in roundcube’s config.inc.php “dynamic” host:
$config['default_host'] = 'mail.%s';
Can I have in the password plugin config.inc.php the same variable?
(I can use same user/password/db on both servers for password change)
Thanks in advanced,