Bugzilla – Attachment 113019 Details for
Bug 19368
Add syspref to ignore words when sorting serials
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19368 - Correction on QA feedback
Bug-19368---Correction-on-QA-feedback.patch (text/plain), 3.33 KB, created by
Alexis Ripetti
on 2020-11-04 22:17:16 UTC
(
hide
)
Description:
Bug 19368 - Correction on QA feedback
Filename:
MIME Type:
Creator:
Alexis Ripetti
Created:
2020-11-04 22:17:16 UTC
Size:
3.33 KB
patch
obsolete
>From 8c85e1e2908124e1cd448479d29fd05fac348cbc Mon Sep 17 00:00:00 2001 >From: David Bourgault <david.bourgault@inlibro.com> >Date: Fri, 29 Sep 2017 08:34:10 -0400 >Subject: [PATCH] Bug 19368 - Correction on QA feedback >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >* I removed the IGNORE in the atomicupdate SQL. There is currently no other systempreference by that name in Master so that should work fine >- Removed leftover test values from syspref.sql >- Removed extra $ in serial-search.tt >- Removed leftover warn in serial-search.pl > >Passes QA test tool >Signed-off-by: Alex Buckley <alexbuckley@catalyst.net.nz> > >Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> >--- > .../data/mysql/atomicupdate/BugUndef-SerialSortIgnoreWords.sql | 2 +- > installer/data/mysql/mandatory/sysprefs.sql | 2 +- > serials/serials-search.pl | 2 -- > 3 files changed, 2 insertions(+), 4 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/BugUndef-SerialSortIgnoreWords.sql b/installer/data/mysql/atomicupdate/BugUndef-SerialSortIgnoreWords.sql >index 5bcdfda506..893b943226 100644 >--- a/installer/data/mysql/atomicupdate/BugUndef-SerialSortIgnoreWords.sql >+++ b/installer/data/mysql/atomicupdate/BugUndef-SerialSortIgnoreWords.sql >@@ -1 +1 @@ >-INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('SerialSortIgnoreWords','',NULL,'Words to ignore in serial search','Free'); >\ No newline at end of file >+INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES ('SerialSortIgnoreWords','',NULL,'Words to ignore in serial search','Free'); >\ No newline at end of file >diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql >index b43b967bc0..1119d91c01 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -590,7 +590,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('SendAllEmailsTo','',NULL,'All emails will be redirected to this email if it is not empty','free'), > ('SeparateHoldings','0',NULL,'Separate current branch holdings from other holdings','YesNo'), > ('SeparateHoldingsBranch','homebranch','homebranch|holdingbranch','Branch used to separate holdings','Choice'), >-('SerialSortIgnoreWords','des du de la le les leur d l an a the',NULL,'Words to ignore in serial search','Free'), >+('SerialSortIgnoreWords','',NULL,'Words to ignore in serial search','Free'), > ('SessionRestrictionByIP','1','Check for change in remote IP address for session security. Disable only when remote IP address changes frequently.','','YesNo'), > ('SessionStorage','mysql','mysql|Pg|tmp','Use database or a temporary file for storing session data','Choice'), > ('ShelfBrowserUsesCcode','1','0','Use the item collection code when finding items for the shelf browser.','YesNo'), >diff --git a/serials/serials-search.pl b/serials/serials-search.pl >index 2917ad53ab..3fd8ba4c2b 100755 >--- a/serials/serials-search.pl >+++ b/serials/serials-search.pl >@@ -175,8 +175,6 @@ for my $sub ( @subscriptions ) { > $subsctitle =~ s/^\s+//; > $sub->{titlesort} = ucfirst($subsctitle); > >- warn $subsctitle; >- > unless ( $sub->{closed} ) { > push @openedsubscriptions, $sub > unless $sub->{cannotdisplay}; >-- >2.25.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 19368
:
67373
|
67447
|
67580
|
67581
|
67612
|
69005
|
70051
|
70052
|
70053
|
70125
|
71962
|
71963
|
71964
|
71965
|
72043
|
72044
|
72045
|
72046
|
72047
|
72655
|
72656
|
72657
|
72658
|
72659
|
74262
|
74263
|
74264
|
74265
|
74266
|
90915
|
90916
|
90918
|
90919
|
90920
|
90921
|
113018
|
113019
|
113020
|
113021
|
113022
|
113023
|
113344
|
113345
|
113346
|
113347
|
113348
|
113349
|
118963
|
118964
|
118965
|
118966
|
118967
|
118968
|
124090
|
124091
|
124092
|
124093
|
124094
|
124095
|
124096
|
124097
|
124104
|
124105
|
124106
|
124107
|
124108
|
124109
|
124110
|
124111