1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/humhub_ynh.git synced 2024-09-03 19:26:11 +02:00

Merge pull request #17 from YunoHost-Apps/testing

Update to 1.8.2
This commit is contained in:
Nils Van Zuijlen 2021-04-29 10:07:38 +02:00 committed by GitHub
commit e446a4b9b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 19 additions and 9 deletions

View file

@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview
HumHub is an open source social network platform with a wide variety of use cases as social intranet, community or collaboration platform. HumHub consists of a core application, which can be extended through additional modules and adjusted to your needs by many configuration options.
**Shipped version:** 1.8.1
**Shipped version:** 1.8.2
## Screenshots

View file

@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install
## Vue d'ensemble
HumHub est une plate-forme de réseau social open source avec une grande variété de cas d'utilisation en tant qu'intranet social, plate-forme de communauté ou de collaboration. HumHub se compose d'une application principale, qui peut être étendue grâce à des modules supplémentaires et ajustée à vos besoins par de nombreuses options de configuration.
**Version incluse :** 1.8.1
**Version incluse :** 1.8.2
## Captures d'écran

View file

@ -12,7 +12,7 @@
setup_private=1
setup_public=1
upgrade=1
upgrade=1 from_commit=ecc6afe689c02b2d437f9d81abb66df6f2f911c0
upgrade=1 from_commit=6b47f5e5d81ac3239709d581b25a2fa331226843
backup_restore=1
multi_instance=1
port_already_use=0
@ -21,7 +21,7 @@
Email=
Notification=none
;;; Upgrade options
; commit=ecc6afe689c02b2d437f9d81abb66df6f2f911c0
; commit=6b47f5e5d81ac3239709d581b25a2fa331226843
name=Name and date of the commit.
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=1&

View file

@ -1,9 +1,9 @@
SOURCE_URL=https://www.humhub.com/download/package/humhub-1.8.1.tar.gz
SOURCE_SUM=2eca1561506bfa06f8e36358659a0ec0f72497547d949d2232a85dc788ad4758
SOURCE_URL=https://www.humhub.com/download/package/humhub-1.8.2.tar.gz
SOURCE_SUM=181d9c4519f4612949fd67e84f61ead618b200bc813fd179603c7b32f4a6e3b9
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=humhub-1.8.1.tar.gz
SOURCE_FILENAME=humhub-1.8.2.tar.gz
SOURCE_EXTRACT=true

View file

@ -12,7 +12,7 @@
"name": "Nils Van Zuijlen",
"url": "https://github.com/nils-van-zuijlen"
},
"version": "1.8.1~ynh2",
"version": "1.8.2~ynh1",
"requirements": {
"yunohost": ">= 4.1.7"
},

View file

@ -112,6 +112,17 @@ ynh_add_fpm_config
#=================================================
# SPECIFIC UPGRADE
#=================================================
# DEACTIVATE DEBUG MODE
#=================================================
ynh_replace_string --match_string="defined('YII_DEBUG') or define('YII_DEBUG', true);"\
--replace_string="// defined('YII_DEBUG') or define('YII_DEBUG', true);"\
--target_file="$final_path/index.php"
ynh_replace_string --match_string="defined('YII_ENV') or define('YII_ENV', 'dev');"\
--replace_string="// defined('YII_ENV') or define('YII_ENV', 'dev');"\
--target_file="$final_path/index.php"
#=================================================
# MIGRATE DATABASE
#=================================================

View file

@ -1 +0,0 @@
1.8.1