Update release notes for 18.11.00 release
[koha.git] / misc / release_notes / release_notes_18_11_00.md
blob0de44defcb3c49bf9b8a904589425f97a844734b
1 # RELEASE NOTES FOR KOHA 18.11.00
2 27 Nov 2018
4 Koha is the first free and open source software library automation
5 package (ILS). Development is sponsored by libraries of varying types
6 and sizes, volunteers, and support companies from around the world. The
7 website for the Koha project is:
9 - [Koha Community](http://koha-community.org)
11 Koha 18.11.00 can be downloaded from:
13 - [Download](http://download.koha-community.org/koha-18.11-latest.tar.gz)
15 Installation instructions can be found at:
17 - [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
18 - OR in the INSTALL files that come in the tarball
20 Koha 18.11.00 is a major release, that comes with many new features.
22 It includes 16 new features, 219 enhancements, 419 bugfixes.
26 ## New features
28 ### Acquisitions
30 - [[15184]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15184) Ability to duplicate existing order lines to a given basket
32 >   This enhancements adds the ability to add an order to a basket (duplicate) from existing order lines. It will help serials acquisitions or other workflows where the same publication is ordered frequently.
35 - [[19166]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19166) Add the ability to add adjustments to an invoice
37 > 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.
41 ### Authentication
43 - [[12027]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12027) Shibboleth authentication for staff client
45 > Sponsored by PTFS Europe  
46 Shibboleth authentication has long been available for the OPAC, this patch adds support for the staff client.
49 - [[18507]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18507) Shibboleth auto-provisioning - Sync
51 > Shibboleth authentication has the ability to send an arbitrary number of attributes to koha; These attributes can be used to dynamically create (bug 12026) and, now with this patchset, update user records in koha.
55 ### Cataloging
57 - [[18586]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18586) Create module to mint RDF subject URIs
59 > The Koha::RDF module presents a method for minting RDF subject URIs in the format of {{ OpacBaseURL }}/bib/{{ biblionumber }}.  
60 This functionality isn't directly used yet in Koha, but is a precursor to RDF support.
64 ### Circulation
66 - [[11897]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897) Stock Rotation for Koha
68 > Sponsored by PTFS Europe and North West England Public Libraries  
69 This is a batch process to automate the rotation of stock.  
70 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.  
71 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.
75 ### Documentation
77 - [[19817]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19817) Merge local and online documentations
79 > 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.
83 ### Fines and fees
85 - [[19191]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19191) Add ability to email receipts for account payments and write-offs
87 > Let your library go paperless. This enhancement enables the ability to send payment and write-off receipts by email.
91 ### OPAC
93 - [[17602]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602) Integrate support for RecordedBooks (formerly OneClickDigital) API
95 > This feature integrates RecordedBooks functionality into the catalog, following the model of OverDrive.  
96 Searches on the OPAC will return a link to results in the RecordedBooks catalog if they are found. From that results page a user that is signed in and has a valid email matching a RecordedBooks account will be able to checkout the books directly from the results, and download them via their account page on the OPAC. Users will also be able to place holds on unavailable items.
100 ### Patrons
102 - [[20312]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20312) Add a link towards the last consulted patron
104 > A first pass at adding a handy feature to allow quickly navigating back to the last searched user in the staff client.
108 ### REST api
110 - [[20942]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20942) Add route to get patron's account balance
112 > Introduces API endpoints for dealing with patron accounts, a highly requested feature for third-party integrations.
115 - [[20944]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20944) Add routes to add credits to a patron's account
117 > Introduces the API endpoint for dealing with patron account credits, a highly requested feature for third-party integrations.
120 - [[21116]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21116) Add API routes through plugins
122 > Allows the extension of the Koha API via plugins. This can allow for custom vendor integrations and prototyping of new routes.
126 ### Reports
128 - [[17282]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17282) Ability to create charts for SQL reports
130 > Adds a form under report's result that allows to configure and draw a  
131 chart (pie, bar, line and combination).
135 ### Serials
137 - [[21467]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21467) Allow several receipts for a given subscription
139 > Allows the user to set a quantity for a serial order, useful in the case where payments are made per receipt of individual issues. This development also allows for altering the total expected quantity for a serial in the case of a periodicity change.
143 ### Z39.50 / SRU / OpenSearch Servers
145 - [[19436]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19436) Add SRU support for authorities
147 > Some record sources only offer SRU connections (and not Z39.50) this update allows Koha to utilize these resources for authority records as we can for bibliographic records
151 ## Enhancements
153 ### About
155 - [[21317]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21317) Format long lists under Koha Team tab as columns
157 > Koha's team of developers is always growing ☺. This patch changes the display from a long list to a nicely formatted four column layout.
160 - [[21319]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21319) Remove highlight and tooltip on Koha Team version
162 > Two years ago we switched the version numbering system from 3.x to YY.MM format. At that time we added a tooltip and highlighted the version in red on the Koha Team tab of the about page.  This patch removes that now that a sufficient period of time has passed.
165 - [[21782]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21782) Release team 18.11
167 ### Acquisitions
169 - [[7651]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7651) Add separate permission for managing currencies and exchange rates
170 - [[12395]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12395) Save order line's creator
172 > Allow finer grained auditing of acquisition orders.
175 - [[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
176 - [[18639]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18639) Separate replacement cost and retail price fields in acquisitions
178 > 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.  
179 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.
182 - [[20366]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20366) More information about orders linked to subscriptions on "Acquisition details" tab
183 - [[20966]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20966) Add column configuration to table of orders in a basket
184 - [[20969]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20969) Use modal to add and edit notes from basket
185 - [[20970]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20970) Reformat basket information on acquisitions basket page
186 - [[21333]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21333) Add ability to add to basket from a file
188 ### Architecture, internals, and plumbing
190 - [[14302]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14302) Remove GRS1 indexing related code
192 > Final removal of the GRS1 indexing mode code after the two year deprecation period.
195 - [[18072]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18072) Add Koha objects for Branch Transfer Limits
196 - [[18887]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18887) Introduce new table 'circulation_rules', use for 'max_holds' rules
197 - [[19490]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19490) Add a 'holds' column to the Batch Item Modification Tool
198 - [[19620]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19620) Allow skipping of patrons with valid emails for Talking Tech
199 - [[19633]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19633) Use alphanumeric error codes in upload
200 - [[19820]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19820) Add unsafe param to GetMarcSubfieldStructure
201 - [[20079]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20079) Display stack trace for development installations
202 - [[20226]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20226) Get rid of CATCODE_MULTI param decision in patron perl scripts
203 - [[20272]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20272) XSLT_Handler should use alphanumeric error codes
204 - [[20287]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20287) Move AddMember and ModMember to Koha::Patron
205 - [[20456]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20456) Remove the C4::Serials::GetSubscriptionsFromBorrower
206 - [[20509]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20509) Data consistency - authority types
207 - [[20521]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20521) dev installations should run with problematic SQL modes
209 > To aid in catching possible SQL issue's early in development, this patch allows enabling the strictest of SQL modes for development (and makes it the default for continuous integration) environments.
212 - [[20661]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20661) Implement blocking errors for circulation scripts
213 - [[20669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20669) Add upgrade method to plugins
215 > This enhancement standardises the methods used by plugin authors to maintain their plugin data across plugin versions.
218 - [[20727]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20727) Replace usage of File::Spec->tmpdir with C4::Context->temporary_directory
219 - [[20968]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20968) Plugins: Add hooks to enable plugin integration into catalogue
221 > Sponsored by PTFS Europe
224 - [[20978]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20978) Add Koha::Account::add_credit
225 - [[20990]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20990) Add Koha::Account::outstanding_credits
226 - [[20997]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20997) Add Koha::Account::Line::apply
227 - [[21178]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21178) Add Koha::Patron::set_password method
228 - [[21183]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21183) C4::Items - Remove GetItemnumberFromBarcode
229 - [[21184]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21184) C4::Items - Remove GetBarcodeFromItemnumber
230 - [[21201]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21201) C4::Items - Remove GetItemnumbersForBiblio
231 - [[21202]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21202) C4::Items - Remove GetItemsByBiblioitemnumber
232 - [[21205]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21205) C4::Acquisition - Remove GetOrderFromItemnumber
233 - [[21221]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21221) Implement blocking errors for members/memberentry.pl
234 - [[21233]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21233) Add Koha::Exceptions::Password class
235 - [[21299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21299) Move referer code from changelanguage to module in opac and staff
236 - [[21352]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21352) Allow plugins to add CSS and Javascript to Staff interface
238 > This enhancement allows plugin authors to make adaptations to the staff client using css and javascript.
241 - [[21474]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21474) Add the Koha::Subscription->frequency method
242 - [[21501]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21501) Remove dead code from course reserves module
243 - [[21650]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21650) C4::Items::GetLastAcquisitions has never been used and should be removed
244 - [[21681]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21681) Remove C4::Accounts::getcharges
245 - [[21694]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21694) Add the Koha::Account->lines method
246 - [[21696]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21696) Use Koha::Account->lines from Koha::Account
247 - [[21719]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21719) Fix typos in codebase
249 ### Authentication
251 - [[17776]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17776) Shibboleth Authentication is broken in plack
253 > Sponsored by PTFS Europe  
254 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.
257 - [[19625]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19625) Shibboleth auto-provisioning is broken in plack
259 ### Cataloging
261 - [[12747]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12747) Add configurable extra column in Z3950 search result
263 > This allows to display MARC fields and subfields from the record in an extra column on the Z30.50 result list. The content of the column can be configured via the AdditionalFieldsInZ3950ResultSearch system preference.
266 - [[19263]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19263) Advanced Editor - Rancor - Add auto control number (001) widget
267 - [[19349]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19349) Allow to store biblio record's creator and last modifier in MARC
268 - [[20435]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20435) Allow lowercase prefix in inventory value builder
269 - [[21318]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21318) Add control number to authority Z39.50 search form
271 ### Circulation
273 - [[15139]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15139) Show non-public item note in overdues report
274 - [[15494]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15494) Block renewals by arbitrary item values
276 > This enhancement offers the possibility to prevent renewals given certain item values. Using a yaml syntax the library can specify certain item field values that, when matched, will prevent renewals for affected items.  
277 If using automatic renewal notices your notice should be updated to account for the new reason that renewals may be denied "item_denied_renewal"
280 - [[15524]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15524) Set limit on maximum possible holds per patron by category
281 - [[19383]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19383) Print hold slips without confirmation
282 - [[19719]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19719) Add a new column for collection in the patron checkouts data table
283 - [[20450]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20450) Add collection to list of items when placing hold on specific copy
284 - [[20468]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20468) Multiselect on staff article requests form
285 - [[21121]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21121) New syspref to allow hiding of private patron data in circulation page
287 > Sponsored by: Toi Ohomai Institute of Technology in New Zealand and Catalyst IT.
290 - [[21380]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21380) Circulation history UI improvements - make barcode clickable
292 ### Command-line Utilities
294 - [[20393]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20393) Remove redundant 'koha.psgi' and 'plackup.sh' files
295 - [[20486]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20486) Add --marc_conditions option to export_records.pl
296 - [[20795]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20795) koha-rebuild-zebra should pass through increased verbosity
297 - [[20915]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20915) Use date --iso-8601 instead of date +%Y-%m-%d to be more readable and crontab friendly
298 - [[21011]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21011) Data inconsistencies - items.holdingbranch | items.homebranch
299 - [[21150]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21150) Data inconsistencies - item types
300 - [[21576]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21576) Add a developer script to automatically fix missing filters
302 ### Course reserves
304 - [[20467]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20467) Add ability to batch add items to a course
306 ### Fines and fees
308 - [[19617]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19617) Allow 'writeoff of selected'
309 - [[20629]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20629) Remove ability to 'reverse' payments
310 - [[20703]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20703) Add ability to void any credit
311 - [[21673]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21673) Koha::Account::Lines->total_outstanding must be used when needed
313 ### Hold requests
315 - [[7534]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7534) New OPACAllowUserToChooseBranch setting for only showing libraries allowing holds
316 - [[15486]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15486) Restrict number of holds placed by day
317 - [[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
318 - [[21628]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21628) Simplify holds awaiting pickup report
320 ### I18N/L10N
322 - [[15395]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15395) Internationalization: plural forms, context, and more
324 ### ILL
326 - [[18591]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18591) Allow an arbitrary number of comments on ILLs
327 - [[20651]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20651) Improve display of "Toggle full supplier metadata"
328 - [[20772]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772) Make request metadata editable and add price_paid field
330 > Added the new price_paid field to ILL requests
333 - [[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
334 - [[20995]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20995) Add request ID to OPAC ILL requests display table
335 - [[21079]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21079) Unify metadata schema across backends
337 ### Installation and upgrade (web-based installer)
339 - [[20683]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20683) Update German web installer for 18.05
341 ### Label/patron card printing
343 - [[15766]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15766) Give label and patron card batches a description
344 - [[15836]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15836) Labels: Offer configuration option for splitting call numbers
346 ### Lists
348 - [[19039]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19039) Results of virtual shelves (lists) not sortable by date added
350 ### MARC Bibliographic data support
352 - [[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)
353 - [[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)
354 - [[20710]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20710) Update MARC21 frameworks to Update 26 (April 2018)
356 ### Notices
358 - [[15280]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15280) Switch default CHECKOUT notice to Template Toolkit
359 - [[15282]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15282) Switch default CHECKIN notice to Template Toolkit
360 - [[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
361 - [[20356]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20356) Add EmailSMSSendDriverFromAddress system preference for overriding Email SMS send driver from address
363 ### OPAC
365 - [[8630]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8630) Add covers from AdLibris to the OPAC and Intranet
366 - [[14222]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14222) Sort holds in OPAC by priority
367 - [[14385]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385) Extend OpacHiddenItems to allow specifying exempt borrower categories
368 - [[15287]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15287) Use font-awesome on the OPAC
369 - [[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
370 - [[17530]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17530) Don't show 'article request' link when no article requests are permitted
371 - [[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
372 - [[20427]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20427) Convert OPAC LESS to SCSS
373 - [[20554]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20554) New OPAC CSS
374 - [[20876]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20876) The form_serialized_itype cookie is not used and should be removed
375 - [[20898]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20898) Replace OPAC detail's results browser with non-JavaScript version
376 - [[20921]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20921) Expose borrowernumber and branch when user is logged in to OPAC
377 - [[21157]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21157) Improve style of OPAC login modal
378 - [[21174]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21174) Change default behavior to open OPAC cart in one click
379 - [[21340]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21340) Add spans with classes around callnumbers in OPAC for additional styling
380 - [[21568]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21568) Add more spans with classes around callnumbers in OPAC for additional styling
382 ### Patrons
384 - [[11911]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11911) Add separate permission for managing suggestions
385 - [[12258]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12258) Datatable in Patrons Account Fines
386 - [[14391]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14391) Granular permissions for the administration module
387 - [[15136]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15136) Display item's homebranch in patron's fines list
388 - [[18635]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18635) Koha::Patron->guarantees() should return results alphabetically
389 - [[19524]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19524) Share patron lists between staff
390 - [[20819]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20819) GDPR: Add a consent field for processing personal data in account menu and self-registration
392 > This report adds a new table patron_consent in order to save user consent for processing personal data (GDPR), but allows for future extension.  
393 It adds two preferences: GDPR_Policy and PrivacyPolicyURL. The first pref allows you to enforce giving consent before using the OPAC as a specific user. In permissive mode, we only show a warning on the consent page. The second pref allows you to add a URL to a privacy policy page.  
394 On the self registration page we also add asking for consent if the pref is enabled.
397 - [[20867]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20867) Ability to show membership renewal date on moremember.pl page
398 - [[21337]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21337) Add Koha::Patrons->delete
399 - [[21755]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21755) Show patron updated date in circ menu
401 ### REST api
403 - [[21334]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21334) Add bibliographic content type definitions
405 ### Reports
407 - [[9188]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9188) Remove 'debug' information from patron statistics
408 - [[20260]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20260) Use CodeMirror for the SQL reports editor
409 - [[20495]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20495) Refactor C4::Reports.Guided - remove get_saved_report
411 ### Searching
413 - [[18322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18322) Add facets for ccode to zebra
414 - [[20758]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20758) Typo in BrowseResultSelection syspref description
416 ### Searching - Elasticsearch
418 - [[18316]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18316) Add weighting/relevancy options to ElasticSearch
419 - [[19604]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19604) Elasticsearch Fixes for build_authorities_query for auth searching
420 - [[19893]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19893) Alternative optimized indexing for Elasticsearch
422 > This patch significantly improves the performance of the ElasticSearch indexing process and also improves the maintainability of this area of the codebase.
425 - [[20073]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20073) Move Elasticsearch settings to configuration files
426 - [[20244]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20244) Elasticsearch - Indexing improvements
428 > * Index both ISBN10 and ISBN13 where possible.  
429 * Add handling for alternative scripts.  
430 * Improve sort field handling
433 - [[20248]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20248) Elasticsearch - Improvements to mappings UI and indexing script
434 - [[20602]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20602) Use search fields weight/relevancy on OPAC simple search
436 ### Searching - Zebra
438 - [[20078]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20078) Indexes 'arl' (Accelerated reading level) and 'arp' (Accelerated reading point) not usable in search menus
440 ### Serials
442 - [[17877]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17877) Show internal and vendor note in acquisition info on subscription detail page
443 - [[20365]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20365) Allow several open orders on subscription
444 - [[20726]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20726) Display acquisition details on the subscription detail page
445 - [[21511]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21511) Don't show acquisition details on subscription detail when there is no acq data
447 ### Staff Client
449 - [[13406]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13406) Add classes to MARC Authority display to enable CSS styling
450 - [[16280]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16280) purge_suggestions.pl: Cron job log should tell number of days used
451 - [[17698]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17698) Make patron notes show up on staff dashboard
452 - [[19550]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19550) Add links to related authorities for UNIMARC
453 - [[19902]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19902) Add column configuration to bibliographic record checkouts history table
454 - [[20339]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20339) Unify MARC21 ISBN/ISSN handling in XSL
455 - [[20896]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20896) Move serial enumeration to the right of callnumber on staff detail page
456 - [[21158]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21158) Add cronjob references to the system preference descriptions if a cronjob is required
457 - [[21376]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21376) Catalogue detail date handling improvements
459 ### System Administration
461 - [[12365]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12365) Allow descriptive notes to be added to circulation and fine rules
462 - [[15520]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15520) Add more granular permission for only editing own library's circ rules
463 - [[21403]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21403) Add Indian Amazon Affiliate option to AmazonLocale setting
465 ### Templates
467 - [[7547]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7547) Printing a sorted cart
468 - [[10348]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10348) Show number of items on tab headings in the staff client
469 - [[13618]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13618) Add additional template filter methods and a filter presence test to Koha
471 > This important improvement to Koha's security policy greatly decreases the likelihood of XSS vulnerabilities being introduced into the Koha codebase moving forward. We have introduced the requirement for all variables inside templates to be passed through a filter and added a test to check this requirement is being upheld.
474 - [[19474]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19474) Convert staff client CSS to SCSS
475 - [[19709]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19709) Move template JavaScript to the footer: Labels
476 - [[19833]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19833) Disambiguation of "biblio", "biblio record" and "bibliographic record"
477 - [[20044]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20044) Switch single-column templates to Bootstrap grid: Cataloging
478 - [[20217]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20217) Make header's catalog search menu into a split button
479 - [[20220]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20220) Move template JavaScript to the footer: Holds
480 - [[20520]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20520) Re-indent moremember.tt
481 - [[20534]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20534) Floating toolbar when editing vendors
482 - [[20585]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20585) Label surname as name for organisation type patrons
483 - [[20641]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20641) Switch single-column templates to Bootstrap grid: Various, part 2
484 - [[20650]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20650) Switch single-column templates to Bootstrap grid: Various, part 3
485 - [[20667]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20667) Update two-column templates with Bootstrap grid: Acquisitions part 1
486 - [[20668]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20668) Update two-column templates with Bootstrap grid: Acquisitions part 2
487 - [[20672]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20672) Update two-column templates with Bootstrap grid: Acquisitions part 3
488 - [[20690]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20690) Update two-column templates with Bootstrap grid: Acquisitions part 4
489 - [[20731]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20731) Move template JavaScript to the footer: Call number browser MARC plugin
490 - [[20736]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20736) Update two-column templates with Bootstrap grid: Administration part 1
491 - [[20738]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20738) Update two-column templates with Bootstrap grid: Administration part 2
492 - [[20739]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20739) Update two-column templates with Bootstrap grid: Administration part 3
493 - [[20740]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20740) Update two-column templates with Bootstrap grid: Administration part 4
494 - [[20741]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20741) Update two-column templates with Bootstrap grid: Administration part 5
495 - [[20742]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20742) Update two-column templates with Bootstrap grid: Administration part 6
496 - [[20743]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20743) Update two-column templates with Bootstrap grid: Administration part 7
497 - [[20744]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20744) Replace staff client header Koha logo gif with transparent png
498 - [[20779]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20779) Style refresh for patron detail page
499 - [[20807]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20807) Lost items report: Improve the display of CSV profile errors
500 - [[20984]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20984) MARC21 subfield 300f - Type of Unit  does not display
501 - [[21112]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21112) Re-indent staff client cart template
502 - [[21125]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21125) Shortcut moredetail.pl on nonexistent biblionumber
503 - [[21132]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21132) Highlight active filters on saved report page
504 - [[21137]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21137) Replace BORROWER_INFO and USER_INFO with logged_in_user
505 - [[21166]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21166) Add columns settings to the acquisition details table (record detail view)
506 - [[21237]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21237) Clean up staff client SCSS
507 - [[21305]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21305) Update two-column templates with Bootstrap grid: Patron clubs
508 - [[21306]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21306) Update two-column templates with Bootstrap grid: Tags
509 - [[21341]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21341) Style button on acquisitions existing record search with Bootstrap
510 - [[21409]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21409) Add column configuration to course reserves
511 - [[21428]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21428) Switch two-column templates to Bootstrap grid: Reports part 1
512 - [[21429]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21429) Switch two-column templates to Bootstrap grid: Reports part 2
513 - [[21430]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21430) Switch two-column templates to Bootstrap grid: Reports part 3
514 - [[21433]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21433) Switch two-column templates to Bootstrap grid: Tools part 1
515 - [[21434]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21434) Switch two-column templates to Bootstrap grid: Tools part 2
516 - [[21435]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21435) Switch two-column templates to Bootstrap grid: Tools part 3
517 - [[21437]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21437) Switch two-column templates to Bootstrap grid: Patron lists
518 - [[21439]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21439) Switch two-column templates to Bootstrap grid: Rotating collections
519 - [[21492]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21492) Show subscriptions count in the sidebar menu
520 - [[21519]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21519) Switch two-column templates to Bootstrap grid: Serials part 1
521 - [[21523]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21523) Switch two-column templates to Bootstrap grid: Serials part 2
522 - [[21570]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21570) Switch two-column templates to Bootstrap grid: Various
523 - [[21645]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21645) Clean up library groups template
524 - [[21647]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21647) Clean up SRU fields mapping templates
525 - [[21715]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21715) Ease translation of account and account offset type descriptions
527 ### Test Suite
529 - [[20757]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20757) Capture a screenshot on selenium errors
530 - [[21393]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21393) Make template filter checks code reusable
532 ### Tools
534 - [[13560]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13560) MARC modification templates - Add an 'Add' option
535 - [[21216]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21216) Notices - Add filter/search options to table
536 - [[21408]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21408) Inventory - Warn of items possibly scanned out of order
537 - [[21413]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21413) Inventory - Allow skipping items with waiting holds
539 ### Web services
541 - [[20676]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20676) svc/barcode should allow barcode to be printed without text
543 > Extends Koha /svc/barcode HTTP API. Adds a notext=1 parameter to the entry point in order to prevent the display of barcode text under the barcode's image.
547 ### Z39.50 / SRU / OpenSearch Servers
549 - [[18973]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18973) Auto focus the ISBN field
552 ## Critical bugs fixed
554 (This list includes all bugfixes since the previous major version. Most of them
555 have already been fixed in maintainance releases)
557 ### Acquisitions
559 - [[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
560 - [[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
561 - [[20827]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20827) Can't add owner to a fund
562 - [[20861]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20861) Correct EDI permissions on some pages
563 - [[20972]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20972) If ISBN has 10 numbers only the first 9 numbers are used
564 - [[20979]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20979) Error message when deleting bib attached to order
565 - [[21282]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21282) Ordered/spent lists should use prices including tax for calculations
567 > Corrects the prices shown on the ordered/spent lists for each fund in acquisitions to show the price with taxes included. This will make the total shown on these pages match the total shown in the table on the acq start and fund pages.
570 - [[21347]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21347) bad code for input field in item information tab of addorderiso2709 page
571 - [[21385]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21385) Vendor search: Item count is incorrectly updated on partial receive
572 - [[21587]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21587) Patrons to notify on receiving doesn't work on new order creation, only on modification
573 - [[21758]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21758) Navigation in Z39.50 result pages not working in Acquisitions
575 > The next page, previous page, and go buttons now work when navigating the search results when adding a record to a basket from an external source.
578 - [[21853]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21853) Internal software error when exporting basket group as PDF with Perl > 5.24.1
580 ### Architecture, internals, and plumbing
582 - [[18821]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18821) TrackLastPatronActivity is a performance killer
583 - [[20918]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20918) left-side navigation broken on the checkout history page
584 - [[20922]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20922) Koha::Number::Price must not be used in updatedatabase.pl
585 - [[21087]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21087) Patron's password is hashed twice when the object is saved
586 - [[21133]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21133) Missing use C4::Accounts statement in Koha/Patron.pm
587 - [[21195]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21195) Makefile.t is failing due to new files for SCSS
588 - [[21222]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21222) Patron's creation is broken
589 - [[21432]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21432) Internal Server Error in Checkout History
590 - [[21481]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21481) Translation tool still references to help templates
591 - [[21526]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21526) TT variables used to build a link should be uri filtered
592 - [[21593]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21593) Remove Group by clause in GetAuthValueDropbox
593 - [[21598]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21598) budget_parent_id isn't in GROUP BY - GetBudgetHierarchy
594 - [[21599]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21599) Incorrect decimal value: '' for column 'defaultreplacecost' - Cannot create item type
595 - [[21604]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21604) Cannot add/edit funds, cannot add budgets
596 - [[21607]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21607) Koha::Account::Line->apply should store credit offsets as negative amounts
597 - [[21612]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21612) Incorrect GROUP BY in Koha::Virtualshelves
598 - [[21635]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21635) Incorrect GROUP BY clause in batchMod.pl
599 - [[21669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21669) TT assignment statements must not be html filtered
600 - [[21869]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21869) Bad update statement loses values for MarkLostItemsAsReturned
602 ### Authentication
604 - [[18947]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18947) Unexpected Active Directory LDAP authentication failure mode
605 - [[20879]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20879) Shibboleth in combination with LDAP as an alternative no longer works
606 - [[21311]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21311) Remove locked message from opac-auth.tt
608 > It is good security practice to not provide details which could confirm or deny the existence of an account. Previously, the simple "This account has been locked!" confirmed its existence which would only encourage more attacks by hackers.  
609 To prevent aiding malicious attacks, the message has been changed to something that does not expressly state the account has been locked. It only mentions that accounts will be locked after a number of failed attempts, instead of saying whether it is locked or not.  
610 So while a successful attempt will seem to have an invalid username or password suggestion after the account is locked, users should be reminded that they can always reset their password or contact library staff for help.
614 ### Cataloging
616 - [[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
617 - [[20761]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20761) Advanced Cataloging Editor - Rancor - Some js files are not fetched using Asset
618 - [[20928]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20928) Checkout status not showing patron
619 - [[21448]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21448) Field 606 doesn't add multiple x subfields
620 - [[21742]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21742) Incorrect count of youtube videos
621 - [[21774]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21774) Cloned item subfields disappear when editing an item
623 ### Circulation
625 - [[10382]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10382) collection and location not returning to null when removed from course reserves
627 > These patches ensure that unset values for items added to course reserves are unset when the course is disabled.
630 - [[20825]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20825) Cannot checkout if item types at biblio level
631 - [[20889]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20889) Items marked as not for loan can be checked out
632 - [[20934]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20934) Biblio checkout history shows only current checkout
633 - [[21176]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21176) decreaseLoanHighHolds does not properly calculate date when  TimeFormat set to 12 hour
634 - [[21231]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21231) BlockReturnofLostItems does not prevent lost items being found
635 - [[21257]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21257) Patrons checkout table throws JS error when location/collection not defined
636 - [[21293]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21293) Display of housebound delivery information broken by Bug 13618
637 - [[21464]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21464) Overdues export is missing lot of fields
638 - [[21620]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21620) Errors when using email from stockrotation.pl cronjob
639 - [[21641]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21641) Software error when checking out an item with a charge associated with it
640 - [[21777]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21777) Checkouts table in circulation is out of alignment
641 - [[21796]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21796) Patron Restriction do not restrict checkouts if patron also has a fee/fine on their account
643 ### Command-line Utilities
645 - [[20811]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20811) Fix wrong usage of ModBiblio in bulkmarcimport.pl
646 - [[21122]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21122) Make check-url-quick.pl handle utf8 characters in urls gracefuly
648 ### Course reserves
650 - [[21603]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21603) Incorrect GROUP BY clause in SearchCourses
652 ### Database
654 - [[20773]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20773) bug 20724 follow-up - Database cleanup
655 - [[21129]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21129) New ALTER IGNORE TABLE entries need correction in updatedatabase.pl
656 - [[21617]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21617) statistics.ccode is not long enough (see also dbrev 18.06.00.032)
657 - [[21682]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21682) Stock Rotation: Update DB is failing with strict_sql_modes ON
659 ### Fines and fees
661 - [[13098]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13098) Item lost multiple times by the same patron will create only be charged once
662 - [[20840]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20840) Internal Server Error when clicking on "Details" button
663 - [[20946]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20946) Cannot pay fines for patrons with credits
664 - [[21702]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21702) mancredit.pl incorrectly passes user_id instead of the patron id
666 ### Hold requests
668 - [[20822]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20822) Can't find HOLD_SLIP template when printing
669 - [[21611]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21611) Priority in request.pl shows 1 instead of Waiting
671 ### I18N/L10N
673 - [[21823]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21823) Cannot update or create translations
675 ### ILL
677 - [[21377]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21377) Variable declarations erroneously filtered
679 ### Installation and upgrade (command-line installer)
681 - [[16690]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16690) Improve security of remote database installations
682 - [[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
684 > Add support to koha-create to allow it to accept both compressed and uncompressed files for DEFAULTSQL
688 ### Installation and upgrade (web-based installer)
690 - [[21149]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21149) Administrator creation in onboarding always fails
692 ### Label/patron card printing
694 - [[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
695 - [[21281]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21281) Label Template - Creation not working
697 ### MARC Bibliographic data support
699 - [[21749]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21749) Importing MARC frameworks from pre-9701 fails
701 ### Notices
703 - [[21529]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21529) Fix display of HTML tags in print notices
705 ### OPAC
707 - [[20763]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20763) AllowPurchaseSuggestionBranchChoice triggers error opac-suggestions.pl is visited without logging in
708 - [[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
709 - [[20875]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20875) OpacAddMastheadLibraryPulldown displays an empty list
710 - [[21018]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21018) OPAC Resource URL Broken if Tracklinks is enabled
711 - [[21374]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21374) Self registration e-mail verification does not work
712 - [[21475]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21475) Error in the OPAC when viewing a record which has no biblio-level itemtype
713 - [[21476]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21476) Incorrect filter prevents HTML5 media from playing in the OPAC
714 - [[21479]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21479) Removing from cart removes 2 items
715 - [[21771]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21771) Password recovery is broken (see 20023)
716 - [[21878]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21878) Fix few links for opac pagination and facets (no uri filter)
718 ### Patrons
720 - [[13655]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13655) Can't save organisation type patron without entering userid/password
721 - [[20903]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20903) Print payment receipt on child patron could end with server error
722 - [[20951]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20951) Koha::Patron::Discharge is missing use Koha::Patron::Debarments
723 - [[20981]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20981) Organization name missing from patron search results
724 - [[21068]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21068) Remove NorwegianPatronDB related code
725 - [[21085]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21085) Can't edit patrons with housebound module active
726 - [[21136]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21136) Error "No property select_city for Koha::Patron" when saving patron record
727 - [[21208]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21208) Housebound deliverer/chooser have wrong name when creating a visit
729 ### SIP2
731 - [[21020]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21020) Return branch not set for transfer when using SIP
732 - [[21471]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21471) Misspelled variable name in _get_outstanding_holds
733 - [[21486]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21486) SIP does not return  checked out (charged) items on patron_information request
735 ### Searching
737 - [[20838]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20838) Search by group of libraries is broken
739 ### Searching - Elasticsearch
741 - [[19365]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19365) link_bibs_to_authorities.pl doesn't work with Elasticsearch
742 - [[21032]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21032) Refining a search made on a specific index fail
744 ### Self checkout
746 - [[21054]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21054) Extra closing body tag in sco-main.tt prevents slip printing
748 ### Serials
750 - [[21554]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21554) Using Subscription Batch Edit produces Software Error
752 ### Staff Client
754 - [[20652]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20652) Sort after item type search fails
755 - [[20899]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20899) Patron name not showing on issuehistory.pl
756 - [[20998]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20998) Non superlibrarians cannot search for patrons using the quicksearch at the top
757 - [[21418]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21418) Incorrectly filtered markup in staff client lists
758 - [[21703]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21703) Placing holds in staff is broken (TT filter)
760 ### System Administration
762 - [[21151]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21151) SRU search fields mapping pop-up comes up empty
764 ### Templates
766 - [[13692]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13692) Series link is only using 800a instead of 800t
767 - [[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
768 - [[21163]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21163) Basket group detail page layout is broken
769 - [[21663]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21663) Incorrect filter prevents predefined notes from being added to patron acccounts
770 - [[21704]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21704) Editing subfields in bibliographic frameworks is broken (TT filter)
771 - [[21706]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21706) Editing subfields in authority frameworks is broken (TT filter)
772 - [[21805]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21805) Duplicate include file in search results template causes JS error
773 - [[21814]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21814) System preferences save button can be hidden by language menu
775 ### Test Suite
777 - [[20906]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20906) Fix Debian 9 Test Failures
778 - [[21567]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21567) WebService:ILS related tests fail during package build
779 - [[21597]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21597) Test suite is still failing with new default SQL modes
780 - [[21600]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21600) t/db_dependent/api/v1/patrons.t is failing with new SQL modes
782 ### Tools
784 - [[20084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20084) Patron card creator: layouts Industrial2of5 and COOP2of5 broken with error "Invalid Characters"
785 - [[21656]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21656) Syntax Error in Stock Rotation Default Notice Template
787 ### Web services
789 - [[21046]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21046) ILSDI - AuthenticatePatron returns a wrong borrowernumber if cardnumber is empty
790 - [[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
791 - [[21203]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21203) ILS-DI - GetRecords crashes on non-existent records
793 ### translate.koha-community.org
795 - [[21480]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21480) misc/translator/translate does not work with perl 5.26
798 ## Other bugs fixed
800 (This list includes all bugfixes since the previous major version. Most of them
801 have already been fixed in maintainance releases)
803 ### About
805 - [[7143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143) Bug for tracking changes to the about page
806 - [[17597]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17597) Outdated translation credits
807 - [[20720]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20720) Add libraries (sponsors) to the about page
808 - [[20818]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20818) Missing QA manager entry in 18.05 release notes
810 ### Acquisitions
812 - [[3849]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3849) Descriptions of acquisition permissions are unclear
813 - [[9775]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9775) unitprice should be hidden when creating an order
814 - [[15408]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15408) Timestamp on funds not updated when you duplicate a budget
815 - [[16739]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16739) Generate EDIFACT on basket groups falsely showing when configuration is incomplete
816 - [[16754]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16754) Use validation plugin in budgets, planning, and contracts
817 - [[19271]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19271) Ordered/Spent lists should display vendor name, not vendor code
818 - [[20892]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20892) Wrong basketgroup link in histsearch.pl
819 - [[21033]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21033) Remove few warns in acqui/basket.pl
820 - [[21048]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21048) suggest_status not behaving properly
821 - [[21097]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21097) Missing optgroup closing tag in orderreceive.tt
822 - [[21288]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21288) Slowness in acquisition caused by GetInvoices
823 - [[21324]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21324) Missing aoColumns definition in acqui/parcel receivedt table
824 - [[21356]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21356) Missing space in parcel.tt
825 - [[21387]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21387) Receive items from - form should include tax hints the same as the ordering form
826 - [[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
827 - [[21417]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21417) EDI ordering fails when basket and EAN libraries do not match
828 - [[21425]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21425) basketno not being interpolated into error message
829 - [[21537]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21537) Template error when creating a new order from a suggestion
830 - [[21619]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21619) Tax hints should not be abbreviated
831 - [[21725]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21725) Incorrect HAVING in group by in Acquisitions.pm
832 - [[21799]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21799) Change wording for quantity input field on order receive page
834 ### Architecture, internals, and plumbing
836 - [[15734]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15734) Audio Alerts broken
837 - [[18584]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18584) Our legacy code contains trailing-spaces
838 - [[18720]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18720) Get rid of "die" in favor of exceptions in C4::Acquisition::GetBasketAsCsv
839 - [[19687]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19687) Recent upgrade to 17.05.04.000 bulkmarcimport started to fail
840 - [[19991]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19991) use Modern::Perl in OPAC perl scripts
841 - [[20259]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20259) Shorter JS and CSS rewrite rule
842 - [[20631]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20631) C4::Acounts claims to use ReturnLostItem but doesn't
843 - [[20696]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20696) Remove a few ugly "eq undef" comparisons
844 - [[20702]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20702) Bind results of GetHostItemsInfo to the EasyAnalyticalRecords pref
845 - [[20767]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20767) "The method is not covered by tests!" should give more information
846 - [[20851]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20851) Missing module in circ/article-request-slip.pl
847 - [[20886]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20886) Koha::Object::TO_JSON indiscriminately casting to integer
848 - [[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
849 - [[20980]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20980) Manual credit offsets are stored as debits
851 > This change may affect existing reports. Credits will no longer be recorded as 'debits' but rather get their own 'Manual Credit' type.
854 - [[21008]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21008) pay.pl and paycollect.pl raise warning
855 - [[21022]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21022) Exceptions should skip stringifying if message manually passed
856 - [[21056]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21056) Changing the logged in library can fail sporadically
857 - [[21082]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21082) OverDrive authentication method no longer supported
858 - [[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
859 - [[21154]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21154) Remove unused subs from C4::Serials
860 - [[21182]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21182) acqui/check_duplicate_barcode_ajax.pl is not longer in use
861 - [[21207]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21207) C4::Overdues::GetItems is not used
862 - [[21238]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21238) TemplateToolkit.t is failing on slow server
863 - [[21396]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21396) Missing use statements in Koha::Account
864 - [[21404]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21404) Remove unused variables in C4::Breeding->_auth_build_query
865 - [[21500]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21500) Warnings in rotating collections
866 - [[21584]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21584) Wrong offset type for Lost Item
867 - [[21621]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21621) Incorrect GROUP BY in tools/letter.pl
868 - [[21639]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21639) Phone notice transports do not exist for new installs
869 - [[21680]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21680) Remove dead code C4::Accounts::fixaccounts
870 - [[21804]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21804) Bad rebase reintroduced C4::Accounts::getcharges
871 - [[21867]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21867) Replace remaining document.element.onchange calls in marc_modification_templates.js
873 ### Authentication
875 - [[13779]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13779) sessionID declared twice in C4::Auth::checkauth()
876 - [[20023]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20023) Password recovery should be case insensitive
877 - [[21323]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21323) Redirect page after login missing multiple params
879 ### Cataloging
881 - [[15360]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15360) Incorrect or mislabeled behavior on Authorities "New from Z39.50" Button
882 - [[16424]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16424) Advanced editor reverts records back to Default framework
884 > After this patch, frameworks will be handled correctly by the advanced cataloguing editor.
887 - [[18655]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18655) Unimarc field 210c fails on importing fields with a simple quote
888 - [[18822]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18822) Advanced editor - Rancor - searching broken under Elasticsearch
889 - [[19970]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19970) Revise change of bug 19413 to work better for translations
890 - [[20592]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20592) updateitem.pl causes database errors when empty non-public item notes updated
891 - [[20760]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20760) Advanced Cataloging Editor - Rancor - AuthorisedValues are incorrectly fetched
892 - [[20785]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20785) Advanced Editor does not honor MarcFieldDocURL
893 - [[20829]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20829) 'Link to host item' gives internal server error
894 - [[21009]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21009) Max length of inputs on editing/adding items is broken
895 - [[21053]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21053) Editing 008 field with a hash overwrites data
896 - [[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'
897 - [[21362]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21362) Advanced MARC Editor - Rancor - Tab navigation not working in fixed fields
898 - [[21365]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21365) BiblioAddsAuthorities does not work with the Advanced MARC Editor - Rancor
899 - [[21407]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21407) Can't enter new macros in the advanced cataloging editor (rancor)
900 - [[21556]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21556) Deleting same record twice leads to fatal software error
901 - [[21666]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21666) Advanced editor search- error is given for 'Unsupported Use attribute' when searching on title + author
903 ### Circulation
905 - [[16420]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16420) Buttons inconsistent between "Hold found" and "Hold found (waiting)" dialogs in checkin
906 - [[17561]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17561) ReserveSlip needs itemnumber for item level holds on same biblio
907 - [[18677]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18677) issue_id is not added to accountlines for lost item fees
908 - [[20120]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20120) Prevent writeoffs of more than the amount owed for a fee
909 - [[20487]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20487) AddReturn should clear items.onloan for unissued items
910 - [[20598]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20598) Accruing fines not closed out by longoverdue.pl if WhenLostForgiveFine is not enabled
911 - [[20660]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20660) AddReturn should use return date override for debarments
912 - [[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
913 - [[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
914 - [[21168]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21168) Error on circ/returns.pl after deleting checked-in item
915 - [[21463]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21463) Library is no longer displayed in the overdue list
916 - [[21553]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21553) Javascript error on rota page
917 - [[21562]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21562) Sorting on checkout date is broken
919 ### Command-line Utilities
921 - [[20893]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20893) batchRebuildItemsTables.pl has incorrect parameter
922 - [[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
923 - [[21322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21322) process_message_queue.pl --type should take an argument
924 - [[21640]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21640) Itivia outbound script doesn't print to STDOUT
925 - [[21698]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21698) FIX POD of cancel_unfilled_holds.pl
927 ### Course reserves
929 - [[21349]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21349) Instructors with special characters (e.g. $, ., :) in their cardnumber cannot be removed from course reserves
931 ### Database
933 - [[5458]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5458) length of items.ccode disagrees with authorised_values.authorised_value
934 - [[20777]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20777) Remove unused field accountlines.dispute
935 - [[21015]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21015) Members.pm slow because it loads twice Koha::Schema
937 ### Developer documentation
939 - [[21077]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21077) Fix comment for statistics.type in installer/data/mysql/kohastructure.sql
941 ### Fines and fees
943 - [[20285]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20285) Lost item refund won't always pay down lost item fee first
944 - [[21167]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21167) Price should be correctly formatted on printed fee receipt and invoice
945 - [[21196]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21196) C4::Overdues::CalcFine should consider default item type replacement cost
946 - [[21462]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21462) "Filter paid transactions" stopped working after html-table was changed
948 ### Hold requests
950 - [[21075]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21075) AutoUnsuspendHolds should unsuspend holds <= today
951 - [[21076]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21076) Javascript error on article requests page
952 - [[21320]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21320) Holds to pull should honor syspref AllowHoldsOnDamagedItems
953 - [[21389]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21389) Javascript error on article requests page
955 ### I18N/L10N
957 - [[19500]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19500) Make module names on letters overview page translatable
958 - [[20332]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20332) Untranslatable strings in grouped OPAC results
959 - [[21029]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21029) "Suspend until" in modal in staff patron account is not translatable
960 - [[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"
961 - [[21490]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21490) Disambiguation of "Order"
963 ### ILL
965 - [[20548]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20548) Remove copyright clearance workflow from staff created ILL requests
966 - [[20941]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20941) Displaying requests does not display request material type
967 - [[20996]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20996) Fix API response time on ILL request endpoint
969 > This patch makes the <branch> configuration section compulsory in the <interlibrary_loans> section of your Koha configuration file. The <branch> section allows you define per-branch Interlibrary loan options for each branch. In it's most basic form, the branch section can be:  
970 <branch><code>code_for_your_branch</code></branch>
973 - [[21289]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21289) Error when sending emails to partner libraries
974 - [[21497]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21497) Dates should be correctly formatted for ILL requests in OPAC
975 - [[21516]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21516) Request notes CSS bug makes them unreadable
976 - [[21585]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21585) Missing firstnames should be gracefully ignored in ILL requests table
977 - [[21835]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21835) Request ID is displayed as NaN
979 ### Installation and upgrade (command-line installer)
981 - [[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
982 - [[21654]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21654) Installer is loading a non-existent file
984 ### Installation and upgrade (web-based installer)
986 - [[15717]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15717) Installer: Step 3 has HTML tag br showing
988 ### Label/patron card printing
990 - [[6647]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6647) Label item search should use standard pagination routine
991 - [[20765]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20765) Search for items by acqdate does not work in label batch
993 ### Lists
995 - [[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
996 - [[21297]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21297) "More lists" screen missing "Select an Existing list" fieldset when all lists are public
997 - [[21629]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21629) List sort on call number does not use cn_sort
999 > With this patch lists sorted on call number will now use the machine sortable form of the callnumber from items.cn_sort for better results.
1002 - [[21874]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21874) Encoding broken in list and cart email subjects
1004 ### MARC Authority data support
1006 - [[21581]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21581) Matching rules for authorities do not respect 'Search index' setting
1007 - [[21644]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21644) UNIMARC XSLT display of 210 in intranet
1009 ### MARC Bibliographic data support
1011 - [[20700]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20700) Update MARC21 leader/007/008 codes
1012 - [[20910]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20910) 773$g not displayed if $0 is present
1014 ### Notices
1016 - [[15971]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15971) Serial claim letters should allow the use of all biblio and biblioitems fields (like issn)
1017 - [[21277]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21277) fr-CA translation for notices in sample_notices.sql
1019 ### OPAC
1021 - [[16575]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16575) Irregular behaviour using window.print() followed by window.location.href=
1022 - [[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
1023 - [[19291]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19291) Make breadcrumbs for OPAC search history consistent with other patron account pages
1024 - [[19849]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19849) Rebase of bug 16621 partially reverted bug 12509
1025 - [[20053]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20053) Drop type attribute "text/javascript" for `<script>` elements used in OPAC templates
1027 > Prevents warnings about type attribute being generated for `<script>` elements when testing the OPAC pages using W3C Validator for HTML5.
1030 - [[20090]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20090) Missing Script Statement for Novelist Select on Some Record Displays in OPAC
1031 - [[20507]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20507) Shelf browser does not update image sources when paging
1032 - [[20756]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20756) OPAC "Share list" button should be styled with an icon
1033 - [[20953]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20953) Discharge can be requested several times on OPAC
1034 - [[20994]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20994) Fix capitalization on OPAC result list "Save to Lists"
1035 - [[21078]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21078) Overdrive JS breaks when window opened from another site
1036 - [[21094]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21094) Syndetics: always use https instead of http
1037 - [[21127]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21127) Remove jqTransform jQuery plugin from the OPAC
1038 - [[21493]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21493) Remove incomplete icon style from serial issues tabs
1039 - [[21590]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21590) "send list" email uses the term "virtual shelf", this should be "list".
1041 ### Packaging
1043 - [[17084]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17084) Automatic debian/control updates (master)
1044 - [[17237]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17237) Stop koha-create from creating MySQL users without host restriction
1045 - [[18250]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18250) koha-common should start after memcached
1046 - [[20920]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20920) Plack timeout because of missing CGI::Compile Perl dependency
1047 - [[20949]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20949) Koha depends on Clone
1048 - [[21267]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21267) X_FORWARDED_PROTO header should be set in apache
1050 ### Patrons
1052 - [[2426]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2426) Management permissions is deprecated
1053 - [[3886]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3886) Can't print receipt w/out allowing "Add or modify borrowers" permission
1054 - [[7996]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7996) Patron modification log requires parameters permission
1055 - [[20656]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20656) Print summary for patron shows paid fines and formats payments badly
1057 > Print summary for patron will now show only outstanding fines/payments. To print all fines/payments you can use the 'print' option for the table in the accounts page for the patron.
1060 - [[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
1061 - [[20991]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20991) Error will reset category when editing a patron
1062 - [[21025]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21025) Koha::Patron::Discharge is missing use C4::Letters
1063 - [[21041]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21041) "Merge patrons" button remains disabled with "Select all" option
1064 - [[21080]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21080) patron attribute classes break patron's edit view
1065 - [[21096]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21096) Garbled username on intranet login page
1066 - [[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
1067 - [[21353]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21353) Merge patrons option only available with manage_patron_lists
1068 - [[21596]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21596) Handle default values when storing Koha::Patron
1069 - [[21634]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21634) "Circulation" option is lost when viewing patron's logs
1070 - [[21649]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21649) Add child button in the staff client is no longer automatically populating the parent address
1072 ### REST api
1074 - [[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
1076 ### Reports
1078 - [[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
1079 - [[20945]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20945) Report params not escaped when downloading
1080 - [[21005]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21005) Missing row/column defaults cause unexpected results in report wizards
1081 - [[21541]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21541) HTML filter breaks HTML rendering of SQL output
1082 - [[21837]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21837) Overdues report shoudln't set homebranchfilter as holdingbranchfilter
1084 ### Searching
1086 - [[9968]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9968) Incorrect index used for 'Standard number' in advanced search
1087 - [[14716]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14716) Correctly URI-encode URLs in XSLT result lists and detail pages
1088 - [[19390]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19390) OPAC view link in staff results should open in a new tab
1089 - [[20151]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20151) Search is broken when stemming has no language
1090 - [[20864]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20864) Only set bibs_selected cookie when BrowseResultSelection is activated
1091 - [[21455]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21455) Authority search options get shuffled around when you click on 'Search'
1093 ### Searching - Elasticsearch
1095 - [[19502]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19502) Result sets limited to 10000
1096 - [[20273]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20273) Elasticsearch: Auth-finder.pl autocomplete must use search_auth_compat
1098 ### Searching - Zebra
1100 - [[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
1101 - [[21416]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21416) 'gr' option missing from ZEBRA_LANGUAGE options in koha-sites.conf
1103 ### Serials
1105 - [[7136]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7136) Correct description of Grace period for subscriptions
1106 - [[20241]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20241) Fix display of publication year in subscription record search for MARC21
1107 - [[20351]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20351) Implement blocking errors for serials scripts
1108 - [[20778]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20778) Unable to delete a subscription
1109 - [[21505]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21505) Box around 'Additional fields' does not contain the fields
1110 - [[21552]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21552) RoutingListNote should use raw filter and display HTML unescaped
1112 ### Staff Client
1114 - [[17625]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17625) 245f and 245g are not displayed in XSLT
1115 - [[18521]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18521) Renew and search hotkeys are swapped on returns page.
1116 - [[20504]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20504) Language attribute in html tag is empty in system preference editor
1117 - [[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.
1118 - [[20781]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20781) 0 months is not a valid enrollment period and causes errors
1119 - [[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
1120 - [[21248]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21248) Fix COinS carp in MARC details page on unknown record
1121 - [[21291]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21291) Article requests page doesn't show MARC, LabeledMARC and ISBD in sidebar
1122 - [[21456]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21456) The 'New authority' button lists authority types inconsistently
1123 - [[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
1124 - [[21583]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21583) Novelist Select staff client not working in staff client - ns2init.js not loading
1125 - [[21606]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21606) Issues with matching rules
1127 ### System Administration
1129 - [[14446]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14446) Resolve "Use of uninitialized value in goto" in admin/preferences.pl
1130 - [[19179]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19179) Email option for SMSSendDriver is not documented as a valid setting
1131 - [[21131]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21131) Changing and restoring a WYSIWYG preference can result in unexpected behaviour
1132 - [[21144]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21144) ROADTYPE missing from authorised value categories list
1133 - [[21279]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21279) Transport cost matrix shows html entity in all empty cells
1134 - [[21625]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21625) Fix wording and typo in SMSSendDriver system preference description
1135 - [[21730]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21730) PA_CLASS missing from list of authorized values categories
1136 - [[21815]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21815) Rephrase HidePersonalPatronDetailOnCirculation a little bit
1138 ### Templates
1140 - [[10442]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10442) Remove references to non-standard "error" class
1141 - [[13272]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13272) Many inputs lack a type attribute
1142 - [[14786]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14786) Use text "MARC file" instead of "ISO2709" everywhere
1143 - [[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
1144 - [[20223]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20223) Merge members-menu and circ-menu inc files
1145 - [[20559]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20559) Occurrences of loading-small.gif still exist
1146 - [[20698]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20698) Remove obsolete template: transfer-slip.tt
1147 - [[20752]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20752) Files tab in patron account is not properly capitalized
1148 - [[20774]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20774) Trivial HTML error in itemslost.tt
1149 - [[20791]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20791) Correct capitalization on 'Notices and slips' page
1150 - [[20805]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20805) Update child to adult patron process broken on several patron-related pages
1151 - [[20814]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20814) Display issue with 'Saved reports' tabs when memcached is off
1152 - [[20828]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20828) Step 4 of moremember is used for Housebound and additional attributes
1153 - [[20831]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20831) (Bug 9573 follow-up) Pass id as first parameter instead of selector
1154 - [[20881]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20881) Order receiving: Price filter missing on_editing
1155 - [[20931]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20931) JS error "ReferenceError: $ is not defined" when CircSidebar is turned on
1156 - [[20974]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20974) Remove files left behind after removing Solr
1157 - [[20999]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20999) Remove invalid 'style="block"' from OPAC templates
1158 - [[21038]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21038) Reserves should be holds
1159 - [[21050]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21050) Datepickers on LabelItemSearch broken
1160 - [[21099]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21099) Floating toolbars reposition too late
1161 - [[21139]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21139) The floating toolbars have some issues
1162 - [[21145]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21145) The "Column visibility" button should not be displayed at the OPAC
1163 - [[21148]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21148) Dropdowns styled by the Select2 plugin do not highlight missing required fields
1164 - [[21164]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21164) Fix alignment on new basket form in acquisitions
1165 - [[21185]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21185) Incorrect title tag on tags review page
1166 - [[21186]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21186) Incorrect Bootstrap modal event name in multiple templates
1167 - [[21223]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21223) Some floating values are wrong
1168 - [[21229]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21229) Correct nesting and specificity for some button styles
1169 - [[21234]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21234) Remove our .clearfix class in favor of Bootstrap's
1170 - [[21239]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21239) CSS regressions caused by SCSS move
1171 - [[21243]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21243) Regression: SRU mapping popup for bibliographic records is unstyled
1172 - [[21285]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21285) Select2 broken on high dpi screens
1173 - [[21350]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21350) Add Font Awesome icon for pending onsite checkouts link
1174 - [[21397]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21397) Routing list tab not marked as active
1175 - [[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
1176 - [[21513]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21513) Add a 'Cancel' button to the authority editor and remove duplicate 'Save' button
1177 - [[21531]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21531) Subscription "New fields" button should read "New field"
1178 - [[21550]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21550) DataTables four button pagination uses the wrong icon for disabled buttons
1179 - [[21740]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21740) Fixed-length fields show _ instead of @ when editing subfields
1180 - [[21838]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21838) Wrong alignment of instructors in course reserves
1181 - [[21839]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21839) Fix capitalization for "Print Label"
1183 ### Test Suite
1185 - [[18959]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18959) Text_CSV_Various.t must skip if Text::CSV::Unicode is not installed
1186 - [[20177]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20177) Remove GROUP BY clause in GetCourses
1187 - [[20776]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20776) Add Selenium::Remote::Driver to dependencies
1188 - [[20866]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20866) ArticleRequests.t fails on existing requests
1189 - [[20900]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20900) Yet another test assumes that CPL is present
1190 - [[21023]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21023) Remove warning in t/db_dependent/Circulation/Chargelostitem.t
1191 - [[21086]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21086) Wrong mock of DateTime->now in tests
1192 - [[21095]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21095) Tests should expect ccodes facets now (since we have ccode facets)
1193 - [[21134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21134) Wrong error handling in Koha/Patron/Modification.pm hides a bug
1194 - [[21155]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21155) SwitchOnSiteCheckouts.t is failing randomly
1195 - [[21188]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21188) t/db_dependent/Circulation/issue.t is failing
1196 - [[21213]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21213) Circulation.t needs diagnostics
1197 - [[21230]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21230) Reserves.t is failing randomly
1198 - [[21262]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21262) Do not format numbers for editing if too big
1199 - [[21295]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21295) Update selenium tests for Admin pages bootstrap updates
1200 - [[21355]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21355) GetDailyQuotes.t is fragile
1201 - [[21360]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21360) IssueSlip.t is failing if run at 23:59
1202 - [[21454]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21454) Price filtered variables should not need to be html filtered
1203 - [[21536]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21536) t/Koha_ExternalContent_RecordedBooks.t skips more tests than scheduled
1204 - [[21613]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21613) Turn strict SQL modes on for tests
1205 - [[21717]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21717) TestBuilder.t is failing randomly
1206 - [[21770]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21770) t::lib::QA::TemplateFilters should allow html_entity in href
1207 - [[21775]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21775) Lack of tests for audio alerts
1208 - [[21787]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21787) GetHardDueDate.t has a silly test
1210 ### Tools
1212 - [[20131]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20131) Inventory optional filters always shows "For loan" for value 0
1213 - [[20564]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20564) Error 500 displays when uploading patron images with a zipped file
1214 - [[21113]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21113) Hint Messages are misleading at "Merge Selected Patrons" in Patron Lists
1215 - [[21141]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21141) Batch item modification tool throws error 500 when an itemnumber is invalid
1216 - [[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
1217 - [[21242]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21242) Modification log redirects you to circulation with no borrower if 'Object' field is not populated with borrowernumber
1218 - [[21579]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21579) showdiffmarc tool during manage staged batches always looks for biblios even when matching authorities
1219 - [[21614]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21614) Search bar on Stock rotation page displays both [-] and [+] simultaneously
1220 - [[21615]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21615) "Stock rotation" is at the wrong place in the Tools left side menu
1221 - [[21819]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21819) Marc modification templates action always checks Regexp checkbox
1222 - [[21854]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21854) Patron category is not showing during batch modification
1224 ### Web services
1226 - [[21226]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21226) Remove use of retired OCLC xISBN service
1228 > 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.
1231 - [[21235]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21235) Remove services_throttle if not required for ThingISBN
1232 - [[21542]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21542) OverDrive password submission should use a password field to mask input
1234 ## New sysprefs
1236 - AdditionalFieldsInZ3950ResultSearch
1237 - AdlibrisCoversEnabled
1238 - AdlibrisCoversURL
1239 - ArticleRequestsLinkControl
1240 - ElasticsearchIndexStatus_authorities
1241 - ElasticsearchIndexStatus_biblios
1242 - GDPR_Policy
1243 - HoldsAutoFill
1244 - HoldsAutoFillPrintSlip
1245 - HoldsSplitQueue
1246 - ItemsDeniedRenewal
1247 - KohaManualBaseURL
1248 - KohaManualLanguage
1249 - MarcFieldForCreatorId
1250 - MarcFieldForCreatorName
1251 - MarcFieldForModifierId
1252 - MarcFieldForModifierName
1253 - OpacHiddenItemsExceptions
1254 - OverDrivePasswordRequired
1255 - PrivacyPolicyURL
1256 - RecordedBooksClientSecret
1257 - RecordedBooksDomain
1258 - RecordedBooksLibraryID
1259 - RotationPreventTransfers
1260 - StockRotation
1261 - UseEmailReceipts
1262 - showLastPatron
1264 ## System requirements
1266 Important notes:
1267     
1268 - Perl 5.10 is required
1269 - Zebra is required
1271 ## Documentation
1273 The Koha manual is maintained in DocBook. The home page for Koha 
1274 documentation is 
1276 - [Koha Documentation](http://koha-community.org/documentation/)
1278 As of the date of these release notes, only the English version of the
1279 Koha manual is available:
1281 - [Koha Manual](http://koha-community.org/manual/18.11/en/html/)
1284 The Git repository for the Koha manual can be found at
1286 - [Koha Git Repository](http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary)
1288 ## Translations
1290 Complete or near-complete translations of the OPAC and staff
1291 interface are available in this release for the following languages:
1293 - Arabic (94%)
1294 - Armenian (94%)
1295 - Basque (64.4%)
1296 - Chinese (China) (65.1%)
1297 - Chinese (Taiwan) (96.1%)
1298 - Czech (89.8%)
1299 - Danish (56.5%)
1300 - English (New Zealand) (89.9%)
1301 - English (USA)
1302 - Finnish (85.3%)
1303 - French (94.4%)
1304 - French (Canada) (94.1%)
1305 - German (100%)
1306 - German (Switzerland) (93.6%)
1307 - Greek (76.5%)
1308 - Hindi (95.5%)
1309 - Italian (92.2%)
1310 - Norwegian BokmÃ¥l (94.8%)
1311 - Occitan (post 1500) (60.6%)
1312 - Polish (86.8%)
1313 - Portuguese (100%)
1314 - Portuguese (Brazil) (78.2%)
1315 - Slovak (87.5%)
1316 - Spanish (94%)
1317 - Swedish (92.3%)
1318 - Turkish (95.5%)
1319 - Ukrainian (58%)
1320 - Vietnamese (54.4%)
1322 Partial translations are available for various other languages.
1324 The Koha team welcomes additional translations; please see
1326 - [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
1328 For information about translating Koha, and join the koha-translate 
1329 list to volunteer:
1331 - [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
1333 The most up-to-date translations can be found at:
1335 - [Koha Translation](http://translate.koha-community.org/)
1337 ## Release Team
1339 The release team for Koha 18.11.00 is
1341 - Release Manager: [Jonathan Druart](mailto:jonathan.druart@bugs.koha-community.org)
1342 - Release Manager assistant: [Nick Clemens](mailto:nick@bywatersolutions.com)
1343 - QA Manager: 
1345 - QA Team:
1346   - [Tomás Cohen Arazi](mailto:tomascohen@gmail.com)
1347   - [Alex Arnaud](mailto:alex.arnaud@biblibre.com)
1348   - [Brendan Gallagher](mailto:brendan@bywatersolutions.com)
1349   - [Kyle Hall](mailto:kyle@bywatersolutions.com)
1350   - [Julian Maurice](mailto:julian.maurice@biblibre.com)
1351   - Josef Moravec
1352   - [Marcel de Rooy](mailto:m.de.rooy@rijksmuseum.nl)
1353 - Bug Wranglers:
1354   - Claire Gravely
1355   - Jon Knight
1356   - [Marc Véron](mailto:veron@veron.ch)
1357 - Packaging Manager: [Mirko Tietgen](mailto:mirko@abunchofthings.net)
1358 - Documentation Team:
1359   - Lee Jamison
1360   - David Nind
1361   - Caroline Cyr La Rose
1362 - Translation Manager: [Bernardo Gonzalez Kriegel](mailto:bgkriegel@gmail.com)
1363 - Release Maintainers:
1364   - 17.11 -- [Nick Clemens](mailto:nick@bywatersolutions.com)
1365   - 17.05 -- [Fridolin Somers](mailto:fridolin.somers@biblibre.com)
1366   - 16.11 -- [Chris Cormack](mailto:chrisc@catalyst.net.nz)
1368 ## Credits
1369 We thank the following libraries who are known to have sponsored
1370 new features in Koha 18.11.00:
1372 - BULAC - http://www.bulac.fr/
1373 - Catalyst IT
1374 - CCSR (https://ccsr.qc.ca)
1375 - Escuela de Orientacion Lacaniana
1376 - Goethe-Institut
1377 - Gothenburg University Library
1378 - National Library of Finland
1379 - Stockholm University Library
1380 - Theke Solutions
1382 We thank the following individuals who contributed patches to Koha 18.11.00.
1384 - Alberto (1)
1385 - fv@spots.school (1)
1386 - xljoha (1)
1387 - Blou (4)
1388 - Aleisha Amohia (16)
1389 - Dimitris Antonakis (1)
1390 - Alex Arnaud (14)
1391 - Zoe Bennett (3)
1392 - David Bourgault (3)
1393 - Christopher Brannon (1)
1394 - Alex Buckley (5)
1395 - Nightly Build Bot (2)
1396 - Colin Campbell (4)
1397 - Barry Cannon (1)
1398 - Nazlı Ã‡etin (1)
1399 - Jérôme Charaoui (1)
1400 - Barton Chittenden (2)
1401 - Nick Clemens (247)
1402 - Tomás Cohen Arazi (110)
1403 - David Cook (8)
1404 - Charlotte Cordwell (4)
1405 - Chris Cormack (2)
1406 - Caroline Cyr La Rose (6)
1407 - Marcel de Rooy (82)
1408 - Jonathan Druart (400)
1409 - Magnus Enger (5)
1410 - Charles Farmer (2)
1411 - Katrin Fischer (78)
1412 - Bernardo González Kriegel (5)
1413 - Caitlin Goodger (1)
1414 - Isobel Graham (2)
1415 - Claire Gravely (2)
1416 - Victor Grousset (5)
1417 - Amit Gupta (1)
1418 - David Gustafsson (16)
1419 - Margaret Hade (1)
1420 - Koha instance kohadev-koha (2)
1421 - Andrew Isherwood (41)
1422 - Mason James (1)
1423 - Lee Jamison (1)
1424 - Srdjan Jankovic (7)
1425 - Pasi Kallinen (6)
1426 - Vassilis Kanellopoulos (1)
1427 - Olli-Antti Kivilahti (1)
1428 - Jon Knight (1)
1429 - David Kuhn (1)
1430 - Joonas Kylmälä (1)
1431 - Pierre-Luc Lapointe (1)
1432 - Johan Larsson (1)
1433 - Owen Leonard (146)
1434 - Thatcher Leonard (1)
1435 - Cori Lynn Arnold (4)
1436 - Ere Maijala (19)
1437 - Jesse Maseto (1)
1438 - Julian Maurice (24)
1439 - Matthias Meusburger (3)
1440 - Kyle M Hall (79)
1441 - Josef Moravec (44)
1442 - Joy Nelson (2)
1443 - Chris Nighswonger (1)
1444 - Dobrica Pavlinusic (1)
1445 - Martin Persson (4)
1446 - Liz Rea (1)
1447 - Martin Renvoize (44)
1448 - Benjamin Rokseth (1)
1449 - Andreas Roussos (7)
1450 - Jane Sandberg (2)
1451 - Alex Sassmannshausen (2)
1452 - Maryse Simard (2)
1453 - Grace Smyth (1)
1454 - Fridolin Somers (13)
1455 - Lari Taskula (13)
1456 - Mirko Tietgen (7)
1457 - Mark Tompsett (15)
1458 - Koha translators (1)
1459 - Marc Véron (1)
1460 - Jenny Way (1)
1461 - Jesse Weaver (3)
1462 - Baptiste Wojtkowski (2)
1464 We thank the following libraries, companies, and other institutions who contributed
1465 patches to Koha 18.11.00
1467 - abunchofthings.net (9)
1468 - ACPL (146)
1469 - BibLibre (59)
1470 - BigBallOfWax (1)
1471 - BSZ BW (80)
1472 - bugs.koha-community.org (398)
1473 - ByWater-Solutions (332)
1474 - Catalyst (14)
1475 - cdalibrary.org (1)
1476 - cmaisonneuve.qc.ca (1)
1477 - debian.diman (1)
1478 - deichman.no (1)
1479 - Devinim (1)
1480 - dgiinc.com (4)
1481 - Foundations (1)
1482 - Göteborgs universitet (18)
1483 - helsinki.fi (20)
1484 - icloud.com (1)
1485 - iki.fi (1)
1486 - informaticsglobal.com (1)
1487 - inLibro.com (3)
1488 - interleaf.ie (1)
1489 - jns.fi (13)
1490 - joensuu.fi (6)
1491 - kanellov.com (1)
1492 - KohaAloha (1)
1493 - kohadevbox (2)
1494 - kylehall.info (1)
1495 - Libriotech (5)
1496 - linnbenton.edu (2)
1497 - Loughborough University (1)
1498 - Marc Véron AG (1)
1499 - Marywood University (1)
1500 - Prosentient Systems (8)
1501 - PTFS-Europe (91)
1502 - Rijksmuseum (82)
1503 - rot13.org (1)
1504 - Solutions inLibro inc (12)
1505 - spots.school (1)
1506 - Theke Solutions (110)
1507 - unidentified (108)
1508 - Universidad Nacional de Córdoba (5)
1509 - wegc.school.nz (1)
1511 We also especially thank the following individuals who tested patches
1512 for Koha.
1514 - andrew.isherwood@ptfs-europe.com (2)
1515 - Blou (1)
1516 - claude (1)
1517 - Claudio (1)
1518 - delaye (1)
1519 - Devinim (4)
1520 - DEVINIM (1)
1521 - George (1)
1522 - mmg@interleaf.ie (1)
1523 - Niamh.Walker-Headon@it-tallaght.ie (1)
1524 - Petter (1)
1525 - pierre-marc (1)
1526 - Sonia (2)
1527 - Spencer (1)
1528 - Srdjan (1)
1529 - Todd (1)
1530 - Brendan A Gallagher (2)
1531 - Hugo Agud (1)
1532 - Sandy Allgood (3)
1533 - Aleisha Amohia (6)
1534 - José Anjos (1)
1535 - Alex Arnaud (7)
1536 - David Bourgault (1)
1537 - Christopher Brannon (2)
1538 - Alex Buckley (16)
1539 - Colin Campbell (4)
1540 - Barry Cannon (9)
1541 - Nick Clemens (1517)
1542 - Tomas Cohen Arazi (230)
1543 - David Cook (1)
1544 - Chris Cormack (73)
1545 - Caroline Cyr La rose (2)
1546 - Caroline Cyr La Rose (12)
1547 - Frédéric Demians (1)
1548 - Michal Denar (3)
1549 - Michal Denar (58)
1550 - Marcel de Rooy (222)
1551 - John Doe (6)
1552 - Jonathan Druart (325)
1553 - Magnus Enger (9)
1554 - Charles Farmer (15)
1555 - Bouzid Fergani (1)
1556 - Katrin Fischer (407)
1557 - Martha Fuerst (1)
1558 - Brendan Gallagher (16)
1559 - â€œLucas Gass” (1)
1560 - Bernardo Gonzalez Kriegel (2)
1561 - Stephen Graham (6)
1562 - Claire Gravely (43)
1563 - Victor Grousset (6)
1564 - Amit Gupta (2)
1565 - Andreas Hedström Mace (1)
1566 - Andrew Isherwood (16)
1567 - Dilan Johnpullé (9)
1568 - Pasi Kallinen (6)
1569 - Myka Kennedy Stephens (1)
1570 - Ulrich Kleiber (1)
1571 - Jon Knight (1)
1572 - Pierre-Luc Lapointe (11)
1573 - macon  lauren KohaCon17 (1)
1574 - Nicolas Legrand (2)
1575 - Owen Leonard (126)
1576 - Cori Lynn Arnold (5)
1577 - Ere Maijala (19)
1578 - Jesse Maseto (14)
1579 - Julian Maurice (47)
1580 - Matthias Meusburger (1)
1581 - Kyle M Hall (69)
1582 - Kathleen Milne (3)
1583 - Josef Moravec (234)
1584 - Joy Nelson (1)
1585 - Chris Nighswonger (1)
1586 - David Nind (11)
1587 - François Pichenot (1)
1588 - Simon Pouchol (1)
1589 - Severine QUEUNE (1)
1590 - Séverine QUEUNE (94)
1591 - Te Rauhina Jackson (2)
1592 - Martin Renvoize (244)
1593 - Benjamin Rokseth (3)
1594 - Paola Rossi (2)
1595 - Andreas Roussos (10)
1596 - Jane Sandberg (2)
1597 - BWS Sandboxes (1)
1598 - Lisette Scheer (12)
1599 - Maksim Sen (4)
1600 - Margie Sheppard - Central Kansas Library System CKLS (2)
1601 - Maryse Simard (26)
1602 - Fridolin Somers (2)
1603 - Christian Stelzenmüller (10)
1604 - John Sterbenz (1)
1605 - Koha Team AMU (8)
1606 - Pierre-Marc Thibault (17)
1607 - Mirko Tietgen (13)
1608 - Mark Tompsett (52)
1609 - Ed Veal (1)
1610 - George Veranis (1)
1611 - Marc Véron (4)
1612 - Marjorie Vila (1)
1613 - Cab Vinton (5)
1614 - George Williams (6)
1617 We regret any omissions.  If a contributor has been inadvertently missed,
1618 please send a patch against these release notes to 
1619 koha-patches@lists.koha-community.org.
1621 ## Revision control notes
1623 The Koha project uses Git for version control.  The current development 
1624 version of Koha can be retrieved by checking out the master branch of:
1626 - [Koha Git Repository](git://git.koha-community.org/koha.git)
1628 The branch for this version of Koha and future bugfixes in this release
1629 line is master.
1631 ## Bugs and feature requests
1633 Bug reports and feature requests can be filed at the Koha bug
1634 tracker at:
1636 - [Koha Bugzilla](http://bugs.koha-community.org)
1638 He rau ringa e oti ai.
1639 (Many hands finish the work)
1641 Autogenerated release notes updated last on 27 Nov 2018 01:41:47.