Bugzilla – Attachment 178945 Details for
Bug 28530
Allow configuration of floating limits by item type
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28530: Fix remaining QA script failures
Bug-28530-Fix-remaining-QA-script-failures.patch (text/plain), 2.07 KB, created by
Andrew Fuerste-Henry
on 2025-03-04 21:23:48 UTC
(
hide
)
Description:
Bug 28530: Fix remaining QA script failures
Filename:
MIME Type:
Creator:
Andrew Fuerste-Henry
Created:
2025-03-04 21:23:48 UTC
Size:
2.07 KB
patch
obsolete
>From 331a7a2f7fd0c4384d7f2eef7c09b8cb75e3cc6a Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 27 Feb 2025 14:58:13 +0000 >Subject: [PATCH] Bug 28530: Fix remaining QA script failures > >Signed-off-by: Kris Becker <kbecker@jcls.org> >--- > admin/float_limits.pl | 0 > installer/data/mysql/atomicupdate/bug_28530.pl | 0 > installer/data/mysql/mandatory/sysprefs.sql | 4 ++-- > t/db_dependent/Koha/Library/FloatLimits.t | 0 > 4 files changed, 2 insertions(+), 2 deletions(-) > mode change 100644 => 100755 admin/float_limits.pl > mode change 100644 => 100755 installer/data/mysql/atomicupdate/bug_28530.pl > mode change 100644 => 100755 t/db_dependent/Koha/Library/FloatLimits.t > >diff --git a/admin/float_limits.pl b/admin/float_limits.pl >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/atomicupdate/bug_28530.pl b/installer/data/mysql/atomicupdate/bug_28530.pl >old mode 100644 >new mode 100755 >diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql >index 2d5b4ca14c..8dfc48b1cd 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -874,5 +874,5 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'), > ('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), > ('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'), >-('z3950Status','','','This syspref allows to define custom YAML based rules for marking items unavailable in z3950 results.','Textarea') >-; >\ No newline at end of file >+('z3950Status','','','This syspref allows to define custom YAML based rules for marking items unavailable in z3950 results.','Textarea'), >+; >diff --git a/t/db_dependent/Koha/Library/FloatLimits.t b/t/db_dependent/Koha/Library/FloatLimits.t >old mode 100644 >new mode 100755 >-- >2.39.5
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 28530
:
160038
|
160039
|
160040
|
160041
|
160042
|
160043
|
160044
|
160045
|
160046
|
160047
|
160048
|
160049
|
160050
|
160053
|
160054
|
160055
|
160056
|
160057
|
160058
|
160061
|
160062
|
160063
|
160064
|
160065
|
160066
|
160067
|
160068
|
160071
|
160072
|
160073
|
160074
|
160075
|
160076
|
160077
|
160078
|
160079
|
160080
|
160081
|
160082
|
160083
|
160084
|
163919
|
168343
|
168344
|
168345
|
168346
|
168347
|
168348
|
168349
|
168350
|
178762
|
178763
|
178764
|
178765
|
178766
|
178767
|
178768
|
178769
|
178783
|
178784
|
178785
|
178934
|
178935
|
178936
|
178937
|
178938
|
178939
|
178940
|
178941
|
178942
|
178943
|
178944
|
178945
|
178946
|
179943
|
179944
|
179945
|
179946
|
179947
|
179948
|
179949
|
179950
|
179951
|
179952
|
179953
|
179954
|
179955
|
180028
|
182931