18.06.00.030 cdc454d956

This commit is contained in:
Nick Clemens 2018-09-16 15:09:00 -04:00 committed by Nick
parent 51f2ef4e26
commit 18294b3e1a

View file

@ -1,5 +1,5 @@
# RELEASE NOTES FOR KOHA 18.06.00
12 Jul 2018
16 Sep 2018
Koha is the first free and open source software library automation
package (ILS). Development is sponsored by libraries of varying types
@ -19,35 +19,113 @@ Installation instructions can be found at:
Koha 18.06.00 is a major release, that comes with many new features.
It includes 35 enhancements, 81 bugfixes.
It includes 4 new features, 118 enhancements, 213 bugfixes.
## New features
### Documentation
- [[19817]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19817) Merge local and online documentations
### REST api
- [[20942]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20942) Add route to get patron's account balance
> Introduces API endpoints for dealing with patron accounts, a highly requested feature for third-party integrations.
- [[20944]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20944) Add routes to add credits to a patron's account
- [[21116]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21116) Add API routes through plugins
## Enhancements
### About
- [[21319]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21319) Remove highlight and tooltip on Koha Team version.
### Acquisitions
- [[7651]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7651) Add separate permission for managing currencies and exchange rates
- [[12395]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12395) Save order line's creator
- [[18639]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18639) Separate replacement cost and retail price fields in acquisitions
> This patch attempts to remove some confusion as the 'Replacement price/rrp' field was being used as retail price during ordering process, but for item replacement price when receiving.
This patch splits these fields so that each may be set independently. RRP will be used to determine costs while ordering, and replacement price will populate the items replacement price upon receiving.
- [[19166]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19166) Add the ability to add adjustments to an invoice
> Sponsored by San Diego Law
- [[20366]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20366) More information about orders linked to subscriptions on "Acquisition details" tab
- [[20969]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20969) Use modal to add and edit notes from basket
### Architecture, internals, and plumbing
- [[14302]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14302) Remove GRS1 indexing related code
- [[18072]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18072) Add Koha objects for Branch Transfer Limits
- [[19524]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19524) Share patron lists between staff
- [[19617]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19617) Allow 'writeoff of selected'
- [[19633]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19633) Use alphanumeric error codes in upload
- [[19820]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19820) Add unsafe param to GetMarcSubfieldStructure
- [[20079]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20079) Display stack trace for development installations
- [[20226]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20226) Get rid of CATCODE_MULTI param decision in patron perl scripts
- [[20272]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20272) XSLT_Handler should use alphanumeric error codes
- [[20287]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20287) Move AddMember and ModMember to Koha::Patron
- [[20456]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20456) Remove the C4::Serials::GetSubscriptionsFromBorrower
- [[20509]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20509) Data consistency - authority types
- [[20661]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20661) Implement blocking errors for circulation scripts
- [[20727]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20727) Replace usage of File::Spec->tmpdir with C4::Context->temporary_directory
- [[20978]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20978) Add Koha::Account::add_credit
- [[20990]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20990) Add Koha::Account::outstanding_credits
- [[20997]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20997) Add Koha::Account::Line::apply
- [[21150]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21150) Data inconsistencies - item types
- [[21183]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21183) C4::Items - Remove GetItemnumberFromBarcode
- [[21184]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21184) C4::Items - Remove GetBarcodeFromItemnumber
- [[21201]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21201) C4::Items - Remove GetItemnumbersForBiblio
- [[21202]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21202) C4::Items - Remove GetItemsByBiblioitemnumber
- [[21221]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21221) Implement blocking errors for members/memberentry.pl
- [[21233]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21233) Add Koha::Exceptions::Password class
### Cataloging
- [[18586]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18586) Create module to mint RDF subject URIs
### Circulation
- [[15524]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15524) Set limit on maximum possible holds per patron by category
- [[19191]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19191) Add ability to email receipts for account payments and write-offs
- [[19383]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19383) Add ability to print hold receipts automatically
- [[19719]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19719) Add a new column for collection in the patron checkouts data table
- [[20468]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20468) Multiselect on staff article requests form
- [[21121]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21121) New syspref to allow hiding of private patron data in circulation page
### Command-line Utilities
- [[20393]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20393) Remove redundant 'koha.psgi' and 'plackup.sh' files
- [[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
### Course reserves
- [[20467]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20467) Add ability to batch add items to a course
### Database
- [[20777]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20777) Remove unused field accountlines.dispute
### Fines and fees
- [[20703]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20703) Add ability to void any credit
### Hold requests
- [[7534]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7534) New OPACAllowUserToChooseBranch setting for only showing libraries allowing holds
- [[19469]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19469) Add ability to split view of holds view on record by pickup library and/or itemtype
### I18N/L10N
- [[20709]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20709) Update GERMAN MARC frameworks to Updates 23-26 (Nov 2016, May and Apr 2018)
@ -56,38 +134,81 @@ It includes 35 enhancements, 81 bugfixes.
- [[20651]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20651) Improve display of "Toggle full supplier metadata"
### Installation and upgrade (web-based installer)
- [[20683]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20683) Update German web installer for 18.05
### Lists
- [[19039]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19039) Results of virtual shelves (lists) not sortable by date added
### MARC Bibliographic data support
- [[19835]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19835) Update MARC frameworks to Updates 23+24+25 (Nov 2016, May and Dec 2017)
- [[20710]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20710) Update MARC21 frameworks to Update 26 (April 2018)
### Notices
- [[19743]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19743) Header and Footer should be updated on each item for checkin / checkout / renewal notices
### OPAC
- [[13618]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13618) Prevent XSS in the Staff Client and the OPAC
- [[15287]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15287) Use font-awesome on the OPAC
- [[17153]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17153) Logging in during a search navigates to account page instead of back to search results
- [[17530]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17530) Don't show 'article request' link when no article requests are permitted
- [[18236]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18236) MARC21: Add classes to material type icons on intranet result lists and detail pages
- [[20427]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20427) Convert OPAC LESS to SCSS
- [[20876]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20876) The form_serialized_itype cookie is not used and should be removed
- [[20898]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20898) Replace OPAC detail's results browser with non-JavaScript version
- [[20921]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20921) Expose borrowernumber and branch when user is logged in to OPAC
- [[21157]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21157) Improve style of OPAC login modal
### Patrons
- [[11911]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11911) Add separate permission for managing suggestions
- [[15136]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15136) Display item's homebranch in patron's fines list
- [[18635]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18635) Koha::Patron->guarantees() should return results alphabetically
- [[20867]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20867) Ability to show membership renewal date on moremember.pl page
### REST api
- [[21334]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21334) Add bibliographic content type definitions
### Reports
- [[20495]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20495) Refactor C4::Reports.Guided - remove get_saved_report
### Searching
- [[18322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18322) Add facets for ccode to zebra
### Searching - Elasticsearch
- [[19604]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19604) Elasticsearch Fixes for build_authorities_query for auth searching
- [[20073]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20073) Move Elasticsearch settings to configuration files
- [[20248]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20248) Elasticsearch - Improvements to mappings UI and indexing script
### Serials
- [[20365]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20365) Allow several open orders on subscription
- [[20726]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20726) Display acquisition details on the subscription detail page
### Staff Client
- [[17698]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17698) Make patron notes show up on staff dashboard
- [[19550]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19550) Add links to related authorities for UNIMARC
- [[19902]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19902) Add column configuration to bibliographic record checkouts history table
- [[20339]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20339) Unify MARC21 ISBN/ISSN handling in XSL
- [[20647]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20647) When ILL is enabled the hover effect on the ILL requests button is wrong.
### Templates
- [[7547]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7547) Printing a sorted cart
- [[10348]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10348) Show number of items on tab headings in the staff client
- [[19474]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19474) Convert staff client CSS to SCSS
- [[19709]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19709) Move template JavaScript to the footer: Labels
- [[20217]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20217) Make header's catalog search menu into a split button
- [[20220]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20220) Move template JavaScript to the footer: Holds
- [[20520]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20520) Re-indent moremember.tt
- [[20585]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20585) Label surname as name for organisation type patrons
@ -95,8 +216,35 @@ It includes 35 enhancements, 81 bugfixes.
- [[20650]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20650) Switch single-column templates to Bootstrap grid: Various, part 3
- [[20667]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20667) Update two-column templates with Bootstrap grid: Acquisitions part 1
- [[20668]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20668) Update two-column templates with Bootstrap grid: Acquisitions part 2
- [[20672]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20672) Update two-column templates with Bootstrap grid: Acquisitions part 3
- [[20690]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20690) Update two-column templates with Bootstrap grid: Acquisitions part 4
- [[20731]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20731) Move template JavaScript to the footer: Call number browser MARC plugin
- [[20736]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20736) Update two-column templates with Bootstrap grid: Administration part 1
- [[20738]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20738) Update two-column templates with Bootstrap grid: Administration part 2
- [[20739]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20739) Update two-column templates with Bootstrap grid: Administration part 3
- [[20740]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20740) Update two-column templates with Bootstrap grid: Administration part 4
- [[20741]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20741) Update two-column templates with Bootstrap grid: Administration part 5
- [[20742]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20742) Update two-column templates with Bootstrap grid: Administration part 6
- [[20743]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20743) Update two-column templates with Bootstrap grid: Administration part 7
- [[20744]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20744) Replace staff client header Koha logo gif with transparent png
- [[20779]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20779) Style refresh for patron detail page
- [[20807]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20807) Lost items report: Improve the display of CSV profile errors
- [[20984]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20984) MARC21 subfield 300f - Type of Unit does not display
- [[21112]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21112) Re-indent staff client cart template
- [[21125]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21125) Shortcut moredetail.pl on nonexistent biblionumber
- [[21132]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21132) Highlight active filters on saved report page
- [[21137]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21137) Replace BORROWER_INFO and USER_INFO with logged_in_user
- [[21237]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21237) Clean up staff client SCSS
- [[21305]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21305) Update two-column templates with Bootstrap grid: Patron clubs
- [[21306]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21306) Update two-column templates with Bootstrap grid: Tags
### Test Suite
- [[20757]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20757) Capture a screenshot on selenium errors
### Tools
- [[13560]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13560) Add an 'Add' option in MARC modification templates
### Web services
@ -109,6 +257,7 @@ It includes 35 enhancements, 81 bugfixes.
### Z39.50 / SRU / OpenSearch Servers
- [[18973]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18973) Auto focus the ISBN field
- [[19436]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19436) Add SRU support for authorities
## Critical bugs fixed
@ -118,23 +267,33 @@ have already been fixed in maintainance releases)
### Acquisitions
- [[18736]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18736) Problems in order calculations (rounding errors)
- [[20014]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20014) When adding to basket from a staged file item budgets are selected by matching on code, not id
- [[20798]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20798) Client side validation for for fund selection prevents adding only some records to a basket
- [[20827]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20827) Can't add owner to a fund
- [[20861]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20861) Correct EDI permissions on some pages
- [[20972]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20972) If ISBN has 10 numbers only the first 9 numbers are used
- [[20979]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20979) Error message when deleting bib attached to order
- [[21347]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21347) bad code for input field in item information tab of addorderiso2709 page
### Architecture, internals, and plumbing
- [[18821]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18821) TrackLastPatronActivity is a performance killer
- [[20918]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20918) left-side navigation broken on the checkout history page
- [[20922]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20922) Koha::Number::Price must not be used in updatedatabase.pl
- [[21087]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21087) Patron's password is hashed twice when the object is saved
- [[21133]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21133) Missing use C4::Accounts statement in Koha/Patron.pm
- [[21195]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21195) Makefile.t is failing due to new files for SCSS
- [[21222]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21222) Patron's creation is broken
### Authentication
- [[18947]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18947) Unexpected Active Directory LDAP authentication failure mode
- [[20879]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20879) Shibboleth in combination with LDAP as an alternative no longer works
### Cataloging
- [[14662]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14662) Allow blank values in pull downs in cataloguing forms when subfield is mandatory
- [[20761]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20761) Advanced Cataloging Editor - Rancor - Some js files are not fetched using Asset
- [[20928]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20928) Checkout status not showing patron
@ -143,6 +302,18 @@ have already been fixed in maintainance releases)
- [[20825]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20825) Cannot checkout if item types at biblio level
- [[20889]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20889) Items marked as not for loan can be checked out
- [[20934]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20934) Biblio checkout history shows only current checkout
- [[21231]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21231) BlockReturnofLostItems does not prevent lost items being found
- [[21293]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21293) Display of housebound delivery information broken by Bug 13618
### Command-line Utilities
- [[20811]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20811) Fix wrong usage of ModBiblio in bulkmarcimport.pl
- [[21122]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21122) Make check-url-quick.pl handle utf8 characters in urls gracefuly
### Database
- [[20773]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20773) bug 20724 follow-up - Database cleanup
- [[21129]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21129) New ALTER IGNORE TABLE entries need correction in updatedatabase.pl
### Fines and fees
@ -153,11 +324,20 @@ have already been fixed in maintainance releases)
- [[20822]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20822) Can't find HOLD_SLIP template when printing
### Installation and upgrade (web-based installer)
- [[21149]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21149) Administrator creation in onboarding always fails
### Label/patron card printing
- [[8604]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8604) Patron cards made for patrons which don't have patron images use preceding card's image
### OPAC
- [[20763]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20763) AllowPurchaseSuggestionBranchChoice triggers error opac-suggestions.pl is visited without logging in
- [[20832]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20832) Opac user page crash when there is an overdue fine and not any rental charge for a patron
- [[20875]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20875) OpacAddMastheadLibraryPulldown displays an empty list
- [[21018]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21018) OPAC Resource URL Broken if Tracklinks is enabled
### Patrons
@ -165,6 +345,10 @@ have already been fixed in maintainance releases)
- [[20903]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20903) Print payment receipt on child patron could end with server error
- [[20951]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20951) Koha::Patron::Discharge is missing use Koha::Patron::Debarments
- [[20981]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20981) Organization name missing from patron search results
- [[21068]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21068) Remove NorwegianPatronDB related code
- [[21085]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21085) Can't edit patrons with housebound module active
- [[21136]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21136) Error "No property select_city for Koha::Patron" when saving patron record
- [[21208]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21208) Housebound deliverer/chooser have wrong name when creating a visit
### SIP2
@ -174,20 +358,44 @@ have already been fixed in maintainance releases)
- [[20838]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20838) Search by group of libraries is broken
### Searching - Elasticsearch
- [[21032]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21032) Refining a search made on a specific index fail
### Self checkout
- [[21054]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21054) Extra closing body tag in sco-main.tt prevents slip printing
### Staff Client
- [[20652]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20652) Sort after item type search fails
- [[20899]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20899) Patron name not showing on issuehistory.pl
- [[20998]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20998) Non superlibrarians cannot search for patrons using the quicksearch at the top
### System Administration
- [[21151]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21151) SRU search fields mapping pop-up comes up empty
### Templates
- [[13692]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13692) Series link is only using 800a instead of 800t
- [[20977]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20977) Javascript vars used in confirm_deletion in catalog.js do not match strings in catalog-strings.inc
- [[21163]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21163) Basket group detail page layout is broken
### Test Suite
- [[20906]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20906) Fix Debian 9 Test Failures
### Tools
- [[20084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20084) Patron card creator: layouts Industrial2of5 and COOP2of5 broken with error "Invalid Characters"
### Web services
- [[21046]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21046) ILSDI - AuthenticatePatron returns a wrong borrowernumber if cardnumber is empty
- [[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
- [[21203]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21203) ILS-DI - GetRecords crashes on non-existent records
## Other bugs fixed
@ -196,16 +404,26 @@ have already been fixed in maintainance releases)
### About
- [[7143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143) Bug for tracking changes to the about page
- [[20818]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20818) Missing QA manager entry in 18.05 release notes
### Acquisitions
- [[3849]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3849) Descriptions of acquisition permissions are unclear
- [[15408]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15408) Timestamp on funds not updated when you duplicate a budget
- [[20892]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20892) Wrong basketgroup link in histsearch.pl
- [[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
- [[21324]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21324) Missing aoColumns definition in acqui/parcel receivedt table
- [[21356]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21356) Missing space in parcel.tt
### Architecture, internals, and plumbing
- [[19991]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19991) use Modern::Perl in OPAC perl scripts
- [[20259]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20259) Shorter JS and CSS rewrite rule
- [[20631]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20631) C4::Acounts claims to use ReturnLostItem but doesn't
- [[20696]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20696) Remove a few ugly "eq undef" comparisons
- [[20702]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20702) Bind results of GetHostItemsInfo to the EasyAnalyticalRecords pref
- [[20767]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20767) "The method is not covered by tests!" should give more information
@ -214,32 +432,75 @@ have already been fixed in maintainance releases)
- [[20911]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20911) Search history page forms use 'GET' and this limits the number of entries that can be submitted
- [[20980]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20980) Manual credit offsets are stored as debits
> This change may affect existing reports. Credits will no longer be recorded as 'debits' but rather get their own 'Manual Credit' type.
- [[21008]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21008) pay.pl and paycollect.pl raise warning
- [[21022]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21022) Exceptions should skip stringifying if message manually passed
- [[21056]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21056) Changing the logged in library can fail sporadically
- [[21154]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21154) Remove unused subs from C4::Serials
- [[21182]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21182) acqui/check_duplicate_barcode_ajax.pl is not longer in use
- [[21207]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21207) C4::Overdues::GetItems is not used
- [[21238]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21238) TemplateToolkit.t is failing on slow server
### Authentication
- [[13779]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13779) sessionID declared twice in C4::Auth::checkauth()
### Cataloging
- [[15360]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15360) Incorrect or mislabeled behavior on Authorities "New from Z39.50" Button
- [[18822]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18822) Advanced editor - Rancor - searching broken under Elasticsearch
- [[19970]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19970) Revise change of bug 19413 to work better for translations
- [[20760]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20760) Advanced Cataloging Editor - Rancor - AuthorisedValues are incorrectly fetched
- [[20829]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20829) 'Link to host item' gives internal server error
- [[21009]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21009) Max length of inputs on editing/adding items is broken
- [[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
- [[17561]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17561) ReserveSlip needs itemnumber for item level holds on same biblio
- [[20120]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20120) Prevent writeoffs of more than the amount owed for a fee
- [[20487]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20487) AddReturn should clear items.onloan for unissued items
- [[20660]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20660) AddReturn should use return date override for debarments
- [[20793]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20793) Don't show holds link in result list when staff user doesn't have place_holds permission
- [[20794]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20794) Don't show holds tab when user doesn't have circulate_remaining_permissions
- [[21168]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21168) Error on circ/returns.pl after deleting checked-in item
### Command-line Utilities
- [[20893]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20893) batchRebuildItemsTables.pl has incorrect parameter
- [[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
### Developer documentation
- [[21077]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21077) Fix comment for statistics.type in installer/data/mysql/kohastructure.sql
### Fines and fees
- [[20285]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20285) Lost item refund won't always pay down lost item fee first
### Hold requests
- [[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
### I18N/L10N
- [[19500]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19500) Make module names on letters overview page translatable
- [[20332]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20332) Untranslatable strings in grouped OPAC results
- [[21029]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21029) "Suspend until" in modal in staff patron account is not translatable
### Installation and upgrade (web-based installer)
- [[15717]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15717) Installer: Step 3 has <br /> showing
### Label/patron card printing
- [[6647]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6647) Label item search should use standard pagination routine
- [[20765]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20765) Search for items by acqdate does not work in label batch
### Lists
- [[17886]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17886) Don't show option to add to existing list if there are no lists in staff
@ -251,25 +512,46 @@ have already been fixed in maintainance releases)
### OPAC
- [[14222]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14222) Sort holds in OPAC by priority
- [[16575]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16575) Irregular behaviour using window.print() followed by window.location.href=
- [[17869]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17869) Don't show pick-up library for list of holds in OPAC account when there is only one branch
- [[19291]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19291) Make breadcrumbs for OPAC search history consistent with other patron account pages
- [[19849]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19849) Rebase of bug 16621 partially reverted bug 12509
- [[20053]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20053) Drop type attribute "text/javascript" for <script> elements used in OPAC templates
> Prevents warnings about type attribute being generated for <script> elements when testing the OPAC pages using W3C Validator for HTML5.
- [[20090]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20090) Missing Script Statement for Novelist Select on Some Record Displays in OPAC
- [[20507]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20507) Shelf browser does not update image sources when paging
- [[20756]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20756) OPAC "Share list" button should be styled with an icon
- [[20953]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20953) Discharge can be requested several times on OPAC
- [[20994]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20994) Fix capitalization on OPAC result list "Save to Lists"
- [[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
- [[17084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17084) Automatic debian/control updates (master)
- [[18250]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18250) koha-common should start after memcached
- [[20920]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20920) Plack timeout because of missing CGI::Compile Perl dependency
- [[20949]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20949) Koha depends on Clone
- [[21267]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21267) X_FORWARDED_PROTO header should be set in apache
### Patrons
- [[2426]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2426) Management permissions is deprecated
- [[3886]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3886) Can't print receipt w/out allowing "Add or modify borrowers" permission
- [[7996]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7996) Patron modification log requires parameters permission
- [[20806]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20806) Item type in holds history table should be written as description, not code
- [[20991]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20991) Error will reset category when editing a patron
- [[21025]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21025) Koha::Patron::Discharge is missing use C4::Letters
- [[21041]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21041) "Merge patrons" button remains disabled with "Select all" option
- [[21096]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21096) Garbled username on intranet login page
- [[21209]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21209) When trying to edit housebound roles, the edit button goes to patron attributes
### 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
### Reports
@ -278,8 +560,14 @@ have already been fixed in maintainance releases)
### 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
- [[20864]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20864) Only set bibs_selected cookie when BrowseResultSelection is activated
### Searching - Elasticsearch
- [[19502]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19502) Result sets limited to 10000
- [[20273]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20273) Elasticsearch: Auth-finder.pl autocomplete must use search_auth_compat
### Searching - Zebra
- [[20697]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20697) Remove some Host-Item-Number noise from zebra-output.log when EasyAnalyticalRecords is not used
@ -291,25 +579,92 @@ have already been fixed in maintainance releases)
### Staff Client
- [[17625]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17625) 245f and 245g are not displayed in XSLT
- [[18521]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18521) Renew and search hotkeys are swapped on returns page.
- [[20504]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20504) Language attribute in html tag is empty in system preference editor
- [[20781]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20781) 0 months is not a valid enrollment period and causes errors
- [[20919]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20919) A Zebra query is done for each item when opening a record detail page
- [[21248]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21248) Fix COinS carp in MARC details page on unknown record
### System Administration
- [[14446]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14446) Resolve "Use of uninitialized value in goto" in admin/preferences.pl
- [[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
- [[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
- [[20559]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20559) Occurrences of loading-small.gif still exist
- [[20698]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20698) Remove obsolete template: transfer-slip.tt
- [[20752]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20752) Files tab in patron account is not properly capitalized
- [[20774]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20774) Trivial HTML error in itemslost.tt
- [[20791]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20791) Correct capitalization on 'Notices and slips' page
- [[20805]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20805) Update child to adult patron process broken on several patron-related pages
- [[20814]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20814) Display issue with 'Saved reports' tabs when memcached is off
- [[20828]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20828) Step 4 of moremember is used for Housebound and additional attributes
- [[20831]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20831) (Bug 9573 follow-up) Pass id as first parameter instead of selector
- [[20881]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20881) Order receiving: Price filter missing on_editing
- [[20931]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20931) JS error "ReferenceError: $ is not defined" when CircSidebar is turned on
- [[20974]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20974) Remove files left behind after removing Solr
- [[20999]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20999) Remove invalid 'style="block"' from OPAC templates
- [[21038]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21038) Reserves should be holds
- [[21050]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21050) Datepickers on LabelItemSearch broken
- [[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
- [[21145]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21145) The "Column visibility" button should not be displayed at the OPAC
- [[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
- [[21223]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21223) Some floating values are wrong
- [[21229]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21229) Correct nesting and specificity for some button styles
- [[21234]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21234) Remove our .clearfix class in favor of Bootstrap's
- [[21239]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21239) CSS regressions caused by SCSS move
- [[21243]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21243) Regression: SRU mapping popup for bibliographic records is unstyled
- [[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
- [[20866]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20866) ArticleRequests.t fails on existing requests
- [[20900]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20900) Yet another test assumes that CPL is present
- [[21023]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21023) Remove warning in t/db_dependent/Circulation/Chargelostitem.t
- [[21086]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21086) Wrong mock of DateTime->now in tests
- [[21095]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21095) Tests should expect ccodes facets now (since we have ccode facets)
- [[21134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21134) Wrong error handling in Koha/Patron/Modification.pm hides a bug
- [[21188]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21188) t/db_dependent/Circulation/issue.t is failing
- [[21213]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21213) Circulation.t needs diagnostics
- [[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
- [[21295]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21295) Update selenium tests for Admin pages bootstrap updates
- [[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
- [[21141]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21141) Batch item modification tool throws error 500 when an itemnumber is invalid
- [[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.
- [[21235]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21235) Remove services_throttle if not required for ThingISBN
## New sysprefs
- ArticleRequestsLinkControl
- HoldsAutoFill
- HoldsAutoFillPrintSlip
- HoldsSplitQueue
- KohaManualBaseURL
- KohaManualLanguage
- OrderPriceRounding
- UseEmailReceipts
## System requirements
@ -320,7 +675,7 @@ Important notes:
## Documentation
The Koha manual is maintained in DocBook. The home page for Koha
The Koha manual is maintained in Sphinx. The home page for Koha
documentation is
- [Koha Documentation](http://koha-community.org/documentation/)
@ -333,7 +688,7 @@ Koha manual is available:
The Git repository for the Koha manual can be found at
- [Koha Git Repository](http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary)
- [Koha Git Repository](https://gitlab.com/koha-community/koha-manual)
@ -356,22 +711,33 @@ The most up-to-date translations can be found at:
The release team for Koha 18.06.00 is
- Release Manager: [Jonathan Druart](mailto:jonathan.druart@bugs.koha-community.org)
- Release Manager assistant: [Nick Clemens](mailto:nick@bywatersolutions.com)
- QA Manager:
- Release Manager: [Nick Clemens](mailto:nick@bywatersolutions.com)
- Release Manager assistants:
- [Brendan Gallagher](mailto:brendan@bywatersolutions.com)
- [Jonathan Druart](mailto:jonathan.druart@bugs.koha-community.org)
- [Kyle Hall](mailto:kyle@bywatersolutions.com)
- [Tomás Cohen Arazi](mailto:tomascohen@gmail.com)
- Module Maintainers:
- REST API -- [Tomás Cohen Arazi](mailto:tomascohen@gmail.com)
- Elasticsearch -- [Nick Clemens](mailto:nick@bywatersolutions.com)
- QA Manager: [Katrin Fischer](mailto:Katrin.Fischer@bsz-bw.de)
- QA Team:
- [Tomás Cohen Arazi](mailto:tomascohen@gmail.com)
- [Alex Arnaud](mailto:alex.arnaud@biblibre.com)
- [Brendan Gallagher](mailto:brendan@bywatersolutions.com)
- [Kyle Hall](mailto:kyle@bywatersolutions.com)
- [Julian Maurice](mailto:julian.maurice@biblibre.com)
- Josef Moravec
- [Marcel de Rooy](mailto:m.de.rooy@rijksmuseum.nl)
- Josef Moravec
- [Alex Arnaud](mailto:alex.arnaud@biblibre.com)
- [Martin Renvoize](mailto:martin.renvoize@ptfs-europe.com)
- [Tomás Cohen Arazi](mailto:tomascohen@gmail.com)
- [Kyle Hall](mailto:kyle@bywatersolutions.com)
- [Jonathan Druart](mailto:jonathan.druart@bugs.koha-community.org)
- [Chris Cormack](mailto:chrisc@catalyst.net.nz)
- Bug Wranglers:
- Claire Gravely
- Jon Knight
- [Marc Véron](mailto:veron@veron.ch)
- [Indranil Das Gupta](mailto:indradg@l2c2.co.inc)
- [Amit Gupta](mailto:amitddng135@gmail.com)
- Packaging Manager: [Mirko Tietgen](mailto:mirko@abunchofthings.net)
- Documentation Team:
- Lee Jamison
@ -379,71 +745,105 @@ The release team for Koha 18.06.00 is
- Caroline Cyr La Rose
- Translation Manager: [Bernardo Gonzalez Kriegel](mailto:bgkriegel@gmail.com)
- Release Maintainers:
- 17.11 -- [Nick Clemens](mailto:nick@bywatersolutions.com)
- 18.05 -- [Martin Renvoize](mailto:martin.renvoize@ptfs-europe.com)
- 17.11 -- [Fridolin Somers](mailto:fridolin.somers@biblibre.com)
- 17.05 -- [Fridolin Somers](mailto:fridolin.somers@biblibre.com)
- 16.11 -- [Chris Cormack](mailto:chrisc@catalyst.net.nz)
## Credits
We thank the following libraries who are known to have sponsored
new features in Koha 18.06.00:
- BULAC - http://www.bulac.fr/
- Catalyst IT
- Gothenburg University Library
- Stockholm University Library
We thank the following individuals who contributed patches to Koha 18.06.00.
- Blou (1)
- fv@spots.school (1)
- xljoha (1)
- Alex Arnaud (1)
- Alex Buckley (1)
- Colin Campbell (1)
- Aleisha Amohia (5)
- Alex Arnaud (5)
- David Bourgault (2)
- Alex Buckley (2)
- Nightly Build Bot (1)
- Colin Campbell (2)
- Jérôme Charaoui (1)
- Barton Chittenden (1)
- Nick Clemens (25)
- Tomás Cohen Arazi (15)
- Marcel de Rooy (11)
- Jonathan Druart (42)
- Katrin Fischer (18)
- Nick Clemens (128)
- Tomás Cohen Arazi (60)
- David Cook (5)
- Charlotte Cordwell (2)
- Chris Cormack (1)
- Caroline Cyr La Rose (1)
- Marcel de Rooy (43)
- Jonathan Druart (214)
- Charles Farmer (1)
- Katrin Fischer (45)
- Bernardo González Kriegel (5)
- Caitlin Goodger (1)
- Victor Grousset (2)
- Victor Grousset (3)
- Amit Gupta (1)
- David Gustafsson (1)
- Andrew Isherwood (1)
- Andrew Isherwood (2)
- Mason James (1)
- Lee Jamison (1)
- Pasi Kallinen (2)
- Owen Leonard (33)
- Ere Maijala (1)
- Julian Maurice (4)
- Kyle M Hall (23)
- Josef Moravec (7)
- Martin Renvoize (4)
- Pasi Kallinen (5)
- Vassilis Kanellopoulos (1)
- David Kuhn (1)
- Owen Leonard (84)
- Ere Maijala (2)
- Jesse Maseto (1)
- Julian Maurice (11)
- Matthias Meusburger (1)
- Kyle M Hall (53)
- Josef Moravec (18)
- Joy Nelson (2)
- Chris Nighswonger (1)
- Liz Rea (1)
- Martin Renvoize (9)
- Benjamin Rokseth (1)
- Fridolin Somers (3)
- Mirko Tietgen (1)
- Maryse Simard (2)
- Fridolin Somers (5)
- Lari Taskula (13)
- Mirko Tietgen (3)
- Mark Tompsett (2)
- Jenny Way (1)
- Baptiste Wojtkowski (1)
We thank the following libraries, companies, and other institutions who contributed
patches to Koha 18.06.00
- abunchofthings.net (1)
- ACPL (33)
- BibLibre (11)
- BSZ BW (18)
- bugs.koha-community.org (41)
- ByWater-Solutions (31)
- bywatetsolutions.com (18)
- Catalyst (1)
- abunchofthings.net (4)
- ACPL (84)
- BibLibre (28)
- BigBallOfWax (1)
- BSZ BW (45)
- bugs.koha-community.org (212)
- ByWater-Solutions (153)
- bywatersolutiosn.com (8)
- bywatetsolutions.com (24)
- Catalyst (3)
- cmaisonneuve.qc.ca (1)
- deichman.no (1)
- Foundations (1)
- Göteborgs universitet (2)
- helsinki.fi (1)
- helsinki.fi (2)
- informaticsglobal.com (1)
- joensuu.fi (2)
- inLibro.com (1)
- jns.fi (13)
- joensuu.fi (5)
- kanellov.com (1)
- KohaAloha (1)
- Marywood University (1)
- PTFS-Europe (6)
- Rijksmuseum (11)
- Prosentient Systems (5)
- PTFS-Europe (13)
- Rijksmuseum (43)
- Solutions inLibro inc (4)
- spots.school (1)
- Theke Solutions (15)
- unidentified (7)
- Theke Solutions (60)
- unidentified (31)
- Universidad Nacional de Córdoba (5)
- wegc.school.nz (1)
@ -452,42 +852,76 @@ for Koha.
- Blou (1)
- claude (1)
- delaye (1)
- DEVINIM (1)
- George (1)
- pierre-marc (1)
- Sonia (1)
- Brendan A Gallagher (2)
- Hugo Agud (1)
- Aleisha Amohia (1)
- Alex Arnaud (7)
- David Bourgault (1)
- Christopher Brannon (1)
- Alex Buckley (2)
- Colin Campbell (1)
- Nick Clemens (211)
- Tomas Cohen Arazi (19)
- Chris Cormack (7)
- Nick Clemens (738)
- Tomas Cohen Arazi (119)
- David Cook (1)
- Chris Cormack (28)
- Frédéric Demians (1)
- Marcel de Rooy (38)
- Jonathan Druart (66)
- Magnus Enger (1)
- Charles Farmer (9)
- Katrin Fischer (65)
- Michal Denar (1)
- Michal Denar (2)
- Marcel de Rooy (106)
- John Doe (6)
- Jonathan Druart (169)
- Magnus Enger (2)
- Charles Farmer (13)
- Bouzid Fergani (1)
- Katrin Fischer (210)
- Martha Fuerst (1)
- Brendan Gallagher (3)
- Brendan Gallagher (10)
- Bernardo Gonzalez Kriegel (2)
- Claire Gravely (6)
- Claire Gravely (23)
- Victor Grousset (6)
- Amit Gupta (2)
- Andreas Hedström Mace (1)
- Andrew Isherwood (2)
- Dilan Johnpullé (2)
- Pasi Kallinen (2)
- Dilan Johnpullé (7)
- Pasi Kallinen (4)
- Ulrich Kleiber (1)
- Jon Knight (1)
- Pierre-Luc Lapointe (4)
- Owen Leonard (13)
- Julian Maurice (6)
- Kyle M Hall (22)
- Josef Moravec (33)
- Séverine QUEUNE (13)
- Martin Renvoize (10)
- Pierre-Luc Lapointe (11)
- Nicolas Legrand (2)
- Owen Leonard (65)
- Ere Maijala (1)
- Jesse Maseto (1)
- Julian Maurice (18)
- Kyle M Hall (51)
- Josef Moravec (119)
- Joy Nelson (1)
- Chris Nighswonger (1)
- François Pichenot (1)
- Severine QUEUNE (1)
- Séverine QUEUNE (36)
- Te Rauhina Jackson (2)
- Martin Renvoize (108)
- Benjamin Rokseth (3)
- Paola Rossi (2)
- BWS Sandboxes (1)
- Lisette Scheer (1)
- Maksim Sen (2)
- Maryse Simard (11)
- Mirko Tietgen (2)
- Mark Tompsett (10)
- Maryse Simard (25)
- Fridolin Somers (1)
- Christian Stelzenmüller (1)
- John Sterbenz (1)
- Koha Team AMU (8)
- Mirko Tietgen (8)
- Mark Tompsett (22)
- Ed Veal (1)
- Cab Vinton (1)
- George Williams (2)
- Marc Véron (3)
- Cab Vinton (5)
- George Williams (4)
We regret any omissions. If a contributor has been inadvertently missed,
@ -514,4 +948,4 @@ tracker at:
He rau ringa e oti ai.
(Many hands finish the work)
Autogenerated release notes updated last on 12 Jul 2018 12:10:35.
Autogenerated release notes updated last on 16 Sep 2018 19:09:00.