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 ## 截图 diff --git a/manifest.toml b/manifest.toml index aa45068..81d465e 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"] @@ -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" @@ -59,8 +57,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 = "^(.*)\\+.*$" @@ -83,6 +81,7 @@ ram.runtime = "50M" main.url = "/" admin.url = "/admin" admin.allowed = "admins" + admin.show_tile = false [resources.apt] packages = [ 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