From bugzilla-daemon@bugs.koha-community.org Fri Sep 15 15:43:40 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 34802] New: Improve translation of title tags: Tags and comments Date: Fri, 15 Sep 2023 13:43:40 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4958432869424149901==" --===============4958432869424149901== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34802 Bug ID: 34802 Summary: Improve translation of title tags: Tags and comments 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 tags and comment 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. --===============4958432869424149901==-- From bugzilla-daemon@bugs.koha-community.org Fri Sep 15 16:02:49 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 34802] Improve translation of title tags: Tags and comments Date: Fri, 15 Sep 2023 14:02:48 +0000 Message-ID: <bug-34802-70-XH40dlYhNB@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-34802-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2039924527848801698==" --===============2039924527848801698== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34802 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. --===============2039924527848801698==-- From bugzilla-daemon@bugs.koha-community.org Fri Sep 15 16:02:59 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 34802] Improve translation of title tags: Tags and comments Date: Fri, 15 Sep 2023 14:02:50 +0000 Message-ID: <bug-34802-70-ZHJDtWYWOe@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-34802-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1761865585881341266==" --===============1761865585881341266== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34802 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 155669 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=155669&action=edit Bug 34802: Improve translation of title tags: Tags and comments This patch modifies tag and comments management templates so that title tags can be more easily translated. The patch also makes some modifications to titles, breadcrumb navigation, and page headers in order to make them more consistent with each other and with other similar pages. To test, apply the patch and go to Tools. Test each of the following pages and each variation of the page to confirm that titles, breadcrumbs, and page headers look correct. - Tags - Main page - Viewing tags by status: Approved, pending, and rejected (link in the right-hand column) - List of records by tag - This page has been modified so that the menu of tag link in the left-hand sidebar is styled consistently with other sidebar menus. - Comments - Approved comments - Comments awaiting moderation -- You are receiving this mail because: You are watching all bug changes. --===============1761865585881341266==-- From bugzilla-daemon@bugs.koha-community.org Sun Oct 22 02:50:22 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 34802] Improve translation of title tags: Tags and comments Date: Sun, 22 Oct 2023 00:50:21 +0000 Message-ID: <bug-34802-70-dlSwlVnRSo@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-34802-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2596777655738610026==" --===============2596777655738610026== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34802 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. --===============2596777655738610026==-- From bugzilla-daemon@bugs.koha-community.org Sun Oct 22 02:50:32 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 34802] Improve translation of title tags: Tags and comments Date: Sun, 22 Oct 2023 00:50:23 +0000 Message-ID: <bug-34802-70-TRiem1G6Nm@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-34802-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0022798434125839123==" --===============0022798434125839123== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34802 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #155669|0 |1 is obsolete| | --- Comment #2 from David Nind <david@davidnind.com> --- Created attachment 157601 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157601&action=edit Bug 34802: Improve translation of title tags: Tags and comments This patch modifies tag and comments management templates so that title tags can be more easily translated. The patch also makes some modifications to titles, breadcrumb navigation, and page headers in order to make them more consistent with each other and with other similar pages. To test, apply the patch and go to Tools. Test each of the following pages and each variation of the page to confirm that titles, breadcrumbs, and page headers look correct. - Tags - Main page - Viewing tags by status: Approved, pending, and rejected (link in the right-hand column) - List of records by tag - This page has been modified so that the menu of tag link in the left-hand sidebar is styled consistently with other sidebar menus. - Comments - Approved comments - Comments awaiting moderation Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes. --===============0022798434125839123==-- From bugzilla-daemon@bugs.koha-community.org Wed Nov 1 22:27:47 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 34802] Improve translation of title tags: Tags and comments Date: Wed, 01 Nov 2023 21:27:46 +0000 Message-ID: <bug-34802-70-k7laTzwqJs@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-34802-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1044994136799927498==" --===============1044994136799927498== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34802 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. --===============1044994136799927498==-- From bugzilla-daemon@bugs.koha-community.org Wed Nov 1 22:27:57 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 34802] Improve translation of title tags: Tags and comments Date: Wed, 01 Nov 2023 21:27:48 +0000 Message-ID: <bug-34802-70-ibT4tAqvqi@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-34802-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2973433271167614091==" --===============2973433271167614091== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34802 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #157601|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 158219 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158219&action=edit Bug 34802: Improve translation of title tags: Tags and comments This patch modifies tag and comments management templates so that title tags can be more easily translated. The patch also makes some modifications to titles, breadcrumb navigation, and page headers in order to make them more consistent with each other and with other similar pages. To test, apply the patch and go to Tools. Test each of the following pages and each variation of the page to confirm that titles, breadcrumbs, and page headers look correct. - Tags - Main page - Viewing tags by status: Approved, pending, and rejected (link in the right-hand column) - List of records by tag - This page has been modified so that the menu of tag link in the left-hand sidebar is styled consistently with other sidebar menus. - Comments - Approved comments - Comments awaiting moderation Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes. --===============2973433271167614091==-- From bugzilla-daemon@bugs.koha-community.org Fri Nov 3 16:07:45 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 34802] Improve translation of title tags: Tags and comments Date: Fri, 03 Nov 2023 15:06:03 +0000 Message-ID: <bug-34802-70-c5VEk6oNld@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-34802-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6201717051785034546==" --===============6201717051785034546== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34802 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. --===============6201717051785034546==-- From bugzilla-daemon@bugs.koha-community.org Fri Nov 3 16:07:55 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 34802] Improve translation of title tags: Tags and comments Date: Fri, 03 Nov 2023 15:06:05 +0000 Message-ID: <bug-34802-70-OKimkMDUEf@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-34802-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6291019744835876133==" --===============6291019744835876133== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34802 --- 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. --===============6291019744835876133==-- From bugzilla-daemon@bugs.koha-community.org Fri Nov 10 03:08:43 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 34802] Improve translation of title tags: Tags and comments Date: Fri, 10 Nov 2023 02:08:43 +0000 Message-ID: <bug-34802-70-mfqaZHREPV@https.bugs.koha-community.org/bugzilla3/> In-Reply-To: <bug-34802-70@https.bugs.koha-community.org/bugzilla3/> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6825070851252990429==" --===============6825070851252990429== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34802 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED 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. --===============6825070851252990429==--