La comunidad de Koha se complace en anunciar que ha sido liberado la versión 16.05.04 de Koha, esta es una versión de mantenimiento que incluye 17 mejoras y 44 correcciones de bug

 

Enhancements

Acquisitions

  • [16738] Improve EDIFACT messages template
  • [16843] Help for EDIFACT messages
  • [16981] Add EDI admin links to acq menu

Label/patron card printing

  • [16576] Remove the use of “onclick” from label templates

OPAC

  • [5456] Create a link to opac-ics.pl
  • [16507] show play media tab first
  • [16875] OPAC: Removing link to records if authority is not used by any records
  • [17210] Remove use of onclick from biblio detail sidebar in OPAC
  • [17220] Improve clarity when placing a hold by changing button text from “Place hold” to “Confirm hold”
  • [17222] Remove use of onclick from OPAC member entry page

Packaging

  • [17030] Configure the REST api on packages install

Serials

  • [16950] Serials subscriptions advanced search shows ‘0 found’ pre-search

System Administration

Templates

  • [17011] Remove “onblur” event attribute from some templates

Tools

  • [16937] Remove the use of “onclick” from the manage staged MARC records template
  • [17161] Making ‘preview MARC’ links show as buttons in batch record mod

Critical bugs fixed

Architecture, internals, and plumbing

  • [16556] KohaToMarcMapped columns sharing same field with biblio(item)number are removed.
  • [17048] Authority search result list page scrolling not working properly

Cataloging

  • [17072] 006 not filling in with existing values

Circulation

  • [14390] Fine not updated from ‘FU’ to ‘F’ on renewal
  • [17135] Fine for the previous overdue may get overwritten by the next one

Command-line Utilities

  • [11144] Fix sequence of cronjobs: automatic renewal – fines – overdue notices

Hold requests

  • [17010] Canceling a hold awaiting pickup no longer alerts librarian about next hold

Installation and upgrade (web-based installer)

  • [16554] Web installer fails to load i18n sample data on MySQL 5.6+

OPAC

  • [16686] Fix “Item in transit from since” in Holds tab
  • [16996] Template process failed: undef error – Can’t call method “description”

Packaging

  • [17262] Plack on packages is not having memcached set properly

Other bugs fixed

Acquisitions

  • [17141] Incorrect method called in edi_cron to get logdir

Architecture, internals, and plumbing

  • [16449] unimarc_field_4XX raises a warning
  • [17128] summary-print.pl is not plack safe
  • [17157] Middle click on dropdown menu in header may cause software error
  • [17223] Add Cache::Memcached to PerlDependencies
  • [17231] HTML5MediaYouTube should recognize youtu.be links from youtube as well at the full links

Cataloging

  • [12629] Software error when trying to merge records from different frameworks
  • [17152] Duplicating a subfield should not copy the data
  • [17194] When edit record, Button “Z39.50/SRU search” not work
  • [17201] Remaining calls to C4::Context->marcfromkohafield
  • [17206] Can’t switch to default framework

Command-line Utilities

  • [16822] koha-common init.d script should run koha-plack without quiet

Label/patron card printing

  • [17175] Typo in patron card images error message

Lists

  • [17185] Staff client shows “Lists that include this title:” even if item is not in a list

MARC Authority data support

  • [17118] Regression: Bug 15381 triggers error when trying to clear a linked authority

MARC Bibliographic data support

  • [17281] Warning when saving subfield structure

MARC Bibliographic record staging/import

  • [6852] Staged import reports wrong success for items with false branchcode

OPAC

  • [14434] OPAC should indicate to patrons that auto renewal will not work because hold has been placed
  • [16311] Advanced search language limit typo for Romanian
  • [16464] If a patron has been discharged, show a message in the OPAC
  • [17142] Don’t show library group selection in advanced search if groups are not defined

Packaging

  • [17228] Make two versions of SIPconfig.xml identical
  • [17266] Update man page for koha-remove with -p
  • [17267] Document koha-create –adminuser

Staff Client

  • [16809] Silence CGI param warnings from C4::Biblio::TransformHtmlToMarc
  • [17149] EDI accounts: Add missing ‘>’ to breadcrumb

System Administration

  • [11019] Require some fields when adding authorized value category

Templates

  • [13921] XSLT Literary Formats Not Showing
  • [16903] Multiple class attributes on catalog search tab
  • [16990] Show branch name instead of branch code when managing patron modification requests
  • [17200] Badly formatted “hold for” patron name on catalog detail page

Tools

  • [14612] Overdue notice triggers should show branchname instead of branchcode
  • [16886] ‘Upload patron images’ tool is not plack safe