Bugzilla – Attachment 186727 Details for
Bug 30915
"Scalar" TT plugin no longer needed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30915: Fix spelling
Bug-30915-Fix-spelling.patch (text/plain), 1.24 KB, created by
Jonathan Druart
on 2025-09-22 14:44:24 UTC
(
hide
)
Description:
Bug 30915: Fix spelling
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-09-22 14:44:24 UTC
Size:
1.24 KB
patch
obsolete
>From 49315c35756db76e349fb1b195aaef4458be84bf Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 22 Sep 2025 16:42:48 +0200 >Subject: [PATCH] Bug 30915: Fix spelling > > WARN spelling > nWe ==> new > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > installer/data/mysql/atomicupdate/bug_30915.pl | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_30915.pl b/installer/data/mysql/atomicupdate/bug_30915.pl >index 8b11bd7f2b3..1fed6b1311b 100755 >--- a/installer/data/mysql/atomicupdate/bug_30915.pl >+++ b/installer/data/mysql/atomicupdate/bug_30915.pl >@@ -17,7 +17,8 @@ return { > say_warning( > $out, > q|We discovered that your notices as mentioned below are still using Context.Scalar. Please adjust them by following the instructions on Bugzilla report 30915. In most cases [% Context.Scalar($x,$y) %] should simply be [% $x.$y %].| >- . qq|\nWe found the following notices: | >+ . qq|\n| >+ . q|We found the following notices: | > . join( ', ', @$notices ) . q|.| > ); > } >-- >2.34.1
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 30915
:
184468
|
184469
|
185108
|
185109
|
185117
|
186719
|
186720
|
186721
|
186724
|
186725
|
186726
| 186727