diff --git a/README.md b/README.md index 8a0a91c..3adea16 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. Paheko (a word from the Māori language meaning "to cooperate", illustrating the purpose of the software: to improve together the daily management of an association) is software for associative management. It is the tool of choice for managing an association, a sports club, an NGO, etc. It is designed to meet the needs of a small to medium-sized structure: management of members, accounting, website, note-taking in meetings, archiving and sharing of the association's operating documents, discussion between members. -**Shipped version:** 1.3.8~ynh2 +**Shipped version:** 1.3.8~ynh3 **Demo:** diff --git a/README_eu.md b/README_eu.md index 05cd967..3c273f6 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. Paheko (a word from the Māori language meaning "to cooperate", illustrating the purpose of the software: to improve together the daily management of an association) is software for associative management. It is the tool of choice for managing an association, a sports club, an NGO, etc. It is designed to meet the needs of a small to medium-sized structure: management of members, accounting, website, note-taking in meetings, archiving and sharing of the association's operating documents, discussion between members. -**Paketatutako bertsioa:** 1.3.8~ynh2 +**Paketatutako bertsioa:** 1.3.8~ynh3 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 77d2bcb..4a0da24 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. Paheko (mot de la langue Māori qui signifie « coopérer », illustrant le but du logiciel : améliorer ensemble le quotidien de la gestion d'une association) est un logiciel de gestion associative. Il est l'outil de prédilection pour gérer une association, un club sportif, une ONG, etc. Il est conçu pour répondre aux besoins d'une structure de petite à moyenne taille : gestion des adhérents, comptabilité, site web, prise de notes en réunion, archivage et partage des documents de fonctionnement de l'association, discussion entre adhérents. -**Version incluse :** 1.3.8~ynh2 +**Version incluse :** 1.3.8~ynh3 **Démo :** diff --git a/README_gl.md b/README_gl.md index dbcb000..af3c7e9 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. Paheko (a word from the Māori language meaning "to cooperate", illustrating the purpose of the software: to improve together the daily management of an association) is software for associative management. It is the tool of choice for managing an association, a sports club, an NGO, etc. It is designed to meet the needs of a small to medium-sized structure: management of members, accounting, website, note-taking in meetings, archiving and sharing of the association's operating documents, discussion between members. -**Versión proporcionada:** 1.3.8~ynh2 +**Versión proporcionada:** 1.3.8~ynh3 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 235e8da..70e37a5 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ Paheko (a word from the Māori language meaning "to cooperate", illustrating the purpose of the software: to improve together the daily management of an association) is software for associative management. It is the tool of choice for managing an association, a sports club, an NGO, etc. It is designed to meet the needs of a small to medium-sized structure: management of members, accounting, website, note-taking in meetings, archiving and sharing of the association's operating documents, discussion between members. -**分发版本:** 1.3.8~ynh2 +**分发版本:** 1.3.8~ynh3 **演示:** diff --git a/conf/config.local.php b/conf/config.local.php index 1954891..ba02ca8 100644 --- a/conf/config.local.php +++ b/conf/config.local.php @@ -951,7 +951,7 @@ const USE_CRON = true; * @var null|string */ -const LOCAL_ADDRESSES_ROOT = '__DATA_DIR__/data/local_addresses/'; +const LOCAL_ADDRESSES_ROOT = DATA_ROOT . '/local_addresses/'; /** * Chemin vers le fichier pour des configurations personnelles qui ne sera pas écraser diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index 89b8e8a..9ef31b0 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -14,13 +14,13 @@ en vous connectant avec le user root: ``` cd __DATA_DIR__/data/local_addresses/ wget https://paheko.cloud/addresses/fr.sqlite -chown -R $app:www-data fr.sqlite +chown -R __APP__:www-data fr.sqlite ``` La base de données devrait normalement être mise à jours tous les mois, pour la mettre à jour, il vous faudra supprimer le fichier `fr.sqlite` et recommencer cette procédure. **Important** : Pour une raison quelconque, le courriel ne fonctionne pas lors de l’installation sur une sous-instance. Nous vous encourageons à utiliser un nom de domaine complet dédié à ce domaine (avec le chemin défini sur /). Sur une première installation, vous aurez peut-être besoin d'une première mise à jour pour mettre à jour le dossier `__DATA_DIR__/data`, vous pouvez forcer la mise à jour: ``` -yunohost app $app upgrade -F +yunohost app __APP__ upgrade -F ``` diff --git a/manifest.toml b/manifest.toml index 8a04287..14b405d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Paheko" description.en = "Association management software" description.fr = "Logiciel de gestion d'association" -version = "1.3.8~ynh2" +version = "1.3.8~ynh3" maintainers = ["rodinux"]