17.11.10.001 6830a61918

This commit is contained in:
Martin Renvoize 2018-10-16 10:58:53 +00:00
parent 61d0e2f8a8
commit 8dae823be7

View file

@ -1,5 +1,5 @@
# RELEASE NOTES FOR KOHA 17.11.10
24 sept. 2018
16 Oct 2018
Koha is the first free and open source software library automation
package (ILS). Development is sponsored by libraries of varying types
@ -19,7 +19,7 @@ Installation instructions can be found at:
Koha 17.11.10 is a bugfix/maintenance release.
It includes 6 enhancements, 49 bugfixes.
It includes 3 enhancements, 30 bugfixes.
@ -28,149 +28,111 @@ It includes 6 enhancements, 49 bugfixes.
### Architecture, internals, and plumbing
- [[20509]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20509) Data consistency - authority types
- [[21150]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21150) Data inconsistencies - item types
- [[20669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20669) Add upgrade method to plugins
### Command-line Utilities
### Notices
- [[20795]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20795) koha-rebuild-zebra should pass through increased verbosity
- [[21011]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21011) Data inconsistencies - items.holdingbranch | items.homebranch
- [[15971]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15971) Allow use of all biblio and biblioitems fields (like issn) in serial claim letters
### Patrons
- [[18635]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18635) Koha::Patron->guarantees() should return results alphabetically
### Templates
- [[20984]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20984) MARC21 subfield 300f - Type of Unit does not display
## Critical bugs fixed
### Architecture, internals, and plumbing
- [[21133]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21133) Missing use C4::Accounts statement in Koha/Patron.pm
### Circulation
- [[21231]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21231) BlockReturnofLostItems does not prevent lost items being found
- [[21176]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21176) decreaseLoanHighHolds does not properly calculate date when TimeFormat set to 12 hour
### Packaging
### Installation and upgrade (command-line installer)
- [[20437]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20437) Force requirement for HTTP::OAI 3.27
- [[16690]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16690) Improve security of remote database installations
### Templates
### Label/patron card printing
- [[13692]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13692) Series link is only using 800a instead of 800t
- [[21281]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21281) Label Template - Creation not working
## Other bugs fixed
### Acquisitions
- [[21033]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21033) Remove few warns in acqui/basket.pl
- [[21048]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21048) suggest_status not behaving properly
- [[21097]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21097) Missing optgroup closing tag in orderreceive.tt
- [[21288]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21288) Slowness in acquisition caused by GetInvoices
### Architecture, internals, and plumbing
- [[20631]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20631) C4::Acounts claims to use ReturnLostItem but doesn't
- [[21056]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21056) Changing the logged in library can fail sporadically
- [[21238]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21238) TemplateToolkit.t is failing on slow server
- [[16739]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16739) Generate EDIFACT on basket groups falsely showing when configuration is incomplete
- [[19271]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19271) Ordered/Spent lists should display vendor name, not vendor code
- [[21398]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21398) Search term when adding an order from an existing record should be required
- [[21425]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21425) basketno not being interpolated into error message
### Authentication
- [[13779]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13779) sessionID declared twice in C4::Auth::checkauth()
- [[20023]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20023) Password recovery should be case insensitive
- [[21323]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21323) Redirect page after login missing multiple params
### Cataloging
- [[21053]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21053) Editing 008 field with a hash overwrites data
- [[21064]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21064) Advanced cataloging editor - rancor - check for changes should return 'undefined' instead of 'undef'
### Circulation
- [[21168]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21168) Error on circ/returns.pl after deleting checked-in item
- [[20785]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20785) Advanced Editor does not honor MarcFieldDocURL
- [[21362]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21362) Advanced MARC Editor - Rancor - Tab navigation not working in fixed fields
- [[21407]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21407) Can't enter new macros in the advanced cataloging editor (rancor)
### Command-line Utilities
- [[21035]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21035) runreport.pl prints only a newline when printing a row that has a field that contains an embedded newline
- [[21322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21322) process_message_queue.pl --type should take an argument
### Developer documentation
### Database
- [[21077]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21077) Fix comment for statistics.type in installer/data/mysql/kohastructure.sql
- [[5458]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5458) length of items.ccode disagrees with authorised_values.authorised_value
### Hold requests
### Fines and fees
- [[21075]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21075) AutoUnsuspendHolds should unsuspend holds <= today
- [[21076]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21076) Javascript error on article requests page
- [[21196]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21196) Allow calcfine to consider default item type replacement cost
### Label/patron card printing
### I18N/L10N
- [[20765]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20765) Search for items by acqdate does not work in label batch
- [[19500]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19500) Make module names on letters overview page translatable
### ILL
- [[21289]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21289) Error when sending emails to partner libraries
### Lists
- [[21297]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21297) "More lists" screen missing "Select an Existing list" fieldset when all lists are public
### OPAC
- [[19291]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19291) Make breadcrumbs for OPAC search history consistent with other patron account pages
- [[21094]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21094) Syndetics: always use https instead of http
- [[21127]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21127) Remove jqTransform jQuery plugin from the OPAC
### Packaging
- [[20800]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20800) Keep Koha on Stretch from using broken libhttp-oai-perl
- [[21267]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21267) X_FORWARDED_PROTO header should be set in apache
- [[20994]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20994) Fix capitalization on OPAC result list "Save to Lists"
- [[21078]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21078) Overdrive JS breaks when window opened from another site
### Patrons
- [[7996]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7996) Patron modification log requires parameters permission
### REST api
- [[21031]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21031) Apache Rewrite rules don't work for API when using anything but Debian package Plack configuration
- [[21353]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21353) Merge patrons option only available with manage_patron_lists
### Searching
- [[19390]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19390) OPAC view link in staff results should open in a new tab
- [[20151]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20151) Search is broken when stemming has no language
### Staff Client
### Searching - Zebra
- [[17625]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17625) 245f and 245g are not displayed in XSLT
- [[20504]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20504) Language attribute in html tag is empty in system preference editor
- [[21248]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21248) Fix COinS carp in MARC details page on unknown record
- [[21416]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21416) 'gr' option missing from ZEBRA_LANGUAGE options in koha-sites.conf
### System Administration
### Serials
- [[19179]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19179) Email option for SMSSendDriver is not documented as a valid setting
- [[21131]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21131) Changing and restoring a WYSIWYG preference can result in unexpected behaviour
- [[21144]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21144) ROADTYPE missing from authorised value categories list
- [[20241]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20241) Fix display of publication year in subscription record search for MARC21
- [[20616]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20616) Using "Edit serials" with no issues selected gives an ugly error
### Templates
- [[19511]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19511) Local cover images not centered in table column in staff client search results
- [[20974]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20974) Remove files left behind after removing Solr
- [[21099]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21099) Floating toolbars reposition too late
- [[21139]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21139) The floating toolbars have some issues
- [[21148]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21148) Dropdowns styled by the Select2 plugin do not highlight missing required fields
- [[21164]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21164) Fix alignment on new basket form in acquisitions
- [[21185]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21185) Incorrect title tag on tags review page
- [[21285]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21285) Select2 broken on high dpi screens
### Test Suite
- [[20776]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20776) Add Selenium::Remote::Driver to dependencies
- [[21134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21134) Wrong error handling in Koha/Patron/Modification.pm hides a bug
- [[21230]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21230) Reserves.t is failing randomly
- [[21262]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21262) Do not format numbers for editing if too big
- [[21360]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21360) IssueSlip.t is failing if run at 23:59
- [[13272]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13272) Many inputs lack a type attribute
- [[21038]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21038) Reserves should be holds
- [[21397]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21397) Routing list tab not marked as active
### Tools
- [[20564]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20564) Error 500 displays when uploading patron images with a zipped file
- [[21142]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21142) Batch item/record modification/deletion tools does not open uploaded files in utf-8
### Web services
- [[21226]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21226) Remove use of retired OCLC xISBN service
> OCLC has now discontinued support for the xisbn service. One can continue to use the functionality that this service provided to Koha by switching on the ThingISBN preferences as an alternative.
- [[21141]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21141) Batch item modification tool throws error 500 when an itemnumber is invalid
@ -208,7 +170,7 @@ interface are available in this release for the following languages:
- Basque (75.4%)
- Chinese (China) (79.8%)
- Chinese (Taiwan) (99.8%)
- Czech (94%)
- Czech (94.2%)
- Danish (65.7%)
- English (New Zealand) (99.5%)
- English (USA)
@ -217,7 +179,7 @@ interface are available in this release for the following languages:
- French (Canada) (92.1%)
- German (100%)
- German (Switzerland) (99.5%)
- Greek (82.1%)
- Greek (82.4%)
- Hindi (100%)
- Italian (99.9%)
- Norwegian Bokmål (54.6%)
@ -296,73 +258,69 @@ new features in Koha 17.11.10:
We thank the following individuals who contributed patches to Koha 17.11.10.
- Nick Clemens (12)
- Tomás Cohen Arazi (4)
- David Cook (4)
- Charlotte Cordwell (1)
- Marcel de Rooy (4)
- Jonathan Druart (24)
- Blou (1)
- Christopher Brannon (1)
- Colin Campbell (1)
- Nick Clemens (3)
- Marcel de Rooy (2)
- Jonathan Druart (14)
- Magnus Enger (1)
- Katrin Fischer (7)
- Andrew Isherwood (1)
- Pasi Kallinen (2)
- Owen Leonard (9)
- Kyle M Hall (3)
- Josef Moravec (1)
- Joy Nelson (2)
- Fridolin Somers (4)
- Mirko Tietgen (2)
- Koha translators (1)
- Pasi Kallinen (1)
- Jon Knight (1)
- Owen Leonard (2)
- Ere Maijala (1)
- Kyle M Hall (1)
- Andreas Roussos (1)
- Fridolin Somers (5)
- Mark Tompsett (5)
We thank the following libraries, companies, and other institutions who contributed
patches to Koha 17.11.10
- abunchofthings.net (4)
- ACPL (9)
- BibLibre (4)
- ACPL (2)
- BibLibre (5)
- BSZ BW (7)
- bugs.koha-community.org (24)
- ByWater-Solutions (15)
- bywatersolutiosn.com (2)
- joensuu.fi (2)
- Prosentient Systems (4)
- PTFS-Europe (1)
- Rijksmuseum (4)
- Theke Solutions (4)
- unidentified (2)
- bugs.koha-community.org (14)
- ByWater-Solutions (3)
- bywatetsolutions.com (1)
- cdalibrary.org (1)
- helsinki.fi (1)
- joensuu.fi (1)
- Libriotech (1)
- Loughborough University (1)
- PTFS-Europe (2)
- Rijksmuseum (2)
- Solutions inLibro inc (1)
- unidentified (6)
We also especially thank the following individuals who tested patches
for Koha.
- Christopher Brannon (1)
- Nick Clemens (68)
- Tomas Cohen Arazi (14)
- Chris Cormack (2)
- Michal Denar (1)
- Marcel de Rooy (14)
- John Doe (1)
- Jonathan Druart (17)
- Katrin Fischer (32)
- Barry Cannon (1)
- Nick Clemens (42)
- Tomas Cohen Arazi (1)
- Chris Cormack (4)
- Caroline Cyr La rose (2)
- Caroline Cyr La Rose (1)
- Michal Denar (6)
- Marcel de Rooy (5)
- Jonathan Druart (14)
- Katrin Fischer (15)
- Claire Gravely (1)
- Dilan Johnpullé (1)
- Pasi Kallinen (1)
- Ulrich Kleiber (1)
- Pierre-Luc Lapointe (4)
- Owen Leonard (11)
- Ere Maijala (1)
- Jesse Maseto (1)
- Kyle M Hall (3)
- Josef Moravec (7)
- Joy Nelson (1)
- Martin Renvoize (79)
- Lisette Scheer (1)
- Maryse Simard (9)
- Fridolin Somers (78)
- John Sterbenz (1)
- Mirko Tietgen (2)
- Mark Tompsett (8)
- Owen Leonard (8)
- Julian Maurice (3)
- Kyle M Hall (1)
- Josef Moravec (1)
- David Nind (1)
- Séverine QUEUNE (5)
- Martin Renvoize (52)
- Fridolin Somers (45)
- Mark Tompsett (1)
- Marc Véron (1)
- Cab Vinton (1)
- George Williams (1)
We regret any omissions. If a contributor has been inadvertently missed,
@ -389,4 +347,4 @@ tracker at:
He rau ringa e oti ai.
(Many hands finish the work)
Autogenerated release notes updated last on 24 sept. 2018 14:12:24.
Autogenerated release notes updated last on 16 Oct 2018 10:58:53.