Update release notes for 20.05.08 release
[koha.git] / misc / release_notes / release_notes_20_05_09.html
1 <h1 id="releasenotesforkoha20.05.09">RELEASE NOTES FOR KOHA 20.05.09</h1>
2
3 <p>23 Feb 2021</p>
4
5 <p>Koha is the first free and open source software library automation
6 package (ILS). Development is sponsored by libraries of varying types
7 and sizes, volunteers, and support companies from around the world. The
8 website for the Koha project is:</p>
9
10 <ul>
11 <li><a href="http://koha-community.org">Koha Community</a></li>
12 </ul>
13
14 <p>Koha 20.05.09 can be downloaded from:</p>
15
16 <ul>
17 <li><a href="http://download.koha-community.org/koha-20.05.09.tar.gz">Download</a></li>
18 </ul>
19
20 <p>Installation instructions can be found at:</p>
21
22 <ul>
23 <li><a href="http://wiki.koha-community.org/wiki/Installation_Documentation">Koha Wiki</a></li>
24 <li>OR in the INSTALL files that come in the tarball</li>
25 </ul>
26
27 <p>Koha 20.05.09 is a bugfix/maintenance release with security fixes.</p>
28
29 <p>It includes 2 security fixes, 1 new features, 13 enhancements, 63 bugfixes.</p>
30
31 <h3 id="systemrequirements">System requirements</h3>
32
33 You can learn about the system components (like OS and database) for running Koha here: https://wiki.koha-community.org/wiki/System_requirements_and_recommendations
34
35 <h2 id="securitybugs">Security bugs</h2>
36
37 <h3 id="koha">Koha</h3>
38
39 <ul>
40 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27604">[27604]</a> PatronSelfRegistrationLibraryList can be bypassed</li>
41 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27715">[27715]</a> Possibly SQL injection in virtualshelves</li>
42 </ul>
43
44 <h2 id="newfeatures">New features</h2>
45
46 <h3 id="staffclient">Staff Client</h3>
47
48 <ul>
49 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14004">[14004]</a> Add ability to temporarily disable added CSS and Javascript in OPAC and interface</p>
50
51 <blockquote>
52   <p>This allows to temporarily disable any of OPACUserCSS, OPACUserJS, OpacAdditionalStylesheet, opaclayoutstylesheet, IntranetUserCSS, IntranetUserJS, intranetcolorstylesheet, and intranetstylesheet system preference via an URL parameter.</p>
53   
54   <p>Alter the URL in OPAC or staff interface by adding an additional parameter DISABLE_SYSPREF_<system preference name>=1. </p>
55   
56   <p>Example:
57   /cgi-bin/koha/mainpage.pl?DISABLE_SYSPREF_IntranetUserCSS=1</p>
58 </blockquote></li>
59 </ul>
60
61 <h2 id="enhancements">Enhancements</h2>
62
63 <h3 id="acquisitions">Acquisitions</h3>
64
65 <ul>
66 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27646">[27646]</a> Allow export of acquisitions home and funds table</li>
67 </ul>
68
69 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
70
71 <ul>
72 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24254">[24254]</a> Add Koha::Items->filter_by_visible_in_opac</p>
73
74 <blockquote>
75   <p>This patch introduces an efficient way of filtering Koha::Items result sets, to hide items that that shouldn't be exposed on public interfaces.</p>
76   
77   <p>Filtering is governed by the following system preferences. A helper method is added to handle lost items:</p>
78   
79   <ul>
80   <li>hidelostitems: Koha::Items->filter_out_lost is added to handle this.</li>
81   </ul>
82   
83   <p>Some patrons have exceptions so OpacHiddenItems is not enforced on them. That's why the new method [1] has an optional parameter that expects the logged in patron to be passed in the call.</p>
84   
85   <p>[1] Koha::Items->filter_by_visible_in_opac</p>
86 </blockquote></li>
87 </ul>
88
89 <h3 id="cataloging">Cataloging</h3>
90
91 <ul>
92 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26943">[26943]</a> Show not for loan descriptions in cataloging search (addbooks.pl)</p>
93
94 <blockquote>
95   <p>Adds the ability to see not for loan descriptions in the cataloging search results.</p>
96 </blockquote></li>
97 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27422">[27422]</a> HTML5Media is http by default but Youtube is https only</p>
98
99 <p><strong>Sponsored by</strong> <em>Banco Central de la República Argentina</em></p></li>
100 </ul>
101
102 <h3 id="circulation">Circulation</h3>
103
104 <ul>
105 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27306">[27306]</a> Add subtitle to return claims table</li>
106 </ul>
107
108 <h3 id="command-lineutilities">Command-line Utilities</h3>
109
110 <ul>
111 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24272">[24272]</a> Add a command line script to compare the syspref cache to the database</p>
112
113 <blockquote>
114   <p>This script checks the value of the system preferences in the database against those in the cache. Generally differences will only exist if changes have been made directly to the DB or the cache has become corrupted.</p>
115 </blockquote></li>
116 </ul>
117
118 <h3 id="opac">OPAC</h3>
119
120 <ul>
121 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27029">[27029]</a> Detail page missing Javascript accessible biblionumber value</li>
122 </ul>
123
124 <h3 id="reports">Reports</h3>
125
126 <ul>
127 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26713">[26713]</a> Add pagination to bottom of saved SQL reports table</p>
128
129 <blockquote>
130   <p>This enhancement adds a second pagination menu to the bottom of saved SQL reports tables.</p>
131 </blockquote></li>
132 </ul>
133
134 <h3 id="systemadministration">System Administration</h3>
135
136 <ul>
137 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27395">[27395]</a> Add warning to PatronSelfRegistrationDefaultCategory to avoid accidental patron deletion</p>
138
139 <blockquote>
140   <p>This patch adds a warning to the PatronSelfRegistrationDefaultCategory system
141   preference to not use a regular patron category for self registration.</p>
142   
143   <p>If a regular patron category code is used and the cleanup_database cronjob is setup
144   to delete unverified and unfinished OPAC self registrations, it permanently and
145   and unrecoverably deletes all patrons that have registered more than
146   PatronSelfRegistrationExpireTemporaryAccountsDelay days ago.</p>
147   
148   <p>It also removes unnecessary apostrophes at the end of two self registration
149   and modification system preference descriptions.</p>
150 </blockquote></li>
151 </ul>
152
153 <h3 id="templates">Templates</h3>
154
155 <ul>
156 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26755">[26755]</a> Make the guarantor search popup taller</li>
157 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26958">[26958]</a> Move Elasticsearch mapping template JS to the footer</li>
158 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27192">[27192]</a> Set focus for cursor to item type input box when creating new item types</li>
159 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27210">[27210]</a> Typo in patron-attr-types.tt</li>
160 </ul>
161
162 <h2 id="criticalbugsfixed">Critical bugs fixed</h2>
163
164 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
165
166 <ul>
167 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27580">[27580]</a> NULL values not correctly handled in Koha::Items->filter_by_visible_in_opac</li>
168 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27586">[27586]</a> Import patrons script has a confirm switch that doesn't do anything</p>
169
170 <blockquote>
171   <p>This fixes the misc/import_patrons.pl script so that patrons are not imported unless the --confirm option is used. Currently, if the script is run without "--confirm" option it reports that it is "Running in dry-run mode, provide --confirm to apply the changes", however it imports the patrons anyway.</p>
172 </blockquote></li>
173 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27676">[27676]</a> finesMode=off not correctly handled</li>
174 </ul>
175
176 <h3 id="circulation">Circulation</h3>
177
178 <ul>
179 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27707">[27707]</a> Renewing doesn't work when renewal notices are enabled</li>
180 </ul>
181
182 <h3 id="holdrequests">Hold requests</h3>
183
184 <ul>
185 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26634">[26634]</a> Hold rules applied incorrectly when All Libraries rules are more specific than branch rules</li>
186 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27068">[27068]</a> HoldsQueue doesn't know how to use holds groups</p>
187
188 <blockquote>
189   <p>Koha 20.05 introduced local hold groups, but neglected to add support of them in the holds queue. Because of this, the holds queue will not show items the could have filled holds from other libraries in a hold group. This patch set adds support for hold groups to the holds queue builder thus improving Koha's ability to find items to fill hold requests.</p>
190 </blockquote></li>
191 </ul>
192
193 <h3 id="opac">OPAC</h3>
194
195 <ul>
196 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15448">[15448]</a> Placing hold on specific items doesn't enforce OpacHiddenItems</li>
197 </ul>
198
199 <h3 id="systemadministration">System Administration</h3>
200
201 <ul>
202 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27569">[27569]</a> marc-framework import function doesn't accept LibreOffice csv/ods file formats</li>
203 </ul>
204
205 <h2 id="otherbugsfixed">Other bugs fixed</h2>
206
207 <h3 id="about">About</h3>
208
209 <ul>
210 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143">[7143]</a> Bug for tracking changes to the about page</li>
211 </ul>
212
213 <h3 id="acquisitions">Acquisitions</h3>
214
215 <ul>
216 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23767">[23767]</a> Spent and Ordered total values don't include child funds on acqui-home</li>
217 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24469">[24469]</a> Record biblionumber in import_biblio when adding to basket via file</li>
218 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27547">[27547]</a> Typo in parcel.tt</li>
219 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27608">[27608]</a> Correct 'accepted by' inconsistency in suggestion.tt</p>
220
221 <p><strong>Sponsored by</strong> <em>Collecto</em></p></li>
222 </ul>
223
224 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
225
226 <ul>
227 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25381">[25381]</a> XSLTs should not define entities</li>
228 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25552">[25552]</a> Add missing Claims Returned option to MarkLostItemsAsReturned</p>
229
230 <blockquote>
231   <p>Marking an item as a return claim checks the system preference MarkLostItemsAsReturned to see if the claim should be removed from the patron record. However, the option for "when marking an item as a return claim" was never added to the system preference, so there was no way to remove a checkout from the patron record when marking the checkout as a return claim. This patch set adds that missing option.</p>
232 </blockquote></li>
233 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27154">[27154]</a> Koha/Util/SystemPreferences.pm must be removed</li>
234 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27179">[27179]</a> Misspelling of Method in REST API files</p>
235
236 <blockquote>
237   <p>This fixes the misspelling of Method (Mehtod to Method) in REST API files.</p>
238 </blockquote></li>
239 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27327">[27327]</a> Indirect object notation in Koha::Club::Hold</li>
240 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27333">[27333]</a> Wrong exception thrown in Koha::Club::Hold::add</li>
241 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27530">[27530]</a> Sample patron data should be updated and/or use relative dates</li>
242 </ul>
243
244 <h3 id="cataloging">Cataloging</h3>
245
246 <ul>
247 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27308">[27308]</a> Advanced editor should skip blank lines when inserting new fields</li>
248 </ul>
249
250 <h3 id="circulation">Circulation</h3>
251
252 <ul>
253 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8287">[8287]</a> Improve filter on checked out from overdues</li>
254 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27011">[27011]</a> Warnings in returns.pl</p>
255
256 <blockquote>
257   <p>This patch removes a variable ($name) that is no longer used in Circulation > Check in (/cgi-bin/koha/circ/returns.pl), and the resulting warnings (..[WARN] Use of uninitialized value in concatenation (.) or string at..) that were recorded in the error log.</p>
258 </blockquote></li>
259 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27538">[27538]</a> Cells in the bottom filtering row of the "Holds to pull" table shifted</li>
260 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27548">[27548]</a> Warnings "use of uninitialized value" on branchoverdues.pl</p>
261
262 <blockquote>
263   <p>This fixes the cause of unnecessary "use of uninitialized value" warnings in the log files generated by Circulation > Overdues with fines (/cgi-bin/koha/circ/branchoverdues.pl).</p>
264   
265   <p>This was caused by not taking into account that the "location" parameter for this form is initially empty.</p>
266 </blockquote></li>
267 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27549">[27549]</a> Warning "use of uninitialized value" on renew.pl</p>
268
269 <blockquote>
270   <p>This fixes the cause of unnecessary "use of uninitialized value" warnings in the log files generated by Circulation > Renew (/cgi-bin/koha/circ/renew.pl).</p>
271   
272   <p>This was caused by not taking into account that the "barcode" parameter for this form is initially empty.</p>
273 </blockquote></li>
274 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27645">[27645]</a> Duplicate message in batch checkout</li>
275 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27655">[27655]</a> Barcode column is missing from "Holds to pull" table preferences yaml file</li>
276 </ul>
277
278 <h3 id="command-lineutilities">Command-line Utilities</h3>
279
280 <ul>
281 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11344">[11344]</a> Perldoc issues in misc/cronjobs/advance_notices.pl</li>
282 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17429">[17429]</a> Document the --plack option for koha-list</li>
283 </ul>
284
285 <h3 id="finesandfees">Fines and fees</h3>
286
287 <ul>
288 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20527">[20527]</a> <label> linked to the wrong <input> (wrong "for" attribute) in paycollect.tt</p>
289
290 <blockquote>
291   <p>This fixes the HTML <label for=""> element for the Writeoff amount field on the Accounting > Make a payment form for a patron - changes "paid" to "amountwrittenoff".</p>
292 </blockquote></li>
293 </ul>
294
295 <h3 id="i18nl10n">I18N/L10N</h3>
296
297 <ul>
298 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27398">[27398]</a> Serials: Values in subscription length pull down are not translatable when defining numbering patterns</li>
299 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27416">[27416]</a> String 'Modify tag' in breadcrumb is untranslatable</li>
300 </ul>
301
302 <h3 id="ill">ILL</h3>
303
304 <ul>
305 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25614">[25614]</a> "Clear filter" button permanently disabled on ILL request list</li>
306 </ul>
307
308 <h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
309
310 <ul>
311 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11996">[11996]</a> Default active currencies for ru-RU and uk-UA are wrong</p>
312
313 <blockquote>
314   <p>This fixes the currencies in the sample installer files for Russia (ru-RU; changes GRN -> UAH, default remains as RUB) and the Ukraine (uk-UA; changes GRN -> UAH).</p>
315 </blockquote></li>
316 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24810">[24810]</a> French SQL files for "news" contain "Welcome into Koha 3!"</p>
317
318 <blockquote>
319   <p>This removes the Koha version number from the sample news items for the French language installer files (fr-FR and fr-CA).</p>
320 </blockquote></li>
321 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24811">[24811]</a> French SQL files for "news" contain broken link to the wiki</p>
322
323 <blockquote>
324   <p>This fixes a broken link in the sample news items for the French language installer files (fr-FR and fr-CA).</p>
325 </blockquote></li>
326 </ul>
327
328 <h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
329
330 <ul>
331 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25632">[25632]</a> Update MARC21 frameworks to update Nr. 30 (May 2020)</li>
332 </ul>
333
334 <h3 id="notices">Notices</h3>
335
336 <ul>
337 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24447">[24447]</a> POD of C4::Members::Messaging::GetMessagingPreferences() is misleading</li>
338 </ul>
339
340 <h3 id="opac">OPAC</h3>
341
342 <ul>
343 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27297">[27297]</a> When itemtype is marked as required in OpacSuggestion MandatoryFields the field is not required</li>
344 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27450">[27450]</a> Making password required for patron registration breaks patron modification</li>
345 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27571">[27571]</a> "Add to lists" on MARC and ISBD view of OPAC detail page doesn't open in new window</li>
346 </ul>
347
348 <h3 id="patrons">Patrons</h3>
349
350 <ul>
351 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26059">[26059]</a> Create guarantor/guarantee links on patron import</li>
352 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27454">[27454]</a> Additional patron attributes change sequence on every reload of edit page</p>
353
354 <blockquote>
355   <p>This fixes the order that additional patron attributes are displayed on the patron edit form. They are now sorted by the attribute code, before this they displayed in a random order.</p>
356 </blockquote></li>
357 </ul>
358
359 <h3 id="restapi">REST API</h3>
360
361 <ul>
362 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26181">[26181]</a> Holds placed via the REST API should not be forced by default even if AllowHoldPolicyOverride is enabled</p>
363
364 <blockquote>
365   <p>This patch disables AllowHoldPolicyOverride by default in the /holds REST API. It also adds tests for this behaviour, and adds a header that can be used to request the override explicitly.</p>
366 </blockquote></li>
367 </ul>
368
369 <h3 id="sip2">SIP2</h3>
370
371 <ul>
372 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25808">[25808]</a> Renewal via the SIP 'checkout' message gives incorrect message</li>
373 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27204">[27204]</a> SIP patron information request with fee line items returns incorrect data</li>
374 </ul>
375
376 <h3 id="searching">Searching</h3>
377
378 <ul>
379 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26957">[26957]</a> Find duplicate removes operators from the middle of search terms</li>
380 </ul>
381
382 <h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
383
384 <ul>
385 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27307">[27307]</a> "Keyword as phrase" option in search dropdown doesn't work with Elastic</li>
386 </ul>
387
388 <h3 id="searching-zebra">Searching - Zebra</h3>
389
390 <ul>
391 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299">[27299]</a> Zebra phrase register is incorrectly tokenized when using ICU</p>
392
393 <blockquote>
394   <p>Previously, Zebra indexing in ICU mode was incorrectly tokenizing text for the "p" register. This meant that particular phrase searches were not working as expected. With this change, phrase searching works the same in ICU and CHR modes.</p>
395 </blockquote></li>
396 </ul>
397
398 <h3 id="staffclient">Staff Client</h3>
399
400 <ul>
401 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27653">[27653]</a> Do not include 'caption' row in print/copy export of datatables</li>
402 </ul>
403
404 <h3 id="templates">Templates</h3>
405
406 <ul>
407 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20238">[20238]</a> Show description of ITEMTYPECAT instead of code in itemtypes summary table</p>
408
409 <blockquote>
410   <p>This enhancement changes the item types page (Koha administration > Basic parameters > Item types) so that the search category column displays the ITEMTYPECAT authorized value's description, instead of the authorized value code. (This makes it consistent with the edit form where it displays the descriptions for authorized values.)</p>
411 </blockquote></li>
412 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24055">[24055]</a> Description of PayPalReturnURL system preference is unclear</p>
413
414 <blockquote>
415   <p>This enhancement improves the description of the PayPalReturnURL. Changed from 'configured return' to 'configured return URL' as this is what it is called on the PayPal website.</p>
416 </blockquote></li>
417 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26602">[26602]</a> Datatables - Actions columns should not be exported</li>
418 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27457">[27457]</a> Set focus for cursor to Debit type code field when creating new debit type</li>
419 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27458">[27458]</a> Set focus for cursor to Credit type code field when creating new credit type</li>
420 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27525">[27525]</a> 'wich' instead of a 'with' in a sentence</p>
421
422 <blockquote>
423   <p>This patch fixes two spelling errors in the batchMod-del.tt template that is used by the batch item deletion tool in the staff interface: "wich" -> "with."</p>
424 </blockquote></li>
425 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27531">[27531]</a> Remove type attribute from script tags: Cataloging plugins</li>
426 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27561">[27561]</a> Remove type attribute from script tags: Various templates</li>
427 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27654">[27654]</a> "Table settings for Pages" need to be sorted on "Administration -> Table settings"</li>
428 </ul>
429
430 <h3 id="testsuite">Test Suite</h3>
431
432 <ul>
433 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27554">[27554]</a> Clarify and add tests for Koha::Patrons->update_category_to child to adult</li>
434 </ul>
435
436 <h3 id="tools">Tools</h3>
437
438 <ul>
439 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26298">[26298]</a> If MaxItemsToProcessForBatchMod is set to 1000, the max is actually 999</li>
440 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27576">[27576]</a> Don't show import records table when cleaning a batch</li>
441 </ul>
442
443 <h2 id="documentation">Documentation</h2>
444
445 <p>The Koha manual is maintained in Sphinx. The home page for Koha 
446 documentation is </p>
447
448 <ul>
449 <li><a href="http://koha-community.org/documentation/">Koha Documentation</a></li>
450 </ul>
451
452 <p>As of the date of these release notes, only the English version of the
453 Koha manual is available:</p>
454
455 <ul>
456 <li><a href="http://koha-community.org/manual/20.05/en/html/">Koha Manual</a></li>
457 </ul>
458
459 <p>The Git repository for the Koha manual can be found at</p>
460
461 <ul>
462 <li><a href="https://gitlab.com/koha-community/koha-manual">Koha Git Repository</a></li>
463 </ul>
464
465 <h2 id="translations">Translations</h2>
466
467 <p>Complete or near-complete translations of the OPAC and staff
468 interface are available in this release for the following languages:</p>
469
470 <ul>
471 <li>Arabic (98.9%)</li>
472 <li>Armenian (99.9%)</li>
473 <li>Armenian (Classical) (99.7%)</li>
474 <li>Chinese (Taiwan) (94.3%)</li>
475 <li>Czech (80.8%)</li>
476 <li>English (New Zealand) (66.7%)</li>
477 <li>English (USA)</li>
478 <li>Finnish (70.6%)</li>
479 <li>French (81.9%)</li>
480 <li>French (Canada) (97.4%)</li>
481 <li>German (100%)</li>
482 <li>German (Switzerland) (74.5%)</li>
483 <li>Greek (62.1%)</li>
484 <li>Hindi (100%)</li>
485 <li>Italian (100%)</li>
486 <li>Norwegian Bokmål (71.1%)</li>
487 <li>Polish (73.5%)</li>
488 <li>Portuguese (86.9%)</li>
489 <li>Portuguese (Brazil) (98%)</li>
490 <li>Russian (86.7%)</li>
491 <li>Slovak (89.8%)</li>
492 <li>Spanish (99.9%)</li>
493 <li>Swedish (79.7%)</li>
494 <li>Telugu (89.6%)</li>
495 <li>Turkish (100%)</li>
496 <li>Ukrainian (66.5%)</li>
497 </ul>
498
499 <p>Partial translations are available for various other languages.</p>
500
501 <p>The Koha team welcomes additional translations; please see</p>
502
503 <ul>
504 <li><a href="http://wiki.koha-community.org/wiki/Translating_Koha">Koha Translation Info</a></li>
505 </ul>
506
507 <p>For information about translating Koha, and join the koha-translate 
508 list to volunteer:</p>
509
510 <ul>
511 <li><a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate">Koha Translate List</a></li>
512 </ul>
513
514 <p>The most up-to-date translations can be found at:</p>
515
516 <ul>
517 <li><a href="http://translate.koha-community.org/">Koha Translation</a></li>
518 </ul>
519
520 <h2 id="releaseteam">Release Team</h2>
521
522 <p>The release team for Koha 20.05.09 is</p>
523
524 <ul>
525 <li><p>Release Manager: Jonathan Druart</p></li>
526 <li><p>Release Manager assistants:</p>
527
528 <ul>
529 <li>Martin Renvoize</li>
530 <li>Tomás Cohen Arazi</li>
531 </ul></li>
532 <li><p>QA Manager: Katrin Fischer</p></li>
533 <li><p>QA Team:</p>
534
535 <ul>
536 <li>Marcel de Rooy</li>
537 <li>Joonas Kylmälä</li>
538 <li>Josef Moravec</li>
539 <li>Tomás Cohen Arazi</li>
540 <li>Nick Clemens</li>
541 <li>Kyle Hall</li>
542 <li>Martin Renvoize</li>
543 <li>Alex Arnaud</li>
544 <li>Julian Maurice</li>
545 <li>Matthias Meusburger</li>
546 </ul></li>
547 <li><p>Topic Experts:</p>
548
549 <ul>
550 <li>Elasticsearch -- Frédéric Demians</li>
551 <li>REST API -- Tomás Cohen Arazi</li>
552 <li>UI Design -- Owen Leonard</li>
553 <li>Zebra -- Fridolin Somers</li>
554 <li>Accounts -- Martin Renvoize</li>
555 <li>CAS/Shibboleth -- Matthias Meusburger</li>
556 </ul></li>
557 <li><p>Bug Wranglers:</p>
558
559 <ul>
560 <li>Michal Denár</li>
561 <li>Holly Cooper</li>
562 <li>Henry Bolshaw</li>
563 <li>Lisette Scheer</li>
564 <li>Mengü Yazıcıoğlu</li>
565 </ul></li>
566 <li><p>Packaging Manager: Mason James</p></li>
567 <li><p>Documentation Managers:</p>
568
569 <ul>
570 <li>Caroline Cyr La Rose</li>
571 <li>David Nind</li>
572 </ul></li>
573 <li><p>Documentation Team:</p>
574
575 <ul>
576 <li>Martin Renvoize</li>
577 <li>Donna Bachowski</li>
578 <li>Lucy Vaux-Harvey</li>
579 <li>Kelly McElligott</li>
580 <li>Jessica Zairo</li>
581 <li>Chris Cormack</li>
582 <li>Henry Bolshaw</li>
583 <li>Jon Drucker</li>
584 </ul></li>
585 <li><p>Translation Manager: Bernardo González Kriegel</p></li>
586 <li><p>Release Maintainers:</p>
587
588 <ul>
589 <li>20.05 -- Lucas Gass</li>
590 <li>19.11 -- Aleisha Amohia</li>
591 <li>19.05 -- Victor Grousset</li>
592 </ul></li>
593 <li><p>Release Maintainer mentors:</p>
594
595 <ul>
596 <li>19.11 -- Hayley Mapley</li>
597 <li>19.05 -- Martin Renvoize</li>
598 </ul></li>
599 </ul>
600
601 <h2 id="credits">Credits</h2>
602
603 <p>We thank the following libraries who are known to have sponsored
604 new features in Koha 20.05.09:</p>
605
606 <ul>
607 <li>Banco Central de la República Argentina</li>
608 <li><a href="https://collecto.ca">Collecto</a></li>
609 </ul>
610
611 <p>We thank the following individuals who contributed patches to Koha 20.05.09.</p>
612
613 <ul>
614 <li>Ethan Amohia (1)</li>
615 <li>Tomás Cohen Arazi (17)</li>
616 <li>Eden Bacani (3)</li>
617 <li>Philippe Blouin (1)</li>
618 <li>Nick Clemens (17)</li>
619 <li>David Cook (2)</li>
620 <li>Jonathan Druart (40)</li>
621 <li>Katrin Fischer (3)</li>
622 <li>Andrew Fuerste-Henry (5)</li>
623 <li>Lucas Gass (2)</li>
624 <li>Didier Gautheron (1)</li>
625 <li>Kyle M Hall (14)</li>
626 <li>Mazen Khallaf (2)</li>
627 <li>Amy King (3)</li>
628 <li>Bernardo González Kriegel (1)</li>
629 <li>Joonas Kylmälä (1)</li>
630 <li>Owen Leonard (9)</li>
631 <li>Ava Li (3)</li>
632 <li>Catherine Ma (1)</li>
633 <li>Agustín Moyano (1)</li>
634 <li>James O'Keeffe (1)</li>
635 <li>Martin Renvoize (5)</li>
636 <li>Marcel de Rooy (3)</li>
637 <li>Caroline Cyr La Rose (1)</li>
638 <li>Andreas Roussos (2)</li>
639 <li>Fridolin Somers (2)</li>
640 <li>Koha Translators (1)</li>
641 <li>Petro Vashchuk (5)</li>
642 <li>Ella Wipatene (2)</li>
643 </ul>
644
645 <p>We thank the following libraries, companies, and other institutions who contributed
646 patches to Koha 20.05.09</p>
647
648 <ul>
649 <li>Athens County Public Libraries (9)</li>
650 <li>BibLibre (3)</li>
651 <li>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) (3)</li>
652 <li>ByWater-Solutions (38)</li>
653 <li>Dataly Tech (2)</li>
654 <li>gamil.com (2)</li>
655 <li>Independant Individuals (19)</li>
656 <li>Koha Community Developers (40)</li>
657 <li>Prosentient Systems (2)</li>
658 <li>PTFS-Europe (5)</li>
659 <li>Rijks Museum (3)</li>
660 <li>Solutions inLibro inc (2)</li>
661 <li>Theke Solutions (18)</li>
662 <li>Universidad Nacional de Córdoba (1)</li>
663 <li>University of Helsinki (1)</li>
664 </ul>
665
666 <p>We also especially thank the following individuals who tested patches
667 for Koha.</p>
668
669 <ul>
670 <li>Mark Hofstetter <a href="m&#x61;&#105;l&#116;&#111;:&#109;&#x61;r&#107;&#64;&#x68;&#x6F;f&#115;&#x74;&#101;&#x74;&#116;&#101;&#114;&#46;&#97;&#x74;">&#109;&#x61;r&#107;&#64;&#x68;&#x6F;f&#115;&#x74;&#101;&#x74;&#116;&#101;&#114;&#46;&#97;&#x74;</a> (1)</li>
671 <li>Eden Bacani (1)</li>
672 <li>Nick Clemens (15)</li>
673 <li>David Cook (1)</li>
674 <li>Sarah Daviau (1)</li>
675 <li>Michal Denar (1)</li>
676 <li>Jonathan Druart (92)</li>
677 <li>Katrin Fischer (56)</li>
678 <li>Martha Fuerst (1)</li>
679 <li>Andrew Fuerste-Henry (149)</li>
680 <li>Marti Fyerst (3)</li>
681 <li>Lucas Gass (6)</li>
682 <li>Victor Grousset (4)</li>
683 <li>Amit Gupta (1)</li>
684 <li>Kyle M Hall (18)</li>
685 <li>Sally Healey (2)</li>
686 <li>Ron Houk (7)</li>
687 <li>Barbara Johnson (10)</li>
688 <li>Mazen Khallaf (1)</li>
689 <li>Joonas Kylmälä (7)</li>
690 <li>Owen Leonard (6)</li>
691 <li>Julian Maurice (1)</li>
692 <li>Kelly McElligott (2)</li>
693 <li>Telishia Mickens (1)</li>
694 <li>Josef Moravec (1)</li>
695 <li>David Nind (15)</li>
696 <li>Andrew Nugged (1)</li>
697 <li>Séverine Queune (1)</li>
698 <li>Martin Renvoize (44)</li>
699 <li>Phil Ringnalda (1)</li>
700 <li>Marcel de Rooy (14)</li>
701 <li>Fridolin Somers (136)</li>
702 </ul>
703
704 <p>We regret any omissions.  If a contributor has been inadvertently missed,
705 please send a patch against these release notes to 
706 koha-patches@lists.koha-community.org.</p>
707
708 <h2 id="revisioncontrolnotes">Revision control notes</h2>
709
710 <p>The Koha project uses Git for version control.  The current development 
711 version of Koha can be retrieved by checking out the master branch of:</p>
712
713 <ul>
714 <li><a href="git://git.koha-community.org/koha.git">Koha Git Repository</a></li>
715 </ul>
716
717 <p>The branch for this version of Koha and future bugfixes in this release
718 line is rmain2005.</p>
719
720 <h2 id="bugsandfeaturerequests">Bugs and feature requests</h2>
721
722 <p>Bug reports and feature requests can be filed at the Koha bug
723 tracker at:</p>
724
725 <ul>
726 <li><a href="http://bugs.koha-community.org">Koha Bugzilla</a></li>
727 </ul>
728
729 <p>He rau ringa e oti ai.
730 (Many hands finish the work)</p>
731
732 <p>Autogenerated release notes updated last on 23 Feb 2021 20:26:24.</p>