Bug 20529: Remove other occurrences of decodeURIComponent from browser.js
[koha.git] / misc / release_notes / release_notes_20_11_03.md
1 # RELEASE NOTES FOR KOHA 20.11.03
2 23 févr. 2021
3
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:
8
9 - [Koha Community](http://koha-community.org)
10
11 Koha 20.11.03 can be downloaded from:
12
13 - [Download](http://download.koha-community.org/koha-20.11.03.tar.gz)
14
15 Installation instructions can be found at:
16
17 - [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
18 - OR in the INSTALL files that come in the tarball
19
20 Koha 20.11.03 is a bugfix/maintenance release.
21
22 It includes 2 new features, 22 enhancements, 74 bugfixes, 2 security fixes.
23
24 ### System requirements
25
26 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).
27
28 ## Security fixes
29
30 - [[27715]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27715) Possibly SQL injection in virtualshelves
31 - [[27604]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27604) PatronSelfRegistrationLibraryList can be bypassed
32
33 ## New features
34
35 ### Plugin architecture
36
37 - [[25245]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25245) Add a plugin hook to allow running code on a nightly basis
38
39   >This patchset adds a new cronjob script to Koha, plugins_nightly.pl
40   >
41   >This script will check for plugins that have registered a cronjob_nightly method and execute that method.
42   >
43   >This enhancement allows users to install and setup plugins that require cronjobs without backend system changes and prevents the addition of new cronjob files for each plugin.
44
45 ### Staff Client
46
47 - [[14004]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14004) Add ability to temporarily disable added CSS and Javascript in OPAC and interface
48
49   >This allows to temporarily disable any of OPACUserCSS, OPACUserJS, OpacAdditionalStylesheet, opaclayoutstylesheet, IntranetUserCSS, IntranetUserJS, intranetcolorstylesheet, and intranetstylesheet system preference via an URL parameter.
50   >
51   >Alter the URL in OPAC or staff interface by adding an additional parameter DISABLE_SYSPREF_<system preference name>=1. 
52   >
53   >Example:
54   >/cgi-bin/koha/mainpage.pl?DISABLE_SYSPREF_IntranetUserCSS=1
55
56 ## Enhancements
57
58 ### Acquisitions
59
60 - [[27023]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27023) Add class names in the suggestions column in suggestions management
61 - [[27606]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27606) Breadcrumbs on parcel.pl should include a link to the vendor
62 - [[27646]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27646) Allow export of acquisitions home and funds table
63
64 ### Cataloging
65
66 - [[26943]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26943) Show not for loan descriptions in cataloging search (addbooks.pl)
67
68   >Adds the ability to see not for loan descriptions in the cataloging search results.
69 - [[27422]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27422) HTML5Media is http by default but Youtube is https only
70
71   **Sponsored by** *Banco Central de la República Argentina*
72
73 ### Command-line Utilities
74
75 - [[24272]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24272) Add a command line script to compare the syspref cache to the database
76
77   >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.
78
79 ### MARC Bibliographic data support
80
81 - [[12966]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12966) Edition statement missing from card view in Z39.50 result list (acq+cataloguing)
82
83   >This adds the edition statement (MARC21 250) to the card/ISBD views in the Z39.50 search results in the acquisition and cataloging modules.
84 - [[27022]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27022) Add publisher number (MARC21 028) to OPAC and staff detail pages
85
86 ### Notices
87
88 - [[11257]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11257) Document <<items.content>> for DUEDGST and PREDUEDGST and update sample notices
89
90 ### OPAC
91
92 - [[12260]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12260) Printing a page from bootstrap shows unnecessary links
93 - [[27029]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27029) Detail page missing Javascript accessible biblionumber value
94 - [[27098]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27098) Rename 'Relatives fines' to 'Relatives charges' in OPAC
95
96 ### Reports
97
98 - [[22152]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22152) Hide printing the tools navigation when printing reports
99
100 ### Searching - Elasticsearch
101
102 - [[26991]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26991) Add action logs to search engine administration
103
104   >This enhancement adds logging of changes made to Elasticsearch. These can be viewed in the log viewer tool, where you can view all search engine changes, or limit to edit mapping and reset mapping actions.
105
106 ### Staff Client
107
108 - [[27582]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27582) Breadcrumb incorrect for POS: Library details page
109
110 ### System Administration
111
112 - [[27395]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27395) Add warning to PatronSelfRegistrationDefaultCategory to avoid accidental patron deletion
113
114   >This patch adds a warning to the PatronSelfRegistrationDefaultCategory system
115   >preference to not use a regular patron category for self registration.
116   >
117   >If a regular patron category code is used and the cleanup_database cronjob is setup
118   >to delete unverified and unfinished OPAC self registrations, it permanently and
119   >and unrecoverably deletes all patrons that have registered more than
120   >PatronSelfRegistrationExpireTemporaryAccountsDelay days ago.
121   >
122   >It also removes unnecessary apostrophes at the end of two self registration
123   >and modification system preference descriptions.
124
125 ### Templates
126
127 - [[26755]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26755) Make the guarantor search popup taller
128 - [[26958]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26958) Move Elasticsearch mapping template JS to the footer
129 - [[26982]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26982) Typo in system preference UsageStats: statisics
130 - [[27192]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27192) Set focus for cursor to item type input box when creating new item types
131 - [[27210]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27210) Typo in patron-attr-types.tt
132 - [[27289]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27289) Template tweaks for point of sale page
133
134
135 ## Critical bugs fixed
136
137 ### Acquisitions
138
139 - [[27671]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27671) Missing include in orderreceive.tt
140
141 ### Architecture, internals, and plumbing
142
143 - [[27580]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27580) NULL values not correctly handled in Koha::Items->filter_by_visible_in_opac
144 - [[27586]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27586) Import patrons script has a confirm switch that doesn't do anything
145
146   >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.
147 - [[27676]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27676) finesMode=off not correctly handled
148
149 ### Circulation
150
151 - [[27707]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27707) Renewing doesn't work when renewal notices are enabled
152
153 ### Hold requests
154
155 - [[27068]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27068) HoldsQueue doesn't know how to use holds groups
156
157   >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.
158
159 ### Installation and upgrade (command-line installer)
160
161 - [[27466]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27466) Update process failing for 20.06.00.023
162
163   >The update 20.06.00.023 for adding options and reconfiguring the QuoteOfTheDay feature would fail. This patch makes sure that the update can be processed correctly.
164
165 ### SIP2
166
167 - [[27589]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27589) Error when specifying CR field in SIP Config
168
169 ### System Administration
170
171 - [[27569]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27569) marc-framework import function doesn't accept LibreOffice csv/ods file formats
172
173 ### Tools
174
175 - [[27669]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27669) reverting and importing status never set when importing/reverting a batch
176
177
178 ## Other bugs fixed
179
180 ### About
181
182 - [[7143]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143) Bug for tracking changes to the about page
183
184 ### Acquisitions
185
186 - [[23767]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23767) Spent and Ordered total values don't include child funds on acqui-home
187 - [[24469]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24469) Record biblionumber in import_biblio when adding to basket via file
188 - [[27446]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27446) Markup errors in suggestion/suggestion.tt
189
190   >This patch fixes several markup errors in the suggestions template in the staff interface, including:
191   >- Indentation
192   >- Unclosed tags
193   >- Non-unique IDs
194   >- Adding comments to highlight markup structure
195 - [[27547]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27547) Typo in parcel.tt
196 - [[27608]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27608) Correct 'accepted by' inconsistency in suggestion.tt
197
198   **Sponsored by** *Collecto*
199
200 ### Architecture, internals, and plumbing
201
202 - [[25381]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25381) XSLTs should not define entities
203 - [[25552]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25552) Add missing Claims Returned option to MarkLostItemsAsReturned
204
205   >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.
206 - [[27154]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27154) Koha/Util/SystemPreferences.pm must be removed
207 - [[27179]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27179) Misspelling of Method in REST API files
208
209   >This fixes the misspelling of Method (Mehtod to Method) in REST API files.
210 - [[27327]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27327) Indirect object notation in Koha::Club::Hold
211 - [[27333]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27333) Wrong exception thrown in Koha::Club::Hold::add
212 - [[27530]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27530) Sample patron data should be updated and/or use relative dates
213
214 ### Cataloging
215
216 - [[27508]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27508) Can't duplicate the MARC field tag with JavaScript if option "advancedMARCeditor" is set to "Don't display"
217
218 ### Circulation
219
220 - [[8287]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8287) Improve filter on checked out from overdues
221 - [[27011]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27011) Warnings in returns.pl
222
223   >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.
224 - [[27538]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27538) Cells in the bottom filtering row of the "Holds to pull" table shifted
225 - [[27548]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27548) Warnings "use of uninitialized value" on branchoverdues.pl
226
227   >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).
228   >
229   >This was caused by not taking into account that the "location" parameter for this form is initially empty.
230 - [[27549]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27549) Warning "use of uninitialized value" on renew.pl
231
232   >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).
233   >
234   >This was caused by not taking into account that the "barcode" parameter for this form is initially empty.
235 - [[27645]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27645) Duplicate message in batch checkout
236 - [[27655]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27655) Barcode column is missing from "Holds to pull" table preferences yaml file
237
238 ### Command-line Utilities
239
240 - [[11344]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11344) Perldoc issues in misc/cronjobs/advance_notices.pl
241
242 ### Fines and fees
243
244 - [[20527]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20527) <label> linked to the wrong <input> (wrong "for" attribute) in paycollect.tt
245
246   >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".
247 - [[27290]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27290) Cash register allows for 'amount tendered' less than amount being paid
248
249 ### I18N/L10N
250
251 - [[27398]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27398) Serials: Values in subscription length pull down are not translatable when defining numbering patterns
252 - [[27416]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27416) String 'Modify tag' in breadcrumb is untranslatable
253
254 ### ILL
255
256 - [[25614]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25614) "Clear filter" button permanently disabled on ILL request list
257
258 ### Installation and upgrade (web-based installer)
259
260 - [[11996]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11996) Default active currencies for ru-RU and uk-UA are wrong
261
262   >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).
263 - [[24810]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24810) French SQL files for "news" contain "Welcome into Koha 3!"
264
265   >This removes the Koha version number from the sample news items for the French language installer files (fr-FR and fr-CA).
266 - [[24811]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24811) French SQL files for "news" contain broken link to the wiki
267
268   >This fixes a broken link in the sample news items for the French language installer files (fr-FR and fr-CA).
269
270 ### MARC Bibliographic data support
271
272 - [[25632]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25632) Update MARC21 frameworks to update Nr. 30 (May 2020)
273
274 ### Notices
275
276 - [[24447]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24447) POD of C4::Members::Messaging::GetMessagingPreferences() is misleading
277
278 ### OPAC
279
280 - [[26406]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26406) Suggestions filter does not work
281 - [[26578]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26578) OverDrive results can return false positives when searches contain CCL syntax
282 - [[27261]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27261) PatronSelfRegistrationBorrowerUnwantedField should exclude branchcode
283
284   >This patch excludes the ability to add branchcode to the PatronSelfRegistrationBorrowerUnwantedField system preference.
285 - [[27450]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27450) Making password required for patron registration breaks patron modification
286 - [[27543]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27543) Tooltip on opac-messaging.pl obscured by table headers
287
288   >This patch fixes the display of tooltips in a patrons OPAC account for the 'your messaging' section. It corrects which Bootstrap assets are compiled with the OPAC CSS - the file for Bootstrap tooltips should be included.
289 - [[27571]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27571) "Add to lists" on MARC and ISBD view of OPAC detail page doesn't open in new window
290 - [[27628]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27628) Fix minor HTML markup errors in OPAC search results templates
291 - [[27633]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27633) Display of 440$v doubled up in the OPAC
292
293   >This fixes the display of 440$v (Series Statement/Added Entry-Title - Volume/sequential designation ($v)) in the OPAC. Before this fix $v is included in the title link and then displayed after the ;. With the fix $v is only displayed after the ; and is not duplicated in the title link.
294
295 ### Patrons
296
297 - [[17364]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17364) branchcode in BorrowerUnwantedField causes software error when saving patron record
298
299   >A more user friendly interface for selecting database columns for some system preferences (such as BorrowerUnwantedField) was added in Koha 20.11 (Bug 22844). 
300   >
301   >Some database columns should be excluded from selection as they can cause server errors. For example, branchcode in BorrowerUnwantedField is required for adding patrons - if selected it causes a server error and you can't add a patron, so it should not be selectable.
302   >
303   >This big fixes the issue by:
304   >
305   >- allowing developers to define the database columns to exclude from selection in the .pref system preference definition file using "exclusions: "
306   >
307   >- disabling the selection of the excluded database columns in the staff interface when configuring system preferences that allow selecting database columns
308   >
309   >- updating the BorrowerUnwantedField system preference to exclude branchcode
310 - [[26059]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26059) Create guarantor/guarantee links on patron import
311 - [[27454]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27454) Additional patron attributes change sequence on every reload of edit page
312
313   >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.
314
315 ### REST API
316
317 - [[26181]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26181) Holds placed via the REST API should not be forced by default even if AllowHoldPolicyOverride is enabled
318
319   >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.
320
321 ### SIP2
322
323 - [[25808]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25808) Renewal via the SIP 'checkout' message gives incorrect message
324 - [[27204]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27204) SIP patron information request with fee line items returns incorrect data
325
326 ### Staff Client
327
328 - [[27321]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27321) Make excluded database columns in system preferences more clearly disabled
329
330   >This enhancement styles non-selectable database columns in system preferences in a light grey (#cccccc), making them easier to identify. Currently the checkbox and label are the same color as selectable columns.
331 - [[27653]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27653) Do not include 'caption' row in print/copy export of datatables
332
333 ### System Administration
334
335 - [[27264]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27264) Reword sentence of OPACHoldsHistory
336
337 ### Templates
338
339 - [[20238]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20238) Show description of ITEMTYPECAT instead of code in itemtypes summary table
340
341   >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.)
342 - [[24055]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24055) Description of PayPalReturnURL system preference is unclear
343
344   >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.
345 - [[26602]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26602) Datatables - Actions columns should not be exported
346 - [[27027]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27027) Typo: has successfully been modified.. %s
347
348   >This fixes a grammatical error in koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt (has successfully been modified..) - it replaces two full stops at the end of the sentence with one.
349 - [[27430]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27430) Use minimum length for patron category on password hint
350
351   >This corrects the hint on the patron add/edit form to take into account that the minimum password length can now also be set on patron category level.
352 - [[27457]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27457) Set focus for cursor to Debit type code field when creating new debit type
353 - [[27458]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27458) Set focus for cursor to Credit type code field when creating new credit type
354 - [[27525]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27525) 'wich' instead of a 'with' in a sentence
355
356   >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."
357 - [[27531]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27531) Remove type attribute from script tags: Cataloging plugins
358 - [[27561]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27561) Remove type attribute from script tags: Various templates
359 - [[27654]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27654) "Table settings for Pages" need to be sorted on "Administration -> Table settings"
360
361 ### Test Suite
362
363 - [[27554]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27554) Clarify and add tests for Koha::Patrons->update_category_to child to adult
364
365 ### Tools
366
367 - [[26298]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26298) If MaxItemsToProcessForBatchMod is set to 1000, the max is actually 999
368 - [[27576]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27576) Don't show import records table when cleaning a batch
369
370 ### Web services
371
372 - [[17229]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17229) ILS-DI HoldTitle and HoldItem should check if patron is expired
373
374
375 ## Documentation
376
377 The Koha manual is maintained in Sphinx. The home page for Koha 
378 documentation is 
379
380 - [Koha Documentation](http://koha-community.org/documentation/)
381
382 As of the date of these release notes, the Koha manual is available in the following languages:
383
384 - [English](http://koha-community.org/manual/20.11/en/html/)
385 - [Arabic](http://koha-community.org/manual/20.11/ar/html/)
386 - [Chinese - Taiwan](http://koha-community.org/manual/20.11/zh_TW/html/)
387 - [Czech](http://koha-community.org/manual/20.11/cs/html/)
388 - [French](http://koha-community.org/manual/20.11/fr/html/)
389 - [French (Canada)](http://koha-community.org/manual/20.11/fr_CA/html/)
390 - [German](http://koha-community.org/manual/20.11/de/html/)
391 - [Hindi](http://koha-community.org/manual/20.11/hi/html/)
392 - [Italian](http://koha-community.org/manual/20.11/it/html/)
393 - [Portuguese - Brazil](http://koha-community.org/manual/20.11/pt_BR/html/)
394 - [Spanish](http://koha-community.org/manual/20.11/es/html/)
395 - [Turkish](http://koha-community.org/manual/20.11/tr/html/)
396
397 The Git repository for the Koha manual can be found at
398
399 - [Koha Git Repository](https://gitlab.com/koha-community/koha-manual)
400
401 ## Translations
402
403 Complete or near-complete translations of the OPAC and staff
404 interface are available in this release for the following languages:
405
406 - Arabic (100%)
407 - Armenian (99.9%)
408 - Armenian (Classical) (89%)
409 - Chinese (Taiwan) (87.5%)
410 - Czech (73.3%)
411 - English (New Zealand) (59.8%)
412 - English (USA)
413 - Finnish (78.4%)
414 - French (77%)
415 - French (Canada) (91.5%)
416 - German (100%)
417 - German (Switzerland) (67.2%)
418 - Greek (60.7%)
419 - Hindi (95.4%)
420 - Italian (100%)
421 - Norwegian Bokmål (63.6%)
422 - Polish (71.1%)
423 - Portuguese (77.5%)
424 - Portuguese (Brazil) (89%)
425 - Russian (90.3%)
426 - Slovak (80.9%)
427 - Spanish (96%)
428 - Swedish (74.8%)
429 - Telugu (79.9%)
430 - Turkish (91.2%)
431 - Ukrainian (63.5%)
432
433 Partial translations are available for various other languages.
434
435 The Koha team welcomes additional translations; please see
436
437 - [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
438
439 For information about translating Koha, and join the koha-translate 
440 list to volunteer:
441
442 - [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
443
444 The most up-to-date translations can be found at:
445
446 - [Koha Translation](http://translate.koha-community.org/)
447
448 ## Release Team
449
450 The release team for Koha 20.11.03 is
451
452
453 - Release Manager: Jonathan Druart
454
455 - Release Manager assistants:
456   - Martin Renvoize
457   - Tomás Cohen Arazi
458
459 - QA Manager: Katrin Fischer
460
461 - QA Team:
462   - David Cook
463   - Agustín Moyano
464   - Martin Renvoize
465   - Marcel de Rooy
466   - Joonas Kylmälä
467   - Julian Maurice
468   - Tomás Cohen Arazi
469   - Josef Moravec
470   - Nick Clemens
471   - Kyle Hall
472   - Victor Grousset
473
474 - Topic Experts:
475   - UI Design -- Owen Leonard
476   - REST API -- Tomás Cohen Arazi
477   - Zebra -- Fridolin Somers
478   - Accounts -- Martin Renvoize
479
480 - Bug Wranglers:
481   - Amit Gupta
482   - Mengü Yazıcıoğlu
483   - Indranil Das Gupta
484
485 - Packaging Managers:
486   - David Cook
487   - Mason James
488   - Agustín Moyano
489
490 - Documentation Manager: Caroline Cyr La Rose
491
492
493 - Documentation Team:
494   - Marie-Luce Laflamme
495   - Lucy Vaux-Harvey
496   - Henry Bolshaw
497   - David Nind
498
499 - Translation Managers: 
500   - Indranil Das Gupta
501   - Bernardo González Kriegel
502
503 - Release Maintainers:
504   - 20.11 -- Fridolin Somers
505   - 20.05 -- Andrew Fuerste-Henry
506   - 19.11 -- Victor Grousset
507
508 ## Credits
509 We thank the following libraries who are known to have sponsored
510 new features in Koha 20.11.03:
511
512 - Banco Central de la República Argentina
513 - [Collecto](https://collecto.ca)
514
515 We thank the following individuals who contributed patches to Koha 20.11.03.
516
517 - Ethan Amohia (1)
518 - Tomás Cohen Arazi (9)
519 - Eden Bacani (5)
520 - Philippe Blouin (1)
521 - Nick Clemens (16)
522 - David Cook (1)
523 - Jonathan Druart (45)
524 - Katrin Fischer (5)
525 - Lucas Gass (5)
526 - Didier Gautheron (1)
527 - Kyle M Hall (14)
528 - Mazen Khallaf (3)
529 - Amy King (4)
530 - Bernardo González Kriegel (1)
531 - Joonas Kylmälä (1)
532 - Owen Leonard (12)
533 - Ava Li (4)
534 - Catherine Ma (2)
535 - Julian Maurice (2)
536 - Agustín Moyano (1)
537 - James O'Keeffe (3)
538 - Martin Renvoize (10)
539 - Marcel de Rooy (3)
540 - Caroline Cyr La Rose (2)
541 - Andreas Roussos (1)
542 - Fridolin Somers (10)
543 - Arthur Suzuki (1)
544 - Emmi Takkinen (2)
545 - Petro Vashchuk (6)
546 - Ella Wipatene (2)
547
548 We thank the following libraries, companies, and other institutions who contributed
549 patches to Koha 20.11.03
550
551 - Athens County Public Libraries (12)
552 - BibLibre (14)
553 - Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) (5)
554 - ByWater-Solutions (35)
555 - Dataly Tech (1)
556 - gamil.com (3)
557 - Independant Individuals (27)
558 - Koha Community Developers (45)
559 - Koha-Suomi (2)
560 - Prosentient Systems (1)
561 - PTFS-Europe (10)
562 - Rijks Museum (3)
563 - Solutions inLibro inc (3)
564 - Theke Solutions (10)
565 - Universidad Nacional de Córdoba (1)
566 - University of Helsinki (1)
567
568 We also especially thank the following individuals who tested patches
569 for Koha.
570
571 - Mark Hofstetter <mark@hofstetter.at> (1)
572 - Tomás Cohen Arazi (3)
573 - Eden Bacani (1)
574 - Marjorie Barry-Vila (1)
575 - Nick Clemens (17)
576 - David Cook (1)
577 - Sarah Daviau (1)
578 - Michal Denar (1)
579 - Jonathan Druart (122)
580 - Katrin Fischer (77)
581 - Martha Fuerst (1)
582 - Andrew Fuerste-Henry (8)
583 - Marti Fyerst (3)
584 - Brendan Gallagher (2)
585 - Lucas Gass (7)
586 - Victor Grousset (1)
587 - Amit Gupta (1)
588 - Kyle M Hall (16)
589 - Stina Hallin (1)
590 - Sally Healey (7)
591 - Ron Houk (7)
592 - Barbara Johnson (8)
593 - Joonas Kylmälä (8)
594 - Owen Leonard (11)
595 - Julian Maurice (2)
596 - Kelly McElligott (2)
597 - Telishia Mickens (1)
598 - David Nind (25)
599 - Andrew Nugged (1)
600 - Séverine Queune (1)
601 - Martin Renvoize (38)
602 - Phil Ringnalda (1)
603 - Marcel de Rooy (21)
604 - Fridolin Somers (169)
605
606
607
608 We regret any omissions.  If a contributor has been inadvertently missed,
609 please send a patch against these release notes to 
610 koha-patches@lists.koha-community.org.
611
612 ## Revision control notes
613
614 The Koha project uses Git for version control.  The current development 
615 version of Koha can be retrieved by checking out the master branch of:
616
617 - [Koha Git Repository](https://git.koha-community.org/Koha-community/Koha.git)
618
619 The branch for this version of Koha and future bugfixes in this release
620 line is 20.11.x.
621
622 ## Bugs and feature requests
623
624 Bug reports and feature requests can be filed at the Koha bug
625 tracker at:
626
627 - [Koha Bugzilla](http://bugs.koha-community.org)
628
629 He rau ringa e oti ai.
630 (Many hands finish the work)
631
632 Autogenerated release notes updated last on 23 févr. 2021 13:52:12.