From bccf38cbf664cc4becd65aee1e4c228d20a173d4 Mon Sep 17 00:00:00 2001 From: aynsix Date: Fri, 6 Mar 2020 11:47:01 +0300 Subject: [PATCH 1/4] change column size --- lib/Alchemy/Phrasea/Core/Version.php | 2 +- lib/conf.d/bases_structure.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/Alchemy/Phrasea/Core/Version.php b/lib/Alchemy/Phrasea/Core/Version.php index c029f2be01..e397781f1d 100644 --- a/lib/Alchemy/Phrasea/Core/Version.php +++ b/lib/Alchemy/Phrasea/Core/Version.php @@ -17,7 +17,7 @@ class Version * @var string */ - private $number = '4.1.0-alpha.23a'; + private $number = '4.1.0-alpha.24a'; /** * @var string diff --git a/lib/conf.d/bases_structure.xml b/lib/conf.d/bases_structure.xml index 8cfcd692fd..d1cf4689ac 100644 --- a/lib/conf.d/bases_structure.xml +++ b/lib/conf.d/bases_structure.xml @@ -1328,7 +1328,7 @@ host - char(64) + char(255) @@ -1403,7 +1403,7 @@ label_en - char(50) + char(128) YES @@ -1411,7 +1411,7 @@ label_fr - char(50) + char(128) YES @@ -1419,7 +1419,7 @@ label_de - char(50) + char(128) YES @@ -1427,7 +1427,7 @@ label_nl - char(50) + char(128) YES From 7a72485b33fd2d4327dc9ee8b6f364676f36a5f8 Mon Sep 17 00:00:00 2001 From: aynsix Date: Fri, 6 Mar 2020 14:08:29 +0300 Subject: [PATCH 2/4] use 4.1.0-alpha.25a --- lib/Alchemy/Phrasea/Core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Alchemy/Phrasea/Core/Version.php b/lib/Alchemy/Phrasea/Core/Version.php index e397781f1d..a4971ffaf1 100644 --- a/lib/Alchemy/Phrasea/Core/Version.php +++ b/lib/Alchemy/Phrasea/Core/Version.php @@ -17,7 +17,7 @@ class Version * @var string */ - private $number = '4.1.0-alpha.24a'; + private $number = '4.1.0-alpha.25a'; /** * @var string From 38afc8dd43d5a677041d44178d6eb54b6d3fb9b6 Mon Sep 17 00:00:00 2001 From: aynsix Date: Mon, 9 Mar 2020 17:58:20 +0300 Subject: [PATCH 3/4] change version to 4.1.0-alpha.24a --- lib/Alchemy/Phrasea/Core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Alchemy/Phrasea/Core/Version.php b/lib/Alchemy/Phrasea/Core/Version.php index a4971ffaf1..e397781f1d 100644 --- a/lib/Alchemy/Phrasea/Core/Version.php +++ b/lib/Alchemy/Phrasea/Core/Version.php @@ -17,7 +17,7 @@ class Version * @var string */ - private $number = '4.1.0-alpha.25a'; + private $number = '4.1.0-alpha.24a'; /** * @var string From 08fd0f625334360709a30b055ef5fd6d11832b14 Mon Sep 17 00:00:00 2001 From: Nicolas Maillat Date: Mon, 9 Mar 2020 17:45:02 +0100 Subject: [PATCH 4/4] Add document formats for unoconv --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Dockerfile b/Dockerfile index 13daa50724..e900d1aea4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,6 +34,12 @@ RUN apt-get update \ unoconv \ unzip \ xpdf \ + libreoffice-base-core \ + libreoffice-impress \ + libreoffice-calc \ + libreoffice-math \ + libreoffice-writer \ + libreoffice-pdfimport \ && update-locale "LANG=fr_FR.UTF-8 UTF-8" \ && dpkg-reconfigure --frontend noninteractive locales \ && docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \