Bugzilla – Attachment 170967 Details for
Bug 27490
Rename system preference language to StaffInterfaceLanguages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27490: (follow-up) Fix custom installer files
Bug-27490-follow-up-Fix-custom-installer-files.patch (text/plain), 11.85 KB, created by
Katrin Fischer
on 2024-09-03 09:48:09 UTC
(
hide
)
Description:
Bug 27490: (follow-up) Fix custom installer files
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2024-09-03 09:48:09 UTC
Size:
11.85 KB
patch
obsolete
>From e38959cc4e35660808dcd109718e35dc81b6f222 Mon Sep 17 00:00:00 2001 >From: Nicolas Hunstein <nicolas.hunstein@bsz-bw.de> >Date: Tue, 3 Sep 2024 09:34:57 +0000 >Subject: [PATCH] Bug 27490: (follow-up) Fix custom installer files > >--- > installer/data/mysql/localization/de-DE/custom.sql | 2 +- > installer/data/mysql/localization/fr-CA/custom.sql | 4 ++-- > installer/data/mysql/localization/fr-FR/custom.sql | 2 +- > installer/data/mysql/localization/it-IT/custom.sql | 2 +- > installer/data/mysql/localization/nb-NO/custom.sql | 2 +- > installer/data/mysql/localization/ru-RU/custom.sql | 2 +- > 6 files changed, 7 insertions(+), 7 deletions(-) > >diff --git a/installer/data/mysql/localization/de-DE/custom.sql b/installer/data/mysql/localization/de-DE/custom.sql >index 7cd4259c351..0672294bb9e 100644 >--- a/installer/data/mysql/localization/de-DE/custom.sql >+++ b/installer/data/mysql/localization/de-DE/custom.sql >@@ -36,6 +36,6 @@ UPDATE systempreferences SET value = '1' WHERE variable = 'CalendarFirstDayOfWee > UPDATE systempreferences SET value = '0.07|0.19|0.00' WHERE variable = 'TaxRates'; > UPDATE systempreferences SET value = 'Dieser Text wird über den Systemparameter <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RoutingListNote#jumped">RoutingListNote</a> konfiguriert.' where variable = 'RoutingListNote'; > UPDATE systempreferences SET value = 'barcode stocknumber' WHERE variable = 'uniqueitemfields'; >-UPDATE systempreferences SET value = 'de-DE,en' WHERE variable = 'language'; >+UPDATE systempreferences SET value = 'de-DE,en' WHERE variable = 'StaffInterfaceLanguages'; > UPDATE systempreferences SET value = 'de-DE,en' WHERE variable = 'OPACLanguages'; > UPDATE systempreferences SET value = '1' WHERE variable = 'opaclanguagesdisplay'; >diff --git a/installer/data/mysql/localization/fr-CA/custom.sql b/installer/data/mysql/localization/fr-CA/custom.sql >index 6fae929f7bd..35eb89107cb 100644 >--- a/installer/data/mysql/localization/fr-CA/custom.sql >+++ b/installer/data/mysql/localization/fr-CA/custom.sql >@@ -23,8 +23,8 @@ UPDATE systempreferences SET value = 'M.|Mme|Mx' WHERE variable = 'BorrowersTitl > UPDATE systempreferences SET value = 'FR' WHERE variable = 'CurencyFormat'; > UPDATE systempreferences SET value = 'iso' WHERE variable = 'dateformat'; > UPDATE systempreferences SET value = 'fr' WHERE variable = 'KohaManualLanguage'; >-UPDATE systempreferences SET value = 'fr-CA,en' WHERE variable = 'language'; >+UPDATE systempreferences SET value = 'fr-CA,en' WHERE variable = 'StaffInterfaceLanguages'; > UPDATE systempreferences SET value = 'http://www.marc21.ca/MaJ/BIB/B{FIELD}.pdf' WHERE variable = 'MarcFieldDocURL'; > UPDATE systempreferences SET value = 'pdfformat::layout3pagesfr' WHERE variable = 'OrderPdfFormat'; > UPDATE systempreferences SET value = 'fr-CA,en' WHERE variable = 'OPACLanguages'; >-UPDATE systempreferences SET value = '0|0.05|0.09975|0.14975' WHERE variable = 'TaxRates'; >\ No newline at end of file >+UPDATE systempreferences SET value = '0|0.05|0.09975|0.14975' WHERE variable = 'TaxRates'; >diff --git a/installer/data/mysql/localization/fr-FR/custom.sql b/installer/data/mysql/localization/fr-FR/custom.sql >index 518aa51df44..1d53ce5e180 100644 >--- a/installer/data/mysql/localization/fr-FR/custom.sql >+++ b/installer/data/mysql/localization/fr-FR/custom.sql >@@ -1,7 +1,7 @@ > UPDATE systempreferences SET value = 'Père|Mère|grand-parent|Tuteur légal|Autre' WHERE variable = 'borrowerRelationship'; > UPDATE systempreferences SET value = 'M|Mme|Mlle' WHERE variable = 'BorrowersTitles'; > UPDATE systempreferences SET value = '676a' WHERE variable = 'itemcallnumber'; >-UPDATE systempreferences SET value = 'fr-FR' WHERE variable = 'language'; >+UPDATE systempreferences SET value = 'fr-FR' WHERE variable = 'StaffInterfaceLanguages'; > UPDATE systempreferences SET value = 'Ma bibliothèque' WHERE variable = 'LibraryName'; > UPDATE systempreferences SET value = 'fr-FR' WHERE variable = 'OPACLanguages'; > UPDATE systempreferences SET value = 1 WHERE variable = 'opaclanguagesdisplay'; >diff --git a/installer/data/mysql/localization/it-IT/custom.sql b/installer/data/mysql/localization/it-IT/custom.sql >index 68dfabc28db..ab61d1b3184 100644 >--- a/installer/data/mysql/localization/it-IT/custom.sql >+++ b/installer/data/mysql/localization/it-IT/custom.sql >@@ -40,7 +40,7 @@ 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@xxx.it' WHERE variable = 'KohaAdminEmailAddress'; >-UPDATE systempreferences SET value = 'en,it-IT' WHERE variable = 'language'; >+UPDATE systempreferences SET value = 'en,it-IT' WHERE variable = 'StaffInterfaceLanguages'; > UPDATE systempreferences SET value = '0' WHERE variable = 'ClaimsLog'; > UPDATE systempreferences SET value = '' WHERE variable = 'MARCOrgCode'; > UPDATE systempreferences SET value = '5' WHERE variable = 'maxreserves'; >diff --git a/installer/data/mysql/localization/nb-NO/custom.sql b/installer/data/mysql/localization/nb-NO/custom.sql >index 225174a9088..c98a86ae528 100644 >--- a/installer/data/mysql/localization/nb-NO/custom.sql >+++ b/installer/data/mysql/localization/nb-NO/custom.sql >@@ -21,7 +21,7 @@ UPDATE systempreferences SET value = 'far|mor' WHERE variable = 'borrowerRelatio > UPDATE systempreferences SET value = 'Fru|Frøken|Herr' WHERE variable = 'BorrowersTitles'; > UPDATE systempreferences SET value = 'FR' WHERE variable = 'CurrencyFormat'; > UPDATE systempreferences SET value = 'metric' WHERE variable = 'dateformat'; >-UPDATE systempreferences SET value = 'nb-NO' WHERE variable = 'language'; >+UPDATE systempreferences SET value = 'nb-NO' WHERE variable = 'StaffInterfaceLanguages'; > UPDATE systempreferences SET value = 'nb-NO' WHERE variable = 'OPACLanguages'; > UPDATE systempreferences SET value = '<p>Velkommen til Koha...</p><hr />' WHERE variable = 'OpacMainUserBlock'; > UPDATE systempreferences SET value = '<p>Viktige lenker kan plasseres her</p>' WHERE variable = 'OpacNav'; >diff --git a/installer/data/mysql/localization/ru-RU/custom.sql b/installer/data/mysql/localization/ru-RU/custom.sql >index e989721da05..47979328e43 100644 >--- a/installer/data/mysql/localization/ru-RU/custom.sql >+++ b/installer/data/mysql/localization/ru-RU/custom.sql >@@ -38,7 +38,7 @@ INSERT INTO `class_sources` (`cn_source`, `description`, `used`, `class_sort_rul > UPDATE systempreferences SET value = 'ÐоÑподин|ÐоÑпожа|ÐиÑÑеÑ|ÐиÑÑиÑ|УважаемÑй|УважаемаÑ|ТоваÑиÑ|ÐобÑодий|ÐобÑодийка' WHERE variable = 'BorrowersTitles'; > UPDATE systempreferences SET value = 'metric' WHERE variable = 'dateformat'; > UPDATE systempreferences SET value = 'udc' WHERE variable = 'DefaultClassificationSource'; >-UPDATE systempreferences SET value = 'ru-RU,uk-UA,en,fr-FR,de-DE' WHERE variable = 'language'; >+UPDATE systempreferences SET value = 'ru-RU,uk-UA,en,fr-FR,de-DE' WHERE variable = 'StaffInterfaceLanguages'; > UPDATE systempreferences SET value = 'ru-RU,uk-UA,en,fr-FR,de-DE' WHERE variable = 'OPACLanguages'; > > UPDATE systempreferences SET value = '#200|<h2>Ðаглавие: |{200a}{. 200c}{ : 200e}{200d}{. 200h}{. 200i}|</h2>\r\n#500|<label class="ipt">УниÑиÑиÑованое заглавие: </label>|{500a}{. 500i}{. 500h}{. 500m}{. 500q}{. 500k}<br/>|\r\n#517|<label class="ipt"> </label>|{517a}{ : 517e}{. 517h}{, 517i}<br/>|\r\n#541|<label class="ipt"> </label>|{541a}{ : 541e}<br/>|\r\n#200||<label class="ipt">ÐвÑоÑа: </label><br/>|\r\n#700||<a href="opac-search.pl?op=do_search&marclist=7009&operator==&type=intranet&value={7009}"> <img border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15" title="ÐоиÑк по авÑоÑÑ"></a>{700c}{ 700b}{ 700a}{ 700d}{ (700f)}{. 7004}<br/>|\r\n#701||<a href="opac-search.pl?op=do_search&marclist=7009&operator==&type=intranet&value={7019}"> <img border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15" title="ÐоиÑк по авÑоÑÑ"></a>{701c}{ 701b}{ 701a}{ 701d}{ (701f)}{. 7014}<br/>|\r\n#702||<a href="opac-search.pl?op=do_search&marclist=7009&operator==&type=intranet&value={7029}"> <img border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15" title="ÐоиÑк по авÑоÑÑ"></a>{702c}{ 702b}{ 702a}{ 702d}{ (702f)}{. 7024}<br/>|\r\n#710||<a href="opac-search.pl?op=do_search&marclist=7109&operator==&type=intranet&value={7109}"> <img border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15" title="ÐоиÑк по авÑоÑÑ"></a>{710a}{ (710c)}{. 710b}{ : 710d}{ ; 710f}{ ; 710e}<br/>|\r\n#711||<a href="opac-search.pl?op=do_search&marclist=7109&operator==&type=intranet&value={7119}"> <img border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15" title="ÐоиÑк по авÑоÑÑ"></a>{711a}{ (711c)}{. 711b}{ : 711d}{ ; 711f}{ ; 711e}<br/>|\r\n#712||<a href="opac-search.pl?op=do_search&marclist=7109&operator==&type=intranet&value={7129}"> <img border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15" title="ÐоиÑк по авÑоÑÑ"></a>{712a}{ (712c)}{. 712b}{ : 712d}{ ; 712f}{ ; 712e}<br/>|\r\n#210|<label class="ipt">УниÑиÑиÑÐ¾Ð²Ð°Ð½Ð½Ð°Ñ ÑоÑма заглавиÑ: </label>|{ 210a}<br/>|\r\n#210|<label class="ipt">ÐздаÑелÑ: </label>|{ 210c}<br/>|\r\n#210|<label class="ipt">ÐаÑа пÑбликаÑии: </label>|{ 210d}<br/>|\r\n#215|<label class="ipt">ФизиÑеÑкое опиÑание: </label>|{215a}{ : 215c}{ ; 215d}{ + 215e}|<br/>\r\n#225|<label class="ipt">СеÑÑÑ:</label>|<a href="opac-search.pl?op=do_search&marclist=225a&operator==&type=intranet&value={225a}"> <img border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15" title="ÐоиÑк по {225a}"></a>{ (225a}{ = 225d}{ : 225e}{. 225h}{. 225i}{ / 225f}{, 225x}{ ; 225v}|)<br/>\r\n#200||<label class="ipt">ТемаÑиÑеÑкие ÑÑбÑики: </label><br/>|\r\n#600||<a href="opac-search.pl?op=do_search&marclist=6009&operator==&type=intranet&value={6009}"><img border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15" title="ÐоиÑк по {6009}"></a>{ 600c}{ 600b}{ 600a}{ 600d}{ (600f)} {-- 600x }{-- 600z }{-- 600y}<br />|\r\n#604||<a href="opac-search.pl?op=do_search&marclist=6049&operator==&type=intranet&value={6049}"><img border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15" title="ÐоиÑк по {6049}"></a>{ 604a}{. 604t}<br />|\r\n#601||<a href="opac-search.pl?op=do_search&marclist=6019&operator==&type=intranet&value={6019}"><img border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15" title="ÐоиÑк по {6019}"></a>{ 601a}{ (601c)}{. 601b}{ : 601d} { ; 601f}{ ; 601e}{ -- 601x }{-- 601z }{-- 601y}<br />|\r\n#605||<a href="opac-search.pl?op=do_search&marclist=6059&operator==&type=intranet&value={6059}"><img border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15" title="ÐоиÑк по {6059}"></a>{ 605a}{. 605i}{. 605h}{. 605k}{. 605m}{. 605q} {-- 605x }{-- 605z }{-- 605y }{-- 605l}<br />|\r\n#606||<a href="opac-search.pl?op=do_search&marclist=6069&operator==&type=intranet&value={6069}"><img border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15" title="ÐоиÑк по {6069}">xx</a>{ 606a}{-- 606x }{-- 606z }{606y }<br />|\r\n#607||<a href="opac-search.pl?op=do_search&marclist=6079&operator==&type=intranet&value={6079}"><img border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15" title="ÐоиÑк по {6079}"></a>{ 607a}{-- 607x}{-- 607z}{-- 607y}<br />|\r\n#010|<label class="ipt">ISBN: </label>|{010a}|<br/>\r\n#011|<label class="ipt">ISSN: </label>|{011a}|<br/>\r\n#200||<label class="ipt">ÐамеÑки: </label>|<br/>\r\n#300||{300a}|<br/>\r\n#320||{320a}|<br/>\r\n#327||{327a}|<br/>\r\n#328||{328a}|<br/>\r\n#200||<br/><h2>ÐкземплÑÑÑ</h2>|\r\n#200|<table>|<th>РаÑположение</th><th>Cote</th>|\r\n#995||<tr><td>{995e} </td><td> {995k}</td></tr>|\r\n#200|||</table>' WHERE variable = 'ISBD'; >-- >2.39.2
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 27490
:
169631
|
169805
|
169914
|
169915
|
170965
|
170966
| 170967