Bugzilla – Attachment 173101 Details for
Bug 35659
OAI harvester
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35659: (QA follow-up) Fix capitalisation in notice
Bug-35659-QA-follow-up-Fix-capitalisation-in-notic.patch (text/plain), 2.76 KB, created by
David Cook
on 2024-10-22 01:37:04 UTC
(
hide
)
Description:
Bug 35659: (QA follow-up) Fix capitalisation in notice
Filename:
MIME Type:
Creator:
David Cook
Created:
2024-10-22 01:37:04 UTC
Size:
2.76 KB
patch
obsolete
>From e124337009f61429193382c47d58c64e74735e20 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Tue, 22 Oct 2024 01:34:04 +0000 >Subject: [PATCH] Bug 35659: (QA follow-up) Fix capitalisation in notice > >Sponsored-by: Association KohaLa - https://koha-fr.org/ >--- > installer/data/mysql/atomicupdate/Bug-35659.pl | 2 +- > installer/data/mysql/en/mandatory/sample_notices.yml | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/Bug-35659.pl b/installer/data/mysql/atomicupdate/Bug-35659.pl >index 5ecefa3aea..39280c5c8e 100755 >--- a/installer/data/mysql/atomicupdate/Bug-35659.pl >+++ b/installer/data/mysql/atomicupdate/Bug-35659.pl >@@ -76,7 +76,7 @@ return { > q{ > INSERT IGNORE INTO letter > (module, code, branchcode, name, is_html, title, content, message_transport_type, lang) >- VALUES ('catalogue','OAI_HARVEST_REPORT','','OAI Harvest Report',0,'OAI Harvest report for [% servername %]','OAI Harvest report for [% servername %]:\n\nEndpoint: [% endpoint %]\nSet: [% set %]\nData format: [% dataformat %]\nRecord type: [% recordtype %]\n\n[% added %] records added\n[% updated %] records updated\n[% deleted %] records deleted\n[% skipped %] records skipped\n[% in_error %] records in error\n[% total %] total','email','default'); >+ VALUES ('catalogue','OAI_HARVEST_REPORT','','OAI harvest report',0,'OAI harvest report for [% servername %]','OAI harvest report for [% servername %]:\n\nEndpoint: [% endpoint %]\nSet: [% set %]\nData format: [% dataformat %]\nRecord type: [% recordtype %]\n\n[% added %] records added\n[% updated %] records updated\n[% deleted %] records deleted\n[% skipped %] records skipped\n[% in_error %] records in error\n[% total %] total','email','default'); > } > ); > say $out "Added OAI_HARVEST_REPORT letter"; >diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml >index 5a04e0ed3d..586fb5b097 100644 >--- a/installer/data/mysql/en/mandatory/sample_notices.yml >+++ b/installer/data/mysql/en/mandatory/sample_notices.yml >@@ -2539,13 +2539,13 @@ tables: > - module: catalogue > code: OAI_HARVEST_REPORT > branchcode: "" >- name: "OAI Harvest Report" >+ name: "OAI harvest report" > is_html: 0 >- title: "OAI Harvest report for [% servername %]" >+ title: "OAI harvest report for [% servername %]" > message_transport_type: email > lang: default > content: >- - "OAI Harvest report for [% servername %]:" >+ - "OAI harvest report for [% servername %]:" > - "" > - "Endpoint: [% endpoint %]" > - "Set: [% set %]" >-- >2.39.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35659
:
160356
|
160357
|
160744
|
161813
|
161960
|
162004
|
162005
|
162006
|
162007
|
162008
|
162009
|
162010
|
162011
|
162527
|
162528
|
162692
|
162693
|
162694
|
163527
|
164586
|
164590
|
164602
|
164603
|
164604
|
164605
|
164606
|
164618
|
164619
|
164620
|
164621
|
164622
|
165199
|
165594
|
165595
|
165596
|
165597
|
165598
|
167106
|
167107
|
167171
|
167172
|
167173
|
167174
|
167175
|
167176
|
168982
|
168983
|
169941
|
171255
|
171258
|
171260
|
171264
|
171265
|
171267
|
171675
|
171676
|
171678
|
171679
|
172072
|
172073
|
172074
|
172075
|
172076
|
172077
|
172078
|
172079
|
172080
|
172081
|
172082
|
172083
|
172202
|
172203
|
172204
|
172205
|
172206
|
172207
|
172208
|
172209
|
172210
|
172211
|
172212
|
172213
|
173088
|
173089
|
173090
|
173091
|
173092
|
173093
|
173094
|
173095
|
173096
|
173097
|
173098
|
173099
|
173100
| 173101 |
173561
|
173599
|
173600
|
173601
|
173614
|
174790