Koha/koha-tmpl/opac-tmpl/bootstrap/en/includes
Owen Leonard 12074faff9
Bug 22880: (follow-up) Loose ends: Better DB update, global inclusion, etc.
This patch makes a number of improvements and ties up some loose ends
where the old system preference usage wasn't getting replaced.

 - Removes news-specific code for defining the language of news
   items queried for the OPAC home page. An identical language variable
   is already defined globally.

   Previous to this patch an 'opacheader' news item would only appear on
   the OPAC home page. Now it should appear on all OPAC pages.

 - Changes the database update so that 'opacheader' news
   items will be inserted with a default title, matching the interface's
   requirement that the title field be populated.

 - The database update will also now insert the old opacheader system
   preference contents into the news item for all active languages as
   defined in the 'opaclanguages' system preference. This helps match
   the previous behavior in which the opacheader contents were the same
   for all languages.

 - Adds support for the new opacheader news item to the self checkout,
   self check-in, and OPAC maintenance pages.

 - Updates sysprefs.t which was using the opacheader preference to test
   on. I've changed it to use URLLinkText instead.

 - Removes the addition of the opacheader system preference from the
   installation SQL file.

Signed-off-by: Lisette Scheer <lisettes@latahlibrary.org>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-02-24 13:24:25 +00:00
..
account-table.inc Bug 24592: Reword LOST_RETURN to LOST_FOUND 2020-02-13 15:58:49 +00:00
authorities-search-results.inc Bug 21526: Use the 'url' filter when needed 2018-11-12 16:35:43 -03:00
av-build-dropbox.inc Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
biblio-title-head.inc Bug 11529: (follow-up) Fix QA issues 2019-08-05 15:03:19 +01:00
biblio-title.inc Bug 11529: (follow-up) Fix QA issues 2019-08-05 15:03:19 +01:00
bodytag.inc Bug 13618: Fix xt/tt_valid.t 2018-08-17 18:07:15 +00:00
calendar.inc Bug 10562: Improve Leader06 Type Labels in MARC21slim2OPACResults.xsl 2019-01-28 14:57:38 +00:00
columns_settings.inc Bug 20053: Drop type attribute "text/javascript" in OPAC templates 2018-06-08 09:48:12 -04:00
datatables.inc Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
date-format.inc
doc-head-close.inc Bug 14862: Upgrade jQuery from 1.7 to 3.4.1 in OPAC 2019-10-07 16:22:04 +01:00
doc-head-open.inc Bug 24110: Do not html filter TT vars when dumped 2020-02-19 11:23:17 +00:00
greybox.inc Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
holds-table.inc Bug 24433: OPAC account page no longer asks for confirmation before deleting hold 2020-01-20 14:03:50 +00:00
html_helpers.inc Bug 22880: Convert opacheader system preference to news block 2020-02-24 13:24:12 +00:00
i18n.inc Bug 15395: Make QA test script happy 2018-11-08 15:55:52 +00:00
item-status-schema-org.inc
item-status.inc Bug 22899: (QA follow-up) Change accessor name 2019-05-14 18:08:34 +00:00
masthead-langmenu.inc Bug 18084: Language selector hidden in user menu on mobile interfaces 2019-10-03 10:51:03 +01:00
masthead-sco.inc Bug 22880: (follow-up) Loose ends: Better DB update, global inclusion, etc. 2020-02-24 13:24:25 +00:00
masthead.inc Bug 22880: (follow-up) Loose ends: Better DB update, global inclusion, etc. 2020-02-24 13:24:25 +00:00
navigation.inc Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
opac-authorities.inc Bug 21526: uri escape TT variables when used in 'a href' 2018-10-26 17:09:57 +00:00
opac-bottom.inc Bug 23451: Prevent XSS vulnerabilities in opac-imageviewer.pl 2019-11-27 11:30:18 +00:00
opac-detail-sidebar.inc Bug 24344: Modify OPAC link to suggest existing record for purchase 2020-01-20 16:26:01 +00:00
opac-facets.inc Bug 24371: Fix "Show all items" avaibility link (use $raw filter) - opac 2020-01-10 10:46:43 +00:00
opac-note.inc Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
opac-topissues.inc Bug 21669: Do not html filter TT assignement statements 2018-10-26 16:38:36 +00:00
openlibrary-readapi.inc Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
overdrive-checkout.inc bug_16034 Add overdrive info to the users page in the public interface 2017-02-21 19:58:21 +00:00
overdrive-login.inc Bug 21542: Use modal and password field for overdrive password 2018-10-17 12:26:18 +00:00
page-numbers.inc Bug 5287: Add floating toolbar to search results in OPAC 2019-06-24 17:05:56 +01:00
password_check.inc Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
patron-title.inc Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
recordedbooks-checkout.inc Bug 17602: (RM follow-up) QA tool issues 2018-10-01 16:12:20 +00:00
resort_form.inc
shelfbrowser.inc Bug 17221: (follow-up) Orphan comma in shelf browser 2020-02-19 11:25:48 +00:00
slip-print.inc Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
subtypes_unimarc.inc
title-actions-menu.inc Bug 13121: Move search results "action" links ("Place hold," "Add tag," etc) into include file 2020-01-29 09:04:14 +00:00
usermenu.inc Bug 22627: Renames OPAC fines tab to 'your charges' to be more inclusive 2019-09-09 11:30:41 +01:00
xslt-handler.inc Bug 20272: Changes for Breeding.pm and Record.pm 2018-07-02 12:12:49 +00:00