From bugzilla-daemon@bugs.koha-community.org Wed Apr 14 14:29:56 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28146] New: admin variable should be replaced by KohaAdminEmailAddress Date: Wed, 14 Apr 2021 12:29:55 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6452714452937313788==" --===============6452714452937313788== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D28146 Bug ID: 28146 Summary: admin variable should be replaced by KohaAdminEmailAddress Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: jonathan.druart@bugs.koha-community.org QA Contact: testopia@bugs.koha-community.org "admin" is sent from C4::Output::output_error, we should use Koha.Preference('KohaAdminEmailAddress') from the template instead koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc: [% IF ( admin= ) %] koha-tmpl/intranet-tmpl/prog/en/modules/errors/errorpage.tt:
  • To report a broken link or any other issue, please contact the Koha Administrato= r. Send email
  • koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt: = =20 Send email. = =20 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt: = =20
  • To report this error, you can email the Koha Administrator.Email
  • =20 C4/Output.pm: admin =3D> $admin, errors/400.pl: admin =3D> $admin, errors/401.pl: admin =3D> $admin, errors/402.pl: admin =3D> $admin, errors/403.pl: admin =3D> $admin, errors/404.pl: admin =3D> $admin, errors/500.pl: admin =3D> $admin, opac/errors/400.pl: admin =3D> $admin, opac/errors/401.pl: admin =3D> $admin, opac/errors/402.pl: admin =3D> $admin, opac/errors/403.pl: admin =3D> $admin, opac/errors/404.pl: admin =3D> $admin, opac/errors/500.pl: admin =3D> $admin, --=20 You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. --===============6452714452937313788==-- From bugzilla-daemon@bugs.koha-community.org Sat Apr 17 20:15:22 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28146] admin variable should be replaced by KohaAdminEmailAddress Date: Sat, 17 Apr 2021 18:15:21 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4365451962781515453==" --===============4365451962781515453== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28146 --- Comment #1 from Katrin Fischer --- Please also prefer ReplyToDefault here with a fallback to KohaAdminEmailAddress. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. --===============4365451962781515453==-- From bugzilla-daemon@bugs.koha-community.org Sat Jul 1 10:11:30 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28146] E-mail address used on error pages should respect ReplyToDefault Date: Sat, 01 Jul 2023 08:11:29 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0701585095524077546==" --===============0701585095524077546== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28146 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|admin variable should be |E-mail address used on |replaced by |error pages should respect |KohaAdminEmailAddress |ReplyToDefault --- Comment #2 from Katrin Fischer --- We now have: my $admin = C4::Context->preference('KohaAdminEmailAddress'); But: In some cases this will be a noreply-address. We should be using inbound_email_address or at least prefer ReplyToDefault. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. --===============0701585095524077546==-- From bugzilla-daemon@bugs.koha-community.org Mon Oct 6 14:24:00 2025 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28146] E-mail address used on error pages should respect ReplyToDefault Date: Mon, 06 Oct 2025 12:24:00 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3606085458840047830==" --===============3606085458840047830== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28146 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. --===============3606085458840047830==-- From bugzilla-daemon@bugs.koha-community.org Mon Oct 6 14:24:10 2025 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28146] E-mail address used on error pages should respect ReplyToDefault Date: Mon, 06 Oct 2025 12:24:01 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2790627325751311576==" --===============2790627325751311576== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28146 --- Comment #3 from Marcel de Rooy --- Created attachment 187463 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187463&action=edit Bug 28146: Respect ReplytoDefault in error pages Test plan: Fill ReplytoDefault. Check an error page on OPAC and intranet. Verify that the send mail link refers to that email address. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. --===============2790627325751311576==-- From bugzilla-daemon@bugs.koha-community.org Mon Oct 6 14:24:32 2025 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28146] E-mail address used on error pages should respect ReplytoDefault Date: Mon, 06 Oct 2025 12:24:32 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8643553409046941109==" --===============8643553409046941109== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28146 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl Summary|E-mail address used on |E-mail address used on |error pages should respect |error pages should respect |ReplyToDefault |ReplytoDefault -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. --===============8643553409046941109==-- From bugzilla-daemon@bugs.koha-community.org Mon Oct 6 14:24:55 2025 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28146] E-mail address used on error pages should respect ReplytoDefault Date: Mon, 06 Oct 2025 12:24:55 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1337594329694229378==" --===============1337594329694229378== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28146 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Architecture, internals, |Templates |and plumbing | Assignee|koha-bugs@lists.koha-commun |m.de.rooy@rijksmuseum.nl |ity.org | Severity|minor |enhancement -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. --===============1337594329694229378==-- From bugzilla-daemon@bugs.koha-community.org Mon Oct 6 14:26:06 2025 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28146] E-mail address used on error pages should respect ReplytoDefault Date: Mon, 06 Oct 2025 12:25:47 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2289055370794426940==" --===============2289055370794426940== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28146 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #4 from Marcel de Rooy --- Trivial patch. Self signoff -- You are receiving this mail because: You are watching all bug changes. --===============2289055370794426940==-- From bugzilla-daemon@bugs.koha-community.org Thu Oct 9 14:24:57 2025 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28146] E-mail address used on error pages should respect ReplytoDefault Date: Thu, 09 Oct 2025 12:24:56 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3416805514749421351==" --===============3416805514749421351== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D28146 Martin Renvoize (ashimema) changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187463|0 |1 is obsolete| | --- Comment #5 from Martin Renvoize (ashimema) --- Created attachment 187654 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3D187654&action= =3Dedit Bug 28146: Respect ReplytoDefault in error pages Test plan: Fill ReplytoDefault. Check an error page on OPAC and intranet. Verify that the send mail link refers to that email address. Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize --=20 You are receiving this mail because: You are watching all bug changes. --===============3416805514749421351==-- From bugzilla-daemon@bugs.koha-community.org Thu Oct 9 14:25:07 2025 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28146] E-mail address used on error pages should respect ReplytoDefault Date: Thu, 09 Oct 2025 12:25:06 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2965792222418947923==" --===============2965792222418947923== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28146 Martin Renvoize (ashimema) changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA QA Contact|testopia@bugs.koha-communit |martin.renvoize@openfifth.c |y.org |o.uk CC| |martin.renvoize@openfifth.c | |o.uk -- You are receiving this mail because: You are watching all bug changes. --===============2965792222418947923==-- From bugzilla-daemon@bugs.koha-community.org Thu Oct 9 23:00:57 2025 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28146] E-mail address used on error pages should respect ReplytoDefault Date: Thu, 09 Oct 2025 21:00:56 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1301826667048016723==" --===============1301826667048016723== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28146 Lucas Gass (lukeg) changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to main Version(s)| |25.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. --===============1301826667048016723==-- From bugzilla-daemon@bugs.koha-community.org Thu Oct 9 23:01:07 2025 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28146] E-mail address used on error pages should respect ReplytoDefault Date: Thu, 09 Oct 2025 21:01:03 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6860890761988796884==" --===============6860890761988796884== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28146 --- Comment #6 from Lucas Gass (lukeg) --- Nice work everyone! Pushed to main for 25.11 -- You are receiving this mail because: You are watching all bug changes. --===============6860890761988796884==-- From bugzilla-daemon@bugs.koha-community.org Mon Jan 5 17:54:25 2026 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28146] E-mail address used on error pages should respect ReplytoDefault Date: Mon, 05 Jan 2026 16:54:24 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0717650494046181047==" --===============0717650494046181047== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28146 Laura Escamilla changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to main |Needs documenting Version(s)|25.11.00 |25.11.00, 25.05.x released in| | CC| |Laura.escamilla@bywatersolu | |tions.com --- Comment #7 from Laura Escamilla --- This change has been backported to the 25.05.x branch. Thank you! -- You are receiving this mail because: You are watching all bug changes. --===============0717650494046181047==-- From bugzilla-daemon@bugs.koha-community.org Fri Jan 9 09:38:13 2026 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28146] E-mail address used on error pages should respect ReplytoDefault Date: Fri, 09 Jan 2026 08:38:13 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3885231027158645291==" --===============3885231027158645291== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28146 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m Version(s)|25.11.00, 25.05.x |25.11.00,25.05.07 released in| | -- You are receiving this mail because: You are watching all bug changes. --===============3885231027158645291==--