Bug 20529: Remove other occurrences of decodeURIComponent from browser.js
[koha.git] / misc / release_notes / release_notes_20_11_03.html
1 <h1 id="releasenotesforkoha20.11.03">RELEASE NOTES FOR KOHA 20.11.03</h1>
2
3 <p>23 févr. 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.11.03 can be downloaded from:</p>
15
16 <ul>
17 <li><a href="http://download.koha-community.org/koha-20.11.03.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.11.03 is a bugfix/maintenance release.</p>
28
29 <p>It includes 2 new features, 22 enhancements, 74 bugfixes, 2 security fixes.</p>
30
31 <h3 id="systemrequirements">System requirements</h3>
32
33 <p>You can learn about the system components (like OS and database) for running Koha <a href="https://wiki.koha-community.org/wiki/System_requirements_and_recommendations">here</a>.</p>
34
35 <h2 id="securityfix">Security fixes</h2>
36
37 <ul>
38 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27715">[27715]</a> Possibly SQL injection in virtualshelves</li>
39 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27604">[27604]</a> PatronSelfRegistrationLibraryList can be bypassed</li>
40 </ul>
41
42 <h2 id="newfeatures">New features</h2>
43
44 <h3 id="pluginarchitecture">Plugin architecture</h3>
45
46 <ul>
47 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25245">[25245]</a> Add a plugin hook to allow running code on a nightly basis</p>
48
49 <blockquote>
50   <p>This patchset adds a new cronjob script to Koha, plugins_nightly.pl</p>
51   
52   <p>This script will check for plugins that have registered a cronjob_nightly method and execute that method.</p>
53   
54   <p>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.</p>
55 </blockquote></li>
56 </ul>
57
58 <h3 id="staffclient">Staff Client</h3>
59
60 <ul>
61 <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>
62
63 <blockquote>
64   <p>This allows to temporarily disable any of OPACUserCSS, OPACUserJS, OpacAdditionalStylesheet, opaclayoutstylesheet, IntranetUserCSS, IntranetUserJS, intranetcolorstylesheet, and intranetstylesheet system preference via an URL parameter.</p>
65   
66   <p>Alter the URL in OPAC or staff interface by adding an additional parameter DISABLE_SYSPREF_&lt;system preference name&gt;=1. </p>
67   
68   <p>Example:
69   /cgi-bin/koha/mainpage.pl?DISABLE_SYSPREF_IntranetUserCSS=1</p>
70 </blockquote></li>
71 </ul>
72
73 <h2 id="enhancements">Enhancements</h2>
74
75 <h3 id="acquisitions">Acquisitions</h3>
76
77 <ul>
78 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27023">[27023]</a> Add class names in the suggestions column in suggestions management</li>
79 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27606">[27606]</a> Breadcrumbs on parcel.pl should include a link to the vendor</li>
80 <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>
81 </ul>
82
83 <h3 id="cataloging">Cataloging</h3>
84
85 <ul>
86 <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>
87
88 <blockquote>
89   <p>Adds the ability to see not for loan descriptions in the cataloging search results.</p>
90 </blockquote></li>
91 <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>
92
93 <p><strong>Sponsored by</strong> <em>Banco Central de la República Argentina</em></p></li>
94 </ul>
95
96 <h3 id="command-lineutilities">Command-line Utilities</h3>
97
98 <ul>
99 <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>
100
101 <blockquote>
102   <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>
103 </blockquote></li>
104 </ul>
105
106 <h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
107
108 <ul>
109 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12966">[12966]</a> Edition statement missing from card view in Z39.50 result list (acq+cataloguing)</p>
110
111 <blockquote>
112   <p>This adds the edition statement (MARC21 250) to the card/ISBD views in the Z39.50 search results in the acquisition and cataloging modules.</p>
113 </blockquote></li>
114 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27022">[27022]</a> Add publisher number (MARC21 028) to OPAC and staff detail pages</li>
115 </ul>
116
117 <h3 id="notices">Notices</h3>
118
119 <ul>
120 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11257">[11257]</a> Document &lt;&lt;items.content&gt;&gt; for DUEDGST and PREDUEDGST and update sample notices</li>
121 </ul>
122
123 <h3 id="opac">OPAC</h3>
124
125 <ul>
126 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12260">[12260]</a> Printing a page from bootstrap shows unnecessary links</li>
127 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27029">[27029]</a> Detail page missing Javascript accessible biblionumber value</li>
128 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27098">[27098]</a> Rename 'Relatives fines' to 'Relatives charges' in OPAC</li>
129 </ul>
130
131 <h3 id="reports">Reports</h3>
132
133 <ul>
134 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22152">[22152]</a> Hide printing the tools navigation when printing reports</li>
135 </ul>
136
137 <h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
138
139 <ul>
140 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26991">[26991]</a> Add action logs to search engine administration</p>
141
142 <blockquote>
143   <p>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.</p>
144 </blockquote></li>
145 </ul>
146
147 <h3 id="staffclient">Staff Client</h3>
148
149 <ul>
150 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27582">[27582]</a> Breadcrumb incorrect for POS: Library details page</li>
151 </ul>
152
153 <h3 id="systemadministration">System Administration</h3>
154
155 <ul>
156 <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>
157
158 <blockquote>
159   <p>This patch adds a warning to the PatronSelfRegistrationDefaultCategory system
160   preference to not use a regular patron category for self registration.</p>
161   
162   <p>If a regular patron category code is used and the cleanup_database cronjob is setup
163   to delete unverified and unfinished OPAC self registrations, it permanently and
164   and unrecoverably deletes all patrons that have registered more than
165   PatronSelfRegistrationExpireTemporaryAccountsDelay days ago.</p>
166   
167   <p>It also removes unnecessary apostrophes at the end of two self registration
168   and modification system preference descriptions.</p>
169 </blockquote></li>
170 </ul>
171
172 <h3 id="templates">Templates</h3>
173
174 <ul>
175 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26755">[26755]</a> Make the guarantor search popup taller</li>
176 <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>
177 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26982">[26982]</a> Typo in system preference UsageStats: statisics</li>
178 <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>
179 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27210">[27210]</a> Typo in patron-attr-types.tt</li>
180 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27289">[27289]</a> Template tweaks for point of sale page</li>
181 </ul>
182
183 <h2 id="criticalbugsfixed">Critical bugs fixed</h2>
184
185 <h3 id="acquisitions">Acquisitions</h3>
186
187 <ul>
188 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27671">[27671]</a> Missing include in orderreceive.tt</li>
189 </ul>
190
191 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
192
193 <ul>
194 <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>
195 <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>
196
197 <blockquote>
198   <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>
199 </blockquote></li>
200 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27676">[27676]</a> finesMode=off not correctly handled</li>
201 </ul>
202
203 <h3 id="circulation">Circulation</h3>
204
205 <ul>
206 <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>
207 </ul>
208
209 <h3 id="holdrequests">Hold requests</h3>
210
211 <ul>
212 <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>
213
214 <blockquote>
215   <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>
216 </blockquote></li>
217 </ul>
218
219 <h3 id="installationandupgradecommand-lineinstaller">Installation and upgrade (command-line installer)</h3>
220
221 <ul>
222 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27466">[27466]</a> Update process failing for 20.06.00.023</p>
223
224 <blockquote>
225   <p>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.</p>
226 </blockquote></li>
227 </ul>
228
229 <h3 id="sip2">SIP2</h3>
230
231 <ul>
232 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27589">[27589]</a> Error when specifying CR field in SIP Config</li>
233 </ul>
234
235 <h3 id="systemadministration">System Administration</h3>
236
237 <ul>
238 <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>
239 </ul>
240
241 <h3 id="tools">Tools</h3>
242
243 <ul>
244 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27669">[27669]</a> reverting and importing status never set when importing/reverting a batch</li>
245 </ul>
246
247 <h2 id="otherbugsfixed">Other bugs fixed</h2>
248
249 <h3 id="about">About</h3>
250
251 <ul>
252 <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>
253 </ul>
254
255 <h3 id="acquisitions">Acquisitions</h3>
256
257 <ul>
258 <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>
259 <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>
260 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27446">[27446]</a> Markup errors in suggestion/suggestion.tt</p>
261
262 <blockquote>
263   <p>This patch fixes several markup errors in the suggestions template in the staff interface, including:</p>
264   
265   <ul>
266   <li>Indentation</li>
267   <li>Unclosed tags</li>
268   <li>Non-unique IDs</li>
269   <li>Adding comments to highlight markup structure</li>
270   </ul>
271 </blockquote></li>
272 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27547">[27547]</a> Typo in parcel.tt</li>
273 <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>
274
275 <p><strong>Sponsored by</strong> <em>Collecto</em></p></li>
276 </ul>
277
278 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
279
280 <ul>
281 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25381">[25381]</a> XSLTs should not define entities</li>
282 <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>
283
284 <blockquote>
285   <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>
286 </blockquote></li>
287 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27154">[27154]</a> Koha/Util/SystemPreferences.pm must be removed</li>
288 <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>
289
290 <blockquote>
291   <p>This fixes the misspelling of Method (Mehtod to Method) in REST API files.</p>
292 </blockquote></li>
293 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27327">[27327]</a> Indirect object notation in Koha::Club::Hold</li>
294 <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>
295 <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>
296 </ul>
297
298 <h3 id="cataloging">Cataloging</h3>
299
300 <ul>
301 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27508">[27508]</a> Can't duplicate the MARC field tag with JavaScript if option "advancedMARCeditor" is set to "Don't display"</li>
302 </ul>
303
304 <h3 id="circulation">Circulation</h3>
305
306 <ul>
307 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8287">[8287]</a> Improve filter on checked out from overdues</li>
308 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27011">[27011]</a> Warnings in returns.pl</p>
309
310 <blockquote>
311   <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>
312 </blockquote></li>
313 <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>
314 <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>
315
316 <blockquote>
317   <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>
318   
319   <p>This was caused by not taking into account that the "location" parameter for this form is initially empty.</p>
320 </blockquote></li>
321 <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>
322
323 <blockquote>
324   <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>
325   
326   <p>This was caused by not taking into account that the "barcode" parameter for this form is initially empty.</p>
327 </blockquote></li>
328 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27645">[27645]</a> Duplicate message in batch checkout</li>
329 <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>
330 </ul>
331
332 <h3 id="command-lineutilities">Command-line Utilities</h3>
333
334 <ul>
335 <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>
336 </ul>
337
338 <h3 id="finesandfees">Fines and fees</h3>
339
340 <ul>
341 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20527">[20527]</a> &lt;label&gt; linked to the wrong <input> (wrong "for" attribute) in paycollect.tt</p>
342
343 <blockquote>
344   <p>This fixes the HTML &lt;label for=""&gt; element for the Writeoff amount field on the Accounting > Make a payment form for a patron - changes "paid" to "amountwrittenoff".</p>
345 </blockquote></li>
346 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27290">[27290]</a> Cash register allows for 'amount tendered' less than amount being paid</li>
347 </ul>
348
349 <h3 id="i18nl10n">I18N/L10N</h3>
350
351 <ul>
352 <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>
353 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27416">[27416]</a> String 'Modify tag' in breadcrumb is untranslatable</li>
354 </ul>
355
356 <h3 id="ill">ILL</h3>
357
358 <ul>
359 <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>
360 </ul>
361
362 <h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
363
364 <ul>
365 <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>
366
367 <blockquote>
368   <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>
369 </blockquote></li>
370 <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>
371
372 <blockquote>
373   <p>This removes the Koha version number from the sample news items for the French language installer files (fr-FR and fr-CA).</p>
374 </blockquote></li>
375 <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>
376
377 <blockquote>
378   <p>This fixes a broken link in the sample news items for the French language installer files (fr-FR and fr-CA).</p>
379 </blockquote></li>
380 </ul>
381
382 <h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
383
384 <ul>
385 <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>
386 </ul>
387
388 <h3 id="notices">Notices</h3>
389
390 <ul>
391 <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>
392 </ul>
393
394 <h3 id="opac">OPAC</h3>
395
396 <ul>
397 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26406">[26406]</a> Suggestions filter does not work</li>
398 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26578">[26578]</a> OverDrive results can return false positives when searches contain CCL syntax</li>
399 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27261">[27261]</a> PatronSelfRegistrationBorrowerUnwantedField should exclude branchcode</p>
400
401 <blockquote>
402   <p>This patch excludes the ability to add branchcode to the PatronSelfRegistrationBorrowerUnwantedField system preference.</p>
403 </blockquote></li>
404 <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>
405 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27543">[27543]</a> Tooltip on opac-messaging.pl obscured by table headers</p>
406
407 <blockquote>
408   <p>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.</p>
409 </blockquote></li>
410 <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>
411 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27628">[27628]</a> Fix minor HTML markup errors in OPAC search results templates</li>
412 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27633">[27633]</a> Display of 440$v doubled up in the OPAC</p>
413
414 <blockquote>
415   <p>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.</p>
416 </blockquote></li>
417 </ul>
418
419 <h3 id="patrons">Patrons</h3>
420
421 <ul>
422 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17364">[17364]</a> branchcode in BorrowerUnwantedField causes software error when saving patron record</p>
423
424 <blockquote>
425   <p>A more user friendly interface for selecting database columns for some system preferences (such as BorrowerUnwantedField) was added in Koha 20.11 (Bug 22844). </p>
426   
427   <p>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.</p>
428   
429   <p>This big fixes the issue by:</p>
430   
431   <ul>
432   <li><p>allowing developers to define the database columns to exclude from selection in the .pref system preference definition file using "exclusions: "</p></li>
433   <li><p>disabling the selection of the excluded database columns in the staff interface when configuring system preferences that allow selecting database columns</p></li>
434   <li><p>updating the BorrowerUnwantedField system preference to exclude branchcode</p></li>
435   </ul>
436 </blockquote></li>
437 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26059">[26059]</a> Create guarantor/guarantee links on patron import</li>
438 <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>
439
440 <blockquote>
441   <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>
442 </blockquote></li>
443 </ul>
444
445 <h3 id="restapi">REST API</h3>
446
447 <ul>
448 <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>
449
450 <blockquote>
451   <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>
452 </blockquote></li>
453 </ul>
454
455 <h3 id="sip2">SIP2</h3>
456
457 <ul>
458 <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>
459 <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>
460 </ul>
461
462 <h3 id="staffclient">Staff Client</h3>
463
464 <ul>
465 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27321">[27321]</a> Make excluded database columns in system preferences more clearly disabled</p>
466
467 <blockquote>
468   <p>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.</p>
469 </blockquote></li>
470 <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>
471 </ul>
472
473 <h3 id="systemadministration">System Administration</h3>
474
475 <ul>
476 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27264">[27264]</a> Reword sentence of OPACHoldsHistory</li>
477 </ul>
478
479 <h3 id="templates">Templates</h3>
480
481 <ul>
482 <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>
483
484 <blockquote>
485   <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>
486 </blockquote></li>
487 <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>
488
489 <blockquote>
490   <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>
491 </blockquote></li>
492 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26602">[26602]</a> Datatables - Actions columns should not be exported</li>
493 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27027">[27027]</a> Typo: has successfully been modified.. %s</p>
494
495 <blockquote>
496   <p>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.</p>
497 </blockquote></li>
498 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27430">[27430]</a> Use minimum length for patron category on password hint</p>
499
500 <blockquote>
501   <p>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.</p>
502 </blockquote></li>
503 <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>
504 <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>
505 <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>
506
507 <blockquote>
508   <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>
509 </blockquote></li>
510 <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>
511 <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>
512 <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>
513 </ul>
514
515 <h3 id="testsuite">Test Suite</h3>
516
517 <ul>
518 <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>
519 </ul>
520
521 <h3 id="tools">Tools</h3>
522
523 <ul>
524 <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>
525 <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>
526 </ul>
527
528 <h3 id="webservices">Web services</h3>
529
530 <ul>
531 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17229">[17229]</a> ILS-DI HoldTitle and HoldItem should check if patron is expired</li>
532 </ul>
533
534 <h2 id="documentation">Documentation</h2>
535
536 <p>The Koha manual is maintained in Sphinx. The home page for Koha 
537 documentation is </p>
538
539 <ul>
540 <li><a href="http://koha-community.org/documentation/">Koha Documentation</a></li>
541 </ul>
542
543 <p>As of the date of these release notes, the Koha manual is available in the following languages:</p>
544
545 <ul>
546 <li><a href="http://koha-community.org/manual/20.11/en/html/">English</a></li>
547 <li><a href="http://koha-community.org/manual/20.11/ar/html/">Arabic</a></li>
548 <li><a href="http://koha-community.org/manual/20.11/zh_TW/html/">Chinese - Taiwan</a></li>
549 <li><a href="http://koha-community.org/manual/20.11/cs/html/">Czech</a></li>
550 <li><a href="http://koha-community.org/manual/20.11/fr/html/">French</a></li>
551 <li><a href="http://koha-community.org/manual/20.11/fr_CA/html/">French (Canada)</a></li>
552 <li><a href="http://koha-community.org/manual/20.11/de/html/">German</a></li>
553 <li><a href="http://koha-community.org/manual/20.11/hi/html/">Hindi</a></li>
554 <li><a href="http://koha-community.org/manual/20.11/it/html/">Italian</a></li>
555 <li><a href="http://koha-community.org/manual/20.11/pt_BR/html/">Portuguese - Brazil</a></li>
556 <li><a href="http://koha-community.org/manual/20.11/es/html/">Spanish</a></li>
557 <li><a href="http://koha-community.org/manual/20.11/tr/html/">Turkish</a></li>
558 </ul>
559
560 <p>The Git repository for the Koha manual can be found at</p>
561
562 <ul>
563 <li><a href="https://gitlab.com/koha-community/koha-manual">Koha Git Repository</a></li>
564 </ul>
565
566 <h2 id="translations">Translations</h2>
567
568 <p>Complete or near-complete translations of the OPAC and staff
569 interface are available in this release for the following languages:</p>
570
571 <ul>
572 <li>Arabic (100%)</li>
573 <li>Armenian (99.9%)</li>
574 <li>Armenian (Classical) (89%)</li>
575 <li>Chinese (Taiwan) (87.5%)</li>
576 <li>Czech (73.3%)</li>
577 <li>English (New Zealand) (59.8%)</li>
578 <li>English (USA)</li>
579 <li>Finnish (78.4%)</li>
580 <li>French (77%)</li>
581 <li>French (Canada) (91.5%)</li>
582 <li>German (100%)</li>
583 <li>German (Switzerland) (67.2%)</li>
584 <li>Greek (60.7%)</li>
585 <li>Hindi (95.4%)</li>
586 <li>Italian (100%)</li>
587 <li>Norwegian Bokmål (63.6%)</li>
588 <li>Polish (71.1%)</li>
589 <li>Portuguese (77.5%)</li>
590 <li>Portuguese (Brazil) (89%)</li>
591 <li>Russian (90.3%)</li>
592 <li>Slovak (80.9%)</li>
593 <li>Spanish (96%)</li>
594 <li>Swedish (74.8%)</li>
595 <li>Telugu (79.9%)</li>
596 <li>Turkish (91.2%)</li>
597 <li>Ukrainian (63.5%)</li>
598 </ul>
599
600 <p>Partial translations are available for various other languages.</p>
601
602 <p>The Koha team welcomes additional translations; please see</p>
603
604 <ul>
605 <li><a href="http://wiki.koha-community.org/wiki/Translating_Koha">Koha Translation Info</a></li>
606 </ul>
607
608 <p>For information about translating Koha, and join the koha-translate 
609 list to volunteer:</p>
610
611 <ul>
612 <li><a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate">Koha Translate List</a></li>
613 </ul>
614
615 <p>The most up-to-date translations can be found at:</p>
616
617 <ul>
618 <li><a href="http://translate.koha-community.org/">Koha Translation</a></li>
619 </ul>
620
621 <h2 id="releaseteam">Release Team</h2>
622
623 <p>The release team for Koha 20.11.03 is</p>
624
625 <ul>
626 <li><p>Release Manager: Jonathan Druart</p></li>
627 <li><p>Release Manager assistants:</p>
628
629 <ul>
630 <li>Martin Renvoize</li>
631 <li>Tomás Cohen Arazi</li>
632 </ul></li>
633 <li><p>QA Manager: Katrin Fischer</p></li>
634 <li><p>QA Team:</p>
635
636 <ul>
637 <li>David Cook</li>
638 <li>Agustín Moyano</li>
639 <li>Martin Renvoize</li>
640 <li>Marcel de Rooy</li>
641 <li>Joonas Kylmälä</li>
642 <li>Julian Maurice</li>
643 <li>Tomás Cohen Arazi</li>
644 <li>Josef Moravec</li>
645 <li>Nick Clemens</li>
646 <li>Kyle Hall</li>
647 <li>Victor Grousset</li>
648 </ul></li>
649 <li><p>Topic Experts:</p>
650
651 <ul>
652 <li>UI Design -- Owen Leonard</li>
653 <li>REST API -- Tomás Cohen Arazi</li>
654 <li>Zebra -- Fridolin Somers</li>
655 <li>Accounts -- Martin Renvoize</li>
656 </ul></li>
657 <li><p>Bug Wranglers:</p>
658
659 <ul>
660 <li>Amit Gupta</li>
661 <li>Mengü Yazıcıoğlu</li>
662 <li>Indranil Das Gupta</li>
663 </ul></li>
664 <li><p>Packaging Managers:</p>
665
666 <ul>
667 <li>David Cook</li>
668 <li>Mason James</li>
669 <li>Agustín Moyano</li>
670 </ul></li>
671 <li><p>Documentation Manager: Caroline Cyr La Rose</p></li>
672 <li><p>Documentation Team:</p>
673
674 <ul>
675 <li>Marie-Luce Laflamme</li>
676 <li>Lucy Vaux-Harvey</li>
677 <li>Henry Bolshaw</li>
678 <li>David Nind</li>
679 </ul></li>
680 <li><p>Translation Managers: </p>
681
682 <ul>
683 <li>Indranil Das Gupta</li>
684 <li>Bernardo González Kriegel</li>
685 </ul></li>
686 <li><p>Release Maintainers:</p>
687
688 <ul>
689 <li>20.11 -- Fridolin Somers</li>
690 <li>20.05 -- Andrew Fuerste-Henry</li>
691 <li>19.11 -- Victor Grousset</li>
692 </ul></li>
693 </ul>
694
695 <h2 id="credits">Credits</h2>
696
697 <p>We thank the following libraries who are known to have sponsored
698 new features in Koha 20.11.03:</p>
699
700 <ul>
701 <li>Banco Central de la República Argentina</li>
702 <li><a href="https://collecto.ca">Collecto</a></li>
703 </ul>
704
705 <p>We thank the following individuals who contributed patches to Koha 20.11.03.</p>
706
707 <ul>
708 <li>Ethan Amohia (1)</li>
709 <li>Tomás Cohen Arazi (9)</li>
710 <li>Eden Bacani (5)</li>
711 <li>Philippe Blouin (1)</li>
712 <li>Nick Clemens (16)</li>
713 <li>David Cook (1)</li>
714 <li>Jonathan Druart (45)</li>
715 <li>Katrin Fischer (5)</li>
716 <li>Lucas Gass (5)</li>
717 <li>Didier Gautheron (1)</li>
718 <li>Kyle M Hall (14)</li>
719 <li>Mazen Khallaf (3)</li>
720 <li>Amy King (4)</li>
721 <li>Bernardo González Kriegel (1)</li>
722 <li>Joonas Kylmälä (1)</li>
723 <li>Owen Leonard (12)</li>
724 <li>Ava Li (4)</li>
725 <li>Catherine Ma (2)</li>
726 <li>Julian Maurice (2)</li>
727 <li>Agustín Moyano (1)</li>
728 <li>James O'Keeffe (3)</li>
729 <li>Martin Renvoize (10)</li>
730 <li>Marcel de Rooy (3)</li>
731 <li>Caroline Cyr La Rose (2)</li>
732 <li>Andreas Roussos (1)</li>
733 <li>Fridolin Somers (10)</li>
734 <li>Arthur Suzuki (1)</li>
735 <li>Emmi Takkinen (2)</li>
736 <li>Petro Vashchuk (6)</li>
737 <li>Ella Wipatene (2)</li>
738 </ul>
739
740 <p>We thank the following libraries, companies, and other institutions who contributed
741 patches to Koha 20.11.03</p>
742
743 <ul>
744 <li>Athens County Public Libraries (12)</li>
745 <li>BibLibre (14)</li>
746 <li>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) (5)</li>
747 <li>ByWater-Solutions (35)</li>
748 <li>Dataly Tech (1)</li>
749 <li>gamil.com (3)</li>
750 <li>Independant Individuals (27)</li>
751 <li>Koha Community Developers (45)</li>
752 <li>Koha-Suomi (2)</li>
753 <li>Prosentient Systems (1)</li>
754 <li>PTFS-Europe (10)</li>
755 <li>Rijks Museum (3)</li>
756 <li>Solutions inLibro inc (3)</li>
757 <li>Theke Solutions (10)</li>
758 <li>Universidad Nacional de Córdoba (1)</li>
759 <li>University of Helsinki (1)</li>
760 </ul>
761
762 <p>We also especially thank the following individuals who tested patches
763 for Koha.</p>
764
765 <ul>
766 <li>Mark Hofstetter <a href="m&#x61;&#x69;&#108;&#x74;&#111;:&#109;a&#114;&#x6B;&#64;&#x68;&#111;&#x66;&#x73;&#116;e&#x74;&#x74;&#x65;&#x72;&#x2E;&#x61;&#116;">&#109;a&#114;&#x6B;&#64;&#x68;&#111;&#x66;&#x73;&#116;e&#x74;&#x74;&#x65;&#x72;&#x2E;&#x61;&#116;</a> (1)</li>
767 <li>Tomás Cohen Arazi (3)</li>
768 <li>Eden Bacani (1)</li>
769 <li>Marjorie Barry-Vila (1)</li>
770 <li>Nick Clemens (17)</li>
771 <li>David Cook (1)</li>
772 <li>Sarah Daviau (1)</li>
773 <li>Michal Denar (1)</li>
774 <li>Jonathan Druart (122)</li>
775 <li>Katrin Fischer (77)</li>
776 <li>Martha Fuerst (1)</li>
777 <li>Andrew Fuerste-Henry (8)</li>
778 <li>Marti Fyerst (3)</li>
779 <li>Brendan Gallagher (2)</li>
780 <li>Lucas Gass (7)</li>
781 <li>Victor Grousset (1)</li>
782 <li>Amit Gupta (1)</li>
783 <li>Kyle M Hall (16)</li>
784 <li>Stina Hallin (1)</li>
785 <li>Sally Healey (7)</li>
786 <li>Ron Houk (7)</li>
787 <li>Barbara Johnson (8)</li>
788 <li>Joonas Kylmälä (8)</li>
789 <li>Owen Leonard (11)</li>
790 <li>Julian Maurice (2)</li>
791 <li>Kelly McElligott (2)</li>
792 <li>Telishia Mickens (1)</li>
793 <li>David Nind (25)</li>
794 <li>Andrew Nugged (1)</li>
795 <li>Séverine Queune (1)</li>
796 <li>Martin Renvoize (38)</li>
797 <li>Phil Ringnalda (1)</li>
798 <li>Marcel de Rooy (21)</li>
799 <li>Fridolin Somers (169)</li>
800 </ul>
801
802 <p>We regret any omissions.  If a contributor has been inadvertently missed,
803 please send a patch against these release notes to 
804 koha-patches@lists.koha-community.org.</p>
805
806 <h2 id="revisioncontrolnotes">Revision control notes</h2>
807
808 <p>The Koha project uses Git for version control.  The current development 
809 version of Koha can be retrieved by checking out the master branch of:</p>
810
811 <ul>
812 <li><a href="https://git.koha-community.org/Koha-community/Koha.git">Koha Git Repository</a></li>
813 </ul>
814
815 <p>The branch for this version of Koha and future bugfixes in this release
816 line is 20.11.x.</p>
817
818 <h2 id="bugsandfeaturerequests">Bugs and feature requests</h2>
819
820 <p>Bug reports and feature requests can be filed at the Koha bug
821 tracker at:</p>
822
823 <ul>
824 <li><a href="http://bugs.koha-community.org">Koha Bugzilla</a></li>
825 </ul>
826
827 <p>He rau ringa e oti ai.
828 (Many hands finish the work)</p>
829
830 <p>Autogenerated release notes updated last on 23 févr. 2021 13:52:12.</p>