1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2024-09-03 19:56:12 +02:00

Merge pull request #111 from YunoHost-Apps/testing

Testing
This commit is contained in:
Limezy 2024-08-29 11:37:29 +07:00 committed by GitHub
commit 51bfdf4165
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 12 additions and 12 deletions

View file

@ -25,7 +25,7 @@ Outline is a wiki and knowledge base for growing teams. Beautiful, feature rich,
- Using Yunohost's built-in SMTP server for notifications
**Shipped version:** 0.78.0~ynh1
**Shipped version:** 0.78.0~ynh2
**Demo:** <https://app.getoutline.com/create>

View file

@ -25,7 +25,7 @@ Outline is a wiki and knowledge base for growing teams. Beautiful, feature rich,
- Using Yunohost's built-in SMTP server for notifications
**Versión actual:** 0.78.0~ynh1
**Versión actual:** 0.78.0~ynh2
**Demo:** <https://app.getoutline.com/create>

View file

@ -25,7 +25,7 @@ Outline is a wiki and knowledge base for growing teams. Beautiful, feature rich,
- Using Yunohost's built-in SMTP server for notifications
**Paketatutako bertsioa:** 0.78.0~ynh1
**Paketatutako bertsioa:** 0.78.0~ynh2
**Demoa:** <https://app.getoutline.com/create>

View file

@ -24,7 +24,7 @@ Outile est un wiki et la base de connaissances les plus rapides pour les équipe
- Y compris un serveur Dex pour se connecter à la base d'utilisateurs LDAP de YunoHost à l'aide d'un flux d'authentification OIDC
- Utilisation du serveur SMTP intégré de Yunohost pour les notifications
**Version incluse:** 0.78.0~ynh1
**Version incluse:** 0.78.0~ynh2
**Démo:** <https://app.getoutline.com/create>

View file

@ -25,7 +25,7 @@ Outline is a wiki and knowledge base for growing teams. Beautiful, feature rich,
- Using Yunohost's built-in SMTP server for notifications
**Versión proporcionada:** 0.78.0~ynh1
**Versión proporcionada:** 0.78.0~ynh2
**Demo:** <https://app.getoutline.com/create>

View file

@ -25,7 +25,7 @@ Outline is a wiki and knowledge base for growing teams. Beautiful, feature rich,
- Using Yunohost's built-in SMTP server for notifications
**Versi terkirim:** 0.78.0~ynh1
**Versi terkirim:** 0.78.0~ynh2
**Demo:** <https://app.getoutline.com/create>

View file

@ -25,7 +25,7 @@ Outline is a wiki and knowledge base for growing teams. Beautiful, feature rich,
- Using Yunohost's built-in SMTP server for notifications
**Поставляемая версия:** 0.78.0~ynh1
**Поставляемая версия:** 0.78.0~ynh2
**Демо-версия:** <https://app.getoutline.com/create>

View file

@ -25,7 +25,7 @@ Outline is a wiki and knowledge base for growing teams. Beautiful, feature rich,
- Using Yunohost's built-in SMTP server for notifications
**分发版本:** 0.78.0~ynh1
**分发版本:** 0.78.0~ynh2
**演示:** <https://app.getoutline.com/create>

View file

@ -5,7 +5,7 @@ name = "Outline"
description.en = "Wiki and knowledge base for teams"
description.fr = "Wiki et base de connaissances pour les équipes"
version = "0.78.0~ynh1"
version = "0.78.0~ynh2"
maintainers = ["Raoul de Limezy"]

View file

@ -33,7 +33,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=1
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir"
ynh_setup_source --dest_dir="$install_dir" --full_replace=1
fi
chmod -R o-rwx "$install_dir"
@ -72,9 +72,9 @@ then
ynh_script_progression --message="Migrating default language variable"
if [ "$language" == "fr" ]
then
ynh_app_setting_set --app=$app --key=language --value="fr_FR"
ynh_app_setting_set --key=language --value="fr_FR"
else
ynh_app_setting_set --app=$app --key=language --value="en_US"
ynh_app_setting_set --key=language --value="en_US"
fi
else
ynh_script_progression --message="No default language migration to be done"