From 9aadaf562cc9226e0e50cef5bd047397ffff7539 Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Fri, 22 Mar 2024 23:31:00 +0100 Subject: [PATCH 1/9] Upgrade PHP to 8.2 --- manifest.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/manifest.toml b/manifest.toml index 25f02a6..7d51f6a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -87,14 +87,14 @@ ram.runtime = "50M" [resources.apt] packages = [ "python3-pip", - "php7.4-cli", - "php7.4-fpm", - "php7.4-mysql", - "php7.4-imap", - "php7.4-gd", - "php7.4-ldap", - "php7.4-zip", - "php7.4-mbstring", + "php8.2-cli", + "php8.2-fpm", + "php8.2-mysql", + "php8.2-imap", + "php8.2-gd", + "php8.2-ldap", + "php8.2-zip", + "php8.2-mbstring", "mariadb-server", ] From 3038843dd3141724a729a429ec0565d15e3f1565 Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Fri, 22 Mar 2024 23:49:54 +0100 Subject: [PATCH 2/9] Update extra_php-fpm.conf --- conf/extra_php-fpm.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/extra_php-fpm.conf b/conf/extra_php-fpm.conf index e69de29..1a1022e 100644 --- a/conf/extra_php-fpm.conf +++ b/conf/extra_php-fpm.conf @@ -0,0 +1 @@ +php_value[short_open_tag]=1 From e102e832a7bdd51a935f98307491a39d7924fab1 Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Sat, 23 Mar 2024 00:07:39 +0100 Subject: [PATCH 3/9] Update extra_php-fpm.conf --- conf/extra_php-fpm.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/extra_php-fpm.conf b/conf/extra_php-fpm.conf index 1a1022e..06eb6cf 100644 --- a/conf/extra_php-fpm.conf +++ b/conf/extra_php-fpm.conf @@ -1 +1,3 @@ php_value[short_open_tag]=1 +php_flag[display_errors] = on +php_flag[display_startup_errors] = on From 9d8fcdac845ec18a0ee30ba7c3e7b399437062f4 Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Sun, 24 Mar 2024 23:30:38 +0100 Subject: [PATCH 4/9] Add php8.2-xml dep --- manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.toml b/manifest.toml index 7d51f6a..33f5683 100644 --- a/manifest.toml +++ b/manifest.toml @@ -95,6 +95,7 @@ ram.runtime = "50M" "php8.2-ldap", "php8.2-zip", "php8.2-mbstring", + "php8.2-xml", "mariadb-server", ] From d32b58d62bbc57219bbdbc32ca490e1d477b7feb Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Tue, 26 Mar 2024 11:59:51 +0100 Subject: [PATCH 5/9] Update extra_php-fpm.conf --- conf/extra_php-fpm.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/conf/extra_php-fpm.conf b/conf/extra_php-fpm.conf index 06eb6cf..d3f5a12 100644 --- a/conf/extra_php-fpm.conf +++ b/conf/extra_php-fpm.conf @@ -1,3 +1 @@ -php_value[short_open_tag]=1 -php_flag[display_errors] = on -php_flag[display_startup_errors] = on + From f73dcb0a1b0013803d2422f88cc795c02a160216 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 23 Apr 2024 03:41:02 +0200 Subject: [PATCH 6/9] Upgrade to v6.5.3 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 25f02a6..b2c2045 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.4.9+240226~ynh1" +version = "6.5.3~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.4.10+240228.tar.gz" - sha256 = "dfa897a08ba3f8009ed5ef5599c4249103f8525d63464a506e20d5f395997f95" + url = "https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/6.5.3+240415.tar.gz" + sha256 = "4db10be19d0f1ebf6f01eb3fd197da05200b7c47d4caebd8080edaf62307f10d" autoupdate.strategy = "latest_github_tag" autoupdate.version_regex = "^(.*)\\+.*$" From 56ad79bdcd0ff90ec67e41518c6c407162b4e54f Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 23 Apr 2024 01:41:15 +0000 Subject: [PATCH 7/9] Auto-update READMEs --- ALL_README.md | 7 +++++++ README.md | 30 ++++++++++++++--------------- README_eu.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++ README_fr.md | 32 +++++++++++++++---------------- README_gl.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++ README_zh_Hans.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 185 insertions(+), 31 deletions(-) create mode 100644 ALL_README.md create mode 100644 README_eu.md create mode 100644 README_gl.md create mode 100644 README_zh_Hans.md diff --git a/ALL_README.md b/ALL_README.md new file mode 100644 index 0000000..a01b345 --- /dev/null +++ b/ALL_README.md @@ -0,0 +1,7 @@ +# All available README files by language + +- [Read the README in English](README.md) +- [Irakurri README euskaraz](README_eu.md) +- [Lire le README en français](README_fr.md) +- [Le o README en galego](README_gl.md) +- [阅读中文(简体)的 README](README_zh_Hans.md) diff --git a/README.md b/README.md index 8c4c25c..95b65c4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -9,17 +9,17 @@ It shall NOT be edited by hand. [![Install LimeSurvey with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=limesurvey) -*[Lire ce readme en français.](./README_fr.md)* +*[Read this README in other languages.](./ALL_README.md)* -> *This package allows you to install LimeSurvey quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* +> *This package allows you to install LimeSurvey quickly and simply on a YunoHost server.* +> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.* ## Overview LimeSurvey is used to create advanced poll. -**Shipped version:** 6.4.9+240226~ynh1 +**Shipped version:** 6.5.3~ynh1 ## Screenshots @@ -27,23 +27,23 @@ LimeSurvey is used to create advanced poll. ## Documentation and resources -* Official app website: -* Official user documentation: -* Official admin documentation: -* Upstream app code repository: -* YunoHost Store: -* Report a bug: +- Official app website: +- Official user documentation: +- Official admin documentation: +- Upstream app code repository: +- YunoHost Store: +- Report a bug: ## Developer info -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/limesurvey_ynh/tree/testing). +Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/limesurvey_ynh/tree/testing). -To try the testing branch, please proceed like that. +To try the `testing` branch, please proceed like that: -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/limesurvey_ynh/tree/testing --debug or sudo yunohost app upgrade limesurvey -u https://github.com/YunoHost-Apps/limesurvey_ynh/tree/testing --debug ``` -**More info regarding app packaging:** \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_eu.md b/README_eu.md new file mode 100644 index 0000000..4682e6c --- /dev/null +++ b/README_eu.md @@ -0,0 +1,49 @@ + + +# LimeSurvey YunoHost-erako + +[![Integrazio maila](https://dash.yunohost.org/integration/limesurvey.svg)](https://dash.yunohost.org/appci/app/limesurvey) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/limesurvey.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/limesurvey.maintain.svg) + +[![Instalatu LimeSurvey YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=limesurvey) + +*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)* + +> *Pakete honek LimeSurvey YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.* +> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.* + +## Aurreikuspena + +LimeSurvey is used to create advanced poll. + + +**Paketatutako bertsioa:** 6.5.3~ynh1 + +## Pantaila-argazkiak + +![LimeSurvey(r)en pantaila-argazkia](./doc/screenshots/create_html_statistic_screen.png) + +## Dokumentazioa eta baliabideak + +- Aplikazioaren webgune ofiziala: +- Erabiltzaileen dokumentazio ofiziala: +- Administratzaileen dokumentazio ofiziala: +- Jatorrizko aplikazioaren kode-gordailua: +- YunoHost Denda: +- Eman errore baten berri: + +## Garatzaileentzako informazioa + +Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/limesurvey_ynh/tree/testing). + +`testing` abarra probatzeko, ondorengoa egin: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/limesurvey_ynh/tree/testing --debug +edo +sudo yunohost app upgrade limesurvey -u https://github.com/YunoHost-Apps/limesurvey_ynh/tree/testing --debug +``` + +**Informazio gehiago aplikazioaren paketatzeari buruz:** diff --git a/README_fr.md b/README_fr.md index dfd0097..2bf3847 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,6 +1,6 @@ # LimeSurvey pour YunoHost @@ -9,17 +9,17 @@ It shall NOT be edited by hand. [![Installer LimeSurvey avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=limesurvey) -*[Read this readme in english.](./README.md)* +*[Lire le README dans d'autres langues.](./ALL_README.md)* -> *Ce package vous permet d’installer LimeSurvey rapidement et simplement sur un serveur YunoHost. -Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* +> *Ce package vous permet d’installer LimeSurvey rapidement et simplement sur un serveur YunoHost.* +> *Si vous n’avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’installer et en profiter.* ## Vue d’ensemble Outil de création et diffusion de sondage -**Version incluse :** 6.4.9+240226~ynh1 +**Version incluse :** 6.5.3~ynh1 ## Captures d’écran @@ -27,23 +27,23 @@ Outil de création et diffusion de sondage ## Documentations et ressources -* Site officiel de l’app : -* Documentation officielle utilisateur : -* Documentation officielle de l’admin : -* Dépôt de code officiel de l’app : -* YunoHost Store: -* Signaler un bug : +- Site officiel de l’app : +- Documentation officielle utilisateur : +- Documentation officielle de l’admin : +- Dépôt de code officiel de l’app : +- YunoHost Store : +- Signaler un bug : ## Informations pour les développeurs -Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/limesurvey_ynh/tree/testing). +Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/limesurvey_ynh/tree/testing). -Pour essayer la branche testing, procédez comme suit. +Pour essayer la branche `testing`, procédez comme suit : -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/limesurvey_ynh/tree/testing --debug ou sudo yunohost app upgrade limesurvey -u https://github.com/YunoHost-Apps/limesurvey_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :** diff --git a/README_gl.md b/README_gl.md new file mode 100644 index 0000000..62e2778 --- /dev/null +++ b/README_gl.md @@ -0,0 +1,49 @@ + + +# LimeSurvey para YunoHost + +[![Nivel de integración](https://dash.yunohost.org/integration/limesurvey.svg)](https://dash.yunohost.org/appci/app/limesurvey) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/limesurvey.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/limesurvey.maintain.svg) + +[![Instalar LimeSurvey con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=limesurvey) + +*[Le este README en outros idiomas.](./ALL_README.md)* + +> *Este paquete permíteche instalar LimeSurvey de xeito rápido e doado nun servidor YunoHost.* +> *Se non usas YunoHost, le a [documentación](https://yunohost.org/install) para saber como instalalo.* + +## Vista xeral + +LimeSurvey is used to create advanced poll. + + +**Versión proporcionada:** 6.5.3~ynh1 + +## Capturas de pantalla + +![Captura de pantalla de LimeSurvey](./doc/screenshots/create_html_statistic_screen.png) + +## Documentación e recursos + +- Web oficial da app: +- Documentación oficial para usuarias: +- Documentación oficial para admin: +- Repositorio de orixe do código: +- Tenda YunoHost: +- Informar dun problema: + +## Info de desenvolvemento + +Envía a túa colaboración á [rama `testing`](https://github.com/YunoHost-Apps/limesurvey_ynh/tree/testing). + +Para probar a rama `testing`, procede deste xeito: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/limesurvey_ynh/tree/testing --debug +ou +sudo yunohost app upgrade limesurvey -u https://github.com/YunoHost-Apps/limesurvey_ynh/tree/testing --debug +``` + +**Máis info sobre o empaquetado da app:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md new file mode 100644 index 0000000..ebfc6a6 --- /dev/null +++ b/README_zh_Hans.md @@ -0,0 +1,49 @@ + + +# YunoHost 的 LimeSurvey + +[![集成程度](https://dash.yunohost.org/integration/limesurvey.svg)](https://dash.yunohost.org/appci/app/limesurvey) ![工作状态](https://ci-apps.yunohost.org/ci/badges/limesurvey.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/limesurvey.maintain.svg) + +[![使用 YunoHost 安装 LimeSurvey](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=limesurvey) + +*[阅读此 README 的其它语言版本。](./ALL_README.md)* + +> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 LimeSurvey。* +> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。* + +## 概况 + +LimeSurvey is used to create advanced poll. + + +**分发版本:** 6.5.3~ynh1 + +## 截图 + +![LimeSurvey 的截图](./doc/screenshots/create_html_statistic_screen.png) + +## 文档与资源 + +- 官方应用网站: +- 官方用户文档: +- 官方管理文档: +- 上游应用代码库: +- YunoHost 商店: +- 报告 bug: + +## 开发者信息 + +请向 [`testing` 分支](https://github.com/YunoHost-Apps/limesurvey_ynh/tree/testing) 发送拉取请求。 + +如要尝试 `testing` 分支,请这样操作: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/limesurvey_ynh/tree/testing --debug +或 +sudo yunohost app upgrade limesurvey -u https://github.com/YunoHost-Apps/limesurvey_ynh/tree/testing --debug +``` + +**有关应用打包的更多信息:** From 5c63fe35595a88c8c0141b071e26ad674ef7f05c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 30 Apr 2024 03:37:15 +0200 Subject: [PATCH 8/9] Upgrade to v6.5.4 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index b2c2045..b628fc8 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.3~ynh1" +version = "6.5.4~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.3+240415.tar.gz" - sha256 = "4db10be19d0f1ebf6f01eb3fd197da05200b7c47d4caebd8080edaf62307f10d" + url = "https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/6.5.4+240422.tar.gz" + sha256 = "4f353df0c6f167f4f0bd8487b33df0e85476d1ea53c6bc6cb33127587dd861b3" autoupdate.strategy = "latest_github_tag" autoupdate.version_regex = "^(.*)\\+.*$" From 4a7f8dfd757ec91d2d14b4e5d3d19287c108fd05 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 30 Apr 2024 01:37:22 +0000 Subject: [PATCH 9/9] Auto-update READMEs --- README.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 95b65c4..d575075 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.3~ynh1 +**Shipped version:** 6.5.4~ynh1 ## Screenshots diff --git a/README_eu.md b/README_eu.md index 4682e6c..56219eb 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.3~ynh1 +**Paketatutako bertsioa:** 6.5.4~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 2bf3847..c797fc6 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.3~ynh1 +**Version incluse :** 6.5.4~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 62e2778..5077178 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.3~ynh1 +**Versión proporcionada:** 6.5.4~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index ebfc6a6..2815278 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ LimeSurvey is used to create advanced poll. -**分发版本:** 6.5.3~ynh1 +**分发版本:** 6.5.4~ynh1 ## 截图