Browse Source

18.06.00.041 82ff8138b4

22.05.x
Martin Renvoize 6 years ago
parent
commit
868a8fd06f
  1. 254
      release_notes_18_06_00.md

254
release_notes_18_06_00.md

@ -1,5 +1,5 @@
# RELEASE NOTES FOR KOHA 18.06.00
03 Oct 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 18.06.00 is a major release, that comes with many new features.
It includes 6 new features, 145 enhancements, 248 bugfixes.
It includes 7 new features, 157 enhancements, 293 bugfixes.
@ -29,7 +29,18 @@ It includes 6 new features, 145 enhancements, 248 bugfixes.
- [[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
> Sponsored by San Diego Law
This enhancement to acquisitions allows libraries to record adjustments to invoices. These may be based on feedback from a vendor, for example, a credit for returned books or damaged books, or a debit for extra service charges etc.
### Circulation
- [[11897]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897) Stock Rotation for Koha
> This is a batch process to automate the rotation of stock.
It includes a staff client page, under tools, to manage rotas (ordered lists of locations for items to rotate to with associated durations for the items stay) and assign them to items.
Once at least one rota is configured, and your staff user has the permission to add a rota to an item, then an additional tab will appear on each biblio record page allowing the management of which rota, if any, individual items are assigned.
@ -37,6 +48,10 @@ It includes 6 new features, 145 enhancements, 248 bugfixes.
- [[19817]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19817) Merge local and online documentations
> Great strides have been taken to improve Koha's online documentation. This enhancement removes the outdated local help system from the software, opting instead to contextually link to the well maintained online manual.
### OPAC
- [[17602]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602) Integrate support for RecordedBooks (formerly OneClickDigital) API
@ -61,19 +76,19 @@ Searches on the OPAC will return a link to results in the RecordedBooks catalog
### About
- [[21317]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21317) Format long lists under Koha Team tab as columns
- [[21319]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21319) Remove highlight and tooltip on Koha Team version.
- [[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
- [[18480]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18480) Use modal for displaying patron details on add_user_search.pl to avoid redirect
- [[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.
- [[19271]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19271) Show vendor name on ordered/spent lists
- [[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
- [[21333]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21333) Add ability to add to basket from a file
@ -82,6 +97,7 @@ This patch splits these fields so that each may be set independently. RRP will b
- [[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
- [[18887]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18887) Introduce new table 'circulation_rules', use for 'max_holds' rules
- [[19617]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19617) Allow 'writeoff of selected'
- [[19620]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19620) Allow skipping of patrons with valid emails for Talking Tech
- [[19633]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19633) Use alphanumeric error codes in upload
@ -90,6 +106,10 @@ This patch splits these fields so that each may be set independently. RRP will b
- [[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
> Only the Koha::Object->get_from_storage method has been backported for the 18.05.05 release.
- [[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
@ -99,16 +119,24 @@ This patch splits these fields so that each may be set independently. RRP will b
- [[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
- [[21178]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21178) Add Koha::Patron::set_password method
- [[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
- [[21352]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21352) Allow plugins to add CSS and Javascript to Staff interface
### Authentication
- [[12027]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12027) Shibboleth authentication for staff client
- [[17776]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17776) Shibboleth Authentication is broken in plack
> This enhancement adds support for using Shibboleth in a Plack environment. Caution should, however, be taken before enabling it as there are security implications to be aware of regarding header spoofing attacks that can be mitigated with additional care whilst configuring the native service provider and Apache: Please see https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPSpoofChecking for further details.
- [[19625]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19625) Shibboleth auto-provisioning is broken in plack
### Cataloging
@ -119,6 +147,7 @@ This patch splits these fields so that each may be set independently. RRP will b
### Circulation
- [[15139]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15139) Show non-public item note in overdues report
- [[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) Print hold slips without confirmation
@ -150,6 +179,12 @@ This patch splits these fields so that each may be set independently. RRP will b
### ILL
- [[20651]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20651) Improve display of "Toggle full supplier metadata"
- [[20772]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772) Make request metadata editable and add price_paid field
> Added the new price_paid field to ILL requests
- [[20797]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20797) If an Ill request has an associated bib record, the detail view should contain a link to the record
### Installation and upgrade (web-based installer)
@ -202,6 +237,7 @@ On the self registration page we also add asking for consent if the pref is enab
- [[20867]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20867) Ability to show membership renewal date on moremember.pl page
- [[21337]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21337) Add Koha::Patrons->delete (trivial wrapper)
### REST api
@ -211,6 +247,7 @@ On the self registration page we also add asking for consent if the pref is enab
- [[9188]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9188) Remove 'debug' information from patron statistics
- [[17282]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17282) Ability to create charts for SQL reports
- [[20260]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20260) Use CodeMirror for the SQL reports editor
- [[20495]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20495) Refactor C4::Reports.Guided - remove get_saved_report
### Searching
@ -241,6 +278,7 @@ On the self registration page we also add asking for consent if the pref is enab
### System Administration
- [[15520]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15520) Add more granular permission for only editing own library's circ rules
- [[21403]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21403) Add Indian Amazon Affiliate option to AmazonLocale setting
### Templates
@ -282,6 +320,7 @@ On the self registration page we also add asking for consent if the pref is enab
- [[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
- [[21341]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21341) Style button on acquisitions existing record search with Bootstrap
- [[21409]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21409) Add column configuration to course reserves
- [[21428]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21428) Switch two-column templates to Bootstrap grid: Reports part 1
- [[21429]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21429) Switch two-column templates to Bootstrap grid: Reports part 2
- [[21430]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21430) Switch two-column templates to Bootstrap grid: Reports part 3
@ -335,6 +374,8 @@ have already been fixed in maintainance releases)
- [[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
- [[21432]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21432) Internal Server Error in Checkout History
- [[21481]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21481) Translation tool still references to help templates
### Authentication
@ -350,6 +391,7 @@ have already been fixed in maintainance releases)
### Circulation
- [[10382]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10382) collection not returning to null when removed from course reserves
- [[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
@ -357,6 +399,7 @@ have already been fixed in maintainance releases)
- [[21231]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21231) BlockReturnofLostItems does not prevent lost items being found
- [[21257]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21257) Patrons checkout table throws JS error when location/collection not defined
- [[21293]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21293) Display of housebound delivery information broken by Bug 13618
- [[21464]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21464) Overdues export is missing lot of fields
### Command-line Utilities
@ -383,7 +426,12 @@ have already been fixed in maintainance releases)
### Installation and upgrade (command-line installer)
- [[16690]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16690) Remote DB installation is less secure
- [[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
### Installation and upgrade (web-based installer)
@ -401,6 +449,7 @@ have already been fixed in maintainance releases)
- [[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
- [[21374]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21374) Self registration e-mail verification does not work
- [[21479]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21479) Removing from cart removes 2 items
### Patrons
@ -416,6 +465,7 @@ have already been fixed in maintainance releases)
### SIP2
- [[21020]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21020) Return branch not set for transfer when using SIP
- [[21471]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21471) Misspelled variable name in _get_outstanding_holds
### Searching
@ -434,6 +484,7 @@ have already been fixed in maintainance releases)
- [[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
- [[21418]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21418) Incorrectly filtered markup in staff client lists
### System Administration
@ -459,6 +510,10 @@ have already been fixed in maintainance releases)
- [[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
### translate.koha-community.org
- [[21480]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21480) misc/translator/translate does not work with perl 5.26
## Other bugs fixed
@ -475,6 +530,7 @@ have already been fixed in maintainance releases)
- [[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
- [[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
- [[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
@ -483,10 +539,14 @@ have already been fixed in maintainance releases)
- [[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
- [[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
### Architecture, internals, and plumbing
- [[15734]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15734) Audio Alerts broken
- [[18584]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18584) Our legacy code contains trailing-spaces
- [[19687]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19687) Recent upgrade to 17.05.04.000 bulkmarcimport started to fail
- [[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
@ -504,12 +564,15 @@ have already been fixed in maintainance releases)
- [[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
- [[21082]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21082) OverDrive authentication method no longer supported
- [[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
- [[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
- [[21396]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21396) Missing use statements in Koha::Account
- [[21404]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21404) Remove unused variables in C4::Breeding->_auth_build_query
- [[21500]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21500) Warnings in rotating collections
### Authentication
@ -520,6 +583,7 @@ have already been fixed in maintainance releases)
### Cataloging
- [[15360]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15360) Incorrect or mislabeled behavior on Authorities "New from Z39.50" Button
- [[18655]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18655) Unimarc field 210c fails on importing fields with a simple quote
- [[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
@ -529,10 +593,12 @@ have already been fixed in maintainance releases)
- [[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'
- [[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) Advanced MARC Editor - Rancor - BiblioAddsAuthorities not working
- [[21407]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21407) Can't enter new macros in the advanced cataloging editor (rancor)
### 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
- [[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
@ -540,11 +606,14 @@ have already been fixed in maintainance releases)
- [[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
- [[21463]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21463) Library is no longer displayed in the overdue list
- [[21553]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21553) Javascript error on rota page
### 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
- [[21322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21322) process_message_queue.pl --type should take an argument
### Database
@ -566,17 +635,25 @@ have already been fixed in maintainance releases)
- [[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
- [[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
- [[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
- [[21351]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21351) Traditional Chinese Language pack should have file name "zh-Hant-TW" not "zh-Hans-TW"
### 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
### Installation and upgrade (web-based installer)
- [[15717]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15717) Installer: Step 3 has <br /> showing
@ -594,6 +671,11 @@ have already been fixed in maintainance releases)
### MARC Bibliographic data support
- [[20700]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20700) Update MARC21 leader/007/008 codes
- [[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
### OPAC
@ -615,10 +697,12 @@ have already been fixed in maintainance releases)
- [[21078]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21078) Overdrive JS breaks when window opened from another site
- [[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
- [[21493]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21493) Remove incomplete icon style from serial issues tabs
### Packaging
- [[17084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17084) Automatic debian/control updates (master)
- [[17237]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17237) Stop koha-create from creating MySQL users without host restriction
- [[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
@ -650,11 +734,15 @@ have already been fixed in maintainance releases)
- [[16653]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16653) reports/cat_issues_top.pl does not export "Count of checkouts" column as CSV
- [[20945]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20945) Report params not escaped when downloading
- [[21541]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21541) HTML filter breaks HTML rendering of SQL output
### Searching
- [[9968]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9968) Incorrect index used for 'Standard number' in advanced search
- [[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
- [[20864]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20864) Only set bibs_selected cookie when BrowseResultSelection is activated
- [[21455]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21455) Authority search options get shuffled around when you click on 'Search'
### Searching - Elasticsearch
@ -680,6 +768,8 @@ have already been fixed in maintainance releases)
- [[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
- [[21291]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21291) Article requests page doesn't show MARC, LabeledMARC and ISBD in sidebar
- [[21470]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21470) Due date no longer shown in red when viewing checkouts for a patron
### System Administration
@ -687,6 +777,7 @@ have already been fixed in maintainance releases)
- [[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
- [[21279]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21279) Transport cost matrix shows html entity in all empty cells
### Templates
@ -722,9 +813,13 @@ have already been fixed in maintainance releases)
- [[21285]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21285) Select2 broken on high dpi screens
- [[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
- [[21537]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21537) Regression: typo in acquisitions template processor name
- [[21550]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21550) DataTables four button pagination uses the wrong icon for disabled buttons
### 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
- [[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
@ -740,10 +835,13 @@ have already been fixed in maintainance releases)
- [[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
- [[21454]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21454) Price filtered variables should not need to be html filtered
- [[21536]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21536) t/Koha_ExternalContent_RecordedBooks.t skips more tests than scheduled
### Tools
- [[20131]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20131) Inventory optional filters always shows "For loan" for value 0
- [[20564]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20564) Error 500 displays when uploading patron images with a zipped file
- [[21113]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21113) Hint Messages are misleading at "Merge Selected Patrons" in Patron Lists
- [[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
@ -766,10 +864,13 @@ have already been fixed in maintainance releases)
- HoldsSplitQueue
- KohaManualBaseURL
- KohaManualLanguage
- OverDrivePasswordRequired
- PrivacyPolicyURL
- RecordedBooksClientSecret
- RecordedBooksDomain
- RecordedBooksLibraryID
- RotationPreventTransfers
- StockRotation
- UseEmailReceipts
## System requirements
@ -862,6 +963,7 @@ new features in Koha 18.06.00:
- BULAC - http://www.bulac.fr/
- Catalyst IT
- CCSR (https://ccsr.qc.ca)
- Escuela de Orientacion Lacaniana
- Gothenburg University Library
- Stockholm University Library
@ -870,100 +972,112 @@ We thank the following individuals who contributed patches to Koha 18.06.00.
- Alberto (1)
- fv@spots.school (1)
- xljoha (1)
- Blou (2)
- Blou (4)
- Aleisha Amohia (5)
- Alex Arnaud (7)
- Alex Arnaud (9)
- Zoe Bennett (3)
- David Bourgault (3)
- Christopher Brannon (1)
- Alex Buckley (2)
- Nightly Build Bot (1)
- Colin Campbell (3)
- Colin Campbell (4)
- Barry Cannon (1)
- Jérôme Charaoui (1)
- Barton Chittenden (1)
- Nick Clemens (150)
- Tomás Cohen Arazi (60)
- Nick Clemens (167)
- Tomás Cohen Arazi (75)
- David Cook (5)
- Charlotte Cordwell (4)
- Chris Cormack (1)
- Caroline Cyr La Rose (1)
- Marcel de Rooy (51)
- Jonathan Druart (245)
- Marcel de Rooy (58)
- Jonathan Druart (271)
- Magnus Enger (1)
- Charles Farmer (2)
- Katrin Fischer (51)
- Katrin Fischer (55)
- Bernardo González Kriegel (5)
- Caitlin Goodger (1)
- Victor Grousset (4)
- Amit Gupta (1)
- David Gustafsson (1)
- Andrew Isherwood (4)
- David Gustafsson (3)
- Margaret Hade (1)
- Andrew Isherwood (16)
- Mason James (1)
- Lee Jamison (1)
- Srdjan Jankovic (7)
- Pasi Kallinen (6)
- Vassilis Kanellopoulos (1)
- Olli-Antti Kivilahti (1)
- Jon Knight (1)
- David Kuhn (1)
- Johan Larsson (1)
- Owen Leonard (96)
- Ere Maijala (8)
- Owen Leonard (105)
- Cori Lynn Arnold (1)
- Ere Maijala (9)
- Jesse Maseto (1)
- Julian Maurice (12)
- Matthias Meusburger (1)
- Kyle M Hall (56)
- Josef Moravec (28)
- Julian Maurice (14)
- Matthias Meusburger (2)
- Kyle M Hall (66)
- Josef Moravec (34)
- Joy Nelson (2)
- Chris Nighswonger (1)
- Dobrica Pavlinusic (1)
- Liz Rea (1)
- Martin Renvoize (16)
- Martin Renvoize (26)
- Benjamin Rokseth (1)
- Andreas Roussos (1)
- Andreas Roussos (4)
- Jane Sandberg (2)
- Alex Sassmannshausen (2)
- Maryse Simard (2)
- Grace Smyth (1)
- Fridolin Somers (6)
- Fridolin Somers (9)
- Lari Taskula (13)
- Mirko Tietgen (3)
- Mark Tompsett (7)
- Mirko Tietgen (5)
- Mark Tompsett (8)
- Jenny Way (1)
- Baptiste Wojtkowski (1)
- Jesse Weaver (2)
- Baptiste Wojtkowski (2)
We thank the following libraries, companies, and other institutions who contributed
patches to Koha 18.06.00
- abunchofthings.net (4)
- ACPL (96)
- BibLibre (33)
- abunchofthings.net (6)
- ACPL (105)
- BibLibre (42)
- BigBallOfWax (1)
- BSZ BW (51)
- bugs.koha-community.org (243)
- ByWater-Solutions (175)
- bywatersolutiosn.com (9)
- BSZ BW (55)
- bugs.koha-community.org (269)
- ByWater-Solutions (201)
- bywatersolutiosn.com (12)
- bywatetsolutions.com (26)
- Catalyst (10)
- cdalibrary.org (1)
- cmaisonneuve.qc.ca (1)
- deichman.no (1)
- dgiinc.com (1)
- Foundations (1)
- Göteborgs universitet (3)
- helsinki.fi (8)
- Göteborgs universitet (5)
- helsinki.fi (10)
- icloud.com (1)
- informaticsglobal.com (1)
- inLibro.com (2)
- interleaf.ie (1)
- jns.fi (13)
- joensuu.fi (6)
- kanellov.com (1)
- KohaAloha (1)
- Libriotech (1)
- linnbenton.edu (2)
- Loughborough University (1)
- Marywood University (1)
- Prosentient Systems (5)
- PTFS-Europe (23)
- Rijksmuseum (51)
- Solutions inLibro inc (5)
- PTFS-Europe (48)
- Rijksmuseum (58)
- rot13.org (1)
- Solutions inLibro inc (7)
- spots.school (1)
- Theke Solutions (60)
- unidentified (54)
- Theke Solutions (75)
- unidentified (65)
- Universidad Nacional de Córdoba (5)
- wegc.school.nz (1)
@ -972,43 +1086,46 @@ for Koha.
- Blou (1)
- claude (1)
- Claudio (1)
- delaye (1)
- DEVINIM (1)
- George (1)
- Petter (1)
- pierre-marc (1)
- Sonia (2)
- Spencer (1)
- Srdjan (1)
- Brendan A Gallagher (2)
- Hugo Agud (1)
- Sandy Allgood (3)
- Aleisha Amohia (1)
- José Anjos (1)
- Alex Arnaud (7)
- David Bourgault (1)
- Christopher Brannon (2)
- Alex Buckley (2)
- Colin Campbell (1)
- Barry Cannon (1)
- Nick Clemens (894)
- Tomas Cohen Arazi (123)
- Colin Campbell (2)
- Barry Cannon (9)
- Nick Clemens (1012)
- Tomas Cohen Arazi (170)
- David Cook (1)
- Chris Cormack (34)
- Chris Cormack (54)
- Caroline Cyr La rose (2)
- Caroline Cyr La Rose (4)
- Caroline Cyr La Rose (6)
- Frédéric Demians (1)
- Michal Denar (3)
- Michal Denar (21)
- Marcel de Rooy (117)
- Michal Denar (29)
- Marcel de Rooy (132)
- John Doe (6)
- Jonathan Druart (225)
- Jonathan Druart (242)
- Magnus Enger (2)
- Charles Farmer (13)
- Bouzid Fergani (1)
- Katrin Fischer (249)
- Katrin Fischer (270)
- Martha Fuerst (1)
- Brendan Gallagher (12)
- Bernardo Gonzalez Kriegel (2)
- Claire Gravely (28)
- Claire Gravely (29)
- Victor Grousset (6)
- Amit Gupta (2)
- Andreas Hedström Mace (1)
@ -1019,36 +1136,39 @@ for Koha.
- Jon Knight (1)
- Pierre-Luc Lapointe (11)
- Nicolas Legrand (2)
- Owen Leonard (79)
- Owen Leonard (93)
- Ere Maijala (1)
- Jesse Maseto (2)
- Julian Maurice (25)
- Kyle M Hall (55)
- Josef Moravec (138)
- Jesse Maseto (14)
- Julian Maurice (39)
- Matthias Meusburger (1)
- Kyle M Hall (57)
- Kathleen Milne (3)
- Josef Moravec (170)
- Joy Nelson (1)
- Chris Nighswonger (1)
- David Nind (7)
- David Nind (10)
- François Pichenot (1)
- Severine QUEUNE (1)
- Séverine QUEUNE (52)
- Séverine QUEUNE (55)
- Te Rauhina Jackson (2)
- Martin Renvoize (120)
- Martin Renvoize (150)
- Benjamin Rokseth (3)
- Paola Rossi (2)
- Andreas Roussos (1)
- Andreas Roussos (2)
- Jane Sandberg (2)
- BWS Sandboxes (1)
- Lisette Scheer (1)
- Lisette Scheer (12)
- Maksim Sen (3)
- Maryse Simard (25)
- Fridolin Somers (1)
- Christian Stelzenmüller (1)
- John Sterbenz (1)
- Koha Team AMU (8)
- Pierre-Marc Thibault (1)
- Mirko Tietgen (8)
- Mark Tompsett (23)
- Pierre-Marc Thibault (6)
- Mirko Tietgen (9)
- Mark Tompsett (26)
- Ed Veal (1)
- George Veranis (1)
- Marc Véron (3)
- Cab Vinton (5)
- George Williams (5)
@ -1078,4 +1198,4 @@ tracker at:
He rau ringa e oti ai.
(Many hands finish the work)
Autogenerated release notes updated last on 03 Oct 2018 12:38:31.
Autogenerated release notes updated last on 16 Oct 2018 10:58:26.

Loading…
Cancel
Save