diff --git a/README.md b/README.md index 564947f..427acb2 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.10~ynh1 +**Shipped version:** 1.3.10~ynh2 **Demo:** diff --git a/README_es.md b/README_es.md index a6b6875..882f5a6 100644 --- a/README_es.md +++ b/README_es.md @@ -19,7 +19,7 @@ No se debe editar a mano. 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 actual:** 1.3.10~ynh1 +**Versión actual:** 1.3.10~ynh2 **Demo:** diff --git a/README_eu.md b/README_eu.md index 510a84d..8f842b5 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.10~ynh1 +**Paketatutako bertsioa:** 1.3.10~ynh2 **Demoa:** diff --git a/README_fr.md b/README_fr.md index e7a5cd8..a9c985f 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.10~ynh1 +**Version incluse :** 1.3.10~ynh2 **Démo :** diff --git a/README_gl.md b/README_gl.md index 778e68e..82fe5a3 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.10~ynh1 +**Versión proporcionada:** 1.3.10~ynh2 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 545ca32..ab4cbd1 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.10~ynh1 +**分发版本:** 1.3.10~ynh2 **演示:** diff --git a/conf/config.local.php b/conf/config.local.php index 4b3172a..f5bc0f9 100644 --- a/conf/config.local.php +++ b/conf/config.local.php @@ -378,7 +378,7 @@ const SQLITE_JOURNAL_MODE = 'WAL'; * Default : null (= désactivé) * @var string|null */ -// const HTTP_LOG_FILE = __INSTALL_DIR__ . '/http.log'; +// const HTTP_LOG_FILE = '__INSTALL_DIR__/http.log'; /** * Activation du log WOPI @@ -391,7 +391,7 @@ const SQLITE_JOURNAL_MODE = 'WAL'; * Default : null (= désactivé) * @var string|null */ -// const WOPI_LOG_FILE = __INSTALL_DIR__ . '/wopi.log'; +// const WOPI_LOG_FILE = '__INSTALL_DIR__/wopi.log'; /** * Activation du log WebDAV @@ -404,7 +404,33 @@ const SQLITE_JOURNAL_MODE = 'WAL'; * Default : null (= désactivé) * @var string|null */ -// const WEBDAV_LOG_FILE = __INSTALL_DIR__ . '/webdav.log'; +// const WEBDAV_LOG_FILE = '__INSTALL_DIR__/webdav.log'; + +/** + * Activation du log WOPI + * + * Si cette constante est renseignée par un fichier texte, les requêtes HTTP reçues par + * le serveur WOPI seront enregistrées dans ce fichier. + * + * C'est surtout utile pour débuguer les problèmes de WebDAV par exemple. + * + * Default : null (= désactivé) + * @var string|null + */ +// const WOPI_LOG_FILE = '__INSTALL_DIR__/wopi.log'; + +/** + * Activation du log WebDAV + * + * Si cette constante est renseignée par un fichier texte, les requêtes HTTP reçues par + * le serveur WebDAV seront enregistrées dans ce fichier. + * + * C'est surtout utile pour débuguer les problèmes de WebDAV par exemple. + * + * Default : null (= désactivé) + * @var string|null + */ +// const WEBDAV_LOG_FILE = '__INSTALL_DIR__/webdav.log'; /** * Activer la possibilité de faire une mise à jour semi-automatisée @@ -565,7 +591,7 @@ const USE_CRON = true; * @var null|string */ -//const SMTP_HELO_HOSTNAME = 'mail.domain.tld'; +//const SMTP_HELO_HOSTNAME = '__DOMAIN__'; /** * Adresse e-mail destinée à recevoir les erreurs de mail diff --git a/manifest.toml b/manifest.toml index 8ee9d8f..9e868b5 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,9 +5,7 @@ name = "Paheko" description.en = "Association management software" description.fr = "Logiciel de gestion d'association" - -version = "1.3.10~ynh1" - +version = "1.3.10~ynh2" maintainers = ["rodinux"]