From f0c52487c29348c728027bffb7a809f8cfe4f7d1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 16 Feb 2024 17:32:32 +0000 Subject: [PATCH 01/13] Auto-update README --- README.md | 4 ++-- README_fr.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 03fb8f4..d43d1dd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -58,4 +58,4 @@ or sudo yunohost app upgrade galette -u https://github.com/YunoHost-Apps/galette_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index b03645e..122ee92 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ From c741cbfd7bbc8d3a2845d8fb7eaccb9a2d7608a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 1 Mar 2024 22:51:24 +0100 Subject: [PATCH 02/13] fix --- manifest.toml | 6 +++--- scripts/backup | 12 +----------- scripts/upgrade | 14 ++------------ 3 files changed, 6 insertions(+), 26 deletions(-) diff --git a/manifest.toml b/manifest.toml index 82b4006..5418da2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Galette" description.en = "Membership management web application for non profit organizations" description.fr = "Outil de gestion d'adhérents et de cotisation en ligne pour associations" -version = "1.0.0~ynh3" +version = "1.0.3~ynh1" maintainers = [] @@ -49,8 +49,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/galette/galette/releases/download/1.0.0rc3/galette-1.0.0-rc3-20231122-a9c2ed838d.1.tar.bz2" - sha256 = "b4d5ed0c47baf03d5f1be69e3ba25b10ece5e22e62c308b4bc9867f4003a0a55" + url = "https://github.com/galette/galette/archive/refs/tags/1.0.3.tar.gz" + sha256 = "f546393c1b1fd989542a646a34dc679b8fd9716d30054b60ba2846fd0d187115" autoupdate.strategy = "latest_github_tag" [resources.system_user] diff --git a/scripts/backup b/scripts/backup index 52e78bc..91e34e0 100644 --- a/scripts/backup +++ b/scripts/backup @@ -22,23 +22,13 @@ ynh_print_info --message="Declaring files to be backed up..." ynh_backup --src_path="$install_dir" #================================================= -# 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" -#================================================= -# SPECIFIC BACKUP -#================================================= -# BACKUP LOGROTATE -#================================================= - ynh_backup --src_path="/etc/logrotate.d/$app" #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 64444cd..87581b4 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -15,22 +15,12 @@ source /usr/share/yunohost/helpers timezone="$(cat /etc/timezone)" -#================================================= -# CHECK VERSION -#================================================= - -upgrade_type=$(ynh_check_app_version_changed) - #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= +ynh_script_progression --message="Upgrading source files..." -if [ "$upgrade_type" == "UPGRADE_APP" ] -then - ynh_script_progression --message="Upgrading source files..." - - ynh_setup_source --dest_dir="$install_dir" --keep="galette/config/config.inc.php galette/data galette/plugins" -fi +ynh_setup_source --dest_dir="$install_dir" --keep="galette/config/config.inc.php galette/data galette/plugins" chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir" From 67a5f23050f450b1bce86b11014c80f0f34f20b6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 1 Mar 2024 21:51:29 +0000 Subject: [PATCH 03/13] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d43d1dd..fddd031 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Galette is a membership management web application towards non profit organizati - Plugin support -**Shipped version:** 1.0.0~ynh3 +**Shipped version:** 1.0.3~ynh1 **Demo:** https://demo.galette.eu/login diff --git a/README_fr.md b/README_fr.md index 122ee92..f9a3eaa 100644 --- a/README_fr.md +++ b/README_fr.md @@ -31,7 +31,7 @@ Outil de gestion d'adhérents et de cotisation en ligne pour associations. - Support de plugins -**Version incluse :** 1.0.0~ynh3 +**Version incluse :** 1.0.3~ynh1 **Démo :** https://demo.galette.eu/login From dccc2b05ab37457545f000deb533fefb45763f35 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 24 Mar 2024 02:35:20 +0100 Subject: [PATCH 04/13] Upgrade to v1.0.4 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 5418da2..38ea742 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Galette" description.en = "Membership management web application for non profit organizations" description.fr = "Outil de gestion d'adhérents et de cotisation en ligne pour associations" -version = "1.0.3~ynh1" +version = "1.0.4~ynh1" maintainers = [] @@ -49,8 +49,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/galette/galette/archive/refs/tags/1.0.3.tar.gz" - sha256 = "f546393c1b1fd989542a646a34dc679b8fd9716d30054b60ba2846fd0d187115" + url = "https://github.com/galette/galette/archive/refs/tags/1.0.4.tar.gz" + sha256 = "7f4c784fb1db00fb85723e35e86c74bc1d0e4263c50c182af609b9b7bed505ee" autoupdate.strategy = "latest_github_tag" [resources.system_user] From 3c424cf903c0cf244a81c8dcae84ae2379703030 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 24 Mar 2024 01:35:22 +0000 Subject: [PATCH 05/13] Auto-update READMEs --- ALL_README.md | 10 +++++++++ README.md | 24 ++++++++++---------- README_fr.md | 38 ++++++++++++++++---------------- README_gl.md | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 102 insertions(+), 31 deletions(-) create mode 100644 ALL_README.md create mode 100644 README_gl.md diff --git a/ALL_README.md b/ALL_README.md new file mode 100644 index 0000000..4a7dc57 --- /dev/null +++ b/ALL_README.md @@ -0,0 +1,10 @@ +# All available README files by language + +[Read the README in English](README.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 fddd031..f70ba37 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It shall NOT be edited by hand. [![Install Galette with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=galette) -*[Lire ce readme en français.](./README_fr.md)* +*[Read this README is other languages.](./ALL_README.md)* > *This package allows you to install Galette 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.* @@ -29,10 +29,9 @@ Galette is a membership management web application towards non profit organizati - Addition of dynamic fields to members, contributions and transactions files - Plugin support +**Shipped version:** 1.0.4~ynh1 -**Shipped version:** 1.0.3~ynh1 - -**Demo:** https://demo.galette.eu/login +**Demo:** ## Screenshots @@ -40,22 +39,23 @@ Galette is a membership management web application towards non profit organizati ## Documentation and resources -* Official app website: -* Official admin documentation: -* Upstream app code repository: -* YunoHost Store: -* Report a bug: +- Official app website: +- 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/galette_ynh/tree/testing). +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/galette_ynh/tree/testing), + To try the testing branch, please proceed like that. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/galette_ynh/tree/testing --debug or sudo yunohost app upgrade galette -u https://github.com/YunoHost-Apps/galette_ynh/tree/testing --debug ``` -**More info regarding app packaging:** \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index f9a3eaa..0b0d713 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,20 +1,20 @@ # Galette pour YunoHost -[![Niveau d’intégration](https://dash.yunohost.org/integration/galette.svg)](https://dash.yunohost.org/appci/app/galette) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/galette.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/galette.maintain.svg) +[![Niveau d'intégration](https://dash.yunohost.org/integration/galette.svg)](https://dash.yunohost.org/appci/app/galette) ![Status du fonctionnement](https://ci-apps.yunohost.org/ci/badges/galette.status.svg) ![Statut demaintenance](https://ci-apps.yunohost.org/ci/badges/galette.maintain.svg) [![Installer Galette avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=galette) -*[Read this readme in english.](./README.md)* +*[Lire le README dans d'autres langues.](./ALL_README.md)* > *Ce package vous permet d’installer Galette 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.* -## Vue d’ensemble +## Vue d'ensemble Outil de gestion d'adhérents et de cotisation en ligne pour associations. @@ -30,33 +30,33 @@ Outil de gestion d'adhérents et de cotisation en ligne pour associations. - Ajout de champs dynamiques aux fiches adhérents, contributions et transactions - Support de plugins +**Version incluse :** 1.0.4~ynh1 -**Version incluse :** 1.0.3~ynh1 +**Démo:** -**Démo :** https://demo.galette.eu/login +## Captures d'écran -## Captures d’écran - -![Capture d’écran de Galette](./doc/screenshots/edit_member.png) +![Capture d'écran de Galette](./doc/screenshots/edit_member.png) ## Documentations et ressources -* Site officiel de l’app : -* 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 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/galette_ynh/tree/testing). +Merci de faire vos pull request sur la [branche branch](https://github.com/YunoHost-Apps/galette_ynh/tree/testing), + Pour essayer la branche testing, procédez comme suit. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/galette_ynh/tree/testing --debug -ou +or sudo yunohost app upgrade galette -u https://github.com/YunoHost-Apps/galette_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..3338512 --- /dev/null +++ b/README_gl.md @@ -0,0 +1,61 @@ + + +# Galette para YunoHost + +[![Nivel de integración](https://dash.yunohost.org/integration/galette.svg)](https://dash.yunohost.org/appci/app/galette) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/galette.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/galette.maintain.svg) + +[![Instalar Galette con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=galette) + +*[Le este README en outros idiomas.](./ALL_README.md)* + +> *Este paquete permíteche instalar Galette 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 + +Galette is a membership management web application towards non profit organizations. + +### Features + +- Member management +- Management of contributions and transactions +- Management of groups and managers +- Imports and exports (open formats) +- Increased accessibility (use and compliance with web standards) +- Configuration of cards and lists +- Addition of dynamic fields to members, contributions and transactions files +- Plugin support + +**Versión proporcionada** 1.0.4~ynh1 + +**Demo** + +## Capturas de pantalla + +![Captura de pantalla de Galette](./doc/screenshots/edit_member.png) + +## Documentación e recursos + +- Web oficial da app: +- 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/galette_ynh/tree/testing), + + +Para probar a rama testing, procede deste xeito. + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/galette_ynh/tree/testing --debug +or +sudo yunohost app upgrade galette -u https://github.com/YunoHost-Apps/galette_ynh/tree/testing --debug +``` + +**Máis info sobre o empaquetado da app:** From 2ab4db15fbea63ff451fa20827cd9ea1eee187ee Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 10 May 2024 10:04:51 +0000 Subject: [PATCH 06/13] Auto-update READMEs --- ALL_README.md | 13 ++++------ README.md | 14 +++++------ README_eu.md | 61 +++++++++++++++++++++++++++++++++++++++++++++++ README_fr.md | 38 ++++++++++++++--------------- README_gl.md | 18 +++++++------- README_zh_Hans.md | 61 +++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 162 insertions(+), 43 deletions(-) create mode 100644 README_eu.md create mode 100644 README_zh_Hans.md diff --git a/ALL_README.md b/ALL_README.md index 4a7dc57..a01b345 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,10 +1,7 @@ # All available README files by language -[Read the README in English](README.md) - - -* [Lire le README en français](README_fr.md) - -* [Le o README en galego](README_gl.md) - - +- [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 f70ba37..9348792 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -9,10 +9,10 @@ It shall NOT be edited by hand. [![Install Galette with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=galette) -*[Read this README is other languages.](./ALL_README.md)* +*[Read this README in other languages.](./ALL_README.md)* -> *This package allows you to install Galette 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 Galette 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 @@ -29,6 +29,7 @@ Galette is a membership management web application towards non profit organizati - Addition of dynamic fields to members, contributions and transactions files - Plugin support + **Shipped version:** 1.0.4~ynh1 **Demo:** @@ -47,10 +48,9 @@ Galette is a membership management web application towards non profit organizati ## Developer info -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/galette_ynh/tree/testing), +Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/galette_ynh/tree/testing). - -To try the testing branch, please proceed like that. +To try the `testing` branch, please proceed like that: ```bash sudo yunohost app install https://github.com/YunoHost-Apps/galette_ynh/tree/testing --debug diff --git a/README_eu.md b/README_eu.md new file mode 100644 index 0000000..2a14cbc --- /dev/null +++ b/README_eu.md @@ -0,0 +1,61 @@ + + +# Galette YunoHost-erako + +[![Integrazio maila](https://dash.yunohost.org/integration/galette.svg)](https://dash.yunohost.org/appci/app/galette) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/galette.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/galette.maintain.svg) + +[![Instalatu Galette YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=galette) + +*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)* + +> *Pakete honek Galette YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.* +> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.* + +## Aurreikuspena + +Galette is a membership management web application towards non profit organizations. + +### Features + +- Member management +- Management of contributions and transactions +- Management of groups and managers +- Imports and exports (open formats) +- Increased accessibility (use and compliance with web standards) +- Configuration of cards and lists +- Addition of dynamic fields to members, contributions and transactions files +- Plugin support + + +**Paketatutako bertsioa:** 1.0.4~ynh1 + +**Demoa:** + +## Pantaila-argazkiak + +![Galette(r)en pantaila-argazkia](./doc/screenshots/edit_member.png) + +## Dokumentazioa eta baliabideak + +- Aplikazioaren webgune 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/galette_ynh/tree/testing). + +`testing` abarra probatzeko, ondorengoa egin: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/galette_ynh/tree/testing --debug +edo +sudo yunohost app upgrade galette -u https://github.com/YunoHost-Apps/galette_ynh/tree/testing --debug +``` + +**Informazio gehiago aplikazioaren paketatzeari buruz:** diff --git a/README_fr.md b/README_fr.md index 0b0d713..739eff1 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,20 +1,20 @@ # Galette pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/galette.svg)](https://dash.yunohost.org/appci/app/galette) ![Status du fonctionnement](https://ci-apps.yunohost.org/ci/badges/galette.status.svg) ![Statut demaintenance](https://ci-apps.yunohost.org/ci/badges/galette.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/galette.svg)](https://dash.yunohost.org/appci/app/galette) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/galette.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/galette.maintain.svg) [![Installer Galette avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=galette) *[Lire le README dans d'autres langues.](./ALL_README.md)* -> *Ce package vous permet d’installer Galette 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 Galette 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 +## Vue d’ensemble Outil de gestion d'adhérents et de cotisation en ligne pour associations. @@ -30,33 +30,33 @@ Outil de gestion d'adhérents et de cotisation en ligne pour associations. - Ajout de champs dynamiques aux fiches adhérents, contributions et transactions - Support de plugins -**Version incluse :** 1.0.4~ynh1 -**Démo:** +**Version incluse :** 1.0.4~ynh1 -## Captures d'écran +**Démo :** -![Capture d'écran de Galette](./doc/screenshots/edit_member.png) +## Captures d’écran + +![Capture d’écran de Galette](./doc/screenshots/edit_member.png) ## Documentations et ressources - Site officiel de l’app : -- Documentation officielle de l'admin : -- Dépôt de code officiel de l’app : -- YunoHost Store : -- Signaler un bug : +- 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 branch](https://github.com/YunoHost-Apps/galette_ynh/tree/testing), +Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/galette_ynh/tree/testing). - -Pour essayer la branche testing, procédez comme suit. +Pour essayer la branche `testing`, procédez comme suit : ```bash sudo yunohost app install https://github.com/YunoHost-Apps/galette_ynh/tree/testing --debug -or +ou sudo yunohost app upgrade galette -u https://github.com/YunoHost-Apps/galette_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** +**Plus d’infos sur le packaging d’applications :** diff --git a/README_gl.md b/README_gl.md index 3338512..455db36 100644 --- a/README_gl.md +++ b/README_gl.md @@ -1,5 +1,5 @@ @@ -11,8 +11,8 @@ NON debe editarse manualmente. *[Le este README en outros idiomas.](./ALL_README.md)* -> *Este paquete permíteche instalar Galette 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.* +> *Este paquete permíteche instalar Galette 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 @@ -29,9 +29,10 @@ Galette is a membership management web application towards non profit organizati - Addition of dynamic fields to members, contributions and transactions files - Plugin support -**Versión proporcionada** 1.0.4~ynh1 -**Demo** +**Versión proporcionada:** 1.0.4~ynh1 + +**Demo:** ## Capturas de pantalla @@ -47,14 +48,13 @@ Galette is a membership management web application towards non profit organizati ## Info de desenvolvemento -Envía a túa colaboración á [rama testing](https://github.com/YunoHost-Apps/galette_ynh/tree/testing), +Envía a túa colaboración á [rama `testing`](https://github.com/YunoHost-Apps/galette_ynh/tree/testing). - -Para probar a rama testing, procede deste xeito. +Para probar a rama `testing`, procede deste xeito: ```bash sudo yunohost app install https://github.com/YunoHost-Apps/galette_ynh/tree/testing --debug -or +ou sudo yunohost app upgrade galette -u https://github.com/YunoHost-Apps/galette_ynh/tree/testing --debug ``` diff --git a/README_zh_Hans.md b/README_zh_Hans.md new file mode 100644 index 0000000..b7c546c --- /dev/null +++ b/README_zh_Hans.md @@ -0,0 +1,61 @@ + + +# YunoHost 上的 Galette + +[![集成程度](https://dash.yunohost.org/integration/galette.svg)](https://dash.yunohost.org/appci/app/galette) ![工作状态](https://ci-apps.yunohost.org/ci/badges/galette.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/galette.maintain.svg) + +[![使用 YunoHost 安装 Galette](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=galette) + +*[阅读此 README 的其它语言版本。](./ALL_README.md)* + +> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Galette。* +> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。* + +## 概况 + +Galette is a membership management web application towards non profit organizations. + +### Features + +- Member management +- Management of contributions and transactions +- Management of groups and managers +- Imports and exports (open formats) +- Increased accessibility (use and compliance with web standards) +- Configuration of cards and lists +- Addition of dynamic fields to members, contributions and transactions files +- Plugin support + + +**分发版本:** 1.0.4~ynh1 + +**演示:** + +## 截图 + +![Galette 的截图](./doc/screenshots/edit_member.png) + +## 文档与资源 + +- 官方应用网站: +- 官方管理文档: +- 上游应用代码库: +- YunoHost 商店: +- 报告 bug: + +## 开发者信息 + +请向 [`testing` 分支](https://github.com/YunoHost-Apps/galette_ynh/tree/testing) 发送拉取请求。 + +如要尝试 `testing` 分支,请这样操作: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/galette_ynh/tree/testing --debug +或 +sudo yunohost app upgrade galette -u https://github.com/YunoHost-Apps/galette_ynh/tree/testing --debug +``` + +**有关应用打包的更多信息:** From f09db56a9f41490f2fbf0dce82fb9eecc923b163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 11 Jun 2024 22:16:38 +0200 Subject: [PATCH 07/13] Update manifest.toml --- manifest.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 38ea742..b804917 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Galette" description.en = "Membership management web application for non profit organizations" description.fr = "Outil de gestion d'adhérents et de cotisation en ligne pour associations" -version = "1.0.4~ynh1" +version = "1.1.0~ynh1" maintainers = [] @@ -49,8 +49,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/galette/galette/archive/refs/tags/1.0.4.tar.gz" - sha256 = "7f4c784fb1db00fb85723e35e86c74bc1d0e4263c50c182af609b9b7bed505ee" + url = "https://github.com/galette/galette/archive/refs/tags/1.1.0.tar.gz" + sha256 = "c039c472fd3e6cab9051926bc510bbbdfd36b3a2f72431b06958c33157d5f69e" autoupdate.strategy = "latest_github_tag" [resources.system_user] @@ -62,7 +62,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "postgresql, php8.2-tidy, php8.2-intl, php8.2-mbstring, php8.2-xml, php8.2-gd, php8.2-curl, php8.2-pgsql" + packages = "postgresql, php8.3-tidy, php8.3-intl, php8.3-mbstring, php8.3-xml, php8.3-gd, php8.3-curl, php8.3-pgsql" [resources.database] type = "postgresql" From 9ba75f7b73e8b5416bbef6a28c5d2201bea2999c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 11 Jun 2024 20:16:44 +0000 Subject: [PATCH 08/13] Auto-update READMEs --- ALL_README.md | 1 + README.md | 2 +- README_es.md | 61 +++++++++++++++++++++++++++++++++++++++++++++++ README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 7 files changed, 67 insertions(+), 5 deletions(-) create mode 100644 README_es.md diff --git a/ALL_README.md b/ALL_README.md index a01b345..152f2e7 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,6 +1,7 @@ # All available README files by language - [Read the README in English](README.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 9348792..4a005a2 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Galette is a membership management web application towards non profit organizati - Plugin support -**Shipped version:** 1.0.4~ynh1 +**Shipped version:** 1.1.0~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md new file mode 100644 index 0000000..5a7dde4 --- /dev/null +++ b/README_es.md @@ -0,0 +1,61 @@ + + +# Galette para Yunohost + +[![Nivel de integración](https://dash.yunohost.org/integration/galette.svg)](https://dash.yunohost.org/appci/app/galette) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/galette.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/galette.maintain.svg) + +[![Instalar Galette con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=galette) + +*[Leer este README en otros idiomas.](./ALL_README.md)* + +> *Este paquete le permite instalarGalette rapidamente y simplement en un servidor YunoHost.* +> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.* + +## Descripción general + +Galette is a membership management web application towards non profit organizations. + +### Features + +- Member management +- Management of contributions and transactions +- Management of groups and managers +- Imports and exports (open formats) +- Increased accessibility (use and compliance with web standards) +- Configuration of cards and lists +- Addition of dynamic fields to members, contributions and transactions files +- Plugin support + + +**Versión actual:** 1.1.0~ynh1 + +**Demo:** + +## Capturas + +![Captura de Galette](./doc/screenshots/edit_member.png) + +## Documentaciones y recursos + +- Sitio web oficial: +- Documentación administrador oficial: +- Repositorio del código fuente oficial de la aplicación : +- Catálogo YunoHost: +- Reportar un error: + +## Información para desarrolladores + +Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/galette_ynh/tree/testing + +Para probar la rama `testing`, sigue asÍ: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/galette_ynh/tree/testing --debug +o +sudo yunohost app upgrade galette -u https://github.com/YunoHost-Apps/galette_ynh/tree/testing --debug +``` + +**Mas informaciones sobre el empaquetado de aplicaciones:** diff --git a/README_eu.md b/README_eu.md index 2a14cbc..b742c50 100644 --- a/README_eu.md +++ b/README_eu.md @@ -30,7 +30,7 @@ Galette is a membership management web application towards non profit organizati - Plugin support -**Paketatutako bertsioa:** 1.0.4~ynh1 +**Paketatutako bertsioa:** 1.1.0~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 739eff1..56c0e8b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -31,7 +31,7 @@ Outil de gestion d'adhérents et de cotisation en ligne pour associations. - Support de plugins -**Version incluse :** 1.0.4~ynh1 +**Version incluse :** 1.1.0~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 455db36..aa15d7c 100644 --- a/README_gl.md +++ b/README_gl.md @@ -30,7 +30,7 @@ Galette is a membership management web application towards non profit organizati - Plugin support -**Versión proporcionada:** 1.0.4~ynh1 +**Versión proporcionada:** 1.1.0~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index b7c546c..5226b1b 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -30,7 +30,7 @@ Galette is a membership management web application towards non profit organizati - Plugin support -**分发版本:** 1.0.4~ynh1 +**分发版本:** 1.1.0~ynh1 **演示:** From 48878e95a955867bb7ce49b5ca7b8f4f92dca70b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 11 Jun 2024 22:17:39 +0200 Subject: [PATCH 09/13] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index adec71c..4a3a974 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -25,7 +25,7 @@ location __PATH__/ { include conf.d/yunohost_panel.conf.inc; } -#location ~ __PATH__/(data|config|lib)/ { +#location ~ ^__PATH__/(data|config|lib)/ { # deny all; # } From e7d4cd569334b30aceba7a680c7326840007f7e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 11 Jun 2024 22:22:10 +0200 Subject: [PATCH 10/13] use build --- conf/config.inc.php | 19 +++++++++++++++++++ manifest.toml | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/conf/config.inc.php b/conf/config.inc.php index a466db5..053c399 100644 --- a/conf/config.inc.php +++ b/conf/config.inc.php @@ -1,4 +1,23 @@ . + */ + /* This is an example for your configuration file, read comments and replace the "blanks". diff --git a/manifest.toml b/manifest.toml index b804917..004d330 100644 --- a/manifest.toml +++ b/manifest.toml @@ -49,8 +49,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/galette/galette/archive/refs/tags/1.1.0.tar.gz" - sha256 = "c039c472fd3e6cab9051926bc510bbbdfd36b3a2f72431b06958c33157d5f69e" + url = "https://galette.eu/download/galette-1.1.0.tar.bz2" + sha256 = "dddec991c9a48b4ec7b9c25a5365a5cff8d35cbe674975092014f5512804d021" autoupdate.strategy = "latest_github_tag" [resources.system_user] From 6e94379a1faf534200e14f10e98fa55420e7f9f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 11 Jun 2024 22:53:26 +0200 Subject: [PATCH 11/13] Create PRE_UPGRADE_fr.md --- doc/PRE_UPGRADE_fr.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/PRE_UPGRADE_fr.md diff --git a/doc/PRE_UPGRADE_fr.md b/doc/PRE_UPGRADE_fr.md new file mode 100644 index 0000000..586c820 --- /dev/null +++ b/doc/PRE_UPGRADE_fr.md @@ -0,0 +1,3 @@ +Si vous utilisiez une base de données MySQL, la nouvelle version ne prend en charge que PostgreSQL et vous devez la migrer manuellement avant la mise à niveau. + +NB : NE confirmez PAS la mise à niveau sans vous assurer au préalable que vous utilisez une base de données PostgreSQL. \ No newline at end of file From 747f72269f540f6fccaec256e4548eeca900698d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 11 Jun 2024 22:58:49 +0200 Subject: [PATCH 12/13] Create ADMIN_fr.md --- doc/ADMIN_fr.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/ADMIN_fr.md diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md new file mode 100644 index 0000000..4f525e2 --- /dev/null +++ b/doc/ADMIN_fr.md @@ -0,0 +1,6 @@ +Email credentials + +Serveur SMTP : localhost +Port SMTP : 25 +Utilisateur SMTP : __APP__ +Mot de passe SMTP : __MAIL_PWD__ \ No newline at end of file From dedf4dfe7702ae9bfd81fc74cc09bf28d6e10df1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 11 Jun 2024 23:00:23 +0200 Subject: [PATCH 13/13] Update PRE_UPGRADE.md --- doc/PRE_UPGRADE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/PRE_UPGRADE.md b/doc/PRE_UPGRADE.md index a9717e7..fdb0dbf 100644 --- a/doc/PRE_UPGRADE.md +++ b/doc/PRE_UPGRADE.md @@ -1,3 +1,3 @@ -If you were using a MySQL DB, the new version only supports postgres and you should migrate it manually before upgrading. +If you were using a MySQL DB, the new version only supports PostgreSQL and you should migrate it manually before upgrading. -NB: DO NOT confirm the upgrade without making sure first that you are using a postgresql database. \ No newline at end of file +NB: DO NOT confirm the upgrade without making sure first that you are using a PostgreSQL database. \ No newline at end of file