From bugzilla-daemon@bugs.koha-community.org Thu Nov 23 21:30:41 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] New: HTML in translatable string Date: Thu, 23 Nov 2023 20:30:40 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4095413412932713770==" --===============4095413412932713770== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D35392 Bug ID: 35392 Summary: HTML in translatable string Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: ERM Assignee: jonathan.druart+koha@gmail.com Reporter: caroline.cyr-la-rose@inlibro.com CC: jonathan.druart+koha@gmail.com, jonathan.field@ptfs-europe.com, martin.renvoize@ptfs-europe.com, matt.blenkinsop@ptfs-europe.com, pedro.amorim@ptfs-europe.com This string appears as is in Weblate to be translated, HTML tags and all
  • Job for uploaded file has been queued, click here to check its progress.
  • Usually, HTML tags don't appear. I'm not sure what is different for this one. Probably something to do with JS or Vue? For reference, the line is koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvide= rsFileImport.vue:93 Furthermore, while we are there to correct it, we should also correct the "click here" link. I understand it is not an accessible way of making links. All other job queue messages look like this H1 Title: The job has been enqueued! Text: It will be processed as soon as possible. Link: View detail of the enqueued job See for example https://git.koha-community.org/Koha-community/Koha/src/branch/master/koha-tmp= l/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt#L78 --=20 You are receiving this mail because: You are watching all bug changes. --===============4095413412932713770==-- From bugzilla-daemon@bugs.koha-community.org Thu Nov 23 21:43:42 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Thu, 23 Nov 2023 20:43:41 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4121908835929687002==" --===============4121908835929687002== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D35392 --- Comment #1 from Caroline Cyr La Rose -= -- I found the same type of string again
  • Job for report type %s has been queued, click here to check its progress.
  • at koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvide= rsList.vue:249 --=20 You are receiving this mail because: You are watching all bug changes. --===============4121908835929687002==-- From bugzilla-daemon@bugs.koha-community.org Fri Nov 24 07:19:17 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Fri, 24 Nov 2023 06:19:15 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6903608657082349086==" --===============6903608657082349086== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|jonathan.druart+koha@gmail. |matt.blenkinsop@ptfs-europe |com |.com Depends on| |34587 --- Comment #2 from Jonathan Druart --- (In reply to Caroline Cyr La Rose from comment #1) > I found the same type of string again > >
  • Job for report type %s has been queued, href="/cgi-bin/koha/admin/background_jobs.pl?op=view&id=%s" > target="_blank">click here to check its progress.
  • > > at > > koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/ > UsageStatisticsDataProvidersList.vue:249 Yes, given the code that's expected: 248 message += this.$__( 249 '
  • Job for report type %s has been queued, click here to check its progress.
  • ' 250 ).format(job.report_type, job.job_id) Could be improved however. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34587 [Bug 34587] Add a Usage Statistics module to ERM -- You are receiving this mail because: You are watching all bug changes. --===============6903608657082349086==-- From bugzilla-daemon@bugs.koha-community.org Sun Nov 26 17:10:29 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Sun, 26 Nov 2023 16:10:28 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7164972999087105402==" --===============7164972999087105402== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. --===============7164972999087105402==-- From bugzilla-daemon@bugs.koha-community.org Sun Nov 26 17:10:40 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Sun, 26 Nov 2023 16:10:31 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8101798795345312320==" --===============8101798795345312320== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 --- Comment #3 from Tomás Cohen Arazi --- Created attachment 159256 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159256&action=edit Bug 35392: Avoid HTML in translatable content -- You are receiving this mail because: You are watching all bug changes. --===============8101798795345312320==-- From bugzilla-daemon@bugs.koha-community.org Mon Nov 27 12:01:15 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Mon, 27 Nov 2023 11:01:14 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3504486329353458998==" --===============3504486329353458998== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 --- Comment #4 from Pedro Amorim --- Created attachment 159263 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159263&action=edit Bug 35392: Move usage-reports store into erm store This is all ERM, no need to have it be separate store files -- You are receiving this mail because: You are watching all bug changes. --===============3504486329353458998==-- From bugzilla-daemon@bugs.koha-community.org Mon Nov 27 12:01:25 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Mon, 27 Nov 2023 11:01:17 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7369739408323845225==" --===============7369739408323845225== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 --- Comment #5 from Pedro Amorim --- Created attachment 159264 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159264&action=edit Bug 35392: New getDialoJobEnqueueMessage DRY the dialog message shown when a background job is enqueued in ERM This takes Tomas work in UsageStatisticsDataProvidersList.vue, DRYs it and also applies it to UsageStatisticsDataProvidersFileImport.vue to address the issue mentioned by Caroline. To test: 1) Do a regular harvest, 2) Do a file upload 3) Notice in both cases the message is shown as before -- You are receiving this mail because: You are watching all bug changes. --===============7369739408323845225==-- From bugzilla-daemon@bugs.koha-community.org Mon Nov 27 12:01:35 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Mon, 27 Nov 2023 11:01:20 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2746223175571542603==" --===============2746223175571542603== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 --- Comment #6 from Pedro Amorim --- Created attachment 159265 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159265&action=edit Bug 35392: Add missing file upload dialog cypress test -- You are receiving this mail because: You are watching all bug changes. --===============2746223175571542603==-- From bugzilla-daemon@bugs.koha-community.org Mon Nov 27 17:24:56 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Mon, 27 Nov 2023 16:24:55 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7515225716516314129==" --===============7515225716516314129== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 --- Comment #7 from Jonathan Druart --- Pedro, I think those patches should be on another bug. -- You are receiving this mail because: You are watching all bug changes. --===============7515225716516314129==-- From bugzilla-daemon@bugs.koha-community.org Mon Nov 27 17:27:01 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Mon, 27 Nov 2023 16:27:01 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6103414083852521145==" --===============6103414083852521145== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply --- Comment #8 from Jonathan Druart --- Well, maybe not, they seem related. I am getting a conflict on the second patch however Applying: Bug 35392: Move usage-reports store into erm store error: sha1 information is lacking or useless (koha-tmpl/intranet-tmpl/prog/js/vue/stores/usage-reports.js). -- You are receiving this mail because: You are watching all bug changes. --===============6103414083852521145==-- From bugzilla-daemon@bugs.koha-community.org Mon Nov 27 17:27:23 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Mon, 27 Nov 2023 16:27:22 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2107361210223884401==" --===============2107361210223884401== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 --- Comment #9 from Jonathan Druart --- But really, it's too late for such changes. We should only fix the translation issue here. -- You are receiving this mail because: You are watching all bug changes. --===============2107361210223884401==-- From bugzilla-daemon@bugs.koha-community.org Mon Nov 27 17:31:07 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Mon, 27 Nov 2023 16:31:06 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8301587641515797999==" --===============8301587641515797999== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 --- Comment #10 from Jonathan Druart --- Not tested, but maybe this is better: "Job for report type %s has been queued, %sclick here%s to check its progress".format('%s'.format(job.report_type), ''.format(job.job_id), '') What do you think? -- You are receiving this mail because: You are watching all bug changes. --===============8301587641515797999==-- From bugzilla-daemon@bugs.koha-community.org Mon Nov 27 17:33:19 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Mon, 27 Nov 2023 16:33:18 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3679824423112694788==" --===============3679824423112694788== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D35392 --- Comment #11 from Jonathan Druart --- (In reply to Jonathan Druart from comment #8) > Well, maybe not, they seem related.=20 >=20 > I am getting a conflict on the second patch however >=20 > Applying: Bug 35392: Move usage-reports store into erm store > error: sha1 information is lacking or useless > (koha-tmpl/intranet-tmpl/prog/js/vue/stores/usage-reports.js). It's actually on the third patch Applying: Bug 35392: New getDialoJobEnqueueMessage Using index info to reconstruct a base tree... M =20 koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvide= rsList.vue Falling back to patching base and 3-way merge... = =20 Auto-merging koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvide= rsList.vue=20 CONFLICT (content): Merge conflict in koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvide= rsList.vue --=20 You are receiving this mail because: You are watching all bug changes. --===============3679824423112694788==-- From bugzilla-daemon@bugs.koha-community.org Mon Nov 27 17:44:41 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Mon, 27 Nov 2023 16:44:40 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4290269371890944584==" --===============4290269371890944584== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159256|0 |1 is obsolete| | --- Comment #12 from Pedro Amorim --- Created attachment 159279 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159279&action=edit Bug 35392: Avoid HTML in translatable content -- You are receiving this mail because: You are watching all bug changes. --===============4290269371890944584==-- From bugzilla-daemon@bugs.koha-community.org Mon Nov 27 17:44:52 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Mon, 27 Nov 2023 16:44:43 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0127928646601349772==" --===============0127928646601349772== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159263|0 |1 is obsolete| | --- Comment #13 from Pedro Amorim --- Created attachment 159280 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159280&action=edit Bug 35392: Move usage-reports store into erm store This is all ERM, no need to have it be separate store files -- You are receiving this mail because: You are watching all bug changes. --===============0127928646601349772==-- From bugzilla-daemon@bugs.koha-community.org Mon Nov 27 17:45:02 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Mon, 27 Nov 2023 16:44:47 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1544466577675624518==" --===============1544466577675624518== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159264|0 |1 is obsolete| | --- Comment #14 from Pedro Amorim --- Created attachment 159281 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159281&action=edit Bug 35392: New getDialoJobEnqueueMessage DRY the dialog message shown when a background job is enqueued in ERM This takes Tomas work in UsageStatisticsDataProvidersList.vue, DRYs it and also applies it to UsageStatisticsDataProvidersFileImport.vue to address the issue mentioned by Caroline. To test: 1) Do a regular harvest, 2) Do a file upload 3) Notice in both cases the message is shown as before -- You are receiving this mail because: You are watching all bug changes. --===============1544466577675624518==-- From bugzilla-daemon@bugs.koha-community.org Mon Nov 27 17:45:23 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Mon, 27 Nov 2023 16:44:49 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6053740117954177586==" --===============6053740117954177586== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159265|0 |1 is obsolete| | --- Comment #15 from Pedro Amorim --- Created attachment 159283 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159283&action=edit Bug 35392: Add missing file upload dialog cypress test -- You are receiving this mail because: You are watching all bug changes. --===============6053740117954177586==-- From bugzilla-daemon@bugs.koha-community.org Mon Nov 27 17:48:40 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Mon, 27 Nov 2023 16:48:39 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0411255431737180587==" --===============0411255431737180587== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff --- Comment #16 from Pedro Amorim --- (In reply to Jonathan Druart from comment #9) > But really, it's too late for such changes. We should only fix the > translation issue here. Hey, thanks for looking! Rebased. I wanted to make it easier to maintain going forward, whilst addressing Caroline's comment about the file upload, but I understand, please make obsolete if you don't agree! -- You are receiving this mail because: You are watching all bug changes. --===============0411255431737180587==-- From bugzilla-daemon@bugs.koha-community.org Fri Dec 22 16:08:48 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Fri, 22 Dec 2023 15:08:47 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7470117456008051609==" --===============7470117456008051609== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 --- Comment #17 from Pedro Amorim --- @Joubu, are we able to move on here? I don't want my patches to be the cause of holding off this bug. Please advise. If you decide to obsolete my patches please note that they're also fixing Tomas' original patch: 1) Has a typo "$this." 2) Only addresses UsageStatisticsDataProvidersList.vue. Does not address UsageStatisticsDataProvidersFileImport.vue -- You are receiving this mail because: You are watching all bug changes. --===============7470117456008051609==-- From bugzilla-daemon@bugs.koha-community.org Sat Dec 30 20:53:40 2023 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Sat, 30 Dec 2023 19:53:39 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8313570857505590552==" --===============8313570857505590552== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D35392 --- Comment #18 from Katrin Fischer --- The translation is one issue, but there is another:=20 For usability and accessibility we should always put the link on meaningful words, so no links like 'here' or 'click here'. People know that they can cli= ck links and screen readers will be happier reading something that reveals the purpose of a link. Maybe this would work? '
  • Job for uploaded file has been queued.Check progress
  • ' The span I think would break this into 2 strings for translation. Do we have another translation issue here? + { short: "Jan", description: "January", value: 1, active: true }, + { short: "Feb", description: "February", value: 2, active: true = }, + { short: "Mar", description: "March", value: 3, active: true }, + { short: "Apr", description: "April", value: 4, active: true }, --=20 You are receiving this mail because: You are watching all bug changes. --===============8313570857505590552==-- From bugzilla-daemon@bugs.koha-community.org Tue Jan 2 12:29:25 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Tue, 02 Jan 2024 11:29:24 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1015046881891694926==" --===============1015046881891694926== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 --- Comment #19 from Pedro Amorim --- (In reply to Katrin Fischer from comment #18) > The translation is one issue, but there is another: > For usability and accessibility we should always put the link on meaningful > words, so no links like 'here' or 'click here'. People know that they can > click links and screen readers will be happier reading something that > reveals the purpose of a link. > > Maybe this would work? > > '
  • Job for uploaded file has been queued. href="/cgi-bin/koha/admin/background_jobs.pl?op=view&id=%s" > target="_blank">Check progress
  • ' > > The span I think would break this into 2 strings for translation. > > Do we have another translation issue here? > > + { short: "Jan", description: "January", value: 1, active: true > }, > + { short: "Feb", description: "February", value: 2, active: true > }, > + { short: "Mar", description: "March", value: 3, active: true }, > + { short: "Apr", description: "April", value: 4, active: true }, Katrin, these are very good points, however can we please open one (or two?) new bugs for these issues you mention? The original problem here has to do with HTML being present in a translatable string, whereas I believe what you're referring to are possibly different problems: 1) Usability: "Click here" link in ERM usage statistics background job dialog should be handled differently 2) Possible problem with month names translatability in ERM usage statistics reports (please provide a test plan) -- You are receiving this mail because: You are watching all bug changes. --===============1015046881891694926==-- From bugzilla-daemon@bugs.koha-community.org Tue Jan 2 23:12:45 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Tue, 02 Jan 2024 22:12:43 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8010965370307852977==" --===============8010965370307852977== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D35392 --- Comment #20 from Katrin Fischer --- I would need to test this, but I think it's not unproblematic for translation= s: + '" target=3D"_blank">' + + __("click here") + + " " + + __("to check its progress.") + + "" This will make it 2 separate strings in the po file. This is often quite hard to translate, maybe nicer with Weblate that keeps more of the sequence, but they could end up in 2 different spots of a big file. That's why I was suggesting to rephrase AND get rid of the click here the same time by making the link something like "Check progress". This bug is about improving translatability for a specific string, so I think not totally out of scope. > + { short: "Mar", description: "March", value: 3, active: true }, > + { short: "Apr", description: "April", value: 4, active: true }, For the second: I have no idea where it appears in the ERM module, so hard to provide a test plan right now. The code just looked very suspicious. But totally agree it should be on a separate bug. --=20 You are receiving this mail because: You are watching all bug changes. --===============8010965370307852977==-- From bugzilla-daemon@bugs.koha-community.org Wed Jan 3 11:48:14 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Wed, 03 Jan 2024 10:48:13 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4717905277617669120==" --===============4717905277617669120== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 --- Comment #21 from Pedro Amorim --- Created attachment 160450 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=160450&action=edit Bug 35392: (QA follow-up): Fix 'click here' and 'to check its progress' being 2 seperate translatable strings -- You are receiving this mail because: You are watching all bug changes. --===============4717905277617669120==-- From bugzilla-daemon@bugs.koha-community.org Wed Jan 3 11:49:53 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Wed, 03 Jan 2024 10:49:52 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3625557815707068582==" --===============3625557815707068582== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 --- Comment #22 from Pedro Amorim --- Created attachment 160451 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=160451&action=edit label demo (In reply to Katrin Fischer from comment #20) > This will make it 2 separate strings in the po file. This is often quite > hard to translate, maybe nicer with Weblate that keeps more of the sequence, > but they could end up in 2 different spots of a big file. That's why I was > suggesting to rephrase AND get rid of the click here the same time by making > the link something like "Check progress". Fair point, I've submitted a follow patch please take a look when convenient. Submitting a picture here of how it looks in the UI for both situations (new harvest job and file upload job). -- You are receiving this mail because: You are watching all bug changes. --===============3625557815707068582==-- From bugzilla-daemon@bugs.koha-community.org Thu Jan 4 09:45:15 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Thu, 04 Jan 2024 08:45:14 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6259838600964928354==" --===============6259838600964928354== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #23 from Jonathan Druart --- Can we get a simple version of this fix for backport, please? -- You are receiving this mail because: You are watching all bug changes. --===============6259838600964928354==-- From bugzilla-daemon@bugs.koha-community.org Thu Jan 4 13:00:41 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Thu, 04 Jan 2024 12:00:40 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1870356796047081888==" --===============1870356796047081888== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159279|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. --===============1870356796047081888==-- From bugzilla-daemon@bugs.koha-community.org Thu Jan 4 13:00:51 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Thu, 04 Jan 2024 12:00:44 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4142244426830456808==" --===============4142244426830456808== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159280|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. --===============4142244426830456808==-- From bugzilla-daemon@bugs.koha-community.org Thu Jan 4 13:01:01 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Thu, 04 Jan 2024 12:00:47 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2330990981796561100==" --===============2330990981796561100== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159281|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. --===============2330990981796561100==-- From bugzilla-daemon@bugs.koha-community.org Thu Jan 4 13:01:11 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Thu, 04 Jan 2024 12:00:51 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0839696678634314856==" --===============0839696678634314856== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159283|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. --===============0839696678634314856==-- From bugzilla-daemon@bugs.koha-community.org Thu Jan 4 13:01:21 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Thu, 04 Jan 2024 12:00:55 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5479924866093155235==" --===============5479924866093155235== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #160450|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. --===============5479924866093155235==-- From bugzilla-daemon@bugs.koha-community.org Thu Jan 4 13:01:31 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Thu, 04 Jan 2024 12:00:59 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5806157134398898584==" --===============5806157134398898584== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #160451|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. --===============5806157134398898584==-- From bugzilla-daemon@bugs.koha-community.org Thu Jan 4 13:01:47 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Thu, 04 Jan 2024 12:01:46 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0265260102694097901==" --===============0265260102694097901== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 --- Comment #24 from Pedro Amorim --- Created attachment 160512 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=160512&action=edit Bug 35392: Fix HTML in translatable string -- You are receiving this mail because: You are watching all bug changes. --===============0265260102694097901==-- From bugzilla-daemon@bugs.koha-community.org Thu Jan 4 13:01:57 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Thu, 04 Jan 2024 12:01:49 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6702920319929221977==" --===============6702920319929221977== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 --- Comment #25 from Pedro Amorim --- Created attachment 160513 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=160513&action=edit Bug 35392: Update tests Run: yarn cypress run --spec "t/cypress/integration/ERM/DataProviders_spec.ts" -- You are receiving this mail because: You are watching all bug changes. --===============6702920319929221977==-- From bugzilla-daemon@bugs.koha-community.org Thu Jan 4 13:13:23 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Thu, 04 Jan 2024 12:13:23 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6732615190103365674==" --===============6732615190103365674== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. --===============6732615190103365674==-- From bugzilla-daemon@bugs.koha-community.org Tue Feb 13 10:45:26 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Tue, 13 Feb 2024 09:45:25 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7504499484767497164==" --===============7504499484767497164== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor@tuxayo.net -- You are receiving this mail because: You are watching all bug changes. --===============7504499484767497164==-- From bugzilla-daemon@bugs.koha-community.org Tue Feb 20 10:57:44 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Tue, 20 Feb 2024 09:57:43 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2079361838406121984==" --===============2079361838406121984== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact| |jonathan.druart+koha@gmail. | |com Assignee|matt.blenkinsop@ptfs-europe |pedro.amorim@ptfs-europe.co |.com |m -- You are receiving this mail because: You are watching all bug changes. --===============2079361838406121984==-- From bugzilla-daemon@bugs.koha-community.org Tue Mar 5 18:47:30 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Tue, 05 Mar 2024 17:47:30 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0856833538122704492==" --===============0856833538122704492== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 Caroline Cyr La Rose changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |philippe.blouin@inlibro.com -- You are receiving this mail because: You are watching all bug changes. --===============0856833538122704492==-- From bugzilla-daemon@bugs.koha-community.org Mon Apr 1 11:20:41 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Mon, 01 Apr 2024 09:20:40 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0754894114269896771==" --===============0754894114269896771== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 Pedro Amorim changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |trivial Version|unspecified |master -- You are receiving this mail because: You are watching all bug changes. --===============0754894114269896771==-- From bugzilla-daemon@bugs.koha-community.org Fri Apr 5 12:59:19 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Fri, 05 Apr 2024 10:59:18 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8433791352397377831==" --===============8433791352397377831== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. --===============8433791352397377831==-- From bugzilla-daemon@bugs.koha-community.org Fri Apr 5 12:59:29 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Fri, 05 Apr 2024 10:59:21 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5156767584722643354==" --===============5156767584722643354== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #160512|0 |1 is obsolete| | --- Comment #26 from David Nind --- Created attachment 164466 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=164466&action=edit Bug 35392: Fix HTML in translatable string Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. --===============5156767584722643354==-- From bugzilla-daemon@bugs.koha-community.org Fri Apr 5 12:59:39 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Fri, 05 Apr 2024 10:59:23 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1436448207992370777==" --===============1436448207992370777== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #160513|0 |1 is obsolete| | --- Comment #27 from David Nind --- Created attachment 164467 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=164467&action=edit Bug 35392: Update tests Run: yarn cypress run --spec "t/cypress/integration/ERM/DataProviders_spec.ts" Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. --===============1436448207992370777==-- From bugzilla-daemon@bugs.koha-community.org Fri Apr 5 13:00:48 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Fri, 05 Apr 2024 11:00:47 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4772518256925618490==" --===============4772518256925618490== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 David Nind changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #28 from David Nind --- Testing notes (using KTD): 1. Apply patch 2. yarn build 3. Run tests: yarn cypress run --spec "t/cypress/integration/ERM/DataProviders_spec.ts" 4. Tests pass! -- You are receiving this mail because: You are watching all bug changes. --===============4772518256925618490==-- From bugzilla-daemon@bugs.koha-community.org Fri Apr 5 15:17:09 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Fri, 05 Apr 2024 13:17:08 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6802170863332880577==" --===============6802170863332880577== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. --===============6802170863332880577==-- From bugzilla-daemon@bugs.koha-community.org Fri Apr 5 15:17:19 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Fri, 05 Apr 2024 13:17:11 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5313786205924248203==" --===============5313786205924248203== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #164466|0 |1 is obsolete| | Attachment #164467|0 |1 is obsolete| | --- Comment #29 from Jonathan Druart --- Created attachment 164473 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=164473&action=edit Bug 35392: Fix HTML in translatable string Signed-off-by: David Nind Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. --===============5313786205924248203==-- From bugzilla-daemon@bugs.koha-community.org Fri Apr 5 15:17:29 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Fri, 05 Apr 2024 13:17:15 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4166011926536261459==" --===============4166011926536261459== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 --- Comment #30 from Jonathan Druart --- Created attachment 164474 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=164474&action=edit Bug 35392: Update tests Run: yarn cypress run --spec "t/cypress/integration/ERM/DataProviders_spec.ts" Signed-off-by: David Nind Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. --===============4166011926536261459==-- From bugzilla-daemon@bugs.koha-community.org Fri Apr 5 15:17:39 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Fri, 05 Apr 2024 13:17:18 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7078225521378292625==" --===============7078225521378292625== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 --- Comment #31 from Jonathan Druart --- Created attachment 164475 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=164475&action=edit Bug 35392: Use the same selector as everywhere else for .message Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. --===============7078225521378292625==-- From bugzilla-daemon@bugs.koha-community.org Fri Apr 5 17:40:57 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Fri, 05 Apr 2024 15:40:40 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1701471431957599104==" --===============1701471431957599104== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |24.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. --===============1701471431957599104==-- From bugzilla-daemon@bugs.koha-community.org Fri Apr 5 17:41:07 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Fri, 05 Apr 2024 15:40:41 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6103861875915965495==" --===============6103861875915965495== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 --- Comment #32 from Katrin Fischer --- Pushed for 24.05! Well done everyone, thank you! -- You are receiving this mail because: You are watching all bug changes. --===============6103861875915965495==-- From bugzilla-daemon@bugs.koha-community.org Thu May 23 14:05:21 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Thu, 23 May 2024 12:05:20 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0460473858032096373==" --===============0460473858032096373== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m Version(s)|24.05.00 |24.05.00,23.11.06 released in| | Status|Pushed to main |Pushed to stable --- Comment #33 from Fridolin Somers --- Pushed to 23.11.x for 23.11.06 -- You are receiving this mail because: You are watching all bug changes. --===============0460473858032096373==-- From bugzilla-daemon@bugs.koha-community.org Tue May 28 12:18:44 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Tue, 28 May 2024 10:18:22 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4750568885851842812==" --===============4750568885851842812== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 Bug 35392 depends on bug 34587, which changed state. Bug 34587 Summary: Add a Usage Statistics module to ERM https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34587 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. --===============4750568885851842812==-- From bugzilla-daemon@bugs.koha-community.org Tue May 28 19:41:44 2024 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 35392] HTML in translatable string Date: Tue, 28 May 2024 17:41:44 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7393175615055207237==" --===============7393175615055207237== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com Status|Pushed to stable |RESOLVED Resolution|--- |FIXED --- Comment #34 from Lucas Gass --- Missing 23.05.x dependencies, no backport. -- You are receiving this mail because: You are watching all bug changes. --===============7393175615055207237==--