View | Details | Raw Unified | Return to bug 40160
Collapse All | Expand All

(-)a/installer/data/mysql/en/optional/sample_news.yml (-6 / +6 lines)
Lines 80-91 tables: Link Here
80
          content:
80
          content:
81
            - "Now that you've installed Koha, what's next? Here are some suggestions:"
81
            - "Now that you've installed Koha, what's next? Here are some suggestions:"
82
            - "<ul>"
82
            - "<ul>"
83
            - "<li><a href=\"http://koha-community.org/documentation/\">Read Koha Documentation</a></li>"
83
            - "<li><a href=\"https://koha-community.org/documentation/\">Read Koha Documentation</a></li>"
84
            - "<li><a href=\"http://wiki.koha-community.org\">Read/Write to the Koha Wiki</a></li>"
84
            - "<li><a href=\"https://wiki.koha-community.org\">Read/Write to the Koha Wiki</a></li>"
85
            - "<li><a href=\"http://koha-community.org/support/\">Read and Contribute to Discussions</a></li>"
85
            - "<li><a href=\"https://koha-community.org/support/\">Read and Contribute to Discussions</a></li>"
86
            - "<li><a href=\"http://bugs.koha-community.org\">Report Koha Bugs</a></li>"
86
            - "<li><a href=\"https://bugs.koha-community.org\">Report Koha Bugs</a></li>"
87
            - "<li><a href=\"http://wiki.koha-community.org/wiki/Version_Control_Using_Git\">Submit Patches to Koha using Git (Version Control System)</a></li>"
87
            - "<li><a href=\"https://wiki.koha-community.org/wiki/Version_Control_Using_Git\">Submit Patches to Koha using Git (Version Control System)</a></li>"
88
            - "<li><a href=\"http://koha-community.org/support/\">Chat with Koha users and developers</a></li>"
88
            - "<li><a href=\"https://koha-community.org/support/\">Chat with Koha users and developers</a></li>"
89
            - "</ul>"
89
            - "</ul>"
90
            - ""
90
            - ""
91
          lang: "default"
91
          lang: "default"
(-)a/installer/data/mysql/mandatory/sysprefs.sql (-1 / +1 lines)
Lines 507-513 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
507
('OPACFineNoRenewalsIncludeCredits','1',NULL,'If enabled the value specified in OPACFineNoRenewals should include any unapplied account credits in the calculation','YesNo'),
507
('OPACFineNoRenewalsIncludeCredits','1',NULL,'If enabled the value specified in OPACFineNoRenewals should include any unapplied account credits in the calculation','YesNo'),
508
('OPACFinesTab','1','','If OFF the patron fines tab in the OPAC is disabled.','YesNo'),
508
('OPACFinesTab','1','','If OFF the patron fines tab in the OPAC is disabled.','YesNo'),
509
('OPACFRBRizeEditions','0','','If ON, the OPAC will query one or more ISBN web services for associated ISBNs and display an Editions tab on the details pages','YesNo'),
509
('OPACFRBRizeEditions','0','','If ON, the OPAC will query one or more ISBN web services for associated ISBNs and display an Editions tab on the details pages','YesNo'),
510
('OpacHiddenItems','','','This syspref allows to define custom rules for hiding specific items at the OPAC. See http://wiki.koha-community.org/wiki/OpacHiddenItems for more information.','Textarea'),
510
('OpacHiddenItems','','','This syspref allows to define custom rules for hiding specific items at the OPAC. See https://wiki.koha-community.org/wiki/OpacHiddenItems for more information.','Textarea'),
511
('OpacHiddenItemsExceptions','',NULL,'List of borrower categories, separated by comma, that can see items otherwise hidden by OpacHiddenItems','Textarea'),
511
('OpacHiddenItemsExceptions','',NULL,'List of borrower categories, separated by comma, that can see items otherwise hidden by OpacHiddenItems','Textarea'),
512
('OpacHiddenItemsHidesRecord','1','','Hide biblio record when all its items are hidden because of OpacHiddenItems','YesNo'),
512
('OpacHiddenItemsHidesRecord','1','','Hide biblio record when all its items are hidden because of OpacHiddenItems','YesNo'),
513
('OpacHighlightedWords','1','','If Set, then queried words are higlighted in OPAC','YesNo'),
513
('OpacHighlightedWords','1','','If Set, then queried words are higlighted in OPAC','YesNo'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/guided-reports-view.inc (-3 / +3 lines)
Lines 10-21 Link Here
10
    </ul>
10
    </ul>
11
    <h5>Useful resources</h5>
11
    <h5>Useful resources</h5>
12
    <ul>
12
    <ul>
13
        <li><a href="http://wiki.koha-community.org/wiki/SQL_Reports_Library" target="blank">Koha report library</a></li>
13
        <li><a href="https://wiki.koha-community.org/wiki/SQL_Reports_Library" target="blank">Koha report library</a></li>
14
        [% SET koha_version = Koha.Version %]
14
        [% SET koha_version = Koha.Version %]
15
        [% IF koha_version.development %]
15
        [% IF koha_version.development %]
16
            <li><a href="http://schema.koha-community.org/main" target="blank">Koha database schema</a></li>
16
            <li><a href="https://schema.koha-community.org/main" target="blank">Koha database schema</a></li>
17
        [% ELSE %]
17
        [% ELSE %]
18
            <li><a href="http://schema.koha-community.org/[% koha_version.major | uri %]_[% koha_version.minor | uri %]" target="blank">Koha database schema</a></li>
18
            <li><a href="https://schema.koha-community.org/[% koha_version.major | uri %]_[% koha_version.minor | uri %]" target="blank">Koha database schema</a></li>
19
        [% END %]
19
        [% END %]
20
    </ul>
20
    </ul>
21
</div>
21
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref (-1 / +1 lines)
Lines 9-15 Acquisitions: Link Here
9
                  cataloguing: cataloging the record.
9
                  cataloguing: cataloging the record.
10
            - This is only the default behavior, and can be changed per-basket.
10
            - This is only the default behavior, and can be changed per-basket.
11
        -
11
        -
12
            - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/items.html' target='blank'>database columns</a> should be unique in an item:"
12
            - "The following <a href='https://schema.koha-community.org/__VERSION__/tables/items.html' target='blank'>database columns</a> should be unique in an item:"
13
            - pref: UniqueItemFields
13
            - pref: UniqueItemFields
14
              type: modalselect
14
              type: modalselect
15
              source: items
15
              source: items
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-5 / +5 lines)
Lines 668-674 OPAC: Link Here
668
              type: textarea
668
              type: textarea
669
              syntax: text/x-yaml
669
              syntax: text/x-yaml
670
              class: code
670
              class: code
671
            - Define custom rules to hide specific items from search and view on the OPAC. How to write these rules is documented on the <a href="http://wiki.koha-community.org/wiki/OpacHiddenItems" target="_blank">Koha wiki</a>.
671
            - Define custom rules to hide specific items from search and view on the OPAC. How to write these rules is documented on the <a href="https://wiki.koha-community.org/wiki/OpacHiddenItems" target="_blank">Koha wiki</a>.
672
        -
672
        -
673
            - 'List of patron categories, that can see items otherwise hidden by <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OpacHiddenItems">OpacHiddenItems</a>:'
673
            - 'List of patron categories, that can see items otherwise hidden by <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OpacHiddenItems">OpacHiddenItems</a>:'
674
            - pref: OpacHiddenItemsExceptions
674
            - pref: OpacHiddenItemsExceptions
Lines 851-869 OPAC: Link Here
851
            - "days after account creation."
851
            - "days after account creation."
852
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/cleanup_database.pl</code> cronjob. Ask your system administrator to schedule it.<br>No patrons will be deleted if you set the pref to zero or make it empty."
852
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/cleanup_database.pl</code> cronjob. Ask your system administrator to schedule it.<br>No patrons will be deleted if you set the pref to zero or make it empty."
853
        -
853
        -
854
            - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> must be filled in on the patron modification screen:"
854
            - "The following <a href='https://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> must be filled in on the patron modification screen:"
855
            - pref: PatronSelfModificationMandatoryField
855
            - pref: PatronSelfModificationMandatoryField
856
              type: modalselect
856
              type: modalselect
857
              source: borrowers
857
              source: borrowers
858
              exclusions: password|cardnumber|dateexpiry|categorycode|sort1|sort2|opacnote|borrowernotes|gonenoaddress|lost|flags
858
              exclusions: password|cardnumber|dateexpiry|categorycode|sort1|sort2|opacnote|borrowernotes|gonenoaddress|lost|flags
859
        -
859
        -
860
            - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> must be filled in on the patron entry screen:"
860
            - "The following <a href='https://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> must be filled in on the patron entry screen:"
861
            - pref: PatronSelfRegistrationBorrowerMandatoryField
861
            - pref: PatronSelfRegistrationBorrowerMandatoryField
862
              type: modalselect
862
              type: modalselect
863
              source: borrowers
863
              source: borrowers
864
              exclusions: sort1|sort2|opacnote|borrowernotes|gonenoaddress|lost|flags
864
              exclusions: sort1|sort2|opacnote|borrowernotes|gonenoaddress|lost|flags
865
        -
865
        -
866
            - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron self-registration screen:"
866
            - "The following <a href='https://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron self-registration screen:"
867
            - pref: PatronSelfRegistrationBorrowerUnwantedField
867
            - pref: PatronSelfRegistrationBorrowerUnwantedField
868
              type: modalselect
868
              type: modalselect
869
              source: borrowers
869
              source: borrowers
Lines 871-877 OPAC: Link Here
871
              inclusions: categorycode|dateexpiry
871
              inclusions: categorycode|dateexpiry
872
            - '<br /> NOTE: preferred_name will be set to firstname if not included in the form.'
872
            - '<br /> NOTE: preferred_name will be set to firstname if not included in the form.'
873
        -
873
        -
874
            - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron self-modification screen:"
874
            - "The following <a href='https://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron self-modification screen:"
875
            - pref: PatronSelfModificationBorrowerUnwantedField
875
            - pref: PatronSelfModificationBorrowerUnwantedField
876
              type: modalselect
876
              type: modalselect
877
              source: borrowers
877
              source: borrowers
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref (-5 / +5 lines)
Lines 211-217 Patrons: Link Here
211
         - pref: EmailFieldPrecedence
211
         - pref: EmailFieldPrecedence
212
           class: multi
212
           class: multi
213
         - '<br><strong>NOTE:</strong> All patron fields can be used, but to work correctly they must contain a valid email address or an empty string.'
213
         - '<br><strong>NOTE:</strong> All patron fields can be used, but to work correctly they must contain a valid email address or an empty string.'
214
         - "Valid options are the <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> of the borrowers table, separated by | (pipe)."
214
         - "Valid options are the <a href='https://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> of the borrowers table, separated by | (pipe)."
215
         - "Example: email|emailpro|B_email"
215
         - "Example: email|emailpro|B_email"
216
     -
216
     -
217
         - "When <a href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=EmailFieldPrimary'>EmailFieldPrimary</a> is set to '<strong>selected addresses</strong>', send email to all valid email addresses in the selected fields:"
217
         - "When <a href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=EmailFieldPrimary'>EmailFieldPrimary</a> is set to '<strong>selected addresses</strong>', send email to all valid email addresses in the selected fields:"
Lines 274-287 Patrons: Link Here
274
               cron: (Deprecated) according to --send-notices cron switch
274
               cron: (Deprecated) according to --send-notices cron switch
275
    Patron forms:
275
    Patron forms:
276
     -
276
     -
277
         - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> must be filled in on the patron entry screen:"
277
         - "The following <a href='https://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> must be filled in on the patron entry screen:"
278
         - pref: BorrowerMandatoryField
278
         - pref: BorrowerMandatoryField
279
           type: modalselect
279
           type: modalselect
280
           source: borrowers
280
           source: borrowers
281
           exclusions: flags
281
           exclusions: flags
282
         - '<strong>NOTE:</strong> If <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=autoMemberNum">autoMemberNum</a> is enabled, the system preference <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=BorrowerMandatoryField">BorrowerMandatoryField</a> must not contain the field <code>cardnumber</code>.'
282
         - '<strong>NOTE:</strong> If <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=autoMemberNum">autoMemberNum</a> is enabled, the system preference <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=BorrowerMandatoryField">BorrowerMandatoryField</a> must not contain the field <code>cardnumber</code>.'
283
     -
283
     -
284
         - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron entry screen:"
284
         - "The following <a href='https://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron entry screen:"
285
         - pref: BorrowerUnwantedField
285
         - pref: BorrowerUnwantedField
286
           type: modalselect
286
           type: modalselect
287
           source: borrowers
287
           source: borrowers
Lines 311-317 Patrons: Link Here
311
               0: "Don't"
311
               0: "Don't"
312
         - store and display surnames in upper case.
312
         - store and display surnames in upper case.
313
     -
313
     -
314
         - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a>:"
314
         - "The following <a href='https://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a>:"
315
         - pref: PatronQuickAddFields
315
         - pref: PatronQuickAddFields
316
           type: modalselect
316
           type: modalselect
317
           source: borrowers
317
           source: borrowers
Lines 337-343 Patrons: Link Here
337
               messaging: "Patron messaging preferences"
337
               messaging: "Patron messaging preferences"
338
         - .
338
         - .
339
     -
339
     -
340
         - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a>:"
340
         - "The following <a href='https://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a>:"
341
         - pref: PatronDuplicateMatchingAddFields
341
         - pref: PatronDuplicateMatchingAddFields
342
           type: modalselect
342
           type: modalselect
343
           source: borrowers
343
           source: borrowers
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt (-1 / +1 lines)
Lines 59-65 Link Here
59
    [% INCLUDE 'messages.inc' %]
59
    [% INCLUDE 'messages.inc' %]
60
60
61
    <div id="login">
61
    <div id="login">
62
        <h1><a href="http://koha-community.org">Koha</a></h1>
62
        <h1><a href="https://koha-community.org">Koha</a></h1>
63
63
64
        [% SET StaffLoginInstructions = AdditionalContents.get( location => "StaffLoginInstructions", lang => lang ) %]
64
        [% SET StaffLoginInstructions = AdditionalContents.get( location => "StaffLoginInstructions", lang => lang ) %]
65
65
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt (-3 / +3 lines)
Lines 109-120 Link Here
109
                            <li><a href="/cgi-bin/koha/reports/issues_avg_stats.pl">Average loan time</a></li>
109
                            <li><a href="/cgi-bin/koha/reports/issues_avg_stats.pl">Average loan time</a></li>
110
                            [% SET koha_version = Koha.Version %]
110
                            [% SET koha_version = Koha.Version %]
111
                            [% IF koha_version.development %]
111
                            [% IF koha_version.development %]
112
                                <li><a href="http://schema.koha-community.org/main" target="blank">Koha database schema</a></li>
112
                                <li><a href="https://schema.koha-community.org/main" target="blank">Koha database schema</a></li>
113
                            [% ELSE %]
113
                            [% ELSE %]
114
                                <li><a href="http://schema.koha-community.org/[% koha_version.major | uri %]_[% koha_version.minor | uri %]" target="blank">Koha database schema</a></li>
114
                                <li><a href="https://schema.koha-community.org/[% koha_version.major | uri %]_[% koha_version.minor | uri %]" target="blank">Koha database schema</a></li>
115
                            [% END %]
115
                            [% END %]
116
116
117
                            <li><a href="http://wiki.koha-community.org/wiki/SQL_Reports_Library" target="blank">Koha reports library</a></li>
117
                            <li><a href="https://wiki.koha-community.org/wiki/SQL_Reports_Library" target="blank">Koha reports library</a></li>
118
                        </ul>
118
                        </ul>
119
                    </div>
119
                    </div>
120
                    [% IF ( Koha.Preference('Mana') == 2 ) %]
120
                    [% IF ( Koha.Preference('Mana') == 2 ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc (-1 / +1 lines)
Lines 49-55 Link Here
49
                    </div>
49
                    </div>
50
                    [% IF OpacKohaUrl %]
50
                    [% IF OpacKohaUrl %]
51
                        <div class="navbar-nav">
51
                        <div class="navbar-nav">
52
                            <a id="koha_url" class="nav-link koha_url" href="http://koha-community.org">
52
                            <a id="koha_url" class="nav-link koha_url" href="https://koha-community.org">
53
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
53
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
54
                                    <path
54
                                    <path
55
                                        fill="currentColor"
55
                                        fill="currentColor"
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-browser.tt (-2 / +1 lines)
Lines 85-91 Link Here
85
                            <!-- prettier-ignore-end -->
85
                            <!-- prettier-ignore-end -->
86
                    [% ELSE %]
86
                    [% ELSE %]
87
                        <div class="warning"
87
                        <div class="warning"
88
                            >The browser table is empty. this feature is not fully set-up. See the <a href="http://wiki.koha-community.org/wiki/Opac_browse_feature">Koha Wiki</a> for more information on what it does and how to configure
88
                            >The browser table is empty. this feature is not fully set-up. See the <a href="https://wiki.koha-community.org/wiki/Opac_browse_feature">Koha Wiki</a> for more information on what it does and how to configure
89
                            it.</div
89
                            it.</div
90
                        >
90
                        >
91
                    [% END # / IF have_hierarchy %]
91
                    [% END # / IF have_hierarchy %]
92
- 

Return to bug 40160