From bugzilla-daemon@bugs.koha-community.org Tue Jun 6 17:55:42 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33913] New: Improve translation of title tags:
Catalog, holds, and ILL
Date: Tue, 06 Jun 2023 15:55:41 +0000
Message-ID:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6389395537501482413=="
--===============6389395537501482413==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D33913
Bug ID: 33913
Summary: Improve translation of title tags: Catalog, holds, and
ILL
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 catalog, holds, and ILL 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=3D33906
[Bug 33906] [OMNIBUS] Improve translation of title tags
--=20
You are receiving this mail because:
You are watching all bug changes.
--===============6389395537501482413==--
From bugzilla-daemon@bugs.koha-community.org Tue Jun 6 18:27:15 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33913] Improve translation of title tags:
Circulation, holds, and ILL
Date: Tue, 06 Jun 2023 16:27:14 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0402199490614554867=="
--===============0402199490614554867==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913
Owen Leonard changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Improve translation of |Improve translation of
|title tags: Catalog, holds, |title tags: Circulation,
|and ILL |holds, and ILL
--
You are receiving this mail because:
You are watching all bug changes.
--===============0402199490614554867==--
From bugzilla-daemon@bugs.koha-community.org Wed Jun 7 17:53:16 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33913] Improve translation of title tags:
Circulation, holds, and ILL
Date: Wed, 07 Jun 2023 15:53:15 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1355630459794269554=="
--===============1355630459794269554==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913
--- Comment #1 from Owen Leonard ---
Created attachment 152116
-->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152116&action=edit
Bug 33913: Improve translation of title tags: Circulation, holds, and ILL
This patch updates circulation, holds, and ILL 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:
- Circulation -> Article requests
- Catalog -> Bibliographic record -> Items -> View item's checkout history
- Circulation -> Overdues with fines
- Circulation -> Transfers
- Circulation -> Checkout notes
- Circulation -> Circulation home
- Circulation -> Check out
- Circulation -> Batch checkouts
- Circulation -> Curbside pickups
- Circulation -> On-site checkouts
- Circulation -> Overdues
- Circulation -> Holds to pull
- Circulation -> Checkout to patron -> Print slip
- Circulation -> Renew
- Catalog -> Bibliographic record -> Request article
- Circulation -> Hold ratios
- Circulation -> Check in
- Circulation -> Set library
- Circulation -> Transfers to receive
- Circulation -> Transfers to send
- Circulation -> Holds queue
- Circulation -> Holds awaiting pickup
- ILL requests
- Catalog -> Bibliographic record -> Holds
https://bugs.koha-community.org/show_bug.cgi?id=33907
--
You are receiving this mail because:
You are watching all bug changes.
--===============1355630459794269554==--
From bugzilla-daemon@bugs.koha-community.org Wed Jun 7 17:53:52 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33913] Improve translation of title tags:
Circulation, holds, and ILL
Date: Wed, 07 Jun 2023 15:53:51 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6116425548562103299=="
--===============6116425548562103299==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913
Owen Leonard changed:
What |Removed |Added
----------------------------------------------------------------------------
Patch complexity|--- |Small patch
Status|ASSIGNED |Needs Signoff
--
You are receiving this mail because:
You are watching all bug changes.
--===============6116425548562103299==--
From bugzilla-daemon@bugs.koha-community.org Wed Jun 7 17:54:02 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33913] Improve translation of title tags:
Circulation, holds, and ILL
Date: Wed, 07 Jun 2023 15:53:53 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6833229709015412738=="
--===============6833229709015412738==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913
Owen Leonard changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #152116|0 |1
is obsolete| |
--- Comment #2 from Owen Leonard ---
Created attachment 152117
-->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152117&action=edit
Bug 33913: Improve translation of title tags: Circulation, holds, and ILL
This patch updates circulation, holds, and ILL 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:
- Circulation -> Article requests
- Catalog -> Bibliographic record -> Items -> View item's checkout history
- Circulation -> Overdues with fines
- Circulation -> Transfers
- Circulation -> Checkout notes
- Circulation -> Circulation home
- Circulation -> Check out
- Circulation -> Batch checkouts
- Circulation -> Curbside pickups
- Circulation -> On-site checkouts
- Circulation -> Overdues
- Circulation -> Holds to pull
- Circulation -> Checkout to patron -> Print slip
- Circulation -> Renew
- Catalog -> Bibliographic record -> Request article
- Circulation -> Hold ratios
- Circulation -> Check in
- Circulation -> Set library
- Circulation -> Transfers to receive
- Circulation -> Transfers to send
- Circulation -> Holds queue
- Circulation -> Holds awaiting pickup
- ILL requests
- Catalog -> Bibliographic record -> Holds
--
You are receiving this mail because:
You are watching all bug changes.
--===============6833229709015412738==--
From bugzilla-daemon@bugs.koha-community.org Tue Jun 13 16:58:31 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33913] Improve translation of title tags:
Circulation, holds, and ILL
Date: Tue, 13 Jun 2023 14:58:30 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8747962919492638738=="
--===============8747962919492638738==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913
Owen Leonard changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #152117|0 |1
is obsolete| |
--- Comment #3 from Owen Leonard ---
Created attachment 152305
-->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152305&action=edit
Bug 33913: Improve translation of title tags: Circulation, holds, and ILL
This patch updates circulation, holds, and ILL 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:
- Circulation -> Article requests
- Catalog -> Bibliographic record -> Items -> View item's checkout history
- Circulation -> Overdues with fines
- Circulation -> Transfers
- Circulation -> Checkout notes
- Circulation -> Circulation home
- Circulation -> Check out
- Circulation -> Batch checkouts
- Circulation -> Curbside pickups
- Circulation -> On-site checkouts
- Circulation -> Overdues
- Circulation -> Holds to pull
- Circulation -> Checkout to patron -> Print slip
- Circulation -> Renew
- Catalog -> Bibliographic record -> Request article
- Circulation -> Hold ratios
- Circulation -> Check in
- Circulation -> Set library
- Circulation -> Transfers to receive
- Circulation -> Transfers to send
- Circulation -> Holds queue
- Circulation -> Holds awaiting pickup
- ILL requests
- Catalog -> Bibliographic record -> Holds
--
You are receiving this mail because:
You are watching all bug changes.
--===============8747962919492638738==--
From bugzilla-daemon@bugs.koha-community.org Fri Aug 18 21:14:26 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33913] Improve translation of title tags:
Circulation, holds, and ILL
Date: Fri, 18 Aug 2023 19:14:25 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5614630807319428809=="
--===============5614630807319428809==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913
Phil Ringnalda changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|Needs Signoff |Signed Off
--
You are receiving this mail because:
You are watching all bug changes.
--===============5614630807319428809==--
From bugzilla-daemon@bugs.koha-community.org Fri Aug 18 21:14:36 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33913] Improve translation of title tags:
Circulation, holds, and ILL
Date: Fri, 18 Aug 2023 19:14:28 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3859805826373340571=="
--===============3859805826373340571==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913
Phil Ringnalda changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #152305|0 |1
is obsolete| |
--- Comment #4 from Phil Ringnalda ---
Created attachment 154670
-->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=154670&action=edit
Bug 33913: Improve translation of title tags: Circulation, holds, and ILL
This patch updates circulation, holds, and ILL 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:
- Circulation -> Article requests
- Catalog -> Bibliographic record -> Items -> View item's checkout history
- Circulation -> Overdues with fines
- Circulation -> Transfers
- Circulation -> Checkout notes
- Circulation -> Circulation home
- Circulation -> Check out
- Circulation -> Batch checkouts
- Circulation -> Curbside pickups
- Circulation -> On-site checkouts
- Circulation -> Overdues
- Circulation -> Holds to pull
- Circulation -> Checkout to patron -> Print slip
- Circulation -> Renew
- Catalog -> Bibliographic record -> Request article
- Circulation -> Hold ratios
- Circulation -> Check in
- Circulation -> Set library
- Circulation -> Transfers to receive
- Circulation -> Transfers to send
- Circulation -> Holds queue
- Circulation -> Holds awaiting pickup
- ILL requests
- Catalog -> Bibliographic record -> Holds
Signed-off-by: Phil Ringnalda
--
You are receiving this mail because:
You are watching all bug changes.
--===============3859805826373340571==--
From bugzilla-daemon@bugs.koha-community.org Thu Aug 24 22:17:38 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33913] Improve translation of title tags:
Circulation, holds, and ILL
Date: Thu, 24 Aug 2023 20:17:37 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6159770049475374870=="
--===============6159770049475374870==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913
Katrin Fischer 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.
--===============6159770049475374870==--
From bugzilla-daemon@bugs.koha-community.org Thu Aug 24 22:25:43 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33913] Improve translation of title tags:
Circulation, holds, and ILL
Date: Thu, 24 Aug 2023 20:25:42 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2665523322425197892=="
--===============2665523322425197892==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913
Katrin Fischer changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|Signed Off |Failed QA
--- Comment #5 from Katrin Fischer ---
Overall this is a nice improvement, but there are a few where we lose context:
Now:
%s Batch check out to %s › %s Circulation › Koha␠
%1$s: IF patron
%2$s: INCLUDE 'patron-title.inc' invert_name = 1 no_html = 1
%3$s: END
The second %s can be moved if needed, the hints make it clear that it's a
patron's name.
New:
Batch check out to
There will no longer be a clue, that this string is followed by a name and you
will no longer be able to move the placeholder as it might be required for
correct grammar.
There are a few more of these:
+ [% t("Checking out to") | html %] [% INCLUDE 'patron-title.inc'
invert_name = 1 no_html = 1 %] ›
+ [% t("Batch check out to") | html %] [% INCLUDE 'patron-title.inc'
invert_name = 1 no_html = 1 %] ›
+ [% t("Items overdue as of") | html %] [% todaysdate | $KohaDates %]
›
--
You are receiving this mail because:
You are watching all bug changes.
--===============2665523322425197892==--
From bugzilla-daemon@bugs.koha-community.org Thu Aug 24 22:26:45 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33913] Improve translation of title tags:
Circulation, holds, and ILL
Date: Thu, 24 Aug 2023 20:26:44 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6275851946035533648=="
--===============6275851946035533648==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913
--- Comment #6 from Katrin Fischer ---
Also:
[% t("Place a hold on") | html %] [% INCLUDE 'biblio-title-head.inc' %]
›
--
You are receiving this mail because:
You are watching all bug changes.
--===============6275851946035533648==--
From bugzilla-daemon@bugs.koha-community.org Thu Aug 24 23:01:20 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33913] Improve translation of title tags:
Circulation, holds, and ILL
Date: Thu, 24 Aug 2023 21:01:19 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6918000910632788673=="
--===============6918000910632788673==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913
Katrin Fischer changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|Failed QA |Signed Off
--
You are receiving this mail because:
You are watching all bug changes.
--===============6918000910632788673==--
From bugzilla-daemon@bugs.koha-community.org Thu Aug 24 23:01:30 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33913] Improve translation of title tags:
Circulation, holds, and ILL
Date: Thu, 24 Aug 2023 21:01:23 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1550378408580268374=="
--===============1550378408580268374==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913
Katrin Fischer changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #154670|0 |1
is obsolete| |
--- Comment #7 from Katrin Fischer ---
Created attachment 154752
-->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=154752&action=edit
Bug 33913: Improve translation of title tags: Circulation, holds, and ILL
This patch updates circulation, holds, and ILL 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:
- Circulation -> Article requests
- Catalog -> Bibliographic record -> Items -> View item's checkout history
- Circulation -> Overdues with fines
- Circulation -> Transfers
- Circulation -> Checkout notes
- Circulation -> Circulation home
- Circulation -> Check out
- Circulation -> Batch checkouts
- Circulation -> Curbside pickups
- Circulation -> On-site checkouts
- Circulation -> Overdues
- Circulation -> Holds to pull
- Circulation -> Checkout to patron -> Print slip
- Circulation -> Renew
- Catalog -> Bibliographic record -> Request article
- Circulation -> Hold ratios
- Circulation -> Check in
- Circulation -> Set library
- Circulation -> Transfers to receive
- Circulation -> Transfers to send
- Circulation -> Holds queue
- Circulation -> Holds awaiting pickup
- ILL requests
- Catalog -> Bibliographic record -> Holds
Signed-off-by: Phil Ringnalda
Signed-off-by: Katrin Fischer
--
You are receiving this mail because:
You are watching all bug changes.
--===============1550378408580268374==--
From bugzilla-daemon@bugs.koha-community.org Thu Aug 24 23:01:40 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33913] Improve translation of title tags:
Circulation, holds, and ILL
Date: Thu, 24 Aug 2023 21:01:27 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1678493651517689355=="
--===============1678493651517689355==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913
--- Comment #8 from Katrin Fischer ---
Created attachment 154753
-->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=154753&action=edit
Bug 33913: (QA follow-up) Move variables into strings
To test:
1) Checking out to {patron}
* Search for any patron
* Click on cardnumber in patron search results
* Verify that page title reads correctly and includes patron's name
2) Batch check out to {patron}
* Activate BatchCheckouts system preference
* Check all patron categories for BatchCheckoutsValidCategories
* Go to any patron account
* Click on batch checkout tab
* Verify that the page title reads correctly and includes patron's name
3) Place a hold on {title}
* Search for a record with items in the staff interface catalog
* Click on 'place holds'
* Verify that the page title reads correctly and includes the title of the
record
4) Overdues as of {date}
* Set DateFormat system preference to any other than default
* Go to circulation > overdues
* Verify the page title includes today's date in the correct format
Signed-off-by: Katrin Fischer
--
You are receiving this mail because:
You are watching all bug changes.
--===============1678493651517689355==--
From bugzilla-daemon@bugs.koha-community.org Thu Aug 24 23:02:29 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33913] Improve translation of title tags:
Circulation, holds, and ILL
Date: Thu, 24 Aug 2023 21:02:28 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0025708472884594047=="
--===============0025708472884594047==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913
Katrin Fischer changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |caroline.cyr-la-rose@inlibr
| |o.com
--- Comment #9 from Katrin Fischer ---
Owen or Caroline - could you maybe double-check my last patch?
--
You are receiving this mail because:
You are watching all bug changes.
--===============0025708472884594047==--
From bugzilla-daemon@bugs.koha-community.org Fri Aug 25 12:47:05 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33913] Improve translation of title tags:
Circulation, holds, and ILL
Date: Fri, 25 Aug 2023 10:47:04 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7105815536475393836=="
--===============7105815536475393836==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913
Owen Leonard changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #154753|0 |1
is obsolete| |
--- Comment #10 from Owen Leonard ---
Created attachment 154800
-->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=154800&action=edit
Bug 33913: (QA follow-up) Move variables into strings
To test:
1) Checking out to {patron}
* Search for any patron
* Click on cardnumber in patron search results
* Verify that page title reads correctly and includes patron's name
2) Batch check out to {patron}
* Activate BatchCheckouts system preference
* Check all patron categories for BatchCheckoutsValidCategories
* Go to any patron account
* Click on batch checkout tab
* Verify that the page title reads correctly and includes patron's name
3) Place a hold on {title}
* Search for a record with items in the staff interface catalog
* Click on 'place holds'
* Verify that the page title reads correctly and includes the title of the
record
4) Overdues as of {date}
* Set DateFormat system preference to any other than default
* Go to circulation > overdues
* Verify the page title includes today's date in the correct format
Signed-off-by: Katrin Fischer
Signed-off-by: Owen Leonard
--
You are receiving this mail because:
You are watching all bug changes.
--===============7105815536475393836==--
From bugzilla-daemon@bugs.koha-community.org Fri Aug 25 13:01:13 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33913] Improve translation of title tags:
Circulation, holds, and ILL
Date: Fri, 25 Aug 2023 11:01:12 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8800529958688423019=="
--===============8800529958688423019==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913
Katrin Fischer changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|Signed Off |Passed QA
--- Comment #11 from Katrin Fischer ---
Thx, Owen!
--
You are receiving this mail because:
You are watching all bug changes.
--===============8800529958688423019==--
From bugzilla-daemon@bugs.koha-community.org Tue Aug 29 19:58:31 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33913] Improve translation of title tags:
Circulation, holds, and ILL
Date: Tue, 29 Aug 2023 17:57:59 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2502382787332491769=="
--===============2502382787332491769==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913
Tomás Cohen Arazi changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|Passed QA |Pushed to master
Version(s)| |23.11.00
released in| |
--
You are receiving this mail because:
You are watching all bug changes.
--===============2502382787332491769==--
From bugzilla-daemon@bugs.koha-community.org Tue Aug 29 19:58:41 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33913] Improve translation of title tags:
Circulation, holds, and ILL
Date: Tue, 29 Aug 2023 17:58:00 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5159505019654817291=="
--===============5159505019654817291==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913
--- Comment #12 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.
--===============5159505019654817291==--
From bugzilla-daemon@bugs.koha-community.org Wed Aug 30 09:16:21 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33913] Improve translation of title tags:
Circulation, holds, and ILL
Date: Wed, 30 Aug 2023 07:16:20 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7457345688035693810=="
--===============7457345688035693810==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913
Fridolin Somers changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fridolin.somers@biblibre.co
| |m
--- Comment #13 from Fridolin Somers ---
I choose to not backport to stable to avoid too much translation work
--
You are receiving this mail because:
You are watching all bug changes.
--===============7457345688035693810==--
From bugzilla-daemon@bugs.koha-community.org Tue Sep 19 14:17:50 2023
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 33913] Improve translation of title tags:
Circulation, holds, and ILL
Date: Tue, 19 Sep 2023 12:17:39 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0607710899518873847=="
--===============0607710899518873847==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33913
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.
--===============0607710899518873847==--