Browse Source

Fix for overwriting current stable release notes

22.05.x
Martin Renvoize 6 years ago
parent
commit
72c891fd60
  1. 240
      release_notes_17_11_10.md
  2. 326
      release_notes_18_05_04.md

240
release_notes_17_11_10.md

@ -1,5 +1,5 @@
# RELEASE NOTES FOR KOHA 17.11.10
16 Oct 2018
24 sept. 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 3 enhancements, 30 bugfixes.
It includes 6 enhancements, 49 bugfixes.
@ -28,111 +28,149 @@ It includes 3 enhancements, 30 bugfixes.
### Architecture, internals, and plumbing
- [[20669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20669) Add upgrade method to plugins
- [[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
### Notices
### Command-line Utilities
- [[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
- [[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
### Patrons
- [[18635]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18635) Koha::Patron->guarantees() should return results alphabetically
### Templates
## Critical bugs fixed
- [[20984]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20984) MARC21 subfield 300f - Type of Unit does not display
### 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
## Critical bugs fixed
### Circulation
- [[21176]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21176) decreaseLoanHighHolds does not properly calculate date when TimeFormat set to 12 hour
- [[21231]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21231) BlockReturnofLostItems does not prevent lost items being found
### Installation and upgrade (command-line installer)
### Packaging
- [[16690]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16690) Improve security of remote database installations
- [[20437]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20437) Force requirement for HTTP::OAI 3.27
### Label/patron card printing
### Templates
- [[21281]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21281) Label Template - Creation not working
- [[13692]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13692) Series link is only using 800a instead of 800t
## Other bugs fixed
### Acquisitions
- [[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
- [[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
### Authentication
- [[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
- [[13779]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13779) sessionID declared twice in C4::Auth::checkauth()
### Cataloging
- [[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)
- [[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'
### Command-line Utilities
### Circulation
- [[21322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21322) process_message_queue.pl --type should take an argument
- [[21168]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21168) Error on circ/returns.pl after deleting checked-in item
### Database
### Command-line Utilities
- [[5458]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5458) length of items.ccode disagrees with authorised_values.authorised_value
- [[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
### Fines and fees
### Developer documentation
- [[21196]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21196) Allow calcfine to consider default item type replacement cost
- [[21077]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21077) Fix comment for statistics.type in installer/data/mysql/kohastructure.sql
### I18N/L10N
### Hold requests
- [[19500]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19500) Make module names on letters overview page translatable
- [[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
### ILL
### Label/patron card printing
- [[21289]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21289) Error when sending emails to partner libraries
- [[20765]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20765) Search for items by acqdate does not work in label batch
### Lists
### OPAC
- [[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
- [[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
### OPAC
### Packaging
- [[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
- [[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
### Patrons
- [[21353]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21353) Merge patrons option only available with manage_patron_lists
- [[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
### Searching
- [[20151]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20151) Search is broken when stemming has no language
- [[19390]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19390) OPAC view link in staff results should open in a new tab
### Searching - Zebra
### Staff Client
- [[21416]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21416) 'gr' option missing from ZEBRA_LANGUAGE options in koha-sites.conf
- [[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
### Serials
### System Administration
- [[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
- [[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
### Templates
- [[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
- [[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
### Tools
- [[21141]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21141) Batch item modification tool throws error 500 when an itemnumber is invalid
- [[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.
@ -170,7 +208,7 @@ interface are available in this release for the following languages:
- Basque (75.4%)
- Chinese (China) (79.8%)
- Chinese (Taiwan) (99.8%)
- Czech (94.2%)
- Czech (94%)
- Danish (65.7%)
- English (New Zealand) (99.5%)
- English (USA)
@ -179,7 +217,7 @@ interface are available in this release for the following languages:
- French (Canada) (92.1%)
- German (100%)
- German (Switzerland) (99.5%)
- Greek (82.4%)
- Greek (82.1%)
- Hindi (100%)
- Italian (99.9%)
- Norwegian Bokmål (54.6%)
@ -258,69 +296,73 @@ new features in Koha 17.11.10:
We thank the following individuals who contributed patches to Koha 17.11.10.
- Blou (1)
- Christopher Brannon (1)
- Colin Campbell (1)
- Nick Clemens (3)
- Marcel de Rooy (2)
- Jonathan Druart (14)
- Magnus Enger (1)
- Nick Clemens (12)
- Tomás Cohen Arazi (4)
- David Cook (4)
- Charlotte Cordwell (1)
- Marcel de Rooy (4)
- Jonathan Druart (24)
- Katrin Fischer (7)
- Andrew Isherwood (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)
- 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)
We thank the following libraries, companies, and other institutions who contributed
patches to Koha 17.11.10
- ACPL (2)
- BibLibre (5)
- abunchofthings.net (4)
- ACPL (9)
- BibLibre (4)
- BSZ BW (7)
- 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)
- 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)
We also especially thank the following individuals who tested patches
for Koha.
- 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)
- 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)
- Claire Gravely (1)
- Dilan Johnpullé (1)
- Pasi Kallinen (1)
- 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)
- 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)
- Marc Véron (1)
- Cab Vinton (1)
- George Williams (1)
We regret any omissions. If a contributor has been inadvertently missed,
@ -347,4 +389,4 @@ tracker at:
He rau ringa e oti ai.
(Many hands finish the work)
Autogenerated release notes updated last on 16 Oct 2018 10:58:53.
Autogenerated release notes updated last on 24 sept. 2018 14:12:24.

326
release_notes_18_05_04.md

@ -1,5 +1,5 @@
# RELEASE NOTES FOR KOHA 18.05.04
17 Oct 2018
24 Sep 2018
Koha is the first free and open source software library automation
package (ILS). Development is sponsored by libraries of varying types
@ -19,73 +19,48 @@ Installation instructions can be found at:
Koha 18.05.04 is a bugfix/maintenance release.
It includes 3 enhancements, 67 bugfixes.
It includes 1 new features, 3 enhancements, 27 bugfixes.
## New features
## Enhancements
### Architecture, internals, and plumbing
- [[20287]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20287) Move AddMember and ModMember to Koha::Patron
### REST api
> The Koha::Object->get_from_storage method was backported for the 18.05.05 release for use in tests required for other backports.
- [[21116]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21116) Add API routes through plugins
## Enhancements
- [[20669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20669) Add upgrade method to plugins
> This enhancement standardises the methods used by plugin authors to maintain their plugin data across plugin versions.
### Architecture, internals, and plumbing
- [[21202]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21202) C4::Items - Remove GetItemsByBiblioitemnumber
- [[21352]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21352) Allow plugins to add CSS and Javascript to Staff interface
### REST api
> This enhancement allows plugin authors to make adaptations to the staff client using css and javascript.
- [[21334]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21334) Add bibliographic content type definitions
### Staff Client
- [[13406]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13406) Authority MARC display impossible to style via CSS
## Critical bugs fixed
### Acquisitions
- [[21385]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21385) Vendor search: Item count is incorrectly updated on partial receive
### 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
- [[21432]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21432) Internal Server Error in Checkout History
### Cataloging
- [[21448]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21448) Field 606 doesn't add multiple x subfields
### Circulation
- [[10382]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10382) collection not returning to null when removed from course reserves
- [[21176]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21176) decreaseLoanHighHolds does not properly calculate date when TimeFormat set to 12 hour
- [[21464]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21464) Overdues export is missing lot of fields
- [[21231]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21231) BlockReturnofLostItems does not prevent lost items being found
### Installation and upgrade (command-line installer)
- [[16690]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16690) Improve security of remote database installations
- [[21440]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21440) koha-create expects the file passed by $DEFAULTSQL to be in gzip format
> Add support to koha-create to allow it to accept both compressed and uncompressed files for DEFAULTSQL
### Label/patron card printing
### Patrons
- [[21281]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21281) Label Template - Creation not working
- [[21068]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21068) Remove NorwegianPatronDB related code
### OPAC
### Templates
- [[21479]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21479) Removing from cart removes 2 items
- [[13692]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13692) Series link is only using 800a instead of 800t
### translate.koha-community.org
### Web services
- [[21480]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21480) misc/translator/translate does not work with perl 5.26
- [[21199]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21199) Patron's attributes are displayed on GetPatronInfo's ILSDI output regardless opac_display
## Other bugs fixed
@ -96,143 +71,70 @@ It includes 3 enhancements, 67 bugfixes.
### Acquisitions
- [[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
- [[21417]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21417) EDI ordering fails when basket and EAN libraries do not match
- [[21425]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21425) basketno not being interpolated into error message
- [[21537]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21537) Template error when creating a new order from a suggestion
- [[21288]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21288) Slowness in acquisition caused by GetInvoices
- [[21356]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21356) Missing space in parcel.tt
### Architecture, internals, and plumbing
- [[15734]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15734) Audio Alerts broken
- [[19687]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19687) Recent upgrade to 17.05.04.000 bulkmarcimport started to fail
- [[21115]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21115) Add multi_param call and add divider in cache key in svc/report and opac counterpart
- [[21396]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21396) Missing use statements in Koha::Account
- [[21500]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21500) Warnings in rotating collections
- [[19991]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19991) use Modern::Perl in OPAC perl scripts
- [[21207]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21207) C4::Overdues::GetItems is not used
### Authentication
- [[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
- [[18655]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18655) Unimarc field 210c fails on importing fields with a simple quote
- [[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
- [[21365]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21365) BiblioAddsAuthorities does not work with the Advanced MARC Editor - Rancor
- [[21407]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21407) Can't enter new macros in the advanced cataloging editor (rancor)
- [[13779]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13779) sessionID declared twice in C4::Auth::checkauth()
### Circulation
- [[16420]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16420) Buttons inconsistent between "Hold found" and "Hold found (waiting)" dialogs in checkin
- [[21463]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21463) Library is no longer displayed in the overdue list
### Command-line Utilities
- [[21322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21322) process_message_queue.pl --type should take an argument
- [[21168]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21168) Error on circ/returns.pl after deleting checked-in item
### Database
- [[5458]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5458) length of items.ccode disagrees with authorised_values.authorised_value
### Fines and fees
- [[21167]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21167) Correct price formatting on printed fee receipt and invoice
- [[21196]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21196) Allow calcfine to consider default item type replacement cost
### Hold requests
- [[20777]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20777) Remove unused field accountlines.dispute
- [[21320]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21320) Holds to pull should honor syspref AllowHoldsOnDamagedItems
- [[21389]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21389) Javascript error on article requests page bis
### I18N/L10N
- [[19500]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19500) Make module names on letters overview page translatable
### ILL
- [[20548]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20548) Remove copyright clearance workflow from staff created ILL requests
- [[21289]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21289) Error when sending emails to partner libraries
### Installation and upgrade (command-line installer)
- [[21426]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21426) setting USE_MEMCACHED to "no" in koha-sites.conf does not have any effect
### 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
### MARC Bibliographic data support
- [[20910]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20910) 773$g not displayed if $0 is present
> Sponsored-by: Escuela de Orientacion Lacaniana
### Notices
### Label/patron card printing
- [[15971]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15971) Serial claim letters should allow the use of all biblio and biblioitems fields (like issn)
- [[20765]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20765) Search for items by acqdate does not work in label batch
### OPAC
- [[21078]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21078) Overdrive JS breaks when window opened from another site
- [[21493]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21493) Remove incomplete icon style from serial issues tabs
- [[20994]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20994) Fix capitalization on OPAC result list "Save to Lists"
- [[21127]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21127) Remove jqTransform jQuery plugin from the OPAC
### Packaging
- [[17237]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17237) Stop koha-create from creating MySQL users without host restriction
- [[21267]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21267) X_FORWARDED_PROTO header should be set in apache
### Patrons
- [[20656]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20656) Print summary for patron shows paid fines and formats payments badly
> Print summary for patron will now show only outstanding fines/payments. To print all fines/payments you can use the 'print' option for the table in the accounts page for the patron.
- [[21353]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21353) Merge patrons option only available with manage_patron_lists
### Searching
- [[9968]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9968) Incorrect index used for 'Standard number' in advanced search
- [[20151]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20151) Search is broken when stemming has no language
- [[21455]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21455) Authority search options get shuffled around when you click on 'Search'
### Searching - Zebra
- [[21416]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21416) 'gr' option missing from ZEBRA_LANGUAGE options in koha-sites.conf
### Serials
- [[20241]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20241) Fix display of publication year in subscription record search for MARC21
- [[21096]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21096) Garbled username on intranet login page
### Staff Client
- [[21291]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21291) Article requests page doesn't show MARC, LabeledMARC and ISBD in sidebar
- [[21248]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21248) Fix COinS carp in MARC details page on unknown record
### System Administration
- [[21279]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21279) Transport cost matrix shows html entity in all empty cells
- [[19179]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19179) Email option for SMSSendDriver is not documented as a valid setting
### Templates
- [[13272]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13272) Many inputs lack a type attribute
- [[20223]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20223) Merge members-menu and circ-menu inc files
- [[21350]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21350) Add Font Awesome icon for pending onsite checkouts link
- [[21397]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21397) Routing list tab not marked as active
- [[21506]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21506) DataTables four button pagination uses the wrong icon for First and Last buttons
- [[21550]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21550) DataTables four button pagination uses the wrong icon for disabled buttons
- [[21139]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21139) The floating toolbars have some issues
- [[21285]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21285) Select2 broken on high dpi screens
### Test Suite
- [[20177]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20177) Remove GROUP BY clause in GetCourses
- [[20776]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20776) Add Selenium::Remote::Driver to dependencies
- [[21262]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21262) Do not format numbers for editing if too big
- [[21355]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21355) GetDailyQuotes.t is fragile
- [[21360]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21360) IssueSlip.t is failing if run at 23:59
### Tools
- [[20131]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20131) Inventory optional filters always shows "For loan" for value 0
- [[21113]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21113) Hint Messages are misleading at "Merge Selected Patrons" in Patron Lists
- [[20564]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20564) Error 500 displays when uploading patron images with a zipped file
### Web services
- [[21235]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21235) Remove services_throttle if not required for ThingISBN
@ -268,9 +170,9 @@ interface are available in this release for the following languages:
- Arabic (100%)
- Armenian (100%)
- Basque (73.4%)
- Chinese (China) (78%)
- Chinese (China) (77.9%)
- Chinese (Taiwan) (100%)
- Czech (93.5%)
- Czech (93.3%)
- Danish (64.3%)
- English (New Zealand) (96.8%)
- English (USA)
@ -281,16 +183,16 @@ interface are available in this release for the following languages:
- German (Switzerland) (99.7%)
- Greek (80.8%)
- Hindi (100%)
- Italian (98.6%)
- Norwegian Bokmål (68.6%)
- Italian (98.1%)
- Norwegian Bokmål (66.4%)
- Occitan (post 1500) (71.1%)
- Persian (53.4%)
- Polish (94.8%)
- Portuguese (100%)
- Portuguese (Brazil) (84.1%)
- Portuguese (Brazil) (83.8%)
- Slovak (95.6%)
- Spanish (100%)
- Swedish (95%)
- Swedish (94.9%)
- Turkish (100%)
- Vietnamese (65.8%)
@ -355,94 +257,74 @@ The release team for Koha 18.05.04 is
We thank the following libraries who are known to have sponsored
new features in Koha 18.05.04:
- Escuela de Orientacion Lacaniana
- Gothenburg University Library
We thank the following individuals who contributed patches to Koha 18.05.04.
- Alberto (1)
- Blou (3)
- Alex Arnaud (2)
- Christopher Brannon (1)
- Colin Campbell (2)
- Nick Clemens (10)
- Tomás Cohen Arazi (2)
- Marcel de Rooy (4)
- Jonathan Druart (26)
- Magnus Enger (1)
- Katrin Fischer (5)
- David Gustafsson (1)
- Andrew Isherwood (3)
- Pasi Kallinen (1)
- Olli-Antti Kivilahti (1)
- Jon Knight (1)
- Owen Leonard (6)
- Ere Maijala (2)
- Kyle M Hall (5)
- Josef Moravec (2)
- Dobrica Pavlinusic (1)
- Nick Clemens (7)
- Tomás Cohen Arazi (10)
- David Cook (1)
- Charlotte Cordwell (2)
- Caroline Cyr La Rose (1)
- Marcel de Rooy (2)
- Jonathan Druart (9)
- Katrin Fischer (1)
- Pasi Kallinen (2)
- Owen Leonard (2)
- Kyle M Hall (2)
- Martin Renvoize (9)
- Andreas Roussos (4)
- Fridolin Somers (4)
- Mark Tompsett (6)
- Baptiste Wojtkowski (1)
- Jane Sandberg (2)
- Fridolin Somers (1)
- Koha translators (2)
We thank the following libraries, companies, and other institutions who contributed
patches to Koha 18.05.04
- ACPL (6)
- BibLibre (7)
- BSZ BW (5)
- bugs.koha-community.org (26)
- ByWater-Solutions (12)
- ACPL (2)
- BibLibre (2)
- BSZ BW (1)
- bugs.koha-community.org (9)
- ByWater-Solutions (7)
- bywatersolutiosn.com (2)
- bywatetsolutions.com (1)
- cdalibrary.org (1)
- Göteborgs universitet (1)
- helsinki.fi (3)
- icloud.com (1)
- joensuu.fi (1)
- Libriotech (1)
- Loughborough University (1)
- PTFS-Europe (14)
- Rijksmuseum (4)
- rot13.org (1)
- Solutions inLibro inc (3)
- Theke Solutions (2)
- unidentified (12)
- joensuu.fi (2)
- linnbenton.edu (2)
- Prosentient Systems (1)
- PTFS-Europe (9)
- Rijksmuseum (2)
- Solutions inLibro inc (1)
- Theke Solutions (10)
- unidentified (2)
We also especially thank the following individuals who tested patches
for Koha.
- Claudio (1)
- José Anjos (1)
- Colin Campbell (1)
- Barry Cannon (2)
- Nick Clemens (92)
- Tomas Cohen Arazi (11)
- Chris Cormack (19)
- Caroline Cyr La rose (2)
- Caroline Cyr La Rose (5)
- Michal Denar (11)
- Marcel de Rooy (11)
- Jonathan Druart (23)
- Katrin Fischer (21)
- Alex Arnaud (2)
- 's avatarMarcel de Rooy (1)
- Christopher Brannon (1)
- Nick Clemens (43)
- Tomas Cohen Arazi (12)
- Chris Cormack (2)
- Michal Denar (1)
- Michal Denar (2)
- Marcel de Rooy (8)
- Jonathan Druart (12)
- Katrin Fischer (6)
- Brendan Gallagher (1)
- Claire Gravely (2)
- Dilan Johnpullé (1)
- Pasi Kallinen (1)
- Owen Leonard (11)
- Ulrich Kleiber (1)
- Owen Leonard (2)
- Jesse Maseto (1)
- Julian Maurice (5)
- Kyle M Hall (3)
- Josef Moravec (12)
- David Nind (3)
- Séverine QUEUNE (7)
- Martin Renvoize (129)
- Andreas Roussos (1)
- Pierre-Marc Thibault (4)
- Mark Tompsett (2)
- George Veranis (1)
- Kyle M Hall (1)
- Josef Moravec (4)
- Josef Moravec's avatarJosef Moravec (1)
- Wm. Nick Clemens's avatarNick Clemens (1)
- Martin Renvoize (55)
- Benjamin Rokseth (1)
- Jane Sandberg (2)
- Maryse Simard (2)
- Fridolin Somers (1)
- John Sterbenz (1)
- Mark Tompsett (8)
- George Williams (1)
We regret any omissions. If a contributor has been inadvertently missed,
@ -469,4 +351,4 @@ tracker at:
He rau ringa e oti ai.
(Many hands finish the work)
Autogenerated release notes updated last on 17 Oct 2018 11:06:53.
Autogenerated release notes updated last on 24 Sep 2018 13:10:19.

Loading…
Cancel
Save