From bugzilla-daemon@bugs.koha-community.org Fri Mar 12 11:18:45 2021
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 27940] New: KohaAdminEmailAddress is missing from
OpacMaintenance page
Date: Fri, 12 Mar 2021 10:18:44 +0000
Message-ID:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6294040944890731653=="
--===============6294040944890731653==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D27940
Bug ID: 27940
Summary: KohaAdminEmailAddress is missing from OpacMaintenance
page
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: OPAC
Assignee: oleonard@myacpl.org
Reporter: magnus@libriotech.no
QA Contact: testopia@bugs.koha-community.org
To reproduce:
KohaAdminEmailAddress =3D Some valid email address
OpacMaintenance =3D Show
OPAC/cgi-bin/koha/maintenance.pl shows this text:
Koha online catalog is offline for system maintenance. We'll be back soon! If
you have any questions, please contact the site administrator.=20
"site administrator" is a link, but it only links to "mailto:", the actual
email address from KohaAdminEmailAddress is missing.=20
I think the problem is here:
The [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Ko=
ha
online[% END %] catalog is offline for system maintenance. We'll be back soon!
If you have any questions, please contact the site administrator
Specifically, [% KohaAdminEmailAddress | uri %] does not actually get the val=
ue
from KohaAdminEmailAddress.=20
Patch coming!
--=20
You are receiving this mail because:
You are watching all bug changes.
--===============6294040944890731653==--
From bugzilla-daemon@bugs.koha-community.org Fri Mar 12 11:28:43 2021
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 27940] Fix missing email in OpacMaintenance page
Date: Fri, 12 Mar 2021 10:28:42 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8938726489543930945=="
--===============8938726489543930945==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27940
Magnus Enger changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|KohaAdminEmailAddress is |Fix missing email in
|missing from |OpacMaintenance page
|OpacMaintenance page |
--
You are receiving this mail because:
You are watching all bug changes.
--===============8938726489543930945==--
From bugzilla-daemon@bugs.koha-community.org Fri Mar 12 11:31:14 2021
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 27940] Fix missing email in OpacMaintenance page
Date: Fri, 12 Mar 2021 10:31:14 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7012703550695127340=="
--===============7012703550695127340==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27940
Magnus Enger changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |Needs Signoff
Patch complexity|--- |Trivial patch
--
You are receiving this mail because:
You are watching all bug changes.
--===============7012703550695127340==--
From bugzilla-daemon@bugs.koha-community.org Fri Mar 12 11:31:24 2021
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 27940] Fix missing email in OpacMaintenance page
Date: Fri, 12 Mar 2021 10:31:18 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5220086499884245009=="
--===============5220086499884245009==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27940
--- Comment #1 from Magnus Enger ---
Created attachment 118184
-->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=118184&action=edit
Bug 27940 - Fix missing email in OpacMaintenance page
To reproduce:
KohaAdminEmailAddress = Some valid email address
OpacMaintenance = Show
OPAC/cgi-bin/koha/maintenance.pl shows this text:
"Koha online catalog is offline for system maintenance. We'll be back
soon! If you have any questions, please contact the site administrator."
"site administrator" is a link, but it only links to "mailto:", the
actual email address from KohaAdminEmailAddress is missing.
To test:
- Apply the patch
- Reload the maintenance page
- Click on the "site administrator" link and verify it contains the
address from KohaAdminEmailAddress
--
You are receiving this mail because:
You are watching all bug changes.
--===============5220086499884245009==--
From bugzilla-daemon@bugs.koha-community.org Tue Mar 16 17:31:19 2021
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 27940] Fix missing email in OpacMaintenance page
Date: Tue, 16 Mar 2021 16:31:18 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2880819150052498652=="
--===============2880819150052498652==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27940
Owen Leonard changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|oleonard@myacpl.org |magnus@libriotech.no
--
You are receiving this mail because:
You are watching all bug changes.
--===============2880819150052498652==--
From bugzilla-daemon@bugs.koha-community.org Tue Mar 16 17:37:10 2021
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 27940] Fix missing email in OpacMaintenance page
Date: Tue, 16 Mar 2021 16:37:08 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2792323909561117441=="
--===============2792323909561117441==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27940
Owen Leonard changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|Needs Signoff |Signed Off
--
You are receiving this mail because:
You are watching all bug changes.
--===============2792323909561117441==--
From bugzilla-daemon@bugs.koha-community.org Tue Mar 16 17:37:20 2021
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 27940] Fix missing email in OpacMaintenance page
Date: Tue, 16 Mar 2021 16:37:12 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6346461130779091804=="
--===============6346461130779091804==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27940
Owen Leonard changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #118184|0 |1
is obsolete| |
--- Comment #2 from Owen Leonard ---
Created attachment 118337
-->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=118337&action=edit
Bug 27940: Fix missing email in OpacMaintenance page
To reproduce:
KohaAdminEmailAddress = Some valid email address
OpacMaintenance = Show
OPAC/cgi-bin/koha/maintenance.pl shows this text:
"Koha online catalog is offline for system maintenance. We'll be back
soon! If you have any questions, please contact the site administrator."
"site administrator" is a link, but it only links to "mailto:", the
actual email address from KohaAdminEmailAddress is missing.
To test:
- Apply the patch
- Reload the maintenance page
- Click on the "site administrator" link and verify it contains the
address from KohaAdminEmailAddress
Signed-off-by: Owen Leonard
--
You are receiving this mail because:
You are watching all bug changes.
--===============6346461130779091804==--
From bugzilla-daemon@bugs.koha-community.org Thu Mar 25 15:34:53 2021
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 27940] Fix missing email in OpacMaintenance page
Date: Thu, 25 Mar 2021 14:34:52 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5617238452291504339=="
--===============5617238452291504339==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27940
Martin Renvoize changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #118337|0 |1
is obsolete| |
--- Comment #3 from Martin Renvoize ---
Created attachment 118812
-->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=118812&action=edit
Bug 27940: Fix missing email in OpacMaintenance page
To reproduce:
KohaAdminEmailAddress = Some valid email address
OpacMaintenance = Show
OPAC/cgi-bin/koha/maintenance.pl shows this text:
"Koha online catalog is offline for system maintenance. We'll be back
soon! If you have any questions, please contact the site administrator."
"site administrator" is a link, but it only links to "mailto:", the
actual email address from KohaAdminEmailAddress is missing.
To test:
- Apply the patch
- Reload the maintenance page
- Click on the "site administrator" link and verify it contains the
address from KohaAdminEmailAddress
Signed-off-by: Owen Leonard
Signed-off-by: Martin Renvoize
--
You are receiving this mail because:
You are watching all bug changes.
--===============5617238452291504339==--
From bugzilla-daemon@bugs.koha-community.org Thu Mar 25 15:35:10 2021
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 27940] Fix missing email in OpacMaintenance page
Date: Thu, 25 Mar 2021 14:35:10 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5711374255698616346=="
--===============5711374255698616346==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27940
Martin Renvoize changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |martin.renvoize@ptfs-europe
| |.com
Status|Signed Off |Passed QA
--- Comment #4 from Martin Renvoize ---
Good catch, Passing QA
--
You are receiving this mail because:
You are watching all bug changes.
--===============5711374255698616346==--
From bugzilla-daemon@bugs.koha-community.org Thu Apr 1 18:59:56 2021
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 27940] Fix missing email in OpacMaintenance page
Date: Thu, 01 Apr 2021 16:54:52 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4028788987863415663=="
--===============4028788987863415663==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27940
Jonathan Druart changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|Passed QA |Pushed to master
Version(s)| |21.05.00
released in| |
--
You are receiving this mail because:
You are watching all bug changes.
--===============4028788987863415663==--
From bugzilla-daemon@bugs.koha-community.org Thu Apr 1 19:00:06 2021
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 27940] Fix missing email in OpacMaintenance page
Date: Thu, 01 Apr 2021 16:54:54 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8599807601709365243=="
--===============8599807601709365243==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D27940
--- Comment #5 from Jonathan Druart =
---
Pushed to master for 21.05, thanks to everybody involved!
--=20
You are receiving this mail because:
You are watching all bug changes.
--===============8599807601709365243==--
From bugzilla-daemon@bugs.koha-community.org Fri Apr 2 17:02:21 2021
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 27940] Fix missing email in OpacMaintenance page
Date: Fri, 02 Apr 2021 15:02:20 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4571478395177360885=="
--===============4571478395177360885==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27940
--- Comment #6 from Katrin Fischer ---
I'd like to open a new bug here - could we agree to display the address from
ReplytoDefault when set instead of KohaAdminEmailAdress?
In some setups the KohaAdminEmailAdress nees to be set to noreply (same known
issue as always with some mail servers being very strict about possible spam)
--
You are receiving this mail because:
You are watching all bug changes.
--===============4571478395177360885==--
From bugzilla-daemon@bugs.koha-community.org Sat Apr 3 08:05:44 2021
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 27940] Fix missing email in OpacMaintenance page
Date: Sat, 03 Apr 2021 06:05:43 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1782312576403703526=="
--===============1782312576403703526==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27940
--- Comment #7 from Martin Renvoize ---
Good call Katrin.
--
You are receiving this mail because:
You are watching all bug changes.
--===============1782312576403703526==--
From bugzilla-daemon@bugs.koha-community.org Sun Apr 4 21:31:44 2021
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 27940] Fix missing email in OpacMaintenance page
Date: Sun, 04 Apr 2021 19:31:33 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5121844420534548039=="
--===============5121844420534548039==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27940
Katrin Fischer changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |28086
Referenced Bugs:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28086
[Bug 28086] Email address shown on OpacMaintenancePage should use
ReplytoDefault if set
--
You are receiving this mail because:
You are watching all bug changes.
--===============5121844420534548039==--
From bugzilla-daemon@bugs.koha-community.org Sun Apr 4 21:32:56 2021
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 27940] Fix missing email in OpacMaintenance page
Date: Sun, 04 Apr 2021 19:32:55 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============9171695295045482646=="
--===============9171695295045482646==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27940
--- Comment #8 from Katrin Fischer ---
(In reply to Martin Renvoize from comment #7)
> Good call Katrin.
I filed bug 28086 :)
--
You are receiving this mail because:
You are watching all bug changes.
--===============9171695295045482646==--
From bugzilla-daemon@bugs.koha-community.org Thu Apr 15 12:22:44 2021
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 27940] Fix missing email in OpacMaintenance page
Date: Thu, 15 Apr 2021 10:22:43 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4107976328674617904=="
--===============4107976328674617904==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27940
Fridolin Somers changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|Pushed to master |Pushed to stable
CC| |fridolin.somers@biblibre.co
| |m
Version(s)|21.05.00 |21.05.00,20.11.05
released in| |
--- Comment #9 from Fridolin Somers ---
Pushed to 20.11.x for 20.11.05
--
You are receiving this mail because:
You are watching all bug changes.
--===============4107976328674617904==--
From bugzilla-daemon@bugs.koha-community.org Sat Apr 24 18:13:46 2021
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 27940] Fix missing email in OpacMaintenance page
Date: Sat, 24 Apr 2021 16:13:45 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============9024801326184477084=="
--===============9024801326184477084==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27940
Andrew Fuerste-Henry changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|Pushed to stable |Pushed to oldstable
Version(s)|21.05.00,20.11.05 |21.05.00,20.11.05,20.05.11
released in| |
CC| |andrew@bywatersolutions.com
--- Comment #10 from Andrew Fuerste-Henry ---
Pushed to 20.05.x for 20.05.11
--
You are receiving this mail because:
You are watching all bug changes.
--===============9024801326184477084==--
From bugzilla-daemon@bugs.koha-community.org Sat Apr 24 19:13:58 2021
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 27940] Fix missing email in OpacMaintenance page
Date: Sat, 24 Apr 2021 17:13:58 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8405815131271395695=="
--===============8405815131271395695==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27940
Victor Grousset/tuxayo changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|Pushed to oldstable |RESOLVED
CC| |victor@tuxayo.net
--- Comment #11 from Victor Grousset/tuxayo ---
Not backported to oldoldstable (19.11.x). Feel free to ask if it's needed.
--
You are receiving this mail because:
You are watching all bug changes.
--===============8405815131271395695==--
From bugzilla-daemon@bugs.koha-community.org Sat Apr 24 22:13:53 2021
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 27940] Fix missing email in OpacMaintenance page
Date: Sat, 24 Apr 2021 20:13:51 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1274690684786117367=="
--===============1274690684786117367==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27940
David Nind changed:
What |Removed |Added
----------------------------------------------------------------------------
Text to go in the| |This fixes no email address
release notes| |being shown on the OPAC
| |maintenance page for "site
| |administrator" link (when
| |OpacMaintenance is set).
| |Before this the link was
| |showing as an empty
| |"mailto:" instead of the
| |value of
| |KohaAdminEmailAddress
CC| |david@davidnind.com
--
You are receiving this mail because:
You are watching all bug changes.
--===============1274690684786117367==--