X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Fabout.tt;h=cd08f741562d5b7686fdf8dc2d5994ee0b4a0f49;hb=12ff3717283098602eb4595d6bd242f9ea888a79;hp=7ca5b4ad6a15230f7f1e97f7d50d2708321b593f;hpb=ff9d241239c6eba425755ca2bbde9c31203db151;p=koha.git diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index 7ca5b4ad6a..cd08f74156 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -1,25 +1,21 @@ +[% USE HtmlTags %] +[% USE Koha %] +[% USE KohaDates %] +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › About Koha [% INCLUDE 'doc-head-close.inc' %] - [% INCLUDE 'header.inc' %] -
-
-
-
+
+
+
+

About Koha

@@ -51,12 +47,96 @@ [% IF (is_psgi) %] PSGI: [% psgi_server |html %] [% END %] + [% IF Koha.Preference('SearchEngine') == 'Elasticsearch' %] + + Elasticsearch: + [% IF elasticsearch_fatal_config_error %] + [% elasticsearch_fatal_config_error %] + [% ELSE %] + + Nodes: + [% elasticsearch_status.nodes.join(' / ') %] + | + Status: + [% IF elasticsearch_status.running %] + running + | + Indices: + [% FOREACH index IN elasticsearch_status.indexes %] + [% index.index_name %] (count: [% index.count %])[% UNLESS loop.last %], [% END %] + [% END %] + [% ELSE %] + not running + [% END %] + + [% END %] + + [% END %] + Memcached: + + Servers: [% IF memcached_servers %][% memcached_servers | html %] + [% ELSE %]undefined[% END %] | + Namespace: [% IF memcached_namespace %][% memcached_namespace | html %] + [% ELSE %]undefined[% END %] | + Status: [% IF memcached_servers %] + [% IF memcached_running and is_memcached_still_active %] + running. + [% ELSE %] + not running. + [% IF is_psgi %] + Remember memcached needs to be started before Plack. + [% END %] + [% END %] + [% ELSE %] + unknown + [% END %] | + Config read from: + [% SWITCH where_is_memcached_config %] + [% CASE 'config_only' %] + koha-conf.xml + [% CASE 'ENV_only' %] + ENV Note that the right place to define the memcached config is in your $KOHA_CONF file + [% CASE 'both' %] + ENV and koha-conf.xml Note that the right place to define the memcached config is in your $KOHA_CONF file. To avoid any misunderstanding you should not export the memcached config from ENV. + [% CASE # nowhere %] + Nowhere Note that the right place to define the memcached config is in your $KOHA_CONF file. Currently you do not have a valid memcached configuration defined. + [% END %] + [% IF effective_caching_method != 'Cache::Memcached::Fast' %] + | Effective caching method: [% effective_caching_method %] + [% END %] + + Zebra version: [% zebraVersion |html %] [% IF (errZebraConnection == 10000) %] Error Zebra server seems not to be available. Is it started? [% ELSIF (errZebraConnection) %] Warning Error message from Zebra: [% ( errZebraConnection ) %] [% END %] + + Date and time: + [% current_date_and_time | $KohaDates with_hours => 1 %] + + + [% timezone_config_class = (time_zone.config_invalid) ? 'status_warn' : '' %] + [% timezone_env_class = (time_zone.env_invalid) ? 'status_warn' : '' %] + Time zone: + Used: [% time_zone.actual %] + [% IF time_zone.actual_bad_tz_fallback %] + (This is a fallback value due to a bad configuration) + [% END %] + | + Config: [% IF time_zone.config != '' %] + [% time_zone.config %] + [% ELSE %] + Undefined + [% END %] | + Environment (TZ): [% IF time_zone.environment != '' %] + [% time_zone.environment %] + [% ELSE %] + Undefined + [% END %] + +
@@ -103,16 +183,52 @@
- [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || - warnNoActiveCurrency || QueryParserError || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm %] + [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || has_ai_issues || oauth2_missing_deps %] [% IF (warnIsRootUser) %]

Warning regarding current user

You are logged in as the database administrative user. This is not recommended because some parts of Koha will not function as expected when using this account.

Please log in instead with a regular staff account. To create a staff account, create a library, a patron category 'Staff' and add a new patron. Then give this patron permissions from 'More' in the toolbar.

[% END %] - [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || - warnNoActiveCurrency || QueryParserError || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm %] + [% IF has_ai_issues %] +

Data problems

+

Some of your tables have problems with their auto_increment values which may lead to data loss.

+

You should not ignore this warning.

+

The problem is that InnoDB does not keep auto_increment across SQL server restarts (it is only set in memory). So on server startup the auto_increment values are set to max(table.id)+1.

+

To know how to avoid this problem see the related wiki page: + DBMS auto increment fix +

+ +

Problems found

+ [% IF ai_patrons %] +

Patrons

+

The following ids exist in both tables [% "borrowers" | $HtmlTags tag="strong" %] and [% "deletedborrowers" | $HtmlTags tag="strong" %]:

+

[% FOR p IN ai_patrons %][% p.borrowernumber %][% UNLESS loop.last %], [% END %][% END %]

+ [% END %] + [% IF ai_biblios %] +

Biblios

+

The following ids exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:

+

[% FOR b IN ai_biblios %][% b.biblionumber %][% UNLESS loop.last %], [% END %][% END %]

+ [% END %] + [% IF ai_items %] +

Items

+

The following ids exist in both tables [% "items" | $HtmlTags tag="strong" %] and [% "deleteditems" | $HtmlTags tag="strong" %]:

+

[% FOR i IN ai_items %][% i.itemnumber %][% UNLESS loop.last %], [% END %][% END %]

+ [% END %] + [% IF ai_checkouts %] +

Checkouts

+

The following ids exist in both tables [% "issues" | $HtmlTags tag="strong" %] and [% "old_issues" | $HtmlTags tag="strong" %]:

+

[% FOR c IN ai_checkouts %][% c.issue_id %][% UNLESS loop.last %], [% END %][% END %]

+ [% END %] + [% IF ai_holds %] +

Holds

+

The following ids exist in both tables [% "holds" | $HtmlTags tag="strong" %] and [% "old_reserves" | $HtmlTags tag="strong" %]:

+

[% FOR h IN ai_holds %][% h.reserve_id %][% UNLESS loop.last %], [% END %][% END %]

+ [% END %] +
+ [% END %] + + [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || oauth2_missing_deps %]

Warnings regarding the system configuration

@@ -131,26 +247,57 @@ [% IF warnNoActiveCurrency %] [% END %] + [% IF warnStatisticsFieldsError %] + + [% END %] [% IF QueryParserError %] [% END %] [% IF AutoSelfCheckPatronDoesNotHaveSelfCheckPerm %] [% END %] [% IF AutoSelfCheckPatronHasTooManyPerm %] + [% END %] + [% IF warnNoTemplateCaching %] + + [% END %] + [% IF warnILLConfiguration %] + [% IF no_ill_backends %] + + [% END %] + [% IF ill_partner_code_not_defined %] + + [%END %] + [% IF ill_partner_code_doesnt_exist %] + + [% END %] + [% END %] + [% IF oauth2_missing_deps %] + [% END %]
Preferences and parameters
Warning No active currency is defined. Please go to Administration > Currencies and exchange rates and mark one currency as active.
Warning System preference 'StatisticsFields' contains field names not belonging to the items database table: [% warnStatisticsFieldsError %]
Warning You have set UseQueryParser but there was a problem inititializing QueryParser. [% IF QueryParserError.fallback %] The 'queryparser_config' entry is missing in your configuration file. - [% QueryParserError.file %] was used instead without success. + The following configuration file was used without success: [% QueryParserError.file %]. [% ELSE %] - The following configuration file was used without success: [% QueryParserError.file %]. + The following configuration file was used without success: [% QueryParserError.file %]. [% END %]
Warning - The patron used for the self checkout module at the OPAC does not have the circulate => self_checkout permission. + The patron used for the self checkout module at the OPAC does not have the self_check => self_checkout_module permission.
Warning - The patron used for the self checkout module at the OPAC has too many permissions. They should only have circulate => self_checkout. + The patron used for the self checkout module at the OPAC has too many permissions. They should only have self_check => self_checkout_module. +
Warning + You are missing the <template_cache_dir> entry in your koha-conf.xml file. + That will bring a performance boost to enable it. +
Warning + The ILL module is enabled, but there are no backends available. +
Warning + The ILL module is enabled, but no 'partner_code' defined in koha-conf.xml. Falling back to the hardcoded 'ILLLIBS'. +
Warning + The ILL module is enabled, but the configured 'partner_code' ([% ill_partner_code_doesnt_exist %]) is not defined on the system. +
Warning + System preference 'RESTOAuth2ClientCredentials' is set, but the required Net::OAuth2::AuthorizationServer dependency is missing. The feature is disabled.
@@ -164,71 +311,71 @@ Warning The <zebra_bib_index_mode> entry is missing in your configuration file. - It should be set to dom or grs1 (deprecated). - It will default to dom. + It should be set to 'dom' or 'grs1' (deprecated). + It will default to 'dom'. [% ELSIF config_entry.error == 'zebra_bib_mode_seems_grs1' %] Info - Your configuration file still seems to be set up for grs1. + Your configuration file still seems to be set up for 'grs1'. [% ELSIF config_entry.error == 'zebra_bib_mode_seems_dom' %] Info - Your configuration file seems to be set up for dom. + Your configuration file seems to be set up for 'dom'. [% ELSIF config_entry.error == 'zebra_auth_index_mode_warn' %] Warning The <zebra_auth_index_mode> entry is missing in your configuration file. - It should be set to dom or grs1 (deprecated). - It will default to dom. + It should be set to 'dom' or 'grs1' (deprecated). + It will default to 'dom'. [% ELSIF config_entry.error == 'zebra_auth_mode_seems_grs1' %] Info - Your configuration file still seems to be set up for grs1. + Your configuration file still seems to be set up for 'grs1'. [% ELSIF config_entry.error == 'zebra_auth_mode_seems_dom' %] Info - Your configuration file seems to be set up for dom. + Your configuration file seems to be set up for 'dom'. [% ELSIF config_entry.error == 'zebra_bib_grs_warn' %] Warning - The <zebra_bib_index_mode> entry is set to grs1. + The <zebra_bib_index_mode> entry is set to 'grs1'. GRS-1 support is now deprecated and will be removed in future releases. - Please use DOM instead by setting <zebra_bib_index_mode> to - dom (full reindex required). + Please use DOM instead. To switch follow this page of wiki: + Switching to dom indexing [% ELSIF config_entry.error == 'zebra_bib_index_mode_mismatch_warn' %] Warning - The <zebra_bib_index_mode> entry is set to dom, but your system still appears to be set up for grs1 indexing. + The <zebra_bib_index_mode> entry is set to 'dom', but your system still appears to be set up for 'grs1' indexing. [% ELSIF config_entry.error == 'zebra_auth_grs_warn' %] Warning - The <zebra_auth_index_mode> entry is set to grs1. + The <zebra_auth_index_mode> entry is set to 'grs1'. GRS-1 support is now deprecated and will be removed in future releases. - Please use DOM instead by setting <zebra_auth_index_mode> to - dom (full reindex required). + Please use DOM instead. To switch follow this page of wiki: + Switching to dom indexing [% ELSIF config_entry.error == 'zebra_auth_index_mode_mismatch_warn' %] Warning - The <zebra_auth_index_mode> entry is set to dom, but your system still appears to be set up for grs1 indexing. + The <zebra_auth_index_mode> entry is set to 'dom', but your system still appears to be set up for 'grs1' indexing. [% ELSIF config_entry.error == 'queryparser_entry_missing' %] Warning You have set UseQueryParser but the 'queryparser_config' entry is missing in your configuration - file. [% config_entry.file %] is used as a fallback. + file. [% config_entry.file %] is used as a fallback. [% ELSIF config_entry.error == 'use_zebra_facets_entry_missing' %] @@ -241,7 +388,7 @@ [% ELSIF config_entry.error == 'use_zebra_facets_needs_dom' %] Warning - You have set <use_zebra_facets> but the <zebra_bib_index_mode> is not set to dom. Falling back + You have set <use_zebra_facets> but the <zebra_bib_index_mode> is not set to 'dom'. Falling back to legacy facet calculation. @@ -255,16 +402,24 @@ [% ELSIF config_entry.error == 'uploadpath_entry_missing' %] Warning - You are missing the <upload_path> entry in your koha-conf.xml file. Please + You are missing the <upload_path> entry in your koha-conf.xml file. Please add it, pointing to the configured file upload directory for your Koha instance. [% ELSIF config_entry.error == 'uploadpath_and_opacbaseurl_entry_missing' %] Warning - You are missing the <upload_path> entry in your koha-conf.xml file. Please + You are missing the <upload_path> entry in your koha-conf.xml file. Please add it, pointing to the configured file upload directory for your Koha instance. - Also note that you need to properly set the OPACBaseURL preference for the file upload plugin to work. + Also note that you need to properly set the OPACBaseURL preference for the file upload plugin to work. + + + [% ELSIF config_entry.error == 'tmp_path_missing' %] + + Warning + You are missing the <tmp_path> entry in your koha-conf.xml file. Please + add it, pointing to the configured temporary directory for your Koha instance. + The effective temporary directory is '[% config_entry.effective_tmp_dir %]'. [% END %] @@ -292,45 +447,55 @@
  • Albany Senior High School, Auckland, New Zealand (OPAC 'star-ratings' sponsorship)
  • -

    Koha 3.22 release team

    +

    Koha 18.05 release team

    @@ -839,5 +1096,15 @@
    -
    +
    +
    + +[% MACRO jsinclude BLOCK %] + +[% END %] + [% INCLUDE 'intranet-bottom.inc' %]