From bugzilla-daemon@bugs.koha-community.org Tue Jun 6 18:13:42 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 33923] New: Improve translation of title tags: Reports
Date: Tue, 06 Jun 2023 16:13:41 +0000
Message-ID:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3427085661568583151=="
--===============3427085661568583151==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33923
Bug ID: 33923
Summary: Improve translation of title tags: Reports
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
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 reports 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.
--===============3427085661568583151==--
From bugzilla-daemon@bugs.koha-community.org Wed Aug 23 18:58:15 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33923] Improve translation of title tags: Reports
Date: Wed, 23 Aug 2023 16:58:14 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2040347004834243641=="
--===============2040347004834243641==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33923
Owen Leonard changed:
What |Removed |Added
----------------------------------------------------------------------------
Patch complexity|--- |Small patch
Status|NEW |Needs Signoff
--
You are receiving this mail because:
You are watching all bug changes.
--===============2040347004834243641==--
From bugzilla-daemon@bugs.koha-community.org Wed Aug 23 18:58:25 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33923] Improve translation of title tags: Reports
Date: Wed, 23 Aug 2023 16:58:16 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7894326289274511630=="
--===============7894326289274511630==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33923
--- Comment #1 from Owen Leonard ---
Created attachment 154718
-->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=154718&action=edit
Bug 33923: Improve translation of title tags: Reports
This patch updates reports templates so that title tags can be more
easily translated.
To test, apply the patch and confirm that the following pages have the
correct title tags:
- Reports ->
- Reports home
- Statistics wizards ->
- Acquisitions
- Patrons
- Catalog
- Circulation
- Serials
- Cash register
- Holds
- Top lists ->
- Patrons with the most checkouts
- Most-circulated items
- Inactive
- Patrons who haven't checked out
- Items with no checkouts
- Other
- Items lost
- Orders by fund
- Catalog by item type
- Average loan time
- Create guided report
- Create from SQL
- Use saved report
- View dictionary
--
You are receiving this mail because:
You are watching all bug changes.
--===============7894326289274511630==--
From bugzilla-daemon@bugs.koha-community.org Fri Sep 1 11:31:00 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33923] Improve translation of title tags: Reports
Date: Fri, 01 Sep 2023 09:30:59 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7130088361442480981=="
--===============7130088361442480981==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33923
PTFS Europe Sandboxes changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #154718|0 |1
is obsolete| |
--- Comment #2 from PTFS Europe Sandboxes ---
Created attachment 155082
-->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=155082&action=edit
Bug 33923: Improve translation of title tags: Reports
This patch updates reports templates so that title tags can be more
easily translated.
To test, apply the patch and confirm that the following pages have the
correct title tags:
- Reports ->
- Reports home
- Statistics wizards ->
- Acquisitions
- Patrons
- Catalog
- Circulation
- Serials
- Cash register
- Holds
- Top lists ->
- Patrons with the most checkouts
- Most-circulated items
- Inactive
- Patrons who haven't checked out
- Items with no checkouts
- Other
- Items lost
- Orders by fund
- Catalog by item type
- Average loan time
- Create guided report
- Create from SQL
- Use saved report
- View dictionary
Signed-off-by: Andrew Auld
--
You are receiving this mail because:
You are watching all bug changes.
--===============7130088361442480981==--
From bugzilla-daemon@bugs.koha-community.org Fri Sep 1 11:31:30 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33923] Improve translation of title tags: Reports
Date: Fri, 01 Sep 2023 09:31:15 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7155446700176514772=="
--===============7155446700176514772==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33923
Andrew Auld changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrew.auld@ptfs-europe.com
Status|Needs Signoff |Signed Off
--- Comment #3 from Andrew Auld ---
Lovely!
--
You are receiving this mail because:
You are watching all bug changes.
--===============7155446700176514772==--
From bugzilla-daemon@bugs.koha-community.org Fri Sep 1 14:22:16 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33923] Improve translation of title tags: Reports
Date: Fri, 01 Sep 2023 12:22:16 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7014407645594152134=="
--===============7014407645594152134==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33923
Jonathan Druart changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|Signed Off |Passed QA
--
You are receiving this mail because:
You are watching all bug changes.
--===============7014407645594152134==--
From bugzilla-daemon@bugs.koha-community.org Fri Sep 1 14:22:27 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33923] Improve translation of title tags: Reports
Date: Fri, 01 Sep 2023 12:22:19 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1567706613240298494=="
--===============1567706613240298494==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33923
Jonathan Druart changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #155082|0 |1
is obsolete| |
--- Comment #4 from Jonathan Druart ---
Created attachment 155111
-->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=155111&action=edit
Bug 33923: Improve translation of title tags: Reports
This patch updates reports templates so that title tags can be more
easily translated.
To test, apply the patch and confirm that the following pages have the
correct title tags:
- Reports ->
- Reports home
- Statistics wizards ->
- Acquisitions
- Patrons
- Catalog
- Circulation
- Serials
- Cash register
- Holds
- Top lists ->
- Patrons with the most checkouts
- Most-circulated items
- Inactive
- Patrons who haven't checked out
- Items with no checkouts
- Other
- Items lost
- Orders by fund
- Catalog by item type
- Average loan time
- Create guided report
- Create from SQL
- Use saved report
- View dictionary
Signed-off-by: Andrew Auld
Signed-off-by: Jonathan Druart
--
You are receiving this mail because:
You are watching all bug changes.
--===============1567706613240298494==--
From bugzilla-daemon@bugs.koha-community.org Fri Sep 1 16:26:39 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33923] Improve translation of title tags: Reports
Date: Fri, 01 Sep 2023 14:24:43 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0438353707629978513=="
--===============0438353707629978513==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33923
Tomás Cohen Arazi 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.
--===============0438353707629978513==--
From bugzilla-daemon@bugs.koha-community.org Fri Sep 1 16:26:50 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33923] Improve translation of title tags: Reports
Date: Fri, 01 Sep 2023 14:24:45 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7233709697913810043=="
--===============7233709697913810043==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33923
--- Comment #5 from Tomás Cohen Arazi ---
Pushed to master for 23.11.
Nice work everyone, thanks!
--
You are receiving this mail because:
You are watching all bug changes.
--===============7233709697913810043==--
From bugzilla-daemon@bugs.koha-community.org Fri Sep 8 07:49:47 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33923] Improve translation of title tags: Reports
Date: Fri, 08 Sep 2023 05:49:46 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0358505782917274577=="
--===============0358505782917274577==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33923
Fridolin Somers changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fridolin.somers@biblibre.co
| |m
--- Comment #6 from Fridolin Somers ---
Not backported to 23.05.x
--
You are receiving this mail because:
You are watching all bug changes.
--===============0358505782917274577==--
From bugzilla-daemon@bugs.koha-community.org Tue Sep 19 14:20:25 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33923] Improve translation of title tags: Reports
Date: Tue, 19 Sep 2023 12:18:52 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7018010020282615891=="
--===============7018010020282615891==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33923
Owen Leonard changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|Pushed to master |RESOLVED
Resolution|--- |FIXED
--
You are receiving this mail because:
You are watching all bug changes.
--===============7018010020282615891==--