From bugzilla-daemon@bugs.koha-community.org Tue Jun 6 18:06:40 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 33919] New: Improve translation of title tags: Patron clubs Date: Tue, 06 Jun 2023 16:06:39 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4932534021635922757==" --===============4932534021635922757== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33919 Bug ID: 33919 Summary: Improve translation of title tags: Patron clubs Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: oleonard@myacpl.org QA Contact: testopia@bugs.koha-community.org CC: testopia@bugs.koha-community.org Blocks: 33906 This patch will modify patron clubs templates in the staff client so that translatable strings in the tag are wrapped in the correct translation function, e.g. [% t('Translate me') %] Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33906 [Bug 33906] [OMNIBUS] Improve translation of title tags -- You are receiving this mail because: You are watching all bug changes. --===============4932534021635922757==-- From bugzilla-daemon@bugs.koha-community.org Tue Aug 22 15:39:18 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 33919] Improve translation of title tags: Patron clubs Date: Tue, 22 Aug 2023 13:39:17 +0000 Message-ID: <bug-33919-70-taNknAvbCY@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-33919-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6920020898785342916==" --===============6920020898785342916== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33919 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. --===============6920020898785342916==-- From bugzilla-daemon@bugs.koha-community.org Tue Aug 22 15:39:28 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 33919] Improve translation of title tags: Patron clubs Date: Tue, 22 Aug 2023 13:39:19 +0000 Message-ID: <bug-33919-70-S8wStlNIa4@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-33919-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1867159715380647600==" --===============1867159715380647600== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33919 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 154694 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=154694&action=edit Bug 33919: Improve translation of title tags: Patron clubs This patch updates patron clubs templates so that title tags can be more easily translated. The patch also makes some minor changes to some templates to improve consistency between page title, breadcrumb navigation, and page heading. To test, apply the patch and confirm that the following pages have the correct title tags: - Tools -> Patron clubs - New and Edit club template - New and Edit club - Club enrollments (from the list of clubs choose Actions -> Enrollments) -- You are receiving this mail because: You are watching all bug changes. --===============1867159715380647600==-- From bugzilla-daemon@bugs.koha-community.org Tue Sep 12 20:42:02 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 33919] Improve translation of title tags: Patron clubs Date: Tue, 12 Sep 2023 18:42:01 +0000 Message-ID: <bug-33919-70-jU6nJ2Bh53@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-33919-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3658419551030103056==" --===============3658419551030103056== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33919 Salah Ghedda <salah.ghedda@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. --===============3658419551030103056==-- From bugzilla-daemon@bugs.koha-community.org Tue Sep 12 20:42:12 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 33919] Improve translation of title tags: Patron clubs Date: Tue, 12 Sep 2023 18:42:03 +0000 Message-ID: <bug-33919-70-IY5XMhadKp@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-33919-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7925816568015001205==" --===============7925816568015001205== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33919 Salah Ghedda <salah.ghedda@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #154694|0 |1 is obsolete| | --- Comment #2 from Salah Ghedda <salah.ghedda@inlibro.com> --- Created attachment 155569 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=155569&action=edit Bug 33919: Improve translation of title tags: Patron clubs This patch updates patron clubs templates so that title tags can be more easily translated. The patch also makes some minor changes to some templates to improve consistency between page title, breadcrumb navigation, and page heading. To test, apply the patch and confirm that the following pages have the correct title tags: - Tools -> Patron clubs - New and Edit club template - New and Edit club - Club enrollments (from the list of clubs choose Actions -> Enrollments) Signed-off-by: Salah Ghedda <salah.ghedda@inLibro.com> -- You are receiving this mail because: You are watching all bug changes. --===============7925816568015001205==-- From bugzilla-daemon@bugs.koha-community.org Thu Sep 21 23:55:51 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 33919] Improve translation of title tags: Patron clubs Date: Thu, 21 Sep 2023 21:55:50 +0000 Message-ID: <bug-33919-70-oni6Dmpsee@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-33919-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7678584171745495503==" --===============7678584171745495503== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33919 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. --===============7678584171745495503==-- From bugzilla-daemon@bugs.koha-community.org Thu Sep 21 23:56:01 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 33919] Improve translation of title tags: Patron clubs Date: Thu, 21 Sep 2023 21:55:53 +0000 Message-ID: <bug-33919-70-jWsPGx1HNS@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-33919-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7397255551636892475==" --===============7397255551636892475== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33919 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #155569|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 156024 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=156024&action=edit Bug 33919: Improve translation of title tags: Patron clubs This patch updates patron clubs templates so that title tags can be more easily translated. The patch also makes some minor changes to some templates to improve consistency between page title, breadcrumb navigation, and page heading. To test, apply the patch and confirm that the following pages have the correct title tags: - Tools -> Patron clubs - New and Edit club template - New and Edit club - Club enrollments (from the list of clubs choose Actions -> Enrollments) Signed-off-by: Salah Ghedda <salah.ghedda@inLibro.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes. --===============7397255551636892475==-- From bugzilla-daemon@bugs.koha-community.org Thu Sep 21 23:56:12 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 33919] Improve translation of title tags: Patron clubs Date: Thu, 21 Sep 2023 21:56:09 +0000 Message-ID: <bug-33919-70-jG4yBAweWx@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-33919-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6240943093187004920==" --===============6240943093187004920== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33919 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |katrin.fischer@bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes. --===============6240943093187004920==-- From bugzilla-daemon@bugs.koha-community.org Fri Sep 22 15:56:54 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 33919] Improve translation of title tags: Patron clubs Date: Fri, 22 Sep 2023 13:56:00 +0000 Message-ID: <bug-33919-70-9jWnVnvT0X@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-33919-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7852415586352109983==" --===============7852415586352109983== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33919 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. --===============7852415586352109983==-- From bugzilla-daemon@bugs.koha-community.org Fri Sep 22 15:57:04 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 33919] Improve translation of title tags: Patron clubs Date: Fri, 22 Sep 2023 13:56:01 +0000 Message-ID: <bug-33919-70-AeIbfXrC0g@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-33919-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8326412545310660577==" --===============8326412545310660577== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33919 --- Comment #4 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes. --===============8326412545310660577==-- From bugzilla-daemon@bugs.koha-community.org Fri Sep 22 21:40:40 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 33919] Improve translation of title tags: Patron clubs Date: Fri, 22 Sep 2023 19:40:34 +0000 Message-ID: <bug-33919-70-1vzR2sdbUC@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-33919-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2742045551734135701==" --===============2742045551734135701== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33919 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m --- Comment #5 from Fridolin Somers <fridolin.somers@biblibre.com> --- Enhancement not pushed to 23.05.x -- You are receiving this mail because: You are watching all bug changes. --===============2742045551734135701==-- From bugzilla-daemon@bugs.koha-community.org Mon Sep 25 14:33:00 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 33919] Improve translation of title tags: Patron clubs Date: Mon, 25 Sep 2023 12:33:00 +0000 Message-ID: <bug-33919-70-7zL7Eq6MRH@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-33919-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1242162263727956062==" --===============1242162263727956062== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33919 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. --===============1242162263727956062==--