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

Merge branch 'testing' into fix-testing

This commit is contained in:
Robles Rodolphe 2023-09-19 23:04:37 +02:00 committed by GitHub
commit 90785a6823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 6 deletions

View file

@ -21,8 +21,10 @@ Paheko (we chose the name Paheko, a word from the Māori language meaning "to co
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, etc. etc.. 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, etc. etc..
**Shipped version:** 1.3.0~ynh9 **Shipped version:** 1.3.0~ynh9
**Demo:** https://paheko.cloud/essai/ **Demo:** https://paheko.cloud/essai/
## Screenshots ## Screenshots

View file

@ -32,6 +32,7 @@ Paheko (Nous avons choisi le nom Paheko, un mot de la langue Māori qui signifie
**Version incluse :** 1.3.0~ynh9 **Version incluse :** 1.3.0~ynh9
**Démo :** https://paheko.cloud/essai/ **Démo :** https://paheko.cloud/essai/
## Captures décran ## Captures décran

View file

@ -1,4 +1,4 @@
## Configurations personnelles ## Configurations personnelles
Vous pouvez si vous le souhaitez ajouter des configurations personnelles en éditant le fichier `/var/www/paheko/config.local.user.php`. Vous pouvez si vous le souhaitez ajouter des configurations personnelles en éditant le fichier `__INSTALL_DIR__/config.local.user.php`.
Pour voir les possibilités vous pouvez lire auparavant le fichier `/var/www/paheko/config.dist.php`. Pour voir les possibilités vous pouvez lire auparavant le fichier `__INSTALL_DIR__/config.dist.php`.

View file

@ -1 +1 @@
We should encourage people to have a look at the Changelog: https://fossil.kd2.org/paheko/wiki?name=Changelog/1.3 when upgrading to this version because there are major changes. If you have installed some plugins, not all will be compatibles. We encourage you to have a look at the Changelog: https://fossil.kd2.org/paheko/wiki?name=Changelog/1.3 when upgrading to this version because there are major changes. If you have installed some plugins, not all will be compatibles.

View file

@ -54,7 +54,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]
then then
ynh_script_progression --message="Upgrading source files..." --weight=5 ynh_script_progression --message="Upgrading source files..." --weight=5
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 ynh_setup_source --dest_dir="$install_dir" --full_replace=1
fi fi
@ -101,7 +101,6 @@ ynh_script_progression --message="Restore datas..." --weight=5
# Sync data directory backup # Sync data directory backup
rsync -a $tmp_data_backup/ $install_dir/data/ rsync -a $tmp_data_backup/ $install_dir/data/
#================================================= #=================================================
# FIX PERMISSIONS # FIX PERMISSIONS
#================================================= #=================================================