From 4224b41b4b854e639ccc0ea384c8eac1cf3a82e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Farr=C3=A9?= Date: Sat, 13 Apr 2024 18:13:12 +0200 Subject: [PATCH 1/2] Enh: Add footer to global calendar --- docs/CHANGELOG.md | 6 +++++- views/global/index.php | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 59b20c92..1b32867e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +Unreleased +------------------------ +- Enh: Add footer to global calendar + 1.5.10 (March 19, 2024) ----------------------- - Fix #470: Fix obsolete notifications @@ -14,7 +18,7 @@ Changelog - Enh #457: Strikethrough cancelled events in calendar view - Enh #460: Add cancelled status in ICS files - Fix #402: Fix layout after change page of participants list -- Fix #469: Space configuration checks permissions insufficiently +- Fix #469: Space configuration checks permissions insufficiently 1.5.8 (January 19, 2024) ------------------------ diff --git a/views/global/index.php b/views/global/index.php index 23f3a88e..2ca5d58d 100644 --- a/views/global/index.php +++ b/views/global/index.php @@ -6,6 +6,7 @@ use humhub\modules\calendar\widgets\ConfigureButton; use humhub\modules\calendar\widgets\FullCalendar; use humhub\modules\ui\view\helpers\ThemeHelper; +use humhub\widgets\FooterMenu; /* @var $this \humhub\modules\ui\view\components\View */ /* @var $selectors array */ @@ -47,3 +48,5 @@ + + FooterMenu::LOCATION_FULL_PAGE]) ?> From 39a06ea628ed10661064cfe55368aafee74925b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Farr=C3=A9?= Date: Sat, 13 Apr 2024 18:15:37 +0200 Subject: [PATCH 2/2] Add PR ID --- docs/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1b32867e..ffff1dc3 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,7 +3,7 @@ Changelog Unreleased ------------------------ -- Enh: Add footer to global calendar +- Enh #473: Add footer to global calendar 1.5.10 (March 19, 2024) -----------------------