From 5e65696805ef801db5b4d8df41095bd9def7c725 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 22 May 2024 03:39:16 +0200 Subject: [PATCH 1/4] Upgrade to v6.5.8 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index aa45068..5cbcd20 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "LimeSurvey" description.en = "Create and distribute surveys" description.fr = "Outil de création et diffusion de sondage" -version = "6.5.7~ynh1" +version = "6.5.8~ynh1" maintainers = ["ljf"] @@ -59,8 +59,8 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.main] - url = "https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/6.5.7+240515.tar.gz" - sha256 = "a9d8b31fddba18054a472b3bcd1fca185e901e978f675883a9b0e0ec92a01c0b" + url = "https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/6.5.8+240517.tar.gz" + sha256 = "f5b126c0f90d1ab2f9f5789e905e48bde4c5fd85da07e7d2df9c6f627db349b6" autoupdate.strategy = "latest_github_tag" autoupdate.version_regex = "^(.*)\\+.*$" From 2199165f329bd9062921acb6a40f41983cfe0619 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 22 May 2024 01:39:28 +0000 Subject: [PATCH 2/4] Auto-update READMEs --- ALL_README.md | 2 +- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ALL_README.md b/ALL_README.md index 8938aae..152f2e7 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,7 +1,7 @@ # All available README files by language - [Read the README in English](README.md) -- [Lee el README en español](README_es.md) +- [Lea el README en español](README_es.md) - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) diff --git a/README.md b/README.md index ef7ae83..d744cb7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. LimeSurvey is used to create advanced poll. -**Shipped version:** 6.5.7~ynh1 +**Shipped version:** 6.5.8~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md index b7c01c1..b31d60d 100644 --- a/README_es.md +++ b/README_es.md @@ -19,7 +19,7 @@ No se debe editar a mano. LimeSurvey is used to create advanced poll. -**Versión actual:** 6.5.7~ynh1 +**Versión actual:** 6.5.8~ynh1 ## Capturas diff --git a/README_eu.md b/README_eu.md index 325052e..60afb94 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. LimeSurvey is used to create advanced poll. -**Paketatutako bertsioa:** 6.5.7~ynh1 +**Paketatutako bertsioa:** 6.5.8~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index f3e8f0c..8d32d1a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. Outil de création et diffusion de sondage -**Version incluse :** 6.5.7~ynh1 +**Version incluse :** 6.5.8~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 43264fc..53ff447 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. LimeSurvey is used to create advanced poll. -**Versión proporcionada:** 6.5.7~ynh1 +**Versión proporcionada:** 6.5.8~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index ff35122..5f7124e 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ LimeSurvey is used to create advanced poll. -**分发版本:** 6.5.7~ynh1 +**分发版本:** 6.5.8~ynh1 ## 截图 From 358fc5ca6573d2d916fef13384ee63ff6448280d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 26 May 2024 12:42:23 +0200 Subject: [PATCH 3/4] cleaning --- manifest.toml | 4 +--- scripts/backup | 6 +----- scripts/install | 4 ++-- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/manifest.toml b/manifest.toml index 5cbcd20..92fbdc2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -20,7 +20,7 @@ code = "https://github.com/LimeSurvey/LimeSurvey" cpe = "cpe:2.3:a:limesurvey:limesurvey" [integration] -yunohost = ">= 11.0.9" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = true @@ -38,8 +38,6 @@ ram.runtime = "50M" default = "/poll" [install.init_main_permission] - # this is a generic question - ask strings are automatically handled by YunoHost's core - # This won't be saved as setting and will instead be used to initialize the SSOwat permission type = "group" default = "visitors" diff --git a/scripts/backup b/scripts/backup index 7792996..9d63962 100644 --- a/scripts/backup +++ b/scripts/backup @@ -28,15 +28,11 @@ ynh_backup --src_path="$install_dir" ynh_backup --src_path="$data_dir" --is_big #================================================= -# BACKUP THE NGINX CONFIGURATION +# SYSTEM CONFIGURATION #================================================= ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf" -#================================================= -# BACKUP THE PHP-FPM CONFIGURATION -#================================================= - ynh_backup --src_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" #================================================= diff --git a/scripts/install b/scripts/install index 2c211e5..8dbe76e 100755 --- a/scripts/install +++ b/scripts/install @@ -43,7 +43,7 @@ chown -R "$app:www-data" "$install_dir" #================================================= ynh_script_progression --message="Adding a configuration file..." --weight=1 -ynh_add_config --template="../conf/config.php" --destination="$install_dir/application/config/config.php" +ynh_add_config --template="config.php" --destination="$install_dir/application/config/config.php" chmod 400 "$install_dir/application/config/config.php" chown "$app:$app" "$install_dir/application/config/config.php" @@ -66,7 +66,7 @@ ynh_exec_as "$app" "php$phpversion" "$ls_cli" install "$admin" "$password" "$ful #================================================= ynh_script_progression --message="Loading SQL specific config..." -ynh_add_config --template="../conf/data.sql" --destination="./data.sql" +ynh_add_config --template="data.sql" --destination="./data.sql" ynh_mysql_connect_as --user="$db_user" --password="$db_pwd" --database="$db_name" < ./data.sql From f7a7f57186fac26e818a65aeb8ccf2268c5f0348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 26 May 2024 12:44:20 +0200 Subject: [PATCH 4/4] Update manifest.toml --- manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.toml b/manifest.toml index 92fbdc2..81d465e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -81,6 +81,7 @@ ram.runtime = "50M" main.url = "/" admin.url = "/admin" admin.allowed = "admins" + admin.show_tile = false [resources.apt] packages = [