Bugzilla – Attachment 122465 Details for
Bug 26302
OPAC XSLT Results: List variable number of itemcallnumbers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26302: Add dbrev for two new prefs
Bug-26302-Add-dbrev-for-two-new-prefs.patch (text/plain), 3.59 KB, created by
David Nind
on 2021-06-26 23:18:06 UTC
(
hide
)
Description:
Bug 26302: Add dbrev for two new prefs
Filename:
MIME Type:
Creator:
David Nind
Created:
2021-06-26 23:18:06 UTC
Size:
3.59 KB
patch
obsolete
>From cab09ccbc341644c8e8b5d9aeada6737b39a9eb1 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 24 Jun 2021 13:43:20 +0000 >Subject: [PATCH] Bug 26302: Add dbrev for two new prefs > >Formalizing the local prefs introduced in the former patches: >resultsMaxItems >resultsMaxItemsUnavailable > >Test plan: >Check Preferences/OPAC/Appearance. > >Signed-off-by: David Nind <david@davidnind.com> >--- > installer/data/mysql/atomicupdate/bug_26302.perl | 9 +++++++++ > installer/data/mysql/mandatory/sysprefs.sql | 2 ++ > .../prog/en/modules/admin/preferences/opac.pref | 7 +++++++ > 3 files changed, 18 insertions(+) > create mode 100644 installer/data/mysql/atomicupdate/bug_26302.perl > >diff --git a/installer/data/mysql/atomicupdate/bug_26302.perl b/installer/data/mysql/atomicupdate/bug_26302.perl >new file mode 100644 >index 0000000000..1bbaa3a60e >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_26302.perl >@@ -0,0 +1,9 @@ >+$DBversion = 'XXX'; # will be replaced by the RM >+if( CheckVersion( $DBversion ) ) { >+ $dbh->do(q| >+ INSERT IGNORE INTO systempreferences (variable, value, options, explanation, type) VALUES >+ ('resultsMaxItems','2','','Maximum number of available items displayed in search results','Integer'), >+ ('resultsMaxItemsUnavailable','1','','Maximum number of unavailable items displayed in search results','Integer') >+ |); >+ NewVersion( $DBversion, 26302, "Add preferences resultsMaxItems and resultsMaxItemsUnavailable"); >+} >diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql >index 3430bc26e7..3d54091cbe 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -574,6 +574,8 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('RestrictedPageContent','',NULL,'HTML content of the restricted page','TextArea'), > ('RestrictedPageTitle','',NULL,'Title of the restricted page (breadcrumb and header)','Free'), > ('RestrictionBlockRenewing','0',NULL,'If patron is restricted, should renewal be allowed or blocked','YesNo'), >+('resultsMaxItems','2','','Maximum number of available items displayed in search results','Integer'), >+('resultsMaxItemsUnavailable','1','','Maximum number of unavailable items displayed in search results','Integer'), > ('ReturnBeforeExpiry','0',NULL,'If ON, checkout will be prevented if returndate is after patron card expiry','YesNo'), > ('ReturnLog','1',NULL,'If ON, enables the circulation (returns) log','YesNo'), > ('ReturnpathDefault','',NULL,'Use this email address as return path or bounce address for undeliverable emails','Free'), >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >index 535f65bd87..50e690ccee 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >@@ -354,6 +354,13 @@ OPAC: > - "List the following not for loan statuses as available for reference in OPAC search results:" > - pref: Reference_NFL_Statuses > - "(Use | as delimiter.)" >+ - >+ - Show no more than >+ - pref: resultsMaxItems >+ - (available) individual items on the OPAC XSLT search results, and show no more than >+ - pref: resultsMaxItemsUnavailable >+ - "'really unavailable' individual items in categories like Checked out, Damaged, On Hold, etc." >+ > Features: > - > - pref: OPACReportProblem >-- >2.20.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 26302
:
109184
|
119108
|
119109
|
119110
|
119111
|
122386
|
122387
|
122388
|
122389
|
122391
|
122462
|
122463
|
122464
|
122465
|
122466
|
122487
|
123499
|
123500
|
123501
|
123502
|
123526
|
123527
|
123528
|
123529
|
123531
|
123532
|
123533
|
123534
|
123640
|
123641
|
123643
|
123644
|
123645
|
123646
|
123647
|
123648
|
123649
|
124243
|
124244
|
124245