From 526ee734be43a9d4c2b405e5317532aaa7b86cec Mon Sep 17 00:00:00 2001 From: Levi Wilson-Brown Date: Wed, 9 Aug 2023 18:17:28 +1200 Subject: [PATCH 1/2] FIX Remove call to process::inheritEnvironmentVariables() inheritEnvironmentVariables() was removed from the Symfony Process component in 5.0.0, as enviroment variables are always inherited. --- src/Solr/Reindex/Handlers/SolrReindexImmediateHandler.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Solr/Reindex/Handlers/SolrReindexImmediateHandler.php b/src/Solr/Reindex/Handlers/SolrReindexImmediateHandler.php index 27e627e..39b0b00 100644 --- a/src/Solr/Reindex/Handlers/SolrReindexImmediateHandler.php +++ b/src/Solr/Reindex/Handlers/SolrReindexImmediateHandler.php @@ -104,7 +104,6 @@ class SolrReindexImmediateHandler extends SolrReindexBase // Set timeout from config. Process default is 60 seconds $process->setTimeout($this->config()->get('process_timeout')); - $process->inheritEnvironmentVariables(); $process->run(); $res = $process->getOutput(); From 47a2a1e1a8099ba67763a9a6b441cddaa795c32d Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Mon, 21 Aug 2023 12:51:35 +1200 Subject: [PATCH 2/2] ENH Update translations (#352) --- lang/fi.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/fi.yml b/lang/fi.yml index 64d289b..7e797a1 100644 --- a/lang/fi.yml +++ b/lang/fi.yml @@ -3,12 +3,12 @@ fi: GO: Hae SEARCH: Haku SolrResultsPage: - SearchQuery: 'Hakusanasi oli' DidYouMean: Tarkoititko - ReadMore: 'Lue lisää' NoResults: 'Pahoittelut, mutta hakusi ei tuottanut yhtään osumaa.' Page: Sivu - of: / - ViewPreviousPage: 'Katso edellinen sivu' + ReadMore: 'Lue lisää' + SearchQuery: 'Hakusanasi oli' 'View page number': 'Siirry sivulle' ViewNextPage: 'Katso seuraava sivu' + ViewPreviousPage: 'Katso edellinen sivu' + of: /