ffb9e312a9
This patch removes the last traces of NoZebra: [1] The DBIC schema class for the nozebra table [2] References to the NoZebra and NoZebraIndexes sysprefs in the Italian SQL scripts. [3] Deleting the NoZebraIndexes syspref if it's still present. To test: [1] Verify that after applying the patch and running the DB upgrade, that "NoZebraIndexes" is no longer to be found in the systempreferences table. [2] Verify that "nozebra" is not referenced anywhere in the source code except for the database update scripts. Signed-off-by: Galen Charlton <gmc@esilibrary.com> Signed-off-by: wajasu <matted-34813@mypacks.net> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
68 lines
4.9 KiB
SQL
68 lines
4.9 KiB
SQL
--
|
|
-- System preferences that differ from the global defaults
|
|
--
|
|
-- This file is part of Koha.
|
|
--
|
|
-- Koha is free software; you can redistribute it and/or modify it under the
|
|
-- terms of the GNU General Public License as published by the Free Software
|
|
-- Foundation; either version 2 of the License' WHERE variable = ' or (at your option) any later
|
|
-- version.
|
|
--
|
|
-- Koha is distributed in the hope that it will be useful' WHERE variable = ' but WITHOUT ANY
|
|
-- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
-- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|
--
|
|
-- You should have received a copy of the GNU General Public License along
|
|
-- with Koha; if not' WHERE variable = ' write to the Free Software Foundation' WHERE variable = ' Inc.' WHERE variable = '
|
|
-- 51 Franklin Street' WHERE variable = ' Fifth Floor' WHERE variable = ' Boston' WHERE variable = ' MA 02110-1301 USA.
|
|
|
|
UPDATE systempreferences SET value = 'cataloguing' WHERE variable = 'AcqCreateItem';
|
|
UPDATE systempreferences SET value = '1' WHERE variable = 'AllowOnShelfHolds';
|
|
UPDATE systempreferences SET value = '1' WHERE variable = 'AllowRenewalLimitOverride';
|
|
UPDATE systempreferences SET value = 'annual' WHERE variable = 'autoBarcode';
|
|
UPDATE systempreferences SET value = 'email' WHERE variable = 'AutoEmailPrimaryAddress';
|
|
UPDATE systempreferences SET value = '1' WHERE variable = 'BiblioAddsAuthorities';
|
|
UPDATE systempreferences SET value = 'city|surname|cardnumber' WHERE variable = 'BorrowerMandatoryField';
|
|
UPDATE systempreferences SET value = '0' WHERE variable = 'BorrowersLog';
|
|
UPDATE systempreferences SET value = 'Sig|Sig.ra|Sig.na' WHERE variable = 'BorrowersTitles';
|
|
UPDATE systempreferences SET value = '0' WHERE variable = 'CataloguingLog';
|
|
UPDATE systempreferences SET value = 'FR' WHERE variable = 'CurrencyFormat';
|
|
UPDATE systempreferences SET value = 'metric' WHERE variable = 'dateformat';
|
|
UPDATE systempreferences SET value = 'relevance' WHERE variable = 'defaultSortField';
|
|
UPDATE systempreferences SET value = 'asc' WHERE variable = 'defaultSortOrder';
|
|
UPDATE systempreferences SET value = '0' WHERE variable = 'FinesLog';
|
|
UPDATE systempreferences SET value = '1' WHERE variable = 'FRBRizeEditions';
|
|
UPDATE systempreferences SET value = '1' WHERE variable = 'GoogleJackets';
|
|
UPDATE systempreferences SET value = '0' WHERE variable = 'IssueLog';
|
|
UPDATE systempreferences SET value = 'whitespace' WHERE variable = 'itemBarcodeInputFilter';
|
|
UPDATE systempreferences SET value = '676a' WHERE variable = 'itemcallnumber';
|
|
UPDATE systempreferences SET value = 'koha@cilea.it' WHERE variable = 'KohaAdminEmailAddress';
|
|
UPDATE systempreferences SET value = 'en,it-IT' WHERE variable = 'language';
|
|
UPDATE systempreferences SET value = '0' WHERE variable = 'LetterLog';
|
|
UPDATE systempreferences SET value = '0' WHERE variable = 'MARCOrgCode';
|
|
UPDATE systempreferences SET value = '2' WHERE variable = 'maxreserves';
|
|
UPDATE systempreferences SET value = '0' WHERE variable = 'OpacAuthorities';
|
|
UPDATE systempreferences SET value = 'relevance' WHERE variable = 'OPACdefaultSortField';
|
|
UPDATE systempreferences SET value = 'asc' WHERE variable = 'OPACdefaultSortOrder';
|
|
UPDATE systempreferences SET value = '1' WHERE variable = 'OPACFRBRizeEditions';
|
|
UPDATE systempreferences SET value = 'en,it-IT' WHERE variable = 'opaclanguages';
|
|
UPDATE systempreferences SET value = '1' WHERE variable = 'opaclanguagesdisplay';
|
|
UPDATE systempreferences SET value = '<h3>Benvenuto !!</h3>' WHERE variable = 'OpacMainUserBlock';
|
|
UPDATE systempreferences SET value = 'Links importanti qui.' WHERE variable = 'OpacNav';
|
|
UPDATE systempreferences SET value = '0' WHERE variable = 'OPACShelfBrowser';
|
|
UPDATE systempreferences SET value = '1' WHERE variable = 'OpacTopissue';
|
|
UPDATE systempreferences SET value = '1' WHERE variable = 'OPACURLOpenInNewWindow';
|
|
UPDATE systempreferences SET value = 'jpg' WHERE variable = 'patronimages';
|
|
UPDATE systempreferences SET value = '0' WHERE variable = 'QueryFuzzy';
|
|
UPDATE systempreferences SET value = '0' WHERE variable = 'QueryStemming';
|
|
UPDATE systempreferences SET value = '0' WHERE variable = 'QueryWeightFields';
|
|
UPDATE systempreferences SET value = '0' WHERE variable = 'ReservesNeedReturns';
|
|
UPDATE systempreferences SET value = '1' WHERE variable = 'ReturnBeforeExpiry';
|
|
UPDATE systempreferences SET value = '1' WHERE variable = 'TagsModeration';
|
|
UPDATE systempreferences SET value = '1' WHERE variable = 'ThingISBN';
|
|
UPDATE systempreferences SET value = '30600' WHERE variable = 'timeout';
|
|
UPDATE systempreferences SET value = 'URLLinkText' WHERE variable = 'URLLinkText';
|
|
UPDATE systempreferences SET value = '1' WHERE variable = 'XISBN';
|
|
|
|
UPDATE systempreferences SET value = '#200|<span style=\"font-weight:bold\">|{200a}{. 200c}{ : 200e}{200d}{ / 200f}{ ; 200g}{. 200h}{. 200i}|</span>\r\n#210|. – |{210a}{ : 210c}{, 210d}|\r\n#215|. – |{215a}{ ; 215d}|\r\n#225|. – |{(225a}{ ; 225v)}|\r\n#010|. – |{ISBN 010a}|' WHERE variable = 'ISBD';
|
|
|