13538347cb489714c6d8a1385bef2adf49df3490
[koha.git] / misc / release_notes / release_notes_20_05_00.html
1 <h1 id="releasenotesforkoha20.05.00">RELEASE NOTES FOR KOHA 20.05.00</h1>
2
3 <p>31 May 2020</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.00 can be downloaded from:</p>
15
16 <ul>
17 <li><a href="http://download.koha-community.org/koha-20.05-latest.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.00 is a major release, that comes with many new features.</p>
28
29 <p>It includes 13 new features, 275 enhancements, 592 bugfixes.</p>
30
31 <p>A new <b>Technical highlights</b> section is included at the bottom of these notes for those seeking a short summary of the more technical changes included in this release</p>
32
33 <h3 id="systemrequirements">System requirements</h3>
34
35 <p>Koha is continuously tested against the following configurations and as such, these are the recommendations for
36 deployment:</p>
37
38 <ul>
39 <li>Debian Jessie with MySQL 5.5 (End of life)</li>
40 <li>Debian Stretch with MariaDB 10.1</li>
41 <li>Debian Buster with MariaDB 10.3</li>
42 <li>Ubuntu Bionic with MariaDB 10.1 </li>
43 <li>Debian Stretch with MySQL 8.0 (Experimental MySQL 8.0 support)</li>
44 </ul>
45
46 <p>Additional notes:</p>
47
48 <ul>
49 <li>Perl 5.10 is required (5.24 is recommended)</li>
50 <li>Zebra or Elasticsearch is required</li>
51 </ul>
52
53 <h2 id="newfeatures">New features</h2>
54
55 <h3 id="acquisitions">Acquisitions</h3>
56
57 <ul>
58 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24347">[24347]</a> Add a 'search to order' function</p>
59
60 <p><strong>Sponsored by</strong> <em>Athens County Public Libraries</em></p>
61
62 <blockquote>
63   <p>This new feature allows staff to add items to an order via a new 'Search to order' function accessible from the basket. The order can then be created either directly from the result list or the detail pages of the catalog.
64   This replaces the former search functionality for existing records within the acquisitions module and makes it possible to use all search features and information shown in the normal catalog.</p>
65 </blockquote></li>
66 </ul>
67
68 <h3 id="circulation">Circulation</h3>
69
70 <ul>
71 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13881">[13881]</a> Add ability to defined circulation desks</p>
72
73 <p><strong>Sponsored by</strong> <em>Bibliothèque Universitaire des Langues et Civilisations (BULAC)</em></p>
74
75 <blockquote>
76   <p>When enabled, this feature makes it possible to define circulation desks per library.</p>
77   
78   <p>Future developments are planned to allow associating hold pickup locations with desks and other features.</p>
79   
80   <p><strong>New system preference</strong>: <code>UseCirculationDesks</code> defaults to disabled.</p>
81 </blockquote></li>
82 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24846">[24846]</a> Add a tool to enable bulk edit of due dates</p>
83
84 <p><strong>Sponsored by</strong> <em>BibLibre</em>, <em>ByWater Solutions</em> and <em>PTFS Europe</em></p>
85
86 <blockquote>
87   <p>With events sometimes leading to unforeseen library closures, (Coronavirus for example), this new tool allows librarians to update due dates in bulk based on library and current due date of the materials on loan.</p>
88   
89   <p>Access to the tool requires a new permission <code>batch_extend_due_dates</code>.</p>
90 </blockquote></li>
91 </ul>
92
93 <h3 id="finesandfees">Fines and fees</h3>
94
95 <ul>
96 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23354">[23354]</a> Add a 'Point of sale' screen to allow anonymous payments</p>
97
98 <p><strong>Sponsored by</strong> <em>Cheshire Libraries Shared Services</em> and <em>PTFS Europe</em></p>
99
100 <blockquote>
101   <p>The new feature adds point of sale functionality to Koha.</p>
102   
103   <p>When enabled, a new "Point of sale" screen will be available from the staff client home page. From this screen, one can build up a transaction consisting of various items defined in the account debit types administration area and then process the transaction anonymously making a 'sale' to the end-user.  The payment type, cash register and staff user id's are all stored for later auditing purposes.</p>
104   
105   <p><strong>New system preference</strong>: <code>EnablePointOfSale</code> defaults to disabled.</p>
106 </blockquote></li>
107 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23355">[23355]</a> Add a 'cashup' process to accounts</p>
108
109 <p><strong>Sponsored by</strong> <em>Cheshire Libraries Shared Services</em> and <em>PTFS Europe</em></p>
110
111 <blockquote>
112   <p>This new feature complements the new 'Point of sale' page introduced in bug 23354 by adding a page to display historic transactions that have taken place on the selected cash register since the last 'cashup' event.  One can record a 'cashup' from this page by comparing the summary values displayed on the page to the actual amounts found in the cash register and then clicking the 'cashup' button to record that this process has taken place.</p>
113 </blockquote></li>
114 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23442">[23442]</a> Add a 'refund' process to accounts</p>
115
116 <p><strong>Sponsored by</strong> <em>Cheshire Libraries Shared Services</em> and <em>PTFS Europe</em></p>
117
118 <blockquote>
119   <p>This enhancement adds a workflow that allows staff with the new <code>refund</code> permission to refund/reimburse patrons when they have been incorrectly charged for a transaction. It records an audit trail for the process.</p>
120 </blockquote></li>
121 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24080">[24080]</a> Add a 'payout' process to accounts</p>
122
123 <p><strong>Sponsored by</strong> <em>Cheshire Libraries Shared Services</em> and <em>PTFS Europe</em></p>
124
125 <blockquote>
126   <p>This new feature adds an audited process for paying out excess credits on a patrons account.</p>
127 </blockquote></li>
128 </ul>
129
130 <h3 id="ill">ILL</h3>
131
132 <ul>
133 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23112">[23112]</a> Add circulation process to inter-library loans</p>
134
135 <p><strong>Sponsored by</strong> <em>Loughborough University</em></p>
136
137 <blockquote>
138   <p>This new feature, when enabled, adds the option for library staff to immediately issue a received inter-library loan item to the patron who requested it.  The checkout is immediate and due date is set, either as a fixed date entered by the librarian or based upon the standard circulation rules.</p>
139   
140   <p><strong>New system preference</strong>: <code>CirculateILL</code> defaults to disabled.</p>
141 </blockquote></li>
142 </ul>
143
144 <h3 id="opac">OPAC</h3>
145
146 <ul>
147 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4461">[4461]</a> Add a context-sensitive report a problem process</p>
148
149 <p><strong>Sponsored by</strong> <em>Catalyst</em></p>
150
151 <blockquote>
152   <p>This new feature, when enabled, lets patrons report problems using the OPAC.</p>
153   
154   <p>It adds a link to each page of the OPAC to a form so that patrons can report problems. Problems are then available via a new problem report management area in the staff interface.</p>
155   
156   <p><strong>New system preference</strong>: <code>OPACReportProblem</code> defaults to disabled.</p>
157 </blockquote></li>
158 </ul>
159
160 <h3 id="pluginarchitecture">Plugin architecture</h3>
161
162 <ul>
163 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23975">[23975]</a> Add ability to search and install plugins from GitHub</p>
164
165 <blockquote>
166   <p>This patch makes public plugins discoverable from within Koha itself via a search box at the top of the plugin management page.</p>
167   
168   <p>One can search for plugins and install them directly from their source.</p>
169   
170   <p>WARNING: Plugins are not yet verified by the community, use at your own risk.  The feature is <strong>disabled</strong> by default; to enable it an administrator must uncomment, or add new lines to, the relevant configuration lines inside the <code>plugin_repos</code> config block within koha-conf.xml.</p>
171 </blockquote></li>
172 </ul>
173
174 <h3 id="restapi">REST API</h3>
175
176 <ul>
177 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24302">[24302]</a> Add a way to specify nested objects to embed in OpenAPI</p>
178
179 <blockquote>
180   <p>This development introduces a way to define embeddable objects on API routes. On the path specs, they will be specified using dot notation for nested embeddings:</p>
181   
182   <p>"x-koha-embed": [
183      'biblio',
184      'biblio.items',
185      'fund'
186   ]</p>
187   
188   <p>The consumer will need to add a header to the request, specifying the things they want to embed using comma-separated values like this:</p>
189   
190   <p>x-koha-embed: 'biblio,fund'</p>
191   
192   <p>This header will be validated against the endpoint spec and an error code will be returned if the request is not appropriate.</p>
193 </blockquote></li>
194 </ul>
195
196 <h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
197
198 <ul>
199 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14567">[14567]</a> Add an elasticsearch driven browse interface to the OPAC</p>
200
201 <blockquote>
202   <p>This is an interface for quick and efficient browsing through records with Elasticsearch.</p>
203   
204   <p>It presents a page at /cgi-bin/koha/opac-browse.pl that allows you to enter the prefix of an author, title, or subject and it'll give you a list of the options that begin with the text you entered. You can then scroll forward through these and select the one you're after.</p>
205   
206   <p>Selecting a result provides a list of records
207   that match that particular search.</p>
208   
209   <p><strong>New system preference</strong>: <code>OpacBrowseSearch</code> defaults to disabled.</p>
210 </blockquote></li>
211 </ul>
212
213 <h3 id="webservices">Web services</h3>
214
215 <ul>
216 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24369">[24369]</a> Add ability to set CORS header in Koha</p>
217
218 <blockquote>
219   <p>This development adds support for setting the Access-Control-Allow-Origin header in Koha using the new AccessControlAllowOrigin system preference. This is especially useful for integrating data from the services provided by Koha on sites other than Koha itself.</p>
220   
221   <p><strong>New system preference</strong>: <code>AccessControlAllowOrigin</code> defaults to empty.</p>
222 </blockquote></li>
223 </ul>
224
225 <h2 id="enhancements">Enhancements</h2>
226
227 <h3 id="acquisitions">Acquisitions</h3>
228
229 <ul>
230 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12502">[12502]</a> Add columns for note, order number and ISBN to late orders page</p>
231
232 <blockquote>
233   <p>This adds the internal note, vendor note, order number and ISBN to the late orders table. The notes are editable directly from the table using a modal dialog.</p>
234 </blockquote></li>
235 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14963">[14963]</a> Add the ability to suggest purchase from existing titles</p>
236
237 <p><strong>Sponsored by</strong> <em>Bibliothèque Universitaire des Langues et Civilisations (BULAC)</em></p>
238
239 <blockquote>
240   <p>This enhancement adds the ability to create a new purchase suggestion from an existing catalogue record.</p>
241 </blockquote></li>
242 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14973">[14973]</a> Add an alert during purchase suggestion submissions to warn the user when an existing biblio appears to satisfy the request</p>
243
244 <p><strong>Sponsored by</strong> <em>Bibliothèque Universitaire des Langues et Civilisations (BULAC)</em></p>
245
246 <blockquote>
247   <p>This enhancement to the suggestions process adds a warning to alert the user to the presence of an apparent holding that already satisfies the suggestion they are about to submit.</p>
248 </blockquote></li>
249 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16784">[16784]</a> Add table configuration for the suggestions table</li>
250 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22774">[22774]</a> Add ability to limit the number of purchase suggestions a patron may submit in a specified time period</p>
251
252 <blockquote>
253   <p>This enhancement allows the library to limit the number of purchase suggestions a user may submit within a given time period.</p>
254   
255   <p><strong>New system preferences</strong>: <code>MaxTotalSuggestions</code> defaults to empty (unrestricted) and <code>NumberOfSuggestionDays</code> defaults to empty (disabled).</p>
256 </blockquote></li>
257 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22784">[22784]</a> Add the ability to archive purchase suggestions</p>
258
259 <p><strong>Sponsored by</strong> <em>Bibliothèque Universitaire des Langues et Civilisations (BULAC)</em></p>
260
261 <blockquote>
262   <p>This enhancements to the suggestions process adds a way to archive completed purchase suggestions.</p>
263 </blockquote></li>
264 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23590">[23590]</a> Add the ability to change the manager of a suggestion and notify the new manager</p>
265
266 <p><strong>Sponsored by</strong> <em>Bibliothèque Universitaire des Langues et Civilisations (BULAC)</em></p>
267
268 <blockquote>
269   <p>This enhancement to the purchase suggestions process adds the ability to modify the manager of a suggestion.</p>
270   
271   <p>When assigning a suggestion to a new manager, the new notice <code>NOTIFY_MANAGER</code> will be sent to the manager to alert them.</p>
272   
273   <p>To keep track of the different modifications, 2 new columns are added to the suggestion table: <code>lastmodificationby</code> and <code>lastmodificationdate</code>, which will be updated automatically when a suggestion is edited.</p>
274 </blockquote></li>
275 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23591">[23591]</a> Add a new "Suggestions details" tab on bibliographic record</p>
276
277 <blockquote>
278   <p>This enhancement adds a new 'Suggestion details' tab to the bibliographic record details view.</p>
279 </blockquote></li>
280 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23592">[23592]</a> Add a shortcut from suggestion details to the bibliographic details in the staff client</p>
281
282 <p><strong>Sponsored by</strong> <em>Bibliothèque Universitaire des Langues et Civilisations (BULAC)</em></p></li>
283 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23593">[23593]</a> Add a shortcut from suggestion details to the bibliographic record in the OPAC</p>
284
285 <p><strong>Sponsored by</strong> <em>Bibliothèque Universitaire des Langues et Civilisations (BULAC)</em></p></li>
286 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23594">[23594]</a> Add ability to batch modify itemtypes from the suggestions page</p>
287
288 <p><strong>Sponsored by</strong> <em>Bibliothèque Universitaire des Langues et Civilisations (BULAC)</em></p>
289
290 <blockquote>
291   <p>This enhancement allows users to update the item types for selected suggestions on the suggestions management page.</p>
292 </blockquote></li>
293 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23596">[23596]</a> Add ability to modify the suggestions 'reason' field when receiving the item</p>
294
295 <p><strong>Sponsored by</strong> <em>Bibliothèque Universitaire des Langues et Civilisations (BULAC)</em></p>
296
297 <blockquote>
298   <p>The suggestion 'reason' field is often used to communicate additional information about a suggestion between the patron making the suggestion and the staff member acting upon it.</p>
299   
300   <p>This enhancement allows staff to update the field upon receipt of the item and thus update the patron regarding the current state of the new material.</p>
301 </blockquote></li>
302 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24158">[24158]</a> Add ability to receive items in multiple currencies</p>
303
304 <p><strong>Sponsored by</strong> <em>Athlone Institute of Technology</em></p>
305
306 <blockquote>
307   <p>This enhancement adds a currency dropdown to the actual cost field on the accounting details panel at the point of receipt.</p>
308 </blockquote></li>
309 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24161">[24161]</a> Add ability to track the claim dates of later orders</p>
310
311 <p><strong>Sponsored by</strong> <em>Cork Institute of Technology</em></p>
312
313 <blockquote>
314   <p>This enhancement adds the ability to track multiple claim dates for a late order and exposes this audit record via the late orders and basket pages.</p>
315 </blockquote></li>
316 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24162">[24162]</a> Add quantity column to the late orders table</p>
317
318 <p><strong>Sponsored by</strong> <em>Cork Institute of Technology</em></p>
319
320 <blockquote>
321   <p>This enhancement adds a quantity column to the late orders table.</p>
322 </blockquote></li>
323 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24163">[24163]</a> Add ability to define a CSV profile for late orders export</p>
324
325 <p><strong>Sponsored by</strong> <em>Institute of Technology Tralee</em></p></li>
326 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24276">[24276]</a> Add functionality to apply defaults from the ACQ framework for mandatory fields when adding records from external sources</li>
327 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24308">[24308]</a> Add ability to sort by dates in the suggestions table</p>
328
329 <blockquote>
330   <p>Separates information about dates and roles into separate columns so they can be sorted nicely.</p>
331 </blockquote></li>
332 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24819">[24819]</a> Add ability for librarians to choose a patron when entering a purchase suggestion</li>
333 </ul>
334
335 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
336
337 <ul>
338 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18936">[18936]</a> Move issuingrules into circulation_rules</p>
339
340 <blockquote>
341   <p>As part of ongoing efforts to simplify and enhance the circulation rules system, the <code>issuingrules</code> table has been removed and replaced by a new <code>circulation_rules</code> table.</p>
342   
343   <p>Any reports that may have used the issueingrules table will need to be updated to utilise the updated database structure.</p>
344 </blockquote></li>
345 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19735">[19735]</a> Move Perl deps definitions into a cpanfile</p>
346
347 <blockquote>
348   <p>This enhancement moves us away from custom-built dependency management and to the widely adopted cpanfile format for perl dependency listing.</p>
349   
350   <p>If you are running koha from git for development purposes you can now install perl dependencies using standard perl tooling and the included cpanfile.</p>
351   
352   <p>This patch also introduces the ability to set maximum versions in our dependancy listing (and excluded versions too), which should help us better track our compatibility.</p>
353 </blockquote></li>
354 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20116">[20116]</a> Improve performance by caching the language list</li>
355 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20443">[20443]</a> Move C4::Members::Attributes to Koha namespace</li>
356 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20728">[20728]</a> Remove subroutines GetLastOrder*</li>
357 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21294">[21294]</a> Add identification of boolean fields in the database</li>
358 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21503">[21503]</a> Update AuthorisedValues.pm to fall back to code if description doesn't exist</li>
359 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21746">[21746]</a> Remove NO_LIBRARY_SET</li>
360 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21800">[21800]</a> TransformKohaToMarc should respect non-repeatability of item subfields</li>
361 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22529">[22529]</a> /svc/members/search relies on quirks of haspermission</li>
362 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22589">[22589]</a> Remove sub C4::Overdues::BorType</li>
363 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22823">[22823]</a> Koha::Library needs a method for obtaining the inbound email address</p>
364
365 <blockquote>
366   <p>This patch adds a new <code>inbound_email_address</code> method to the Koha::Library class. This allows for a consistent way of getting a libraries branch email address for incoming mail.</p>
367 </blockquote></li>
368 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23463">[23463]</a> Move C4::Items CRUD subroutines to Koha::Item</li>
369 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24052">[24052]</a> Koha::XSLT housekeeping for bug 23290 (follow-up)</li>
370 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24066">[24066]</a> Koha::Patron->has_permission has no POD</li>
371 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24103">[24103]</a> Add option to dump built search query to templates</p>
372
373 <blockquote>
374   <p>This enhancement allows you to view the search query used by Zebra or Elasticsearch, to help with troubleshooting. To use, enable the new system preference DumpSearchQueryTemplate, enable <code>DumpTemplateVarsIntranet</code> and <code>DumpTemplateVarsOpac</code>, and then search the page source in the staff interface or OPAC for 'search_query'.</p>
375   
376   <p><strong>New system preference</strong>: <code>DumpSearchQueryTemplate</code> defaults to disabled.</p>
377 </blockquote></li>
378 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24149">[24149]</a> Add new Koha::Statistic[s] classes</p>
379
380 <p><strong>Sponsored by</strong> <em>Association KohaLa</em></p></li>
381 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24252">[24252]</a> Add credits, debits, credit_offsets and debit_offsets relationships to Koha::Account::Line</p>
382
383 <p><strong>Sponsored by</strong> <em>Cheshire Libraries Shared Services</em> and <em>PTFS Europe</em></p>
384
385 <blockquote>
386   <p>This enhancement allows for fetching related credits, debits and offsets directly from an existing Koha::Account::Line object and includes compatibility for prefetching of relations for performance.</p>
387 </blockquote></li>
388 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24255">[24255]</a> Add totals methods Koha::Account::Lines</p>
389
390 <p><strong>Sponsored by</strong> <em>Cheshire Libraries Shared Services</em> and <em>PTFS Europe</em></p>
391
392 <blockquote>
393   <p>This enhancement completes the set of summation methods available from a Koha::Account::Lines resultset object, complimenting the existing <code>total_outstanding</code> method.</p>
394   
395   <p>It introduces the following methods:</p>
396   
397   <ul>
398   <li><code>total</code> - Sum of all <code>amount</code> fields in the accountlines set.</li>
399   <li><code>credits_total</code> - Sum of all <code>amount</code> fields for credits in the accountlines set.</li>
400   <li><code>debits_total</code> - Sum of all <code>amount</code> fields for debits in the accountlines set.</li>
401   </ul>
402 </blockquote></li>
403 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24356">[24356]</a> objects.search prefetch</p>
404
405 <blockquote>
406   <p>This enhancement makes the Koha::Object(s) derived classes expose information about prefetch-able relations. This is then used by a new helper to generate the prefetch information for the DBIC query.</p>
407 </blockquote></li>
408 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24368">[24368]</a> Koha::Libraries->pickup_locations needs refactoring/ratifying</li>
409 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24418">[24418]</a> Add Koha::Biblio->suggestions</li>
410 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24419">[24419]</a> Add Koha::Suggestion->suggester accessor</li>
411 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24430">[24430]</a> Remove C4::Biblio::CountBiblioInOrders</li>
412 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24435">[24435]</a> Add Koha::Biblio->items_count</li>
413 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24440">[24440]</a> Add ->current_item_level_holds to Koha::Acquisition::Order</li>
414 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24448">[24448]</a> Add Koha::Biblio->subscriptions_count</li>
415 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24455">[24455]</a> Add ability to apply Koha formatting to dates from Javascript</p>
416
417 <blockquote>
418   <p>This patchset lays the foundations for applying date formatting as described in the Koha system preferences to datetimes returned by the API in RFC3339 format.</p>
419 </blockquote></li>
420 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24463">[24463]</a> Consistent accessor-relationship naming for basket_group in Basket.pm</li>
421 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24467">[24467]</a> *_count methods should be avoided</li>
422 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24468">[24468]</a> C4::Reserves::<em>get</em>itype is no longer used</li>
423 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24529">[24529]</a> Uninitialised value warnings in C4::Reserves</li>
424 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24545">[24545]</a> Replace Franklin Street by gnu.org/licenses in copyright</p>
425
426 <blockquote>
427   <p>This enhancement updates the GNU GPL license and copyright statement in all files so they are the same. It also updates the QA check to catch all new files.</p>
428 </blockquote></li>
429 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24561">[24561]</a> Add a datatables API wrapper</p>
430
431 <blockquote>
432   <p>This patch adds a datatables wrapper that allows using datatables against Koha's API. It implements:</p>
433   
434   <ul>
435   <li>Server side pagination</li>
436   <li>Filtering/searching</li>
437   <li>Embedding related objects in the request</li>
438   <li>Sorting and filtering by nested objects</li>
439   </ul>
440 </blockquote></li>
441 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24642">[24642]</a> Cache::Memcached::Fast::Safe must be marked as mandatory</li>
442 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24715">[24715]</a> Cache repeatable subfield in TransformKohaToMarc</li>
443 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24721">[24721]</a> emailLibrarianWhenHoldIsPlaced should use Koha::Library->inbound_email_address</li>
444 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24723">[24723]</a> EmailPurchaseSuggestions should use Koha::Library->inbound_email_address when set to 'BranchEmailAddress'</li>
445 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24726">[24726]</a> overdue_notices.pl should use Koha::Library->inbound_email_address</li>
446 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24732">[24732]</a> Make DumpTemplateVars more readable</li>
447 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24735">[24735]</a> Remove QueryParser-related code</li>
448 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24759">[24759]</a> OpacRenewalBranch code should be a Koha::Item method</li>
449 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24837">[24837]</a> selectbranchprinter needs to be renamed</li>
450 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24994">[24994]</a> TableExists should be used instead of IF NOT EXISTS in updatedatabase</li>
451 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25045">[25045]</a> Add a way to restrict anonymous access to public routes (OpacPublic behaviour)</p>
452
453 <blockquote>
454   <p>This enhancement allows libraries to distinctly disable the OPAC but allow the public facing API's to be enabled.</p>
455   
456   <p><strong>New system preference</strong>: <code>RESTPublicAnonymousRequests</code> defaults to enabled.</p>
457 </blockquote></li>
458 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25109">[25109]</a> Add execution locking to Koha::Script</li>
459 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25172">[25172]</a> Koha::Logger init is failing silently</li>
460 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25296">[25296]</a> Add a way to force an empty Koha::Objects resultset</li>
461 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25297">[25297]</a> Consistent return value in K::A::Order->current_item_level_holds</li>
462 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25303">[25303]</a> Koha::Objects->delete should not skip overridden object class ->delete</li>
463 </ul>
464
465 <h3 id="authentication">Authentication</h3>
466
467 <ul>
468 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21190">[21190]</a> Add logging of successful/unsuccessful login attempts</p>
469
470 <blockquote>
471   <p>This enhancement adds two new logging preferences <code>AuthFailureLog</code> and <code>AuthSuccessLog</code> in order to keep track of bad login attempts and successful ones.</p>
472   
473   <p>NOTE: In some countries, this may be a requirement as a local application of GDPR legislation.</p>
474   
475   <p><strong>New system preferences</strong>: <code>AuthFailureLog</code> and <code>AuthSuccessLog</code> both default to disabled.</p>
476 </blockquote></li>
477 </ul>
478
479 <h3 id="cataloging">Cataloging</h3>
480
481 <ul>
482 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3426">[3426]</a> Add support for multiple tags to the itemcallnumber system preference</p>
483
484 <blockquote>
485   <p>The itemcallnumber system preference now allows to specify multiple fields from which Koha can pull a suggestion for the itemcallnumber to use when adding items.</p>
486 </blockquote></li>
487 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7882">[7882]</a> Add ability to move and reorder fields and subfields in MARC editor</p>
488
489 <blockquote>
490   <p>This feature allows to change the sequence of tags and subfields in the cataloguing editor usind drag &amp; drop.</p>
491 </blockquote></li>
492 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8643">[8643]</a> Add ability to mark some MARC tags and subfields as important and alert on saving the record if they are found to be empty</p>
493
494 <p><strong>Sponsored by</strong> <em>Centre collégial des services regroupés</em></p>
495
496 <blockquote>
497   <p>This feature allows tags and subfields in bibliographic frameworks to be marked as important. The important attribute will trigger a confirmation message on saving the record, but will allow you to save the record without filling the fields.</p>
498 </blockquote></li>
499 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23349">[23349]</a> Add batch operations to staff interface catalog search results</p>
500
501 <blockquote>
502   <p>With this enhancement there is a new "Edit" menu on the catalog search that allows to "Batch edit", "Batch delete," and "Merge" selected records from the result list.</p>
503 </blockquote></li>
504 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24173">[24173]</a> Add <code>subtitle</code> &amp; <code>published date</code> to the search page in the advanced editor</p>
505
506 <blockquote>
507   <p>This enhancement adds subtitle (all parts) and date published to the results that come up for the Advanced editor search.</p>
508 </blockquote></li>
509 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24452">[24452]</a> Add visual cue for whitespace in the advanced editor</p>
510
511 <blockquote>
512   <p>Multiple spaces will now be highlighted by a red dotted underline in the editor.</p>
513 </blockquote></li>
514 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25231">[25231]</a> Remove alert when replacing a bibliographic record via Z39.50</li>
515 </ul>
516
517 <h3 id="circulation">Circulation</h3>
518
519 <ul>
520 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18355">[18355]</a> Add 'permanent location' alongside 'shelving location' when located on cart</li>
521 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21443">[21443]</a> Add ability to exclude holidays when calculating rentals fees by time period</p>
522
523 <blockquote>
524   <p>Allows to configure on item type level, if the calendar will be taken into account when calculating hourly or daily rental fees.</p>
525 </blockquote></li>
526 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23051">[23051]</a> Add ability to optionally renew fine accruing items when all fines on item are paid off</p>
527
528 <p><strong>Sponsored by</strong> <em>Loughborough University</em></p>
529
530 <blockquote>
531   <p>With the addition of a new <code>RenewAccruingItemWhenPaid</code> system preference, we gain the ability to automatically renew items with accruing fines at the point of payment of those fines.</p>
532   
533   <p><strong>New system preferences</strong>: <code>RenewAccruingItemWhenPaid</code> and <code>RenewAccruingItemInOpac</code> both default to disabled.</p>
534 </blockquote></li>
535 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24287">[24287]</a> Add ability to record what triggered a given transfer</p>
536
537 <blockquote>
538   <p>With the addition of the <code>reason</code> field to the <code>branchtransfers</code> table this allows us to track what triggered a transfer which is helpful both for later audit and for later use in code where we may want to cancel or replace existing transfers.</p>
539 </blockquote></li>
540 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24296">[24296]</a> Move stock rotation transfer triggers from <code>comments</code> to <code>reason</code></li>
541 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24297">[24297]</a> Record if a transfer was triggered 'manually'</li>
542 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24298">[24298]</a> Record if a transfer was triggered by 'return to homebranch'</li>
543 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24299">[24299]</a> Record if a transfer was triggered by 'rotating collections'</li>
544 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24436">[24436]</a> Record if a transfer was triggered by a 'hold'</li>
545 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24585">[24585]</a> Add 'Managed on' and 'Suggested on' columns to suggestions tab in patron account in staff</li>
546 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25188">[25188]</a> Make circulation notes more prominent on the patron details tab</p>
547
548 <p><strong>Sponsored by</strong> <em>PTFS Europe</em></p></li>
549 </ul>
550
551 <h3 id="command-lineutilities">Command-line Utilities</h3>
552
553 <ul>
554 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15214">[15214]</a> Add logging of authority updates to bulkmarcimport</li>
555 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18414">[18414]</a> Add ability to pass a file of borrowernumbers for deletion to delete_patrons.pl</p>
556
557 <blockquote>
558   <p>Adds the ability to specify a file with the --file flag that
559   should be a list of borrowernumbers for deletion.</p>
560   
561   <p>If used without other flags it will delete the list of borrowers, if used with other flags it will treat the other criteria as filters for the list.</p>
562 </blockquote></li>
563 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19008">[19008]</a> Add more options to cleanup database script</p>
564
565 <blockquote>
566   <p>The cleanup_database.pl cronjob now also includes options for deleting:</p>
567   
568   <ul>
569   <li>entries from the statistics table</li>
570   <li>deleted bibliographic records and items (deletedbiblio, deletedbiblioitems, deletedbiblio_metadata, deleteditems)</li>
571   <li>deleted patrons (deleted_patrons)</li>
572   <li>returend checkouts (old_issues)</li>
573   <li>filled and cancelled holds (old_reserves)</li>
574   <li>finished transfers between libraries (branchtransfers)</li>
575   </ul>
576 </blockquote></li>
577 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21177">[21177]</a> Add ability to run misc/devel/update_dbic_class_files.pl without passing parameters by defaulting to koha-conf.xml</li>
578 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21865">[21865]</a> Add Elasticsearch support to, and improve verbose output of, <code>remove_unused_authorities.pl</code></li>
579 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23571">[23571]</a> Add measures to prevent concurrent execution of fines.pl</p>
580
581 <p><strong>Sponsored by</strong> <em>Orex Digital</em></p></li>
582 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23871">[23871]</a> Add check for 'title exists' to <code>search_for_data_inconsistencies.pl</code></li>
583 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24340">[24340]</a> Add ability to disable SIP using koha-sip</p>
584
585 <blockquote>
586   <p>This enhancement adds --enable and --disable options to the koha-sip Debian package command.</p>
587   
588   <p>Usage:</p>
589   
590   <ul>
591   <li>koha-sip --enable instancename => Enables the Koha SIP server</li>
592   <li>koha-sip --disable instancename => Disables and stops the Koha SIP server</li>
593   </ul>
594 </blockquote></li>
595 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24526">[24526]</a> Add verbose and test modes to the <code>automatic_renewals.pl</code> cronjob</p>
596
597 <blockquote>
598   <p>This patchset adds new options to the automatic_renewals.pl script to allow test and verbose modes.</p>
599   
600   <p><strong>Important:</strong> The patches make the --confirm switch required, without it script will be run in test mode. Existing scheduled cronjobs will need to be updated to supply this switch.</p>
601   
602   <p>Running without --confirm will default in verbose mode as well.</p>
603 </blockquote></li>
604 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24651">[24651]</a> Add --maxdays option to the <code>fines.pl</code> cronjob to reduce the chance of re-processing very old, already capped, fines.</p>
605
606 <blockquote>
607   <p>Improve the performances of the fines.pl cronjob by reducing the number of accountlines it targets by this new <code>--maxdays</code> option.</p>
608 </blockquote></li>
609 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24883">[24883]</a> Add <code>misc/load_yaml.pl</code> utility script to allow manual loading of yaml data files</p>
610
611 <blockquote>
612   <p>During the 20.05 cycle a number of improvements were made to the installation mechanisms to enhance the translation workflows for this area.  As part of that work many existing translated .sql files were moved to a yaml based file.</p>
613 </blockquote></li>
614 </ul>
615
616 <h3 id="coursereserves">Course reserves</h3>
617
618 <ul>
619 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15377">[15377]</a> Add ability to remove 'checked out' items from course reserves</p>
620
621 <blockquote>
622   <p>This enhancement allows the removal of items that are listed on a course reserve and are checked out. Previously, checked out items could not be removed.</p>
623 </blockquote></li>
624 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22630">[22630]</a> Add ability to change the homebranch in course reserves</p>
625
626 <p><strong>Sponsored by</strong> <em>Université Jean Moulin Lyon 3</em></p></li>
627 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22970">[22970]</a> Add ability to change homebranch in batch add course reserves</p>
628
629 <p><strong>Sponsored by</strong> <em>Université Jean Moulin Lyon 3</em></p></li>
630 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23784">[23784]</a> Show subtitle, number and parts in course reserves list of items in OPAC</li>
631 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24343">[24343]</a> Show subtitle, number and parts in course reserves list of titles in staff client</li>
632 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25341">[25341]</a> When adding a single item to course reserves, ignore whitespace</li>
633 </ul>
634
635 <h3 id="database">Database</h3>
636
637 <ul>
638 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18177">[18177]</a> Remove unused columns in aqbooksellers</li>
639 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22887">[22887]</a> authorised_values is missing a unique constraint on category + authorised_value</li>
640 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22987">[22987]</a> Add biblioimages.timestamp</li>
641 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25152">[25152]</a> subscription.closed is a boolean and must be tinyint(1)</li>
642 </ul>
643
644 <h3 id="developerdocumentation">Developer documentation</h3>
645
646 <ul>
647 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24774">[24774]</a> Specify 2 space indentation for JSON files in .editorconfig</p>
648
649 <p><strong>Sponsored by</strong> <em>Hypernova Oy</em></p></li>
650 </ul>
651
652 <h3 id="finesandfees">Fines and fees</h3>
653
654 <ul>
655 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6508">[6508]</a> Show indication of existing 'Charges' on tab of the same name</p>
656
657 <blockquote>
658   <p>With this enhancement the amount of pending charges/credits will be shown in the tab description on the checkouts and details pages of a patron account in the staff interface. When there are no pending charges, the tab won't be visible.</p>
659 </blockquote></li>
660 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14898">[14898]</a> Add 'Save and pay' button to use after adding a manual invoice</li>
661 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17702">[17702]</a> Create configuration for account credit types</p>
662
663 <blockquote>
664   <p>This adds a new configuration page for credit types to the administration module. It shows all internal credit types used by Koha and allows to configure additional credit types. Additional credit types might be used for anonymous transactions with the Point of sale feature.</p>
665 </blockquote></li>
666 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24081">[24081]</a> Add a 'discount' process to accounts</p>
667
668 <blockquote>
669   <p>Allows to specify and apply a discount on a patron's charges.  Staff will require the new permission 'discount' to use this new functionality.</p>
670 </blockquote></li>
671 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24082">[24082]</a> Add a 'refund' option to anonymous payments</li>
672 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24380">[24380]</a> Add option to recalculate fines upon a backdated return distinctly from <code>CalculateFinesOnReturn</code></p>
673
674 <blockquote>
675   <p>This enhancement allows libraries to set the option to calculate fines upon a backdated return distinctly from the broader option to always recalculate fines on return option.</p>
676   
677   <p><strong>New system preference</strong>: <code>CalculateFinesOnBackdate</code> defaults to enabled on new installations or the value of <code>CalucalteFinesOnReturn</code> during upgrades.</p>
678 </blockquote></li>
679 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24478">[24478]</a> Make it possible to deactivate point of sale</li>
680 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24479">[24479]</a> POS doesn't follow CurrencyFormat</li>
681 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24492">[24492]</a> Add a 'library cashup' workflow to the point of sale system</p>
682
683 <blockquote>
684   <p>This enhancement adds a new 'library details' page to the POS system which displays a summary of the cash register transactions for a library since each register was last cashed up. It also allows for cashing up individual registers or cashing up all registers at a given library in one transaction.</p>
685 </blockquote></li>
686 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24592">[24592]</a> Clarify LOST_RETURN process by using FOUND over RETURNED</li>
687 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24604">[24604]</a> Add 'Pay' button under Transactions tab in patron accounting</li>
688 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24775">[24775]</a> Payment submit button on POS page should have an ID</li>
689 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24812">[24812]</a> Add permission for 'discount' process</li>
690 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24818">[24818]</a> Accountline creation dates should be datetimes</li>
691 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24828">[24828]</a> Add cash register support to SIP2</li>
692 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24951">[24951]</a> Payout modal confirm button should have an ID</li>
693 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24952">[24952]</a> Refund modal confirm button should have an ID</li>
694 </ul>
695
696 <h3 id="holdrequests">Hold requests</h3>
697
698 <ul>
699 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16547">[16547]</a> Can't place item level hold directly from search results screen</p>
700
701 <blockquote>
702   <p>This enhancement lets you place and an item level hold from a search results list.</p>
703 </blockquote></li>
704 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19718">[19718]</a> Create message for patrons with multiple holds on the same item</li>
705 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284">[22284]</a> Add ability to define groups of locations for hold pickup</p>
706
707 <p><strong>Sponsored by</strong> <em>Vermont Organization of Koha Automated Libraries</em></p>
708
709 <blockquote>
710   <p>Adds the ability to define groups of libraries for use in holds policy.</p>
711 </blockquote></li>
712 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24547">[24547]</a> Add more action logs for holds</p>
713
714 <blockquote>
715   <p>Trapping and filling holds will now create entries in the logs, when HoldsLog system preference is activated.</p>
716 </blockquote></li>
717 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24907">[24907]</a> Optionally exclude suspended holds from holds ratio report</li>
718 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24953">[24953]</a> Minor corrections to hold ratios report sidebar</li>
719 </ul>
720
721 <h3 id="i18nl10n">I18N/L10N</h3>
722
723 <ul>
724 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13897">[13897]</a> Use YAML files for installer data</li>
725 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21156">[21156]</a> Internationalization: plural forms, context, and more for JS files</li>
726 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23790">[23790]</a> fr-CA translation of ACCOUNT_DEBIT and ACCOUNT_CREDIT notices</li>
727 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24063">[24063]</a> Add Sami language characters to Zebra</p>
728
729 <blockquote>
730   <p>This patch adds some additional characters to the default zebra mappings for Sami languages to aid in searching on systems with such data present.</p>
731 </blockquote></li>
732 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24211">[24211]</a> Compress/uncompress translation files</li>
733 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24262">[24262]</a> Translate installer data in YAML format</li>
734 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24583">[24583]</a> Rewrite mandatory installation files to YAML</li>
735 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24584">[24584]</a> Rewrite optional installation files to YAML</li>
736 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24593">[24593]</a> Rewrite MARC21 optional data to YAML</li>
737 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24594">[24594]</a> Rewrite MARC21 mandatory data to YAML</li>
738 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24648">[24648]</a> Contextualization of past tense "Created"</li>
739 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24662">[24662]</a> Remove global variables MSG_* from datatables.inc</li>
740 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24664">[24664]</a> Add missing *-messages-js.po</li>
741 </ul>
742
743 <h3 id="ill">ILL</h3>
744
745 <ul>
746 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23173">[23173]</a> ILL should be able to search third party sources prior to request creation</p>
747
748 <p><strong>Sponsored by</strong> <em>Public Health England</em></p>
749
750 <blockquote>
751   <p>This feature adds the required infrastructure to enable ILL availability plugins to intercept the request creation process and, using the supplied metadata, search for and display possible relevant items from whichever availability plugins are installed.</p>
752   
753   <p><strong>New system preference</strong>: <code>ILLCheckAvailability</code> defaults to disabled.</p>
754 </blockquote></li>
755 </ul>
756
757 <h3 id="installationandupgradecommand-lineinstaller">Installation and upgrade (command-line installer)</h3>
758
759 <ul>
760 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24696">[24696]</a> We should output completion times in the updatedatabase output.</li>
761 </ul>
762
763 <h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
764
765 <ul>
766 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22655">[22655]</a> Add setup of a hold rule to the onboarding tool</p>
767
768 <p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
769 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24131">[24131]</a> Improved formatting for output of updatedatabase</li>
770 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24314">[24314]</a> Update de-DE MARC21 frameworks for updates 28+29 (May and November 2019)</li>
771 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24707">[24707]</a> Remove AMICUS from default fr-CA z39.50 servers</p>
772
773 <blockquote>
774   <p>This removes AMICUS from the fr-CA sample z39.50 servers list as it is no longer valid.</p>
775 </blockquote></li>
776 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24708">[24708]</a> Update Z39.50 server attribute in fr-CA installation file</p>
777
778 <blockquote>
779   <p>This enhancement adds a PQF attribute to the BANQ entry in the fr-CA sample z39.50 servers list, enabling the search to work correctly.</p>
780 </blockquote></li>
781 </ul>
782
783 <h3 id="labelpatroncardprinting">Label/patron card printing</h3>
784
785 <ul>
786 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7468">[7468]</a> Add label to batch by barcode range</p>
787
788 <blockquote>
789   <p>This enhancement to the label creator tool adds an option to let you generate a range of barcode numbers (for example, from 05000 to 05500) and save these as a PDF, ready for printing.</p>
790 </blockquote></li>
791 </ul>
792
793 <h3 id="lists">Lists</h3>
794
795 <ul>
796 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20754">[20754]</a> Db revision to remove double accepted list shares</li>
797 </ul>
798
799 <h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
800
801 <ul>
802 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25235">[25235]</a> Don't alert when replacing an authority record via Z39.50</li>
803 </ul>
804
805 <h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
806
807 <ul>
808 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15727">[15727]</a> Add 385$a - Audience to MARC21 detail pages</li>
809 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23783">[23783]</a> Add display of languages from MARC21 field 041 to the OPAC</p>
810
811 <blockquote>
812   <p>This enhancement adds display handling for the 041 MARC21 languages field, into the OPAC results and item details pages.</p>
813 </blockquote></li>
814 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24312">[24312]</a> Update MARC21 frameworks to Updates 28+29 (May and November 2019)</li>
815 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25011">[25011]</a> Improve display of Production credits (MARC21 508) in OPAC and staff</p>
816
817 <blockquote>
818   <p>This change makes some tiny changes to improve the display and consistency between the OPAC and staff interface:</p>
819   
820   <ul>
821   <li>Capitalization: Production Credits --> Production credits.</li>
822   <li>Change div to span to avoid display issues.</li>
823   <li>Make sequence of fields in display match (505, 508, 586).</li>
824   </ul>
825 </blockquote></li>
826 </ul>
827
828 <h3 id="notices">Notices</h3>
829
830 <ul>
831 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10269">[10269]</a> Add a way to utilise a specific replyto email address for some notices</p>
832
833 <blockquote>
834   <p>This patchset adds the foundations needed to make use of a reply-to address if passed when calling EnqueueLetter.</p>
835   
836   <p>Further bugs will be used to add interfaces for adding such addresses.</p>
837 </blockquote></li>
838 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23673">[23673]</a> Separate time sent from time created in message_queue table</p>
839
840 <blockquote>
841   <p>The time a message was created and the time it was sent are now separate columns in the message_queue table and will shown in the patron's account on the notice tab.</p>
842   
843   <p>Sponsored by: Northeast Kansas Library System (NEKLS)</p>
844 </blockquote></li>
845 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24588">[24588]</a> Set <code>Mailer-X</code> and <code>MessageID</code> mail headers to reduce the likelihood of Koha mail being marked as spam</li>
846 </ul>
847
848 <h3 id="opac">OPAC</h3>
849
850 <ul>
851 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7611">[7611]</a> Show the NOT_LOAN authorised values for item status in XSLT OPAC search results</p>
852
853 <p><strong>Sponsored by</strong> <em>Centre collégial des services regroupés</em></p></li>
854 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13121">[13121]</a> Move search results "action" links ("Place hold," "Add tag," etc) into include file</p>
855
856 <blockquote>
857   <p>This patch moves markup for controls repeated across several OPAC templates into a single include (making it easier to maintain in the future): Place hold, Request article, Add tag, Save to lists, and Add to cart.</p>
858 </blockquote></li>
859 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13388">[13388]</a> Add library pages to the OPAC</p>
860
861 <blockquote>
862   <p>This adds a new link "Libraries" or "Library" to the navigation in the OPAC. The new page it links to gives information about all libraries in the Koha installation, using the data from the library configuration.</p>
863 </blockquote></li>
864 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13547">[13547]</a> Item field 'Materials specified' would be useful to see in OPAC</p>
865
866 <blockquote>
867   <p>This enhancement allows you to make a new column visible on the OPAC. The new column shows the materials specified field after the call number column. You have to turn the column on in the "Columns settings" section.</p>
868 </blockquote></li>
869 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14715">[14715]</a> Results per page setting for catalog search in staff client and OPAC</p>
870
871 <p><strong>Sponsored by</strong> <em>Region Halland</em></p>
872
873 <blockquote>
874   <p>This enhancement adds a 'results per page' dropdown list to catalog search results pages in the OPAC and staff interface. This lets you set the number of results to show (20, 40, 60, 80, and so on).</p>
875   
876   <p>This is enabled by two new system preferences: <code>OPACnumSearchResultsDropdown</code> for the OPAC, and <code>numSearchResultsDropdown</code> for the staff interface.</p>
877   
878   <p>The default number of search results is set using existing system preferences: <code>OPACnumSearchResults</code> for the OPAC, and <code>numSearchResults</code> for the staff interface.</p>
879   
880   <p>This enhancement works for both Zebra and Elasticsearch search engines.</p>
881   
882   <p><strong>New system preferences</strong>: <code>OPACnumSearchResultsDropdown</code> and <code>numSearchResultsDropdown</code> both default to disabled.</p>
883 </blockquote></li>
884 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15775">[15775]</a> Show message on OPAC summary if holds are blocked due to fines</p>
885
886 <p><strong>Sponsored by</strong> <em>Catalyst</em></p>
887
888 <blockquote>
889   <p>This adds a note to the patron account in the OPAC if the user is over the maxoutstanding fines limit and can no longer place holds.</p>
890 </blockquote></li>
891 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22880">[22880]</a> Convert opacheader system preference to news block</li>
892 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23261">[23261]</a> RecordedBooks - notify patron of need to login / register to see availability</p>
893
894 <blockquote>
895   <p>This enhancement makes the RBDigital Recorded Books subscription more discoverable to library patrons by adding a notice to the OPAC for patrons to register and login with RBDigital if they have not already done so.</p>
896 </blockquote></li>
897 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23547">[23547]</a> Add column configuration to course reserves table in the OPAC</li>
898 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23794">[23794]</a> Convert OpacMainUserBlock system preference to news block</li>
899 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23913">[23913]</a> Use a single menu to sort lists in the OPAC</p>
900
901 <blockquote>
902   <p>This enhancement modifies the sorting form on the OPAC list contents view so that the two menus (sort field and direction) are combined into one.</p>
903   
904   <p>This makes it consistent with the sort menu on the search results page.</p>
905 </blockquote></li>
906 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23915">[23915]</a> Replace OPAC list sort menu with Bootstrap menu button</p>
907
908 <blockquote>
909   <p>This patch adds JavaScript to the list contents page which converts the resort form's <select> menu into a Bootstrap dropdown menu. This allows for a more compact and consistent display.</p>
910 </blockquote></li>
911 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24336">[24336]</a> Ask for confirmation before deleting a suggestion in the OPAC</li>
912 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24344">[24344]</a> Modify OPAC link to suggest existing record for purchase</li>
913 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24530">[24530]</a> Show the number of title notes in the tab label on the OPAC detail page</li>
914 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24699">[24699]</a> Split items.uri on OPAC detail page</li>
915 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24701">[24701]</a> Add column configuration to course reserves items table in the OPAC</li>
916 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24740">[24740]</a> Use biblio title if available rather than biblio number in OPAC search result cover images tooltips</li>
917 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24913">[24913]</a> Add option to require users to enter email address twice during self-registration.</p>
918
919 <p><strong>Sponsored by</strong> <em>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)</em></p>
920
921 <blockquote>
922   <p>This enhancement, when enabled, requires users self-registering via the OPAC to manually enter their primary email address twice. This is to prevent users from incorrectly entering their email address and consequentially never receiving a verification email from the library.</p>
923   
924   <p><strong>New system preference</strong>: <code>PatronSelfRegistrationConfirmEmail</code> defaults to disabled.</p>
925 </blockquote></li>
926 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25110">[25110]</a> Allow patrons to add star ratings to titles on their summary/checkout page</p>
927
928 <blockquote>
929   <p>This enhancement lets logged-in patrons add star ratings to titles listed on their current checkouts and reading history pages.</p>
930 </blockquote></li>
931 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25166">[25166]</a> Add aria-hidden = "true" to Font Awesome icons in the OPAC</li>
932 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25234">[25234]</a> Update OPAC search results pagination with aria labels</li>
933 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25271">[25271]</a> Add floating toolbar to OPAC cart</li>
934 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25280">[25280]</a> Use modal confirmation when removing share from a list in the OPAC</li>
935 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25281">[25281]</a> Use modal confirmation when deleting a list in the OPAC</li>
936 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25294">[25294]</a> Don't show deletion button if user can't delete suggestions</li>
937 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25350">[25350]</a> Load Emoji picker assets more efficiently</li>
938 </ul>
939
940 <h3 id="patrons">Patrons</h3>
941
942 <ul>
943 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3137">[3137]</a> Allow to collapse areas of the patron add form by default</p>
944
945 <p><strong>Sponsored by</strong> <em>Catalyst</em></p>
946
947 <blockquote>
948   <p>This enhancement, when utilised, allows administrators to control which field sets are collapsed by default on the add patron form.</p>
949   
950   <p>Each collapsed section can still easily be uncollapsed by clicking on the section heading.</p>
951   
952   <p><strong>New system preference</strong>: <code>CollapseFieldsPatronAddForm</code> defaults to empty.</p>
953 </blockquote></li>
954 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14229">[14229]</a> Link to accounting tab from fines column in patron search results</li>
955 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20847">[20847]</a> Add main address, phone, and mobile fields to the Batch patron modification tool</p>
956
957 <p><strong>Sponsored by</strong> <em>PTFS Europe</em></p>
958
959 <blockquote>
960   <p>With this enhancement the fields of the main address, telephone and mobile of patrons can be changed using the batch patron modification tool.</p>
961 </blockquote></li>
962 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22534">[22534]</a> Add ability to choose which fields are copied from guarantor to guarantee</p>
963
964 <p><strong>Sponsored by</strong> <em>Waitaki Distict Council</em></p>
965
966 <blockquote>
967   <p>This enhancement allows administrators to configure which fields from the guarantor's patron record will be copied to the guarantees record when the link between the accounts is created.</p>
968   
969   <p><strong>New system preference</strong>: <code>PrefillGuaranteeField</code> defaults to <code>phone,email,streetnumber,address,city,state,zipcode,country</code>.</p>
970 </blockquote></li>
971 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23409">[23409]</a> Show circulation note and OPAC note with line feeds</li>
972 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23495">[23495]</a> Show SMS provider on details tab in patron account in staff</li>
973 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24008">[24008]</a> Attempting to delete a patron with outstanding credits will warn, but not block the deletion</li>
974 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24476">[24476]</a> Allow patrons to opt-out of auto-renewal</p>
975
976 <blockquote>
977   <p>This development will allow a patron to opt-out of auto-renewals - the regular job will ignore these checkouts and items will remain renewable both via the staff interface and OPAC.</p>
978   
979   <p>Patrons will be able to set this flag themselves, staff will also be able to.</p>
980   
981   <p><strong>New system preference</strong>: <code>AllowPatronToControlAutorenewal</code> defaults to disabled.</p>
982 </blockquote></li>
983 </ul>
984
985 <h3 id="pluginarchitecture">Plugin architecture</h3>
986
987 <ul>
988 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24183">[24183]</a> Introduce <code>before_send_messages</code> hook</p>
989
990 <blockquote>
991   <p>This patch adds a new <code>plugin hook</code> to allow pre-processing of the message queue prior to sending messages.</p>
992 </blockquote></li>
993 </ul>
994
995 <h3 id="restapi">REST API</h3>
996
997 <ul>
998 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18731">[18731]</a> Add routes for acquisition orders</p>
999
1000 <p><strong>Sponsored by</strong> <em>Camden County</em></p>
1001
1002 <blockquote>
1003   <p>This development adds API routes to perform CRUD operation on acquisition order lines.</p>
1004 </blockquote></li>
1005 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22615">[22615]</a> Add routes for /ill_backends</li>
1006 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23893">[23893]</a> Add ->new_from_api and ->set_from_api methods to Koha::Object</p>
1007
1008 <blockquote>
1009   <p>This development introduces generic methods to deal with API-to-DB attribute names translations, and some data transformations (dates and booleans).</p>
1010   
1011   <p>With this design we can overload this methods to handle specific cases without repeating the code as we did on initial implementations of API controllers.</p>
1012   
1013   <p>Testing becomes easier as well.</p>
1014 </blockquote></li>
1015 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24228">[24228]</a> Add a parameter to recursively embed objects in Koha::Object(s)->to_api</p>
1016
1017 <blockquote>
1018   <p>This patch introduces a parameter to the Koha::Object class ('embed') that should be a hashref pointing to a data structure following what's documented in the code. This parameter allows the caller to specify things to embed recursively in the API representation of the object. For example: you could request a biblio object with its items attached, like this:</p>
1019   
1020   <p>$biblio_json = $biblio->to_api({ embed => { items => {} } });</p>
1021   
1022   <p>The names specified for embedding, are used as attribute names on the resulting JSON object, and are expected to be class accessors.</p>
1023   
1024   <p>The main use of this is the API, as introduced by bug 24302.</p>
1025   
1026   <p>Koha::Objects->to_api is adjusted to pass its parameters down to the Koha::Object.</p>
1027 </blockquote></li>
1028 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321">[24321]</a> Make objects.search use mappings from Koha::Object(s)</p>
1029
1030 <blockquote>
1031   <p>This development takes advantage of the mappings that have been added to the Koha::Object level, and refactors the objects.search Mojolicious helper so it uses it internally.</p>
1032   
1033   <p>This allows us to remove the 'to_model' parameter, and makes the need of any kind of mapping on the controllers irrelevant. All the existing mappings are removed and the controllers simplified in this move.</p>
1034 </blockquote></li>
1035 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24461">[24461]</a> Add to_api_mapping to Koha::Acquisition::BasketGroup</li>
1036 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24464">[24464]</a> Add K::A::Basket->creator</li>
1037 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24502">[24502]</a> Add a query language and param (q=) to the API</li>
1038 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24528">[24528]</a> Add a syntax for specifying counts on x-koha-embed</p>
1039
1040 <p><strong>Sponsored by</strong> <em>ByWater Solutions</em></p></li>
1041 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24615">[24615]</a> Add support for ordering by related object columns in the REST API</li>
1042 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24700">[24700]</a> Improve Mojo startup speed for REST APIs</p>
1043
1044 <p><strong>Sponsored by</strong> <em>National Library of Finland</em></p></li>
1045 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24908">[24908]</a> Allow fetching text-formatted MARC data</li>
1046 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24909">[24909]</a> Add unprivileged route to get a bibliographic record</li>
1047 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25032">[25032]</a> Generic unhandled exception handling</p>
1048
1049 <blockquote>
1050   <p>The current code in the controllers is a bit heterogeneous regarding how unhandled exceptions are treated.
1051   This enhancement introduces a generic way to write 'something happened' as a fallback after expected exceptions handling. This way the catch blocks are easier to read, and devs can follow this simple pattern when writing their endpoints.</p>
1052 </blockquote></li>
1053 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25279">[25279]</a> Make the cities list use the API</li>
1054 </ul>
1055
1056 <h3 id="sip2">SIP2</h3>
1057
1058 <ul>
1059 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15253">[15253]</a> Add Koha::Logger based logging for SIP2</li>
1060 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816">[20816]</a> Add ability to send custom field(s) containing patron information in SIP patron responses</li>
1061 </ul>
1062
1063 <h3 id="searching">Searching</h3>
1064
1065 <ul>
1066 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18433">[18433]</a> Allow to select results to export in item search</p>
1067
1068 <blockquote>
1069   <p>This enhancement to the item search in the staff interface (Home > Search > Item search) adds the ability to export selected items. Before this enhancement the only option available was to export all the search results.</p>
1070 </blockquote></li>
1071 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24847">[24847]</a> Select AND by default in items search</li>
1072 </ul>
1073
1074 <h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1075
1076 <ul>
1077 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22828">[22828]</a> Add display of errors encountered during indexing on the command line</li>
1078 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22831">[22831]</a> Add a maintenance script for checking DB vs index counts</li>
1079 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23137">[23137]</a> Add a command line tool to reset elasticsearch mappings</li>
1080 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23204">[23204]</a> Add script for exporting elasticsearch mappings to YAML</li>
1081 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24823">[24823]</a> Drop Catmandu dependency</li>
1082 </ul>
1083
1084 <h3 id="selfcheckout">Self checkout</h3>
1085
1086 <ul>
1087 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25147">[25147]</a> AllowSelfCheckReturns is in the wrong system preference section</li>
1088 </ul>
1089
1090 <h3 id="serials">Serials</h3>
1091
1092 <ul>
1093 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16962">[16962]</a> Remove the use of "onclick" from serial collection template</p>
1094
1095 <blockquote>
1096   <p>This patch removes the use of event attributes like "onclick" from the serial collection template. Events are now defined in JavaScript. This is a behind the scenes improvement - everything should continue to work as it did before.</p>
1097 </blockquote></li>
1098 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17674">[17674]</a> Allow UI to delete serials issues in batch</p>
1099
1100 <p><strong>Sponsored by</strong> <em>Centre collégial des services regroupés</em></p>
1101
1102 <blockquote>
1103   <p>This allows to select multiple issues to be deleted from the 'serial collection' page in the serials module. A checkbox allows to optionally delete linked items as well.</p>
1104 </blockquote></li>
1105 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24877">[24877]</a> Add link from vendor to linked subscriptions</p>
1106
1107 <blockquote>
1108   <p>Adds a link on the vendor detail page to a subscription search for the vendor's name to get a list of all linked subscriptions.</p>
1109 </blockquote></li>
1110 </ul>
1111
1112 <h3 id="staffclient">Staff Client</h3>
1113
1114 <ul>
1115 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17374">[17374]</a> Make use of fields from syspref 'DefaultPatronSearchFields' in patron search fields dropdown</p>
1116
1117 <blockquote>
1118   <p>This patch preserves the current dropdown choices for patron search, but adds fields additionally defined in the DefaultPatronSearchFields system preference to the list of available options.</p>
1119 </blockquote></li>
1120 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23601">[23601]</a> Middle clicking a title from search results creates two tabs or a new tab and a new window in Firefox</p>
1121
1122 <blockquote>
1123   <p>This fixes an issue in Firefox where middle-clicking or CTRL-clicking a title in the results screen of the staff client opens two new tabs.</p>
1124 </blockquote></li>
1125 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24522">[24522]</a> Nothing happens when trying to add nothing to a list in staff</li>
1126 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24617">[24617]</a> Add title notes count in staff detail (following 24530)</li>
1127 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24697">[24697]</a> Split items.uri on staff detail view</li>
1128 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24995">[24995]</a> Add issuedate to table_account_fines and finest in Accounting tab</li>
1129 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25027">[25027]</a> Result browser should not overload onclick event</li>
1130 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25053">[25053]</a> PatronSelfRegistrationExpireTemporaryAccountsDelay system preference is unclear</li>
1131 </ul>
1132
1133 <h3 id="systemadministration">System Administration</h3>
1134
1135 <ul>
1136 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4944">[4944]</a> Create separate noItemTypeImages preferences for OPAC and staff client</p>
1137
1138 <blockquote>
1139   <p>With this patch the noItemTypeImages preference will be used for the staff interface, while a new preference OpacNoItemTypeImages is added for the OPAC. For existing installations, the OpacnoItemTypeImages will be set to the same value as noItemTypeImages on update, so there is no change in behaviour.</p>
1140   
1141   <p><strong>New system preference</strong>: <code>OpacNoItemTypeImages</code> defaults to disabled.</p>
1142 </blockquote></li>
1143 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5614">[5614]</a> Add sections/headings to Patron system preferences tab</p>
1144
1145 <blockquote>
1146   <p>This enhancement organizes the patron system preferences into sections. This makes them easier to find, instead of being one long unorganized list.</p>
1147 </blockquote></li>
1148 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15668">[15668]</a> Add column configuration to the items table in staff detail pages</li>
1149 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15686">[15686]</a> Rename "item level holds" circ rule column to "OPAC item level holds"</li>
1150 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17016">[17016]</a> Button to clear all fields in budget planning</p>
1151
1152 <p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1153 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20399">[20399]</a> Remove "did you mean" for the staff interface</li>
1154 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20415">[20415]</a> Remove UseKohaPlugins system preference</p>
1155
1156 <blockquote>
1157   <p><code>UseKohaPlugins</code> system preferences is removed.
1158   Koha plugins now only depends on config key <code>enable_plugins</code>.</p>
1159 </blockquote></li>
1160 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20484">[20484]</a> Always show Elasticsearch configuration page when permission is set</li>
1161 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20648">[20648]</a> "Display in check-out" renamed to "Display in patron's brief information" on patron attributes configuration page</li>
1162 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21520">[21520]</a> More complex OAI sets mappings</p>
1163
1164 <blockquote>
1165   <p>Prior to this patchset, the rules used to create OAI sets are processed with the 'or'
1166   boolean operator between each rule.</p>
1167   
1168   <p>This patch allows to use 'or' or 'and' between the rules.</p>
1169   
1170   <p>The evaluation of the rules is done according to the boolean operators
1171   precedence: AND has a higher precedence than OR.</p>
1172 </blockquote></li>
1173 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24193">[24193]</a> Add CodeMirror linting of JavaScript, CSS, HTML, and YAML system preferences</p>
1174
1175 <blockquote>
1176   <p>This enhancement adds CodeMirror plugins for linting system preferences that include JS, CSS, HTML, and YAML. When invalid data is entered in a linted CodeMirror editor an icon is displayed in the editor's "gutter." Hovering over the icon displays the error message.</p>
1177 </blockquote></li>
1178 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24291">[24291]</a> Explanation next to limit item types by library is confusing</p>
1179
1180 <blockquote>
1181   <p>This enhancement updates the explanation on the item type add and edit form for the 'Library limitation' field. The text now says "Select 'All libraries' if all libraries use this item type. Otherwise, select the specific libraries that use this item type."</p>
1182 </blockquote></li>
1183 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24475">[24475]</a> Reword FinesMode system preference</li>
1184 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24576">[24576]</a> StoreLastBorrower preference is in the wrong tab and is confusing</li>
1185 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24844">[24844]</a> Focus on the system preferences searchbar when going to admin home</p>
1186
1187 <p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1188 </ul>
1189
1190 <h3 id="templates">Templates</h3>
1191
1192 <ul>
1193 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10469">[10469]</a> Display more when editing subfields in frameworks</li>
1194 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15352">[15352]</a> Use URLLinkText instead of URL for item links</li>
1195 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16457">[16457]</a> Remove the use of "onclick" from the patron entry form</li>
1196 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22468">[22468]</a> Standardize on labeling ccode table columns as collection</li>
1197 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23268">[23268]</a> "Suspend all holds" calendar allows to select past date</li>
1198 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23493">[23493]</a> jquery.dataTables.rowGrouping.js is no longer maintained, but there is an official DataTables version we could switch to</li>
1199 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23533">[23533]</a> Reindent patron entry form (memberentrygen.tt)</li>
1200 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23534">[23534]</a> Use patron-title.inc on patron entry page</li>
1201 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23856">[23856]</a> Split author and ISBN/ISSN out of citation in staged MARC record management</li>
1202 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23884">[23884]</a> Merge strings.inc and browser-strings.inc</li>
1203 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23889">[23889]</a> Improve style of menu header in advanced cataloging editor</p>
1204
1205 <blockquote>
1206   <p>This enhancement updates the styling of dropdown menu headers to make them apply more consistently across the system.</p>
1207 </blockquote></li>
1208 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24181">[24181]</a> Improve  the display of our datepickers</li>
1209 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24341">[24341]</a> Add support for more complex markup in OPAC confirmation dialogs</li>
1210 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25135">[25135]</a> Improve clarity and navigation of columns settings administration</li>
1211 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25416">[25416]</a> Add information about anonymous session for XSLT use</p>
1212
1213 <p><strong>Sponsored by</strong> <em>Universidad ORT Uruguay</em></p></li>
1214 </ul>
1215
1216 <h3 id="testsuite">Test Suite</h3>
1217
1218 <ul>
1219 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22001">[22001]</a> Add RaiseError and PrintError flags for all tests</li>
1220 </ul>
1221
1222 <h3 id="tools">Tools</h3>
1223
1224 <ul>
1225 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18127">[18127]</a> Add ability to add batch modified records to an existing list</p>
1226
1227 <p><strong>Sponsored by</strong> <em>Catalyst</em></p>
1228
1229 <blockquote>
1230   <p>With this enhancement you can add all the records of a batch record modification to an existing list after successful modification.</p>
1231 </blockquote></li>
1232 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19793">[19793]</a> Add email to batch patron modification</p>
1233
1234 <p><strong>Sponsored by</strong> <em>PTFS Europe</em></p>
1235
1236 <blockquote>
1237   <p>With this enhancement the primary email of patrons can be changed using the batch patron modification tool.</p>
1238 </blockquote></li>
1239 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21959">[21959]</a> Add ability to apply regular expressions to text fields in the batch item modification tool</p>
1240
1241 <p><strong>Sponsored by</strong> <em>City of Nîmes</em></p>
1242
1243 <blockquote>
1244   <p>This adds a 'RegEx' link to the fields on the batch item modification form that allows you to rewrite the content of the fields using regular expressions. For example this could be used to add prefix or suffixes to callnumbers and barcodes  or to rewrite item URLs.</p>
1245 </blockquote></li>
1246 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23473">[23473]</a> Add option to import/overwrite passwords when using the patron import tool</p>
1247
1248 <p><strong>Sponsored by</strong> <em>ByWater Solutions</em></p>
1249
1250 <blockquote>
1251   <p>This adds a new checkbox to the patron import tool that will allow to overwrite patrons' passwords with the password from the import file.</p>
1252 </blockquote></li>
1253 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24390">[24390]</a> Add item total to rotating collections (addItems.tt)</li>
1254 </ul>
1255
1256 <h3 id="webservices">Web services</h3>
1257
1258 <ul>
1259 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24384">[24384]</a> Add Access-Control-Allow-Origin support to OPAC reports svc</p>
1260
1261 <blockquote>
1262   <p>Using the foundations laid with bug 24369 this enhancement allows the CORS headers to be set on the OPAC Reports SVC routes.</p>
1263 </blockquote></li>
1264 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24537">[24537]</a> Add support for IP ranges in ILS-DI:AuthorizedIPs using Net::Netmask</p>
1265
1266 <blockquote>
1267   <p>It's now possible to not only allow a single IP, but multiple IPs, IP ranges and subnets access to the ILS-DI API.</p>
1268 </blockquote></li>
1269 </ul>
1270
1271 <h3 id="z39.50sruopensearchservers">Z39.50 / SRU / OpenSearch Servers</h3>
1272
1273 <ul>
1274 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11297">[11297]</a> Add support for custom PQF attributes for Z39.50 server searches</li>
1275 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21921">[21921]</a> Add publication year to the Z39.50 search form for bibliographic records</li>
1276 </ul>
1277
1278 <h2 id="criticalbugsfixed">Critical bugs fixed</h2>
1279
1280 <p>(This list includes all bugfixes since the previous major version. Most of them
1281 have already been fixed in maintainance releases)</p>
1282
1283 <h3 id="about">About</h3>
1284
1285 <ul>
1286 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24215">[24215]</a> Warnings about guarantor relationships show ARRAY errors</li>
1287 </ul>
1288
1289 <h3 id="acquisitions">Acquisitions</h3>
1290
1291 <ul>
1292 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17667">[17667]</a> Standing orders - cancelling a receipt increase the original quantity</li>
1293 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22868">[22868]</a> Circulation staff with suggestions_manage can have access to acquisition data</li>
1294 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24242">[24242]</a> Funds with no library assigned do not appear on edit suggestions page</li>
1295 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24244">[24244]</a> Cannot create suggestion with branch set to 'Any'</li>
1296 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24277">[24277]</a> Date Received in acquisitions cannot be changed</li>
1297 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24294">[24294]</a> Creating an order with ACQ framework using 00x fields doesn't work with default value</li>
1298 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24389">[24389]</a> Claiming an order can display an invalid successful message</li>
1299 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24672">[24672]</a> Error on receiving orders when there is an order with a deleted record</li>
1300 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25223">[25223]</a> Ordered.pl can have poor performance on large databases</li>
1301 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25473">[25473]</a> Can't add order from MARC file, save button does nothing</li>
1302 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25563">[25563]</a> Cannot submit "add order from MARC file" form after alert</li>
1303 </ul>
1304
1305 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
1306
1307 <ul>
1308 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193">[13193]</a> Make Memcached usage fork safe</p>
1309
1310 <p><strong>Sponsored by</strong> <em>National Library of Finland</em></p>
1311
1312 <blockquote>
1313   <p><em>Important Note</em>: You will need to make sure you install <code>Cache::Memcached::Fast::Safe</code> to continue to use memcached after this.</p>
1314 </blockquote></li>
1315 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21674">[21674]</a> Data integrity not enforced for library groups</li>
1316 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21761">[21761]</a> Koha::Object supports passing through 'update' which means we can side step 'set' + 'store'</li>
1317 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22522">[22522]</a> API authentication breaks with updated Mojolicious version</li>
1318 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23185">[23185]</a> Koha::Objects supports passing through 'update' which means we can side step 'set' + 'store'</li>
1319 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23290">[23290]</a> XSLT system preferences allow administrators to exploit XML and XSLT vulnerabilities</p>
1320
1321 <blockquote>
1322   <p>This patchset refines the XSLT processing configuration such that we are more secure by disallowing the processing of external stylesheets by default and adding a configuration option to re-enable the functionality.</p>
1323 </blockquote></li>
1324 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24243">[24243]</a> Bad characters in MARC cause internal server error when searching catalog</li>
1325 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24263">[24263]</a> borrowers.relationship should not contain an empty string</li>
1326 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24552">[24552]</a> Koha does not work with Search::Elasticsearch 6.00</li>
1327 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24719">[24719]</a> C4::Context::set_remote_address() prevents file upload for non-Plack Koha</li>
1328 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24727">[24727]</a> Typo in circulation.js</li>
1329 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24741">[24741]</a> Recent creation of unique index on library_groups erroneously removes rows</li>
1330 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24754">[24754]</a> UserEnv not set for ISLDI requests</li>
1331 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24788">[24788]</a> Koha::Object->store calls column names as methods, relying on AUTOLOAD, with possibly surprising results</li>
1332 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25009">[25009]</a> opac-showmarc.pl allows fetching data directly from import batches</li>
1333 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25040">[25040]</a> Problematic current_timestamp syntax generated by DBIx::Class::Schema::Loader</li>
1334 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25131">[25131]</a> Web installer broken if enable_plugin is set</li>
1335 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25142">[25142]</a> Staff can access patrons' infos from outside of their group</li>
1336 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25481">[25481]</a> koha-plack not working under D10</li>
1337 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25485">[25485]</a> TinyMCE broken in Debian package installs</li>
1338 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25567">[25567]</a> borrower_attribute_types.category_code must be set to undef if not set</li>
1339 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25608">[25608]</a> (regression) Inventory is broken</li>
1340 </ul>
1341
1342 <h3 id="authentication">Authentication</h3>
1343
1344 <ul>
1345 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16719">[16719]</a> LDAP: Using empty strings as 'failsafe' attribute mapping defeats database constraints</li>
1346 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24673">[24673]</a> CSRF vulnerability in opac-messaging.pl</li>
1347 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24878">[24878]</a> Authentication check missing on calendar tools</li>
1348 </ul>
1349
1350 <h3 id="cataloging">Cataloging</h3>
1351
1352 <ul>
1353 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13420">[13420]</a> Holdings table sorting on volume information incorrect</li>
1354 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24027">[24027]</a> Adding multiple items is slow</li>
1355 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25335">[25335]</a> Use of an authorised value in a marc subfield causes strict mode SQL error</li>
1356 </ul>
1357
1358 <h3 id="circulation">Circulation</h3>
1359
1360 <ul>
1361 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24138">[24138]</a> suspension miscalculated when Suspension charging interval bigger than 1 and Max. suspension duration  is defined</li>
1362 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24259">[24259]</a> Circulation fails if no circ rule defined but checkout override confirmed</li>
1363 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24441">[24441]</a> Error when checking in an item with BranchTansferLimitsType set to itemtype</li>
1364 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24474">[24474]</a> Lost items that are checked out are always returned, even when attempting to renew them</li>
1365 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24542">[24542]</a> Checkout page - Can't locate object method "search" via package "Koha::Account::DebitTypes"</li>
1366 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24669">[24669]</a> Editing circulation rule breaks holds when total holds unlimited</p>
1367
1368 <p><strong>Sponsored by</strong> <em>National Library of Finland</em></p></li>
1369 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24765">[24765]</a> Updated on date in Claims returned starts off as 01/01/1970</li>
1370 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24802">[24802]</a> Updating holds can cause suspensions to apply to wrong hold</li>
1371 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25133">[25133]</a> Specify Due date changes from PM to AM if library has their TimeFormat set to 12hr</li>
1372 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25184">[25184]</a> Items with a negative notforloan status should not be captured for holds</p>
1373
1374 <blockquote>
1375   <p><strong>New system preference</strong>: <code>TrapHoldsOnOrder</code> defaults to enabled.</p>
1376 </blockquote></li>
1377 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25418">[25418]</a> Backdated check out date loses time</li>
1378 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25531">[25531]</a> Patron may not be debarred if backdated return</li>
1379 </ul>
1380
1381 <h3 id="command-lineutilities">Command-line Utilities</h3>
1382
1383 <ul>
1384 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24164">[24164]</a> Patron emailer cronjob is not generating unique content for notices</li>
1385 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24527">[24527]</a> misc/cronjobs/update_totalissues.pl problem with multiple items</li>
1386 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25482">[25482]</a> Wrong permissions in spec break Plack on Debian 10</li>
1387 </ul>
1388
1389 <h3 id="coursereserves">Course reserves</h3>
1390
1391 <ul>
1392 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23727">[23727]</a> Editing course reserve items is broken</li>
1393 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24772">[24772]</a> Deactivating course reserves before deleting the same course empties/resets course reserve values in the items</li>
1394 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25444">[25444]</a> Course reserve settings are not saved on edit</li>
1395 </ul>
1396
1397 <h3 id="database">Database</h3>
1398
1399 <ul>
1400 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8132">[8132]</a> Batch delete tool deletes items with holds on them</li>
1401 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13518">[13518]</a> Table borrower_modifications is missing FK and not deleted with the patron</li>
1402 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24377">[24377]</a> Record branch in statistics for auto-renewal</li>
1403 </ul>
1404
1405 <h3 id="finesandfees">Fines and fees</h3>
1406
1407 <ul>
1408 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23443">[23443]</a> Paying off a lost fee will return the item, even if it is checked out to a different patron</li>
1409 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24146">[24146]</a> Paying Accruing Fines prior to return causes another accruing fine when returned</li>
1410 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24177">[24177]</a> Internal Server error when clicking cash register (Report)</li>
1411 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24339">[24339]</a> SIP codes are missing from the default payment_types on installation</li>
1412 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24477">[24477]</a> No permissions check for POS feature</li>
1413 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24481">[24481]</a> Incorrect permission in admin/cash_registers.pl</li>
1414 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24532">[24532]</a> Some account types are converted to debits when they shouldn't be</li>
1415 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24820">[24820]</a> The cashup workflow should use the static 'date' field rather than the transient 'timestamp' field in accountlines</li>
1416 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25123">[25123]</a> MaxFines does not count the current updating fine</li>
1417 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25127">[25127]</a> Fines with an amountoutstanding of 0 can be created due to maxFine but cannot be forgiven</li>
1418 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25139">[25139]</a> POS explodes in error when trying to display older transactions</li>
1419 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25389">[25389]</a> Inconsistent naming of account_credit_type for lost and returned items</li>
1420 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25417">[25417]</a> Backdating returns and forgiving fines causes and internal server error</li>
1421 </ul>
1422
1423 <h3 id="holdrequests">Hold requests</h3>
1424
1425 <ul>
1426 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20567">[20567]</a> "Holds per record (count)" limit is not enforced after item is captured for hold</li>
1427 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20948">[20948]</a> Item-level hold info displayed regardless its priority (detail.pl)</li>
1428 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21944">[21944]</a> Fix waiting holds at wrong location bug</li>
1429 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24168">[24168]</a> Errors with use of CanItemBeReserved return value</li>
1430 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24350">[24350]</a> Can't place holds</li>
1431 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24410">[24410]</a> Multi holds broken</li>
1432 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24485">[24485]</a> AllowHoldPolicyOverride should allow Staff to override the Holds Per Record Rule</li>
1433 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25516">[25516]</a> Item/pickup_locations wantarray removed, so dies on Perl >=5.24 where "autoderef" feature absent</li>
1434 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25556">[25556]</a> Holds blocked when empty holdallowed value present in circulation_rules</li>
1435 </ul>
1436
1437 <h3 id="i18nl10n">I18N/L10N</h3>
1438
1439 <ul>
1440 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24365">[24365]</a> Using strict from TmplTokenizer.pm broke the translator script</li>
1441 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25305">[25305]</a> Double UTF-8 encoding on translation files</li>
1442 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25501">[25501]</a> Encoding issues in the translation process</li>
1443 </ul>
1444
1445 <h3 id="ill">ILL</h3>
1446
1447 <ul>
1448 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24043">[24043]</a> ILL module can't show requests from more than one backend</li>
1449 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24565">[24565]</a> ILL requests do not display in patron profile in intranet</li>
1450 </ul>
1451
1452 <h3 id="installationandupgradecommand-lineinstaller">Installation and upgrade (command-line installer)</h3>
1453
1454 <ul>
1455 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24316">[24316]</a> Fix non-English web installers by removing obsolete authorised value MANUAL_INV</li>
1456 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24445">[24445]</a> Add missing Z3950 updates to Makefile.PL</li>
1457 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24904">[24904]</a> New YAML files for installer are slow to insert</li>
1458 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25284">[25284]</a> Can't open /var/log/koha/kohadev/opac-error.log (Permission denied)</li>
1459 </ul>
1460
1461 <h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
1462
1463 <ul>
1464 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24137">[24137]</a> Marc21 bibliographic fails to install for ru-Ru and uk-UA</li>
1465 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24317">[24317]</a> Sample patron data not loading for non-English installations</li>
1466 </ul>
1467
1468 <h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
1469
1470 <ul>
1471 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22437">[22437]</a> Subsequent authority merges in cron may cause biblios to lose authority information</li>
1472 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24421">[24421]</a> Generated authorities are missing subfields</li>
1473 </ul>
1474
1475 <h3 id="marcbibliographicrecordstagingimport">MARC Bibliographic record staging/import</h3>
1476
1477 <ul>
1478 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24348">[24348]</a> Record matching rules: required match checks does not work</li>
1479 </ul>
1480
1481 <h3 id="notices">Notices</h3>
1482
1483 <ul>
1484 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24235">[24235]</a> /misc/cronjobs/advance_notices.pl DUEDGST does NOT send sms, just e-mail</li>
1485 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24268">[24268]</a> advance_notices.pl dies on undefined letter</li>
1486 </ul>
1487
1488 <h3 id="opac">OPAC</h3>
1489
1490 <ul>
1491 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17896">[17896]</a> BakerTaylorEnabled is not plack safe in the OPAC</li>
1492 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24711">[24711]</a> Can't log in to OPAC after logout if OpacPublic disabled</li>
1493 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24803">[24803]</a> Clicking "Log in to your account" throws fatal Javascript error</li>
1494 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24874">[24874]</a> Printing is broken on opac-results.pl page</li>
1495 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24980">[24980]</a> Date formatting from JS - use timezone only with dates with offset</li>
1496 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25024">[25024]</a> OPAC incorrectly marks branch as invalid pickup location when similarly named branch is blocked</li>
1497 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25086">[25086]</a> OPAC Self Registration - Field 'changed_fields' doesn't have a default value</p>
1498
1499 <p><strong>Sponsored by</strong> <em>Orex Digital</em></p></li>
1500 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25137">[25137]</a> PatronSelfRegistrationLibraryList results in empty branch list on opac-memberentry.pl</li>
1501 </ul>
1502
1503 <h3 id="packaging">Packaging</h3>
1504
1505 <ul>
1506 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25068">[25068]</a> koha-common build error caused by missing /etc/searchengine</li>
1507 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25510">[25510]</a> Typo in koha-common.postinst causing shell errors</li>
1508 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25524">[25524]</a> Debian packages always append to /etc/koha/sites/$site/log4perl.conf</li>
1509 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25527">[25527]</a> Package does not build because of missing log4perl.conf</li>
1510 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25591">[25591]</a> Update list-deps for Debian 10 and Ubuntu 20.04</li>
1511 </ul>
1512
1513 <h3 id="patrons">Patrons</h3>
1514
1515 <ul>
1516 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5161">[5161]</a> Patron attributes clearing if duplicate warning</li>
1517 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14759">[14759]</a> Replacement for Text::Unaccent</li>
1518 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24964">[24964]</a> Do not filter patrons AFTER they have been fetched from the DB (when searching with permissions)</li>
1519 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24988">[24988]</a> autorenew_checkouts should default to yes</li>
1520 </ul>
1521
1522 <h3 id="restapi">REST API</h3>
1523
1524 <ul>
1525 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24191">[24191]</a> Sorting doesn't use to_model</p>
1526
1527 <p><strong>Sponsored by</strong> <em>ByWater Solutions</em></p></li>
1528 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24432">[24432]</a> order_by broken for date columns</li>
1529 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24487">[24487]</a> build_query_params helper builds path parameter with matching criteria</li>
1530 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25411">[25411]</a> Plugin routes cannot have anonymous access</p>
1531
1532 <p><strong>Sponsored by</strong> <em>ByWater Solutions</em></p></li>
1533 </ul>
1534
1535 <h3 id="reports">Reports</h3>
1536
1537 <ul>
1538 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25000">[25000]</a> SQL report not updated</li>
1539 </ul>
1540
1541 <h3 id="sip2">SIP2</h3>
1542
1543 <ul>
1544 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23403">[23403]</a> SIP2 lends to wrong patron if cardnumber is missing</li>
1545 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23640">[23640]</a> L1 cache too long in SIP Server</li>
1546 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24175">[24175]</a> Cannot cancel holds - wrong parameter passed for itemnumber</li>
1547 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24800">[24800]</a> Koha does incomplete checkin when no return date is provided</li>
1548 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24966">[24966]</a> Fix calls to maybe_add where method call does not return a value</li>
1549 </ul>
1550
1551 <h3 id="searching">Searching</h3>
1552
1553 <ul>
1554 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23970">[23970]</a> itemsearch - publication date not taken into account if not used in the first field</li>
1555 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24458">[24458]</a> Search results don't use Koha::Filter::MARC::ViewPolicy</li>
1556 </ul>
1557
1558 <h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1559
1560 <ul>
1561 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23676">[23676]</a> Elasticsearch - 0 is not a valid boolean for suppress</li>
1562 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24123">[24123]</a> bulkmarcimport.pl doesn't support UTF-8 encoded MARCXML records</li>
1563 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24269">[24269]</a> Authority matching in Elasticsearch is broken when authority has subdivisions</li>
1564 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24286">[24286]</a> FindDuplicateAuthority does not escape forward slash in 'GENRE/FORM'</li>
1565 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24506">[24506]</a> Multibranch limit does not work with ElasticSearch</li>
1566 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25050">[25050]</a> Elasticsearch - authority indexing depends on mapping order</li>
1567 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25342">[25342]</a> Scripts not running under plack can cause duplication of ES records</li>
1568 </ul>
1569
1570 <h3 id="serials">Serials</h3>
1571
1572 <ul>
1573 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21232">[21232]</a> Problems when linking a subscription to a non-existing biblionumber</li>
1574 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21901">[21901]</a> Foreign keys are missing on the serials and subscriptions tables</li>
1575 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25081">[25081]</a> new item for a received issue is (stochastically) not created</li>
1576 </ul>
1577
1578 <h3 id="staffclient">Staff Client</h3>
1579
1580 <ul>
1581 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24482">[24482]</a> Purchase Items broken by costs containing a comma</li>
1582 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24858">[24858]</a> Incorrect labels on wording in ExcludeHolidaysFromMaxPickUpDelay system preference</li>
1583 </ul>
1584
1585 <h3 id="systemadministration">System Administration</h3>
1586
1587 <ul>
1588 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24329">[24329]</a> Patron cardnumber change times are lost during upgrade for bug 3820</li>
1589 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24670">[24670]</a> Circulation and fine rules page has performance issues since issuingrules change</li>
1590 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25601">[25601]</a> Error when unsetting default checkout, hold and return policy for a specific library</li>
1591 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25617">[25617]</a> Error on about page when TimeFormat preference is set to 12hr</li>
1592 </ul>
1593
1594 <h3 id="templates">Templates</h3>
1595
1596 <ul>
1597 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24241">[24241]</a> Description missing for subpermission manage_accounts</li>
1598 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24713">[24713]</a> JavaScript error on staff client catalog search results page</p>
1599
1600 <blockquote>
1601   <p>This patch modifies the output of template toolkit variables so that values in the in-page JavaScript are quoted. This avoids JavaScript errors when the template variable is empty.</p>
1602 </blockquote></li>
1603 </ul>
1604
1605 <h3 id="testsuite">Test Suite</h3>
1606
1607 <ul>
1608 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24817">[24817]</a> Fix timing issues in t/db_dependant/Koha/Cash/Register.t</li>
1609 </ul>
1610
1611 <h3 id="tools">Tools</h3>
1612
1613 <ul>
1614 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24900">[24900]</a> Fix 'MARC modification templates' to not assume that 'from field' will match 'conditional field'</p>
1615
1616 <p><strong>Sponsored by</strong> <em>Catalyst</em></p>
1617
1618 <blockquote>
1619   <p>This patch ensures MARC modification template actions work as expected when the 'from field' doesn't match the 'conditional field'.</p>
1620 </blockquote></li>
1621 </ul>
1622
1623 <h3 id="webservices">Web services</h3>
1624
1625 <ul>
1626 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24531">[24531]</a> OAI-PMH set mappings only consider first field with a given tag</li>
1627 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24769">[24769]</a> DataTable error on patron hold page when hold placed (ILS-DI and other bugs)</p>
1628
1629 <blockquote>
1630   <p>This fixes a problem introduced by another patch in this release cycle. The patron's hold page now correctly lists holds where holds are placed using ILS-DI (and in some other situations).</p>
1631 </blockquote></li>
1632 </ul>
1633
1634 <h3 id="z39.50sruopensearchservers">Z39.50 / SRU / OpenSearch Servers</h3>
1635
1636 <ul>
1637 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25277">[25277]</a> Z3950responder keyword search does not work with Elasticsearch 6</li>
1638 </ul>
1639
1640 <h2 id="otherbugsfixed">Other bugs fixed</h2>
1641
1642 <p>(This list includes all bugfixes since the previous major version. Most of them
1643 have already been fixed in maintainance releases)</p>
1644
1645 <h3 id="about">About</h3>
1646
1647 <ul>
1648 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24136">[24136]</a> Update libraries (sponsors) on the about page</li>
1649 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24402">[24402]</a> Some roles missing from about page</li>
1650 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25506">[25506]</a> Perl undef warning on the "About Koha" page</li>
1651 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25592">[25592]</a> Add Devinim to about page</li>
1652 </ul>
1653
1654 <h3 id="acquisitions">Acquisitions</h3>
1655
1656 <ul>
1657 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5016">[5016]</a> Fix some terminology and wording issues on English PDF order templates</li>
1658 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9993">[9993]</a> On editing basket group delivery place resets to logged in library</li>
1659 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11161">[11161]</a> Relabel 'child fund' to 'sub fund'</li>
1660 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17611">[17611]</a> Searching for orders uses misleading column name "Pending order"</li>
1661 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21927">[21927]</a> Acq: Allow blank values in pull downs in the item form when subfield is mandatory</li>
1662 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22778">[22778]</a> Suggestions with no "suggester" can cause errors</li>
1663 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23031">[23031]</a> Restore 'Add to basket' as immediately accessible option on vendor search page</li>
1664 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23926">[23926]</a> In EDI Order limit GIR segment to five pieces of information</li>
1665 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24033">[24033]</a> Fix column labelling on basket summary page (ecost)</li>
1666 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24386">[24386]</a> Double submit should be prevented when adding to a basket</li>
1667 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24404">[24404]</a> Add missing space on invoices page</li>
1668 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24569">[24569]</a> Cannot add to basket if it is the only action</li>
1669 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24733">[24733]</a> Cannot search for duplicate orders using 'Basket created by' field</li>
1670 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25041">[25041]</a> Links to 'pending' #ASKED tab in suggestions.pl is broken</li>
1671 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25130">[25130]</a> Reason for accepting/rejecting a suggestion is not visible when viewing (not editing)</p>
1672
1673 <p><strong>Sponsored by</strong> <em>PTFS Europe</em></p></li>
1674 </ul>
1675
1676 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
1677
1678 <ul>
1679 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14711">[14711]</a> C4::Reserves::AddReserves should take a hashref in parameters</li>
1680 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16922">[16922]</a> Add RewriteRule to apache-shared-intranet for dev package installs</li>
1681 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17532">[17532]</a> koha-shell -c does not propagate the error code</p>
1682
1683 <blockquote>
1684   <p>Before this development, the koha-shell script would always return a successful error code, making it hard for the callers to notice there was a problem with the command being run inside the instance's shell.</p>
1685   
1686   <p>This development makes koha-shell propagate the running scripts' error code so the caller can take the required actions.</p>
1687   
1688   <p>Note: this implies a behaviour change (for good) but a warning should be added to the release notes.</p>
1689   
1690   <p>Right now it always returns</p>
1691 </blockquote></li>
1692 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17845">[17845]</a> Printers related code should be removed</li>
1693 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18227">[18227]</a> Koha::Logger utf8 handling defeating "wide characters in print"</li>
1694 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18308">[18308]</a> Default value of minPasswordLength should be increased</p>
1695
1696 <blockquote>
1697   <p>This patch increases the value of minPasswordLength to 8 characters to encourage more secure passwords, for all new installs.</p>
1698 </blockquote></li>
1699 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18670">[18670]</a> RewriteLog and RewriteLogLevel unavailable in Apache 2.4</li>
1700 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19809">[19809]</a> Koha::Objects::find no longer need to be forbidden in list context</li>
1701 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20370">[20370]</a> Misleading comment for bcrypt - #encrypt it; Instead it should be #hash it</p>
1702
1703 <p><strong>Sponsored by</strong> <em>PTFS Europe</em></p></li>
1704 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20882">[20882]</a> URI column in the items table is limited to 255 characters</li>
1705 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21684">[21684]</a> Koha::Object[s]->delete methods must behave identically as the corresponding DBIx::Class ones</li>
1706 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22098">[22098]</a> The stocknumberAV cataloguing plugin should be updated to use Koha::Objects</li>
1707 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22220">[22220]</a> Error in ReWriteRule for 'bib' in apache-shared-intranet.conf</li>
1708 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22685">[22685]</a> Koha::Acquisition::Bookseller methods should return Koha::Objects using the DBIx::Class relationships</li>
1709 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22943">[22943]</a> The in_ipset C4::Auth function name can be confusing</p>
1710
1711 <p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1712 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23084">[23084]</a> Replace grep {^$var$} with grep {$var eq $_}</li>
1713 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23384">[23384]</a> Calling Koha::Article::Status::* without "use" in Patron.pm can cause breakage</li>
1714 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23407">[23407]</a> XSLT Details pages don't use items, we shouldn't pass them</li>
1715 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23896">[23896]</a> logaction should pass the correct interface to Koha::Logger</li>
1716 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23974">[23974]</a> hours_between and days_between lack tests</li>
1717 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24016">[24016]</a> manager_id in Koha::Patron::Message->store should not depend on userenv alone</p>
1718
1719 <p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p>
1720
1721 <blockquote>
1722   <p>Using <code>userenv</code> within Koha::* object classes is deprecated in favour of passing parameters.</p>
1723 </blockquote></li>
1724 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24018">[24018]</a> No need to die "Not logged in"</li>
1725 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24051">[24051]</a> batchMod.pl: DBIx::Class::ResultSet::search_rs(): search( %condition ) is deprecated</li>
1726 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24089">[24089]</a> Upgrade jQuery Validate plugin in the staff client</li>
1727 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24106">[24106]</a> In returns.pl, don't search for item if no barcode is provided</li>
1728 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24114">[24114]</a> Remove warn statements from Koha::Patrons</li>
1729 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24150">[24150]</a> Add missing Koha::Old::*[s] classes</p>
1730
1731 <p><strong>Sponsored by</strong> <em>Association KohaLa</em></p></li>
1732 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24213">[24213]</a> Koha::Object->get_from_storage should return undef if the object has been deleted</li>
1733 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24217">[24217]</a> use strict for all modules</li>
1734 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24313">[24313]</a> XSLT errors should show in the logs</li>
1735 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24367">[24367]</a> With strict enabled, Search.t is too verbose</li>
1736 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24388">[24388]</a> Useless test in acqui/lateorders.tt</li>
1737 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24457">[24457]</a> K::A::Basket->to_api is not passing the parameters to the parent class implementation</li>
1738 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24459">[24459]</a> Overloaded ->to_api needs to pass $params through</li>
1739 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24538">[24538]</a> REMOTE_USER set to undef if koha_trusted_proxies contains invalid value</li>
1740 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24573">[24573]</a> Catmandu::Store::ElasticSearch and Catmandu::MARC are missing from cpanfile</li>
1741 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24595">[24595]</a> Warnings displayed by Circulation.t</li>
1742 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24602">[24602]</a> The fallback value for onshelfholds should be 0</li>
1743 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24643">[24643]</a> Koha::DateUtils::dt_from_string rfc3339 cannot handle high precision seconds</li>
1744 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24647">[24647]</a> PDF::API2::Simple is declared as a required dependency but it is not used</li>
1745 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24693">[24693]</a> GD is declared as an optional dependency but Koha dies without it</li>
1746 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24722">[24722]</a> reserves.priority must be NOT NULL</li>
1747 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24725">[24725]</a> xgettext does not support (yet) ES template literals</li>
1748 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24760">[24760]</a> BackgroundJob tests fail with latest versions of YAML or YAML::Syck</li>
1749 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24809">[24809]</a> OAI PMH can fail on fetching deleted records</li>
1750 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24815">[24815]</a> Koha::Cash::Register relations should return sets not undef</li>
1751 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24830">[24830]</a> dbic_merge_prefetch is not handling recursive cases correctly</li>
1752 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25006">[25006]</a> Koha::Item->as_marc_field generates undef subfields</li>
1753 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25008">[25008]</a> Koha::RecordProcessor->options doesn't refresh the filters</li>
1754 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25018">[25018]</a> Jenkins is not running the test with $ENV{_} eq 'prove'</li>
1755 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25019">[25019]</a> Non standard initialization in ViewPolicy filter</li>
1756 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25044">[25044]</a> No need to define koha_object[s]_class for standard object class names</li>
1757 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25095">[25095]</a> Remove warn left in FeePayment.pm</li>
1758 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25107">[25107]</a> Remove double passing of $server variable to maybe_add in C4::SIP::Sip::MsgType</li>
1759 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25311">[25311]</a> Better error handling when creating/updating a patron</li>
1760 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25423">[25423]</a> Methods update and empty from Koha::Objects are not class methods</li>
1761 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25535">[25535]</a> Hold API mapping maps cancellationdate to cancelation_date, but it should be cancellation_date</li>
1762 </ul>
1763
1764 <h3 id="authentication">Authentication</h3>
1765
1766 <ul>
1767 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24333">[24333]</a> AutoSelfCheckPass needs to be masked</li>
1768 </ul>
1769
1770 <h3 id="cataloging">Cataloging</h3>
1771
1772 <ul>
1773 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5103">[5103]</a> Dates in MARC details not formatted correctly</p>
1774
1775 <p><strong>Sponsored by</strong> <em>Catalyst</em></p>
1776
1777 <blockquote>
1778   <p>This fixes how dates are displayed for the list of items on the MARC view pages (in the OPAC and staff interface) and the add item page (staff interface) so that they use the 'dateformat' system preference.</p>
1779 </blockquote></li>
1780 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7947">[7947]</a> 440/490 Koha Mapping</li>
1781 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8595">[8595]</a> Link to 'host item' confusing</p>
1782
1783 <p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1784 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9156">[9156]</a> System preference itemcallnumber not pulling more than 2 subfields</li>
1785 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11446">[11446]</a> Authority not searching full corporate name with and (&amp;) symbol</li>
1786 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11500">[11500]</a> Use dateformat syspref and datepicker on additems.pl (and other item cataloguing pages)</li>
1787 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13574">[13574]</a> Repeatable item subfields don't show correctly in MARC view (OPAC and staff)</li>
1788 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13775">[13775]</a> Set main headings to mandatory in authority frameworks</li>
1789 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15850">[15850]</a> Correct eslint errors in cataloging.js</li>
1790 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16683">[16683]</a> Help links to fields 59X in cataloguing form are broken</p>
1791
1792 <blockquote>
1793   <p>This fix updates the help links for 09x, 59x, and 69x fields in the basic and advanced MARC21 editor. The links now go to the correct Library of Congress documentation pages.</p>
1794 </blockquote></li>
1795 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17232">[17232]</a> When creating a new framework from an old one, several fields are not copies (important, link, default value, max length, is URL)</li>
1796 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17268">[17268]</a> Advanced cataloging editor - rancor - macros are lost when browser storage cleared</li>
1797 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18499">[18499]</a> Make 'Call number browser' on edit items screen use the correct item specific classification scheme</li>
1798 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19312">[19312]</a> Typo in UNIMARC field 121a plugin</li>
1799 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19313">[19313]</a> Typo in UNIMARC field 130 plugin</li>
1800 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21708">[21708]</a> Editing a record moves field 999 to first in the marcxml</li>
1801 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23777">[23777]</a> Text converted to html entity codes in cataloguing edit form</li>
1802 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23800">[23800]</a> Batch modification tool orders items by barcode incremental by default (regression to 17.11)</li>
1803 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23844">[23844]</a> Noisy warns in addbiblio.pl when importing from Z3950</li>
1804 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24090">[24090]</a> Subfield text in red when mandatory in record edition</li>
1805 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24185">[24185]</a> 'If all unavailable' state for 'on shelf holds' makes holds page very slow if there's a lot of items</li>
1806 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24232">[24232]</a> Fix permissions for deleting a bib record after attaching the last item to another bib</li>
1807 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24236">[24236]</a> Using quotes in a cataloging search, resulting in multiple pages, will not allow you to advance page</li>
1808 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24305">[24305]</a> Batch Item modification via item number in reports does not work with CONCAT in report</li>
1809 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24323">[24323]</a> Advanced editor - Invalid 008 with helper silently fails to save</li>
1810 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24420">[24420]</a> Cataloging search results Location column should account for waiting on hold items</li>
1811 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24423">[24423]</a> Broken link to return to record after batch item modification or deletion</li>
1812 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24503">[24503]</a> Missing use in value builder barcode_manual.pl</li>
1813 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24789">[24789]</a> Remove 'ITS' macro format</p>
1814
1815 <blockquote>
1816   <p>During the initial Rancor (advanced cataloging editor) development an existing macro language was copied. As development continued a Rancor macro language was developed. The new language accomplished all needs of the prior language. The old macro language was intended to be removed before submission to community, but was missed. These patches remove the legacy support in favour of the Koha specific model.</p>
1817 </blockquote></li>
1818 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25248">[25248]</a> Delete All Items should redirect to detail.pl, not additem.pl</li>
1819 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25308">[25308]</a> When cataloguing search fields are prefilled from record, content after &amp; is cut off</li>
1820 </ul>
1821
1822 <h3 id="circulation">Circulation</h3>
1823
1824 <ul>
1825 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13557">[13557]</a> Add hint for on-site checkouts to list of current checkouts in OPAC</li>
1826 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15751">[15751]</a> Koha offline circulation Firefox addon does not update last seen date for check-ins</li>
1827 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23233">[23233]</a> AllowItemsOnHoldCheckout is misnamed and should only work for for SIP-based checkouts</li>
1828 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24085">[24085]</a> Double submission of forms on returns.pl</li>
1829 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24166">[24166]</a> Barcode removal breaks circulation.pl/moremember.pl</li>
1830 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24171">[24171]</a> Cannot do automatic renewal with itemBarcodeFallbackSearch</li>
1831 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24214">[24214]</a> Due date displayed in ISO format (when sticky)</li>
1832 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24257">[24257]</a> item-transfer-modal does not initiate transfer when 'yes, print slip' is selected</li>
1833 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24335">[24335]</a> Cannot mark checkout notes seen/not seen in bulk</li>
1834 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24337">[24337]</a> Checkout note cannot be marked seen if more than 20 exist</li>
1835 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24413">[24413]</a> MarkLostItemsAsReturned functionality does not lift restrictions caused by long overdues</li>
1836 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24456">[24456]</a> previousIssuesDefaultSortOrder and todaysIssuesDefaultSortOrder sort incorrectly</li>
1837 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24514">[24514]</a> Holds Awaiting Pickup sorting by title before surname</li>
1838 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24620">[24620]</a> Existing transfers not closed when hold is set to waiting</li>
1839 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24767">[24767]</a> "Claim returned" feature cannot be turned off</li>
1840 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24768">[24768]</a> "Return claims" column is missing from column configuration page</li>
1841 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24829">[24829]</a> ClaimReturnedWarningThreshold is always triggered if patron has one or more claims</li>
1842 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24839">[24839]</a> branchtransfers does not deal with holds</li>
1843 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24840">[24840]</a> Datetime issues in automatic_renewals / CanBookBeReserved</li>
1844 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25291">[25291]</a> Barcode should be escaped everywhere in html code</li>
1845 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25468">[25468]</a> Preserve line breaks in hold notes</li>
1846 </ul>
1847
1848 <h3 id="command-lineutilities">Command-line Utilities</h3>
1849
1850 <ul>
1851 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19465">[19465]</a> Allow choosing Elasticsearch server on instance creation</li>
1852 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20101">[20101]</a> Cronjob automatic_item_modification_by_age.pl does not log run in action logs</li>
1853 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21466">[21466]</a> Data inconsistencies - koha fields linked to AV cat values must have a corresponding authorised value</li>
1854 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22025">[22025]</a> Argument "" isn't numeric in numeric eq (==) at /usr/share/perl5/DBIx/Class/Row.pm line 1018 for /usr/share/koha/bin/import_patrons.pl</li>
1855 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24105">[24105]</a> Longoverdue gives error message when --itemtypes are specified</li>
1856 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24266">[24266]</a> Noisy error in reconcile_balances.pl</p>
1857
1858 <p><strong>Sponsored by</strong> <em>Horowhenua District Council</em></p></li>
1859 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24324">[24324]</a> delete_records_via_leader.pl cron error with item deletion</li>
1860 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24397">[24397]</a> populate_db.pl is out of sync and must be removed</li>
1861 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24511">[24511]</a> Patron emailer report not using specified email column</li>
1862 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25157">[25157]</a> delete_patrons.pl is never quiet, even when run without -v</li>
1863 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25480">[25480]</a> koha-create may hide useful error</li>
1864 </ul>
1865
1866 <h3 id="coursereserves">Course reserves</h3>
1867
1868 <ul>
1869 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24283">[24283]</a> Missing close parens and closing strong tag in course reserves</li>
1870 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24750">[24750]</a> Instructor search does not return results if a comma is included after surname or if first name is included</li>
1871 </ul>
1872
1873 <h3 id="database">Database</h3>
1874
1875 <ul>
1876 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22273">[22273]</a> Column article_requests.created_on should not be updated</li>
1877 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24289">[24289]</a> Deleting branch will not delete entry in special or repeatable holidays</li>
1878 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24640">[24640]</a> quotes.timestamp should default to NULL</p>
1879
1880 <blockquote>
1881   <p>This fixes a problem with the QOTD tool - you can now add and edit quotes again.</p>
1882 </blockquote></li>
1883 </ul>
1884
1885 <h3 id="developerdocumentation">Developer documentation</h3>
1886
1887 <ul>
1888 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22335">[22335]</a> Comment on column suggestions.STATUS is not complete</li>
1889 </ul>
1890
1891 <h3 id="documentation">Documentation</h3>
1892
1893 <ul>
1894 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21633">[21633]</a> Did finesMode = test ever send email?</li>
1895 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25388">[25388]</a> There is no link for the "online help"</li>
1896 </ul>
1897
1898 <h3 id="finesandfees">Fines and fees</h3>
1899
1900 <ul>
1901 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21879">[21879]</a> Code cleaning in printinvoice.pl</li>
1902 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22359">[22359]</a> Improve usability of 'change calculation' (bug 11373)</li>
1903 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24208">[24208]</a> Remove change calculation for writeoffs</li>
1904 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24490">[24490]</a> Clarify wording and function of Purchase Items link on POS</li>
1905 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24495">[24495]</a> Reword change collection feature</p>
1906
1907 <blockquote>
1908   <p>This patch changes the text "Collect from patron" to "Amount tendered" for all payment options in the patron record, and in the Point of Sale screen.</p>
1909 </blockquote></li>
1910 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24525">[24525]</a> Hide SIP payment types from the Point of Sale page</li>
1911 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24790">[24790]</a> POS missing from the 'More' dropdown</li>
1912 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25119">[25119]</a> When paying or writing off a single fee, the account type doesn't display correctly</li>
1913 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25138">[25138]</a> Terminology: Point of sale should use library instead of branch</p>
1914
1915 <blockquote>
1916   <p>This fixes menu items and messages for the point of sale feature so that it uses 'library' instead of 'branch'.</p>
1917 </blockquote></li>
1918 </ul>
1919
1920 <h3 id="holdrequests">Hold requests</h3>
1921
1922 <ul>
1923 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19288">[19288]</a> Holds placed on a specific item after a next available hold will show varied results</li>
1924 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20708">[20708]</a> Withdrawn status should show when placing a request in staff client</li>
1925 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21296">[21296]</a> Suspend hold ignores system preference on intranet</li>
1926 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23934">[23934]</a> Item level holds not checked for LocalHoldsPriority in Holds Queue</li>
1927 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24510">[24510]</a> When placing a hold, cursor doesn't focus on patron name</li>
1928 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24688">[24688]</a> Hold priority isn't adjusted correctly if checking out a middle priority hold</p>
1929
1930 <p><strong>Sponsored by</strong> <em>Chartered Accountants Australia and New Zealand</em></p></li>
1931 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24736">[24736]</a> "Enrollments" not correctly disabled when nobody is enrolled to a club yet</li>
1932 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25421">[25421]</a> Make Koha::Item and Koha::Biblio ->pickup_locations return an arrayref</li>
1933 </ul>
1934
1935 <h3 id="i18nl10n">I18N/L10N</h3>
1936
1937 <ul>
1938 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18688">[18688]</a> Warnings about UTF-8 charset when creating a new language</li>
1939 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24046">[24046]</a> 'Activate filters' untranslatable</li>
1940 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24358">[24358]</a> "Bibliographic record does not exist!" is not translatable</li>
1941 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24636">[24636]</a> Acquisitions planning sections untranslatable</li>
1942 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24661">[24661]</a> Inclusion of locale-related javascript files is broken</li>
1943 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24734">[24734]</a> LangInstaller is looking in wrong directory for js files</li>
1944 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24808">[24808]</a> Untranslatable strings in results.js</li>
1945 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24870">[24870]</a> Translate installer data label</li>
1946 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24871">[24871]</a> Add new <em>-installer-</em>.po translation files</li>
1947 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25118">[25118]</a> Return claims has some translation issues</li>
1948 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25517">[25517]</a> Koha.mo not found on package installations / Translations not working</li>
1949 </ul>
1950
1951 <h3 id="ill">ILL</h3>
1952
1953 <ul>
1954 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21270">[21270]</a> "Not finding what you're looking" display needs to be fixed</li>
1955 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24518">[24518]</a> Partner filtering does not work in IE11</li>
1956 </ul>
1957
1958 <h3 id="installationandupgradecommand-lineinstaller">Installation and upgrade (command-line installer)</h3>
1959
1960 <ul>
1961 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17464">[17464]</a> Order deny,allow / Deny from all was deprecated in Apache 2.4 and is now a hard error</li>
1962 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24328">[24328]</a> Bibliographic frameworks fail to install</li>
1963 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24851">[24851]</a> No sample libraries for UNIMARC installations</li>
1964 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24856">[24856]</a> invalid itemtypes.imageurl in fr-FR sample data</li>
1965 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24905">[24905]</a> log4perl-site.conf.in missing entries for the z39.50 server</li>
1966 </ul>
1967
1968 <h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
1969
1970 <ul>
1971 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24872">[24872]</a> Set languages system preferences after web install</li>
1972 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24897">[24897]</a> Remove es-ES installer data</li>
1973 </ul>
1974
1975 <h3 id="labelpatroncardprinting">Label/patron card printing</h3>
1976
1977 <ul>
1978 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14369">[14369]</a> Only show 'Create labels' link on staged records import when status is 'Imported'</li>
1979 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23488">[23488]</a> Line wrapping doesn't always respect word order in Patron card creator</li>
1980 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23514">[23514]</a> Call numbers are not splitted in Label Creator with layout types other than Biblio</li>
1981 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23900">[23900]</a> Label maker cannot concatenate database fields</li>
1982 </ul>
1983
1984 <h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
1985
1986 <ul>
1987 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24094">[24094]</a> Authority punctuation mismatch prevents linking to correct records</li>
1988 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24267">[24267]</a> C4::Breeding::ImportBreedingAuth is ineffective</li>
1989 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25428">[25428]</a> Escaped HTML shows in authority detail view when subfield is a link</li>
1990 </ul>
1991
1992 <h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
1993
1994 <ul>
1995 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17831">[17831]</a> Remove non-existing bibliosubject.subject mapping from frameworks</li>
1996 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22969">[22969]</a> fix biblionumber on 001 in UNIMARC XSLT</li>
1997 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23119">[23119]</a> MARC21 added title 246, 730 subfield i should display before subfield a</p>
1998
1999 <p><strong>Sponsored by</strong> <em>PTFS Europe</em></p></li>
2000 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24274">[24274]</a> New installations should not contain field 01e Coded field error (RLIN)</li>
2001 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24281">[24281]</a> Fix the list of types of visual materials</li>
2002 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25082">[25082]</a> Unknown language code if 041 $a is linked to an authorized value list</li>
2003 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25410">[25410]</a> MARC21 out of sync intranet/opac subfield descriptions</li>
2004 </ul>
2005
2006 <h3 id="marcbibliographicrecordstagingimport">MARC Bibliographic record staging/import</h3>
2007
2008 <ul>
2009 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24827">[24827]</a> MARC preview fails when staged record contains items with UTF-8 characters</li>
2010 </ul>
2011
2012 <h3 id="notices">Notices</h3>
2013
2014 <ul>
2015 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19014">[19014]</a> Patrons should not get an 'on_reserve' notification if the due date is far into the future</li>
2016 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23411">[23411]</a> SMS messages sent as print should not fall back to 'email'</li>
2017 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23787">[23787]</a> Add AUTO_RENEWALS in sample_notices.sql</li>
2018 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24378">[24378]</a> Change wording on AUTO_RENEWALS notice in updatedatabase</li>
2019 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24612">[24612]</a> expirationdate blank if patron has more than one item from bib on hold</li>
2020 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24826">[24826]</a> Use of uninitialized value $mail{"Cc"} in substitution (s///) at /usr/share/perl5/Mail/Sendmail.pm</li>
2021 </ul>
2022
2023 <h3 id="opac">OPAC</h3>
2024
2025 <ul>
2026 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13327">[13327]</a> OPACPopupAuthorsSearch doesn't work with XSLT views</p>
2027
2028 <blockquote>
2029   <p>This enhancement improves the OPACPopupAuthorsSearch feature so that it works in both the normal and XSLT views (OPACXSLTDetailsDisplay).</p>
2030 </blockquote></li>
2031 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17221">[17221]</a> Orphan comma in shelf browser</p>
2032
2033 <p><strong>Sponsored by</strong> <em>California College of the Arts</em></p></li>
2034 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17697">[17697]</a> Improve NotesBlacklist system preference description to make clear where it will apply</li>
2035 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17853">[17853]</a> MARC21: Don't remove () from link text for 780/785</li>
2036 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17938">[17938]</a> XSLT: Label of 583 is repeated for multiple tags and private notes don't display in staff</p>
2037
2038 <blockquote>
2039   <p>This fixes the display for records with multiple 583s. Previously the label "Action note" was repeated, now the label appears once and multiple fields are separated by a |. There is now a space between $z and other subfields.</p>
2040   
2041   <p>Private notes are now displayed in the staff interface.</p>
2042   
2043   <p>Notes:
2044   Indicator 1 = private: These will not display in the OPAC.
2045   Indicator 1 = 0 or empty: These will display in the OPAC.
2046   The staff interface  will display all 583s.</p>
2047 </blockquote></li>
2048 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18933">[18933]</a> Unable to set SMS number in OPAC messaging preferences to empty</p>
2049
2050 <p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
2051 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22302">[22302]</a> ITEMTYPECAT description doesn't fall back to description if OPAC description is empty</li>
2052 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22515">[22515]</a> OPACViewOthersSuggestions if set to Show will only show when patron has made a suggestion</li>
2053 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22821">[22821]</a> Use reply-to address for item notes notifications if available to avoid being flagged as spam</p>
2054
2055 <blockquote>
2056   <p>Prior to this patch when a patron added an item note the system would send a notification email to the branchemail with a from address of the patrons email.</p>
2057   
2058   <p>This patch updates the notification system to use the 'reply-to' address in preference to the 'branchemail' if it is defined and it also sets the 'from' address to the 'branchemail' and adds the patron email as a 'reply-to' as this was the intended functionality.</p>
2059 </blockquote></li>
2060 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23383">[23383]</a> IdRef link appears even with syspref is off</li>
2061 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23482">[23482]</a> BakerTaylor images broken on OPAC lists</li>
2062 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23527">[23527]</a> BakerTaylorBookstoreURL is converted to escaped characters by template, rendering it invalid</li>
2063 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23785">[23785]</a> Software error Can't call method "get_coins" on an undefined value at /usr/share/koha/opac/cgi-bin/opac/opac-search.pl line 692.</li>
2064 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24061">[24061]</a> Print List (opac-shelves.pl) broken in Chrome</li>
2065 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24206">[24206]</a> Change URLs for default options in OPACSearchForTitleIn</p>
2066
2067 <blockquote>
2068   <p>Updates URLs for the default entries (sites now use https, and an update to the Open Library's URL search pattern).</p>
2069 </blockquote></li>
2070 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24212">[24212]</a> OPAC send list dialog opens too small in IE</p>
2071
2072 <p><strong>Sponsored by</strong> <em>Toi Ohomai Institute of Technology</em></p></li>
2073 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24240">[24240]</a> List on opac missing close form tag under some conditions</li>
2074 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24245">[24245]</a> opac-registration-confirmation.tt has incorrect HTML body id</li>
2075 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24249">[24249]</a> OPAC lists page should require login for login-dependent operations</p>
2076
2077 <blockquote>
2078   <p>Enhancements to lists:</p>
2079   
2080   <ul>
2081   <li>Log in links to create a new list now take you to the 'Create a new list' form after you log in, instead of to your account summary page.</li>
2082   <li>Logging in is required for any action other the viewing public lists.</li>
2083   </ul>
2084 </blockquote></li>
2085 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24327">[24327]</a> Anonymous suggestions should not be allowed if AnonymousPatron misconfigured</li>
2086 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24345">[24345]</a> Fix process of suggesting purchase of existing title for non-logged-in users</li>
2087 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24371">[24371]</a> OPAC 'Showing only available items/Show all items' is double encoded</li>
2088 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24486">[24486]</a> Account Wording Information is duplicated in Patron's Fines Tab on OPAC</li>
2089 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24523">[24523]</a> Fix opac-password-recovery markup mistake</li>
2090 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24560">[24560]</a> Don't show "Public Lists" in OPAC List menu if no public lists exist</li>
2091 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24605">[24605]</a> Series link from 830 is not uri encoded</li>
2092 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24654">[24654]</a> Trailing double-quote in RDA 264 subfield b on OPAC XSLT</li>
2093 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24676">[24676]</a> opac-auth.tt contains trivial HTML error</li>
2094 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24706">[24706]</a> Toolbar not rendered correctly when a list is empty</li>
2095 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24745">[24745]</a> OPAC news block plugin should evaluate as false if there are no items</li>
2096 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24746">[24746]</a> Duplicate id in opacheader markup</li>
2097 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24854">[24854]</a> Remove IDreamBooks integration</li>
2098 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24892">[24892]</a> Resolve some warnings in opac-memberentry</li>
2099 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24957">[24957]</a> OpenLibrarySearch shouldnt display if nothing is returned</li>
2100 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24996">[24996]</a> Unwanted CSS change unhides OPAC results sorting button</li>
2101 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25004">[25004]</a> Search results place hold button not enabled when checking result checkboxes on opac-search.pl</li>
2102 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25038">[25038]</a> OPAC reading history checkouts and on-site tabs not working</li>
2103 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25136">[25136]</a> PatronSelfRegistrationLibraryList controls both self-reg and self-modification</li>
2104 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25211">[25211]</a> Missing share icon on OPAC lists page</li>
2105 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25233">[25233]</a> Staff XSLT material type label "Book" should be "Text"</li>
2106 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25274">[25274]</a> JavaScript error in OPAC cart when more details are shown</li>
2107 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25276">[25276]</a> Correct hover style of list share button in the OPAC</li>
2108 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25340">[25340]</a> opac-review.pl doesn't show title when commenting</li>
2109 </ul>
2110
2111 <h3 id="packaging">Packaging</h3>
2112
2113 <ul>
2114 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17084">[17084]</a> Automatic debian/control updates (master)</li>
2115 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25618">[25618]</a> Upgrading Koha to packages made of latest master version breaks Z3950</li>
2116 </ul>
2117
2118 <h3 id="patrons">Patrons</h3>
2119
2120 <ul>
2121 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18680">[18680]</a> sort1/sort1 dropdowns (when mapped to authorized value) have no empty entry</li>
2122 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19791">[19791]</a> Patron Modification log redirects to circulation page</li>
2123 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21211">[21211]</a> Patron toolbar does not appear on all tabs in patron account in staff</li>
2124 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23808">[23808]</a> Creating Child Guarantee doesn't populate Guarantor Information</p>
2125
2126 <p><strong>Sponsored by</strong> <em>South Taranaki District Council</em></p></li>
2127 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24666">[24666]</a> Non Koha Guarantors should be able to be seen from the Patron Detail page</li>
2128 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24962">[24962]</a> Don't show floating toolbar when duplicate patron record was detected</li>
2129 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25046">[25046]</a> C4::Utils::DataTables::Members does not SELECT othernames from borrowers table</p>
2130
2131 <p><strong>Sponsored by</strong> <em>Eugenides Foundation Library</em></p></li>
2132 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25069">[25069]</a> AddressFormat="fr" behavior is broken</li>
2133 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25299">[25299]</a> Date not showing on Details page when patron is going to expire</li>
2134 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25300">[25300]</a> Edit details in "Library use" section uses bad $op for Expiration Date</li>
2135 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25301">[25301]</a> Category code is blank when renewing or editing expired/expiring patron</li>
2136 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25309">[25309]</a> Unable to save patron if streetnumber is too long</li>
2137 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25452">[25452]</a> Alternate email contact not displayed</li>
2138 </ul>
2139
2140 <h3 id="pluginarchitecture">Plugin architecture</h3>
2141
2142 <ul>
2143 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25099">[25099]</a> Sending a LANG variable to plug-in template</p>
2144
2145 <p><strong>Sponsored by</strong> <em>Bibliothèque Universitaire des Langues et Civilisations (BULAC)</em></p></li>
2146 </ul>
2147
2148 <h3 id="restapi">REST API</h3>
2149
2150 <ul>
2151 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24366">[24366]</a> Merging biblioitems should happen in Koha::Biblio->to_api</li>
2152 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24462">[24462]</a> Adjust K::A::Invoice API mapping to voted RFC</li>
2153 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24554">[24554]</a> Only embed relations from Koha::Biblio in to_api</li>
2154 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24611">[24611]</a> Wrong budget_id query parameter in /acquisitions/orders</li>
2155 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24680">[24680]</a> Hold modification endpoints don't always work properly</li>
2156 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24862">[24862]</a> Wrong behaviour on anonymous sessions</p>
2157
2158 <p><strong>Sponsored by</strong> <em>ByWater Solutions</em></p></li>
2159 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24918">[24918]</a> Wrong attribute mappings in Koha::Acquisition::Basket</li>
2160 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25048">[25048]</a> Successful resource deletion should return 204</li>
2161 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25327">[25327]</a> Cannot access API spec</li>
2162 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25493">[25493]</a> Koha::Logger is not suitable for using as Mojo::Log</li>
2163 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25502">[25502]</a> /advanced_editor/macros doesn't follow coding guidelines</li>
2164 </ul>
2165
2166 <h3 id="reports">Reports</h3>
2167
2168 <ul>
2169 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13806">[13806]</a> No input sanitization where creating Reports subgroup</li>
2170 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24614">[24614]</a> Can't edit reports if not using cache</li>
2171 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24940">[24940]</a> Serials statistics wizard: order vendor list alphabetically</li>
2172 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24959">[24959]</a> Fix id/label pairs in saved reports table</li>
2173 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24976">[24976]</a> Guided report - "Save" button on last step is misleading</p>
2174
2175 <p><strong>Sponsored by</strong> <em>PTFS Europe</em></p></li>
2176 </ul>
2177
2178 <h3 id="sip2">SIP2</h3>
2179
2180 <ul>
2181 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24250">[24250]</a> SIP2 returns debarred comment twice in patron screen message AF field</li>
2182 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24449">[24449]</a> SIP2 - too_many_overdue flag is not implemented</li>
2183 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24553">[24553]</a> Cancelling hold via SIP returns a failed response even when cancellation succeeds</li>
2184 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24566">[24566]</a> UpdateItemLocationOnCheckin triggers SIP2 alert flag, even with checked_in_ok enabled</li>
2185 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24629">[24629]</a> SIP2 logs garbage</li>
2186 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24705">[24705]</a> Holds placed via SIP will be given first priority</li>
2187 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24993">[24993]</a> koha-sip --restart is too fast, doesn't always start SIP</li>
2188 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25227">[25227]</a> SIP server returns wrong error message if item was lost and not checked out</li>
2189 </ul>
2190
2191 <h3 id="searching">Searching</h3>
2192
2193 <ul>
2194 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10879">[10879]</a> OverDrive should check for OverDriveLibraryID before performing search</li>
2195 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15142">[15142]</a> Titles facet does not work in UNIMARC</li>
2196 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19279">[19279]</a> Performance of linked items in search</li>
2197 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22937">[22937]</a> Searching by library groups uses  group Title rather than Description</li>
2198 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23081">[23081]</a> Make items.issues and deleteditems.issues default to 0 instead of null</li>
2199 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24121">[24121]</a> Item types icons in intra search results are requesting icons from opac images path</p>
2200
2201 <p><strong>Sponsored by</strong> <em>Governo Regional dos Açores</em></p></li>
2202 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24219">[24219]</a> Elasticsearch needs to remember sort preference when returning to result list</li>
2203 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24443">[24443]</a> Consider NULL as 0 for issues in items search</li>
2204 </ul>
2205
2206 <h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
2207
2208 <ul>
2209 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17885">[17885]</a> Koha::SearchEngine::Elasticsearch->reset_elasticsearch_mappings throws DBD::mysql Duplicate entry exceptions</li>
2210 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22426">[22426]</a> Elasticsearch - Index location is missing in advanced search</li>
2211 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22771">[22771]</a> Sort by title does not consider second indicator of field 245 (MARC21)</p>
2212
2213 <blockquote>
2214   <p>This Elasticsearch enhancement strips the initial characters from search fields in accordance with nonfiling character indicators.</p>
2215 </blockquote></li>
2216 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23521">[23521]</a> ES 6 - limit terms with many words can make the search inaccurate</li>
2217 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24128">[24128]</a> Add alias for biblionumber => local-number</li>
2218 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24902">[24902]</a> Elasticsearch - different limits are joined with OR instead of AND</li>
2219 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25229">[25229]</a> Elasticsearch should use the authid (record id) rather than the 001 when returning auth search results</li>
2220 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25278">[25278]</a> Search fields cache must be separate for different indexes under Elasticsearch</li>
2221 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25325">[25325]</a> ElasticSearch mapping export lacks staff_client/opac fields</li>
2222 </ul>
2223
2224 <h3 id="searching-zebra">Searching - Zebra</h3>
2225
2226 <ul>
2227 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25149">[25149]</a> The Zebra language option for Greek should be 'el', not 'gr'</p>
2228
2229 <blockquote>
2230   <p>Please note that the configuration file (/etc/koha/koha-sites.conf) of existing installations that have been set up using ZEBRA_LANGUAGE="gr" will not be affected by this change.</p>
2231 </blockquote></li>
2232 </ul>
2233
2234 <h3 id="selfcheckout">Self checkout</h3>
2235
2236 <ul>
2237 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21250">[21250]</a> Auto-self-checkout not fully compatible with multi-branch library setup</li>
2238 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21565">[21565]</a> SCO checkout confirm should be modal</li>
2239 </ul>
2240
2241 <h3 id="serials">Serials</h3>
2242
2243 <ul>
2244 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7046">[7046]</a> subscription renewal period should be a pull down</p>
2245
2246 <blockquote>
2247   <p>This enhancement changes the form for the serials renewal period for a subscription into a drop down list - this is consistent with the create subscription form.</p>
2248 </blockquote></li>
2249 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7047">[7047]</a> Renewing serials note not visible</li>
2250 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23064">[23064]</a> Cannot edit subscription with strict SQL modes turned on</li>
2251 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23888">[23888]</a> Incorrect vendor id in subscription creation causes internal server error</li>
2252 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24903">[24903]</a> Special characters like parentheses in numbering pattern cause duplication in recievedlist</li>
2253 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24941">[24941]</a> Serials: Link to basket in acqusition details is broken</li>
2254 </ul>
2255
2256 <h3 id="staffclient">Staff Client</h3>
2257
2258 <ul>
2259 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13305">[13305]</a> Fix tab order in cataloguing/item editor</li>
2260 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20501">[20501]</a> Unhighlight in search results when the search terms contain the same word twice removes the word</li>
2261 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22381">[22381]</a> Wording on Calendar-related system preferences not standardized</li>
2262 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23246">[23246]</a> Record detail page jumps into the 'images' tab if no holdings</p>
2263
2264 <p><strong>Sponsored by</strong> <em>American Numismatics Society</em></p></li>
2265 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23987">[23987]</a> batchMod.pl provides a link back to the record after the record is deleted</li>
2266 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24515">[24515]</a> Column Configuration for pay-fines-table does not hide Account Type properly</li>
2267 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24516">[24516]</a> Column Configuration does not hide Return Date</p>
2268
2269 <blockquote>
2270   <p>This fixes an issue where hiding the return date column for the "Pay Fines" and "Account Fines" screens does not work.</p>
2271 </blockquote></li>
2272 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24540">[24540]</a> Unexpected behaviour on 'enter' in point of sale payment fields</li>
2273 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24549">[24549]</a> Cookies for last patron link are always set - even if showLastPatron is turned off</li>
2274 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24646">[24646]</a> RoundFinesAtPayment is not a self check in preference</li>
2275 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24649">[24649]</a> Cloning item subfields misses a <li> tag</li>
2276 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24747">[24747]</a> Library Transfer Limit page incorrectly describes its behavior</li>
2277 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24838">[24838]</a> Help link from patron categories should go to relevant manual page</li>
2278 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24848">[24848]</a> Help link from label creator batch/layout/template points to card creator in manual</li>
2279 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25007">[25007]</a> AmazonCoverImages doesnt check for ISBN in details.tt</p>
2280
2281 <blockquote>
2282   <p>This fixes the display of cover images in the staff interface where there is no ISBN and both Amazon and local cover images are enabled.</p>
2283   
2284   <p>Covers different combinations:</p>
2285   
2286   <ul>
2287   <li>Amazon cover present, no local cover.</li>
2288   <li>No Amazon cover, local cover image present.</li>
2289   <li>Both Amazon and local cover image present.</li>
2290   </ul>
2291 </blockquote></li>
2292 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25022">[25022]</a> Display problem in authority editor with repeatable field</li>
2293 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25072">[25072]</a> Printing details.tt is broken</li>
2294 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25224">[25224]</a> Add "Large Print" from 008 position 23 to default XSLT</li>
2295 </ul>
2296
2297 <h3 id="systemadministration">System Administration</h3>
2298
2299 <ul>
2300 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10561">[10561]</a> DisplayOPACiconsXSLT and DisplayIconsXSLT descriptions should be clearer</li>
2301 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355">[17355]</a> Authorised value categories cannot be deleted</li>
2302 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24025">[24025]</a> Make CodeMirror content searchable</li>
2303 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24170">[24170]</a> sysprefs search result does not have a consistent order</li>
2304 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24184">[24184]</a> Reword FallbackToSMSIfNoEmail syspref text</li>
2305 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24394">[24394]</a> Typo when adding a new cash register</li>
2306 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24395">[24395]</a> Floats in cash registers have 6 decimals</li>
2307 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24682">[24682]</a> Clarify UsageStatsGeolocation syspref description and behaviour</li>
2308 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25005">[25005]</a> Admin Rights issue for Suggestion to Purchase</li>
2309 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25120">[25120]</a> In system preference editor first tab is now Accounting and not Acquisitions</li>
2310 </ul>
2311
2312 <h3 id="templates">Templates</h3>
2313
2314 <ul>
2315 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11281">[11281]</a> Add column configuration to 'Holds awaiting pickup' tables allowing to print both tables separately</li>
2316 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23113">[23113]</a> members/pay.tt account_grp is not longer used</p>
2317
2318 <blockquote>
2319   <p>This patch removes markup that is no longer required in the pay.tt template (this template is used in the accounting section for patrons).</p>
2320 </blockquote></li>
2321 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23433">[23433]</a> Make consistent use of patron-title.inc in hold confirmation dialogs</li>
2322 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23536">[23536]</a> Remove obsolete category markup from patron entry</li>
2323 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23753">[23753]</a> Add missing humanMsg library to pages using background job JavaScript</li>
2324 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23885">[23885]</a> Move staff client search results JavaScript into separate file</p>
2325
2326 <blockquote>
2327   <p>As part of the coding guidelines (JS1 - Whenever possible JavaScript should be placed in a separate file), this patch patch moves most of the JavaScript embedded in results.tt for the staff interface into a separate file.</p>
2328 </blockquote></li>
2329 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23944">[23944]</a> Phase out use of jquery.cookie.js in favor of js.cookie.js</li>
2330 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23947">[23947]</a> Phase out jquery.cookie.js: Authority merge</li>
2331 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23956">[23956]</a> Replace famfamfam calendar icon in staff client with CSS data-url</li>
2332 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23957">[23957]</a> Remove button style with famfamfam icon background and replace with Font Awesome</li>
2333 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24053">[24053]</a> Typo in FinePaymentAutoPopup description</li>
2334 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24054">[24054]</a> Typo in ClaimReturnedWarningThreshold system preference</li>
2335 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24056">[24056]</a> Capitalization: Cash Register ID on cash register management page</li>
2336 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24057">[24057]</a> Hea is not an acronym</li>
2337 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24059">[24059]</a> Remove unused Greybox assets from detail.tt</li>
2338 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24098">[24098]</a> Standardize Fines/Fees &amp; Charges</p>
2339
2340 <blockquote>
2341   <p>This patch implements a terminology change - using 'charges' instead of 'fines' or 'fees' (this is also the same terminology used in the OPAC).</p>
2342 </blockquote></li>
2343 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24104">[24104]</a> Item search - dropdown buttons overflow</li>
2344 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24110">[24110]</a> Template vars are incorrectly html filtered when dumped</li>
2345 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24126">[24126]</a> Article requests tab appears twice on patron's checkout screen</li>
2346 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24169">[24169]</a> Advanced editor: icons/buttons for sorting the search results are missing</li>
2347 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24230">[24230]</a> intranet_js plugin hook is after body end tag</li>
2348 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24282">[24282]</a> SCSS conversion broke style in search results item status</li>
2349 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24363">[24363]</a> Datepicker calendar is not always sexy</p>
2350
2351 <blockquote>
2352   <p>This bug fixes display issues with the date picker and some other style changes that were inadvertently introduced by bug 24181.</p>
2353 </blockquote></li>
2354 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24373">[24373]</a> Correct basic cataloging editor CSS</li>
2355 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24391">[24391]</a> Remove event attributes from patron clubs edit template</li>
2356 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24393">[24393]</a> Remove event attributes from patron clubs list template</li>
2357 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24433">[24433]</a> OPAC account page no longer asks for confirmation before deleting hold</li>
2358 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24619">[24619]</a> Phase out jquery.cookie.js: MARC Frameworks</li>
2359 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24621">[24621]</a> Phase out jquery.cookie.js: Basic MARC editor</li>
2360 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24627">[24627]</a> Correct style of clubs search results during hold process</li>
2361 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24776">[24776]</a> Remove useless Borrowers Template Toolkit plugin</li>
2362 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24777">[24777]</a> Use patron.is_debarred instead of patron.debarred in return.tt</li>
2363 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24798">[24798]</a> smart-rules.tt has erroneous comments</li>
2364 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24875">[24875]</a> Remove extra punctuation from tools home page</li>
2365 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24876">[24876]</a> Fix capitalization on patron search for holds</li>
2366 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24886">[24886]</a> Reports template should be reindented</li>
2367 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24939">[24939]</a> Labels in system preferences not following capitalization rules</li>
2368 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24963">[24963]</a> Terminology: auto renewal, auto-renewal or autorenewal?</li>
2369 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25002">[25002]</a> JS Includes should be wrapped with template comments</li>
2370 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25010">[25010]</a> Fix typo in debit type description: rewewal</li>
2371 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25012">[25012]</a> Fix class on OPAC view link in staff detail page</li>
2372 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25013">[25013]</a> Fix capitalization: Edit Items on batch item edit</li>
2373 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25014">[25014]</a> Capitalization: Call Number in sort options in staff and OPAC</li>
2374 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25016">[25016]</a> Coce should not return a 1-pixel Amazon cover image</p>
2375
2376 <blockquote>
2377   <p>This patch improves the display of cover images where Coce is enabled and Amazon is a source. Where the image from Amazon is a 1x1 pixel placeholder (meaning Amazon has no image) it is no longer displayed.</p>
2378 </blockquote></li>
2379 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25176">[25176]</a> Styling problem with checkout form</li>
2380 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25186">[25186]</a> Lots of white space at the bottom of each tab on columns configuration</li>
2381 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25282">[25282]</a> Menu for Action menubutton in dataTables like MARC frameworks page separated from the button</li>
2382 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25343">[25343]</a> Use of item in review/comment feature is misleading</li>
2383 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25409">[25409]</a> Required dropdown missing "required" class near label</li>
2384 </ul>
2385
2386 <h3 id="testsuite">Test Suite</h3>
2387
2388 <ul>
2389 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22860">[22860]</a> Selenium tests authentication.t does not remove all data it created</li>
2390 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22898">[22898]</a> Selenium tests for placing holds from the staff interface</li>
2391 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23274">[23274]</a> t/db_dependent/XISBN.t fails with Elasticsearch</li>
2392 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24002">[24002]</a> Test suite is failing on MySQL 8</li>
2393 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24144">[24144]</a> regressions.t tests have not been updated after bug 23836</li>
2394 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24145">[24145]</a> Auth.t is failing because of wrong mocked ->param</li>
2395 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24199">[24199]</a> t/Auth_with_shibboleth.t is failing randomly</li>
2396 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24200">[24200]</a> Borrower_PrevCheckout.t failing randomly</li>
2397 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229">[24229]</a> /items API tests fail on Ubuntu 18.04</li>
2398 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24361">[24361]</a> Fix warnings (or failing tests) from bug 24217</li>
2399 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24396">[24396]</a> Suggestions.t is failing with MySQL 8</li>
2400 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24408">[24408]</a> Comparing floats in tests should not care about precision</li>
2401 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24494">[24494]</a> 00-valid-xml.t shouldn't check node_modules</li>
2402 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24507">[24507]</a> Checkouts/ReturnClaim.t is failing on MySQL 8</li>
2403 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24509">[24509]</a> API related tests failing on MySQL8</li>
2404 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24543">[24543]</a> Wrong test in api/v1/checkouts.t</li>
2405 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24546">[24546]</a> Club/Hold.t has a wrong call to build_sample_item</li>
2406 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24590">[24590]</a> Koha/Object.t is failing on MySQL 8</li>
2407 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24657">[24657]</a> Fix tests of bug 22284 - Groups of pickup locations for holds</li>
2408 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24739">[24739]</a> Buster ships with Net::Netmask 1.9104 which supports IPv6</li>
2409 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24753">[24753]</a> Typo in filepath for test t/Koha/Middlware/RealIP.t</li>
2410 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24756">[24756]</a> Occasional failures for Koha/XSLT/Security.t</li>
2411 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24757">[24757]</a> t/db_dependent/Koha/Patrons.t get_age fails on February 28 in a Leap Year</li>
2412 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24801">[24801]</a> selenium/administration_tasks.t failing if too many categories/libraries displayed</li>
2413 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24813">[24813]</a> api/v1/holds.t is failing randomly</li>
2414 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881">[24881]</a> Circulation.t still fails if tests are ran slowly</li>
2415 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24901">[24901]</a> C4::Circulation::transferbook lacks tests</li>
2416 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513">[25513]</a> Integer casting in Koha::Object->TO_JSON causes random test failures</li>
2417 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25540">[25540]</a> Biblio.t is failing randomly</li>
2418 </ul>
2419
2420 <h3 id="tools">Tools</h3>
2421
2422 <ul>
2423 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9422">[9422]</a> Patron picture uploader ignores patronimages syspref</li>
2424 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10352">[10352]</a> Cataloguing log search mixing itemnumber/bibnumber</li>
2425 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14647">[14647]</a> When exporting records, the file name extension should match the selected export format</p>
2426
2427 <p><strong>Sponsored by</strong> <em>Catalyst</em></p>
2428
2429 <blockquote>
2430   <p>This enhancement to the catalog export data tool automatically changes the file extension in the file name to the selected export format (such as as CSV, or XML), rather than leaving it as .mrc.</p>
2431 </blockquote></li>
2432 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17510">[17510]</a> MARC modification templates ignore subfield $0</li>
2433 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19475">[19475]</a> Calendar copy creates duplicates</p>
2434
2435 <p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
2436 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22245">[22245]</a> MARC modification templates does not allow move or copy control fields</li>
2437 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23236">[23236]</a> Remove 'its items may still be processed' in action if no match is found</li>
2438 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23377">[23377]</a> bulkmarcimport.pl disables syspref caching</li>
2439 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24124">[24124]</a> Cannot select authorities in batch deletion tool in Chrome</li>
2440 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24275">[24275]</a> Inventory table should be sortable by title without leading articles (allow for title sort with anti-the)</li>
2441 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24330">[24330]</a> When importing patrons from CSV, automatically strip BOM from file if it exists</li>
2442 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24484">[24484]</a> Add explanatory text to batch patron deletion</p>
2443
2444 <p><strong>Sponsored by</strong> <em>PTFS Europe</em></p></li>
2445 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24497">[24497]</a> CodeMirror indentation problems</li>
2446 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24764">[24764]</a> TinyMCE shouldnt do automatic code cleanup when editing HTML in News Feature</li>
2447 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24982">[24982]</a> Update the log viewer to use checkboxes instead of select lists</p>
2448
2449 <p><strong>Sponsored by</strong> <em>Catalyst</em></p>
2450
2451 <blockquote>
2452   <p>This patch changes the dropdowns in the Log viewer to checkboxes so that the user can see all of their available options and select multiple options more easily.</p>
2453 </blockquote></li>
2454 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25020">[25020]</a> Extending due dates to a specified date should preserve time portion of original due date</li>
2455 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25247">[25247]</a> Exporting 'modification log' to a file should not send objects</li>
2456 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25249">[25249]</a> When viewing a patron's modification log we should see both the MEMBERS and CIRCULATION modules</li>
2457 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25250">[25250]</a> JS code for checkboxes also affects hidden modules inputs</li>
2458 </ul>
2459
2460 <h3 id="webservices">Web services</h3>
2461
2462 <ul>
2463 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23531">[23531]</a> ILS-DI doesn't implement needed_before_date and pickup_expiry_date parameters (renamed start_date and expiry_date)</p>
2464
2465 <blockquote>
2466   <p>This patch implements the documented "start_date" and "expiry_date" parameters for hold requests using Koha's ILS-DI service.</p>
2467   
2468   <p>Note: the previously documented but not implemented parameter names were changed: </p>
2469   
2470   <ul>
2471   <li>needed_before_date => start_date</li>
2472   <li>pickup_expiry_date => expiry_date</li>
2473   </ul>
2474 </blockquote></li>
2475 </ul>
2476
2477 <h2 id="technicalhighlights">Technical highlights</h2>
2478
2479 <p>Some significant technical changes were made behind the scenes in this release and it was felt that they should be additionally highlighted in the notes as they could be easily missed above.</p>
2480
2481 <h3 id="refactoring">Refactoring</h3>
2482
2483 <ul>
2484 <li>C4::Members::Attributes has been moved to Koha::Patron::Attributes.
2485 <ul>
2486 <li>GetBorrowerAttributeValue has been replaced by Koha::Patron-&gt;get_extended_attribute_value</li>
2487 <li>GetBorrowerAttributes has been replaced by Koha::Patron-&gt;get_extended_attributes</li>
2488 <li>DeleteBorrowerAttribute has been replaced by Koha::Patron-&gt;get_extended_attribute-&gt;delete</li>
2489 <li>UpdateBorrowerAttribute and SetBorrowerAttributes has been replaced by Koha::Patron-&gt;extended_attributes($attributes)</li>
2490 <li>C4::Members::AttributeTypes::GetAttributeTypes has been replaced by Koha::Patron::Attribute::Types-&gt;filter_by_branch_limitations</li>
2491 </ul></li>
2492 <li>C4::Items CRUD subroutines have moved to Koha::Item
2493 <ul>
2494 <li>Pay special attention to Koha::Item-&gt;store,-&gt;delete and-&gt;safe_delete</li>
2495 </ul></li>
2496 <li>QueryParser has been completely removed from the codebase</li>
2497 <li>The issuingrules table has been completely removed in favour of using the new circulation_rules table. Please use Koha::CirculationRules now</li>
2498 <li>Dependancy management has been moved from the customer Koha code into a cpanfile</li>
2499 </ul>
2500
2501 <h3 id="devtools">Dev tools</h3>
2502
2503 <p>A number of developer tools and processes have been refined
2504 - misc/devel/update_dbix_class_files.pl learned a new option --koha-conf to use values from koha-conf.xml so you are not required to always append parameters now to run the script
2505 - The installer files are now translatable using the pootle process
2506    - A new YAML format has been migrated to for the installer files
2507    - A new command line script may be used to load the new yaml formatted installer files manually where required
2508    - Work is ongoing to migrate and remove the original .SQL files which are still supported during the period of the migration (bug 24897 is a good example of the process)
2509    - Work is underway to add a 'localization' process to the installer allowing for localization to be applied distinctly to translation</p>
2510
2511 <ul>
2512 <li><p>Strings found inside JavaScript are now directly translatable</p>
2513
2514 <blockquote>
2515   <p>Prior to bug 21156 a translatable string would have taken the form</p>
2516
2517   <p><code>var my_string = _("my string");</code> # Within the .tt</p>
2518
2519   <p><code>alert(my_string);</code> # Within the .js</p>
2520
2521   <p>Now we can simply use</p>
2522
2523   <p><code>alert(__("my string");</code> # Note the double underscore</p>
2524 </blockquote></li>
2525 <li><p>The database update script now outputs timestamps and skeleton.perl has an updated simplified syntax to follow</p></li>
2526 <li>Koha::Script added support for simple execution locking: fines.pl is a good example of how to utilise the new functionality</li>
2527 </ul>
2528
2529 <h3 id="pluginssupport">Plugins support</h3>
2530
2531 <p>A number of improvements have been made to the plugins system to allows better discoverability and code interaction
2532 - One can configure the new <code>plugin_repos</code> config option to point to their github organisation to allow plugins to be discovered by end users in the koha staff client
2533 - Additional hooks have been added in this release, please see the 'Plugin architecture' section above.</p>
2534
2535 <h3 id="apienhancements">API Enhancements</h3>
2536
2537 <p>The code that is used to implement the REST API has seen many relevant structural changes on this release.</p>
2538
2539 <p>Several generic methods have been added to the Koha::Object(s) classes:
2540 - to_api <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23770">[23770]</a> <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23843">[23843]</a>
2541 - new_from_api <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23893">[23893]</a>
2542 - set_from_api <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23893">[23893]</a>
2543 - attributes_from_api
2544 - from_api_mapping</p>
2545
2546 <p>They are designed to simplify DB &lt;-&gt; API attribute name mapping. They allowed us to make our controllers thin and really simple to read and understand (and thus maintain). Tests become easier to write as well.
2547 One of the goals behind this move to Koha::Object-level, was that we intended to embed arbitrary data on the responses. So the attribute mapping responsibility (between the DB and our OpenAPI spec) was moved from the controllers to the Koha::Object(s) level (i.e. for an arbitrary object you can now ask for its API representation like in $patron-&gt;to_api).</p>
2548
2549 <p>This 'to_api' method is designed to be passed parameters. Right now it only accepts the 'embed' parameter which expects a hashref representing the recursive data structures we would like to embed in the object representation (see POD for more details). For example: my $api = $patron-&gt;to_api({ embed =&gt; { children =&gt; { checkouts =&gt; {} } } }) will make the resulting $api variable contain the representation of the Koha::Patron object, with the added 'checkouts' attribute, which will be the result of calling $patron-&gt;checkouts-&gt;to_api and so on (if more nested objects need to be included). <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24228">[24228]</a>. A special syntax has been added for requiring counts (for result sets). And there is a plan to add a 'for_opac' parameter so we know what kind of representation we need to generate. There's been some discussion about having a 'brief' representation of objects as well, for some use cases but that's an ongoing discussion.</p>
2550
2551 <p>The API spec got its counter-part additions: an 'x-koha-embed' attribute that specifies what things are allowed to be requested for embedding on a route. A special syntax was added to request counts (for example, x-koha-embed: [ checkouts+count] will be interpreted as a request to get the count, and will be placed in an attribute called checkouts_count) <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24302">[24302]</a> <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24321">[24321]</a> <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24528">[24528]</a>.</p>
2552
2553 <p>Now we are embedding things, it was natural to think we would like to:
2554 - automatically build DBIC queries that would prefetch the required tables <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24356">[24356]</a>
2555 - filter by those nested objects in a WHERE condition <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24487">[[24487]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24487)</a>
2556 - order by those nested properties <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24615">[24615]</a></p>
2557
2558 <p>All the above features have been introduced as well.</p>
2559
2560 <p>And the last bit, we introduced a 'q' parameter that allows building DBIC-ish queries on the resources we are fetching, as well as on the nested resources. <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24487">[24487]</a> <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24502">[24502]</a></p>
2561
2562 <h2 id="newsysprefs">New sysprefs</h2>
2563
2564 <ul>
2565 <li>AccessControlAllowOrigin</li>
2566 <li>AllowItemsOnHoldCheckoutSIP</li>
2567 <li>AllowPatronToControlAutorenewal</li>
2568 <li>AuthFailureLog</li>
2569 <li>AuthSuccessLog</li>
2570 <li>CalculateFinesOnBackdate</li>
2571 <li>CirculateILL</li>
2572 <li>CollapseFieldsPatronAddForm</li>
2573 <li>DumpSearchQueryTemplate</li>
2574 <li>EnablePointOfSale</li>
2575 <li>IllCheckAvailability</li>
2576 <li>MaxTotalSuggestions</li>
2577 <li>NumberOfSuggestionDays</li>
2578 <li>OPACReportProblem</li>
2579 <li>OPACnumSearchResultsDropdown</li>
2580 <li>OpacBrowseSearch</li>
2581 <li>OpacNoItemTypeImages</li>
2582 <li>PatronSelfRegistrationConfirmEmail</li>
2583 <li>PrefillGuaranteeField</li>
2584 <li>RESTPublicAnonymousRequests</li>
2585 <li>RenewAccruingItemInOpac</li>
2586 <li>RenewAccruingItemWhenPaid</li>
2587 <li>SCOAllowCheckin</li>
2588 <li>TrapHoldsOnOrder</li>
2589 <li>UseCirculationDesks</li>
2590 <li>numSearchResultsDropdown</li>
2591 </ul>
2592
2593 <h2 id="documentation">Documentation</h2>
2594
2595 <p>The Koha manual is maintained in Sphinx. The home page for Koha 
2596 documentation is </p>
2597
2598 <ul>
2599 <li><a href="http://koha-community.org/documentation/">Koha Documentation</a></li>
2600 </ul>
2601
2602 <p>As of the date of these release notes, only the English version of the
2603 Koha manual is available:</p>
2604
2605 <ul>
2606 <li><a href="http://koha-community.org/manual/20.05/en/html/">Koha Manual</a></li>
2607 </ul>
2608
2609 <p>The Git repository for the Koha manual can be found at</p>
2610
2611 <ul>
2612 <li><a href="https://gitlab.com/koha-community/koha-manual">Koha Git Repository</a></li>
2613 </ul>
2614
2615 <h2 id="translations">Translations</h2>
2616
2617 <p>Complete or near-complete translations of the OPAC and staff
2618 interface are available in this release for the following languages:</p>
2619
2620 <ul>
2621 <li>Arabic (84.9%)</li>
2622 <li>Armenian (100%)</li>
2623 <li>Chinese (Taiwan) (89.1%)</li>
2624 <li>Czech (81.4%)</li>
2625 <li>English (New Zealand) (68.2%)</li>
2626 <li>English (USA)</li>
2627 <li>Finnish (70.2%)</li>
2628 <li>French (90.5%)</li>
2629 <li>French (Canada) (89.5%)</li>
2630 <li>German (100%)</li>
2631 <li>German (Switzerland) (76%)</li>
2632 <li>Greek (61%)</li>
2633 <li>Hindi (100%)</li>
2634 <li>Italian (81.8%)</li>
2635 <li>Norwegian Bokmål (79.9%)</li>
2636 <li>Polish (74.9%)</li>
2637 <li>Portuguese (86.7%)</li>
2638 <li>Portuguese (Brazil) (88%)</li>
2639 <li>Slovak (71.5%)</li>
2640 <li>Spanish (100%)</li>
2641 <li>Swedish (79.3%)</li>
2642 <li>Turkish (91.6%)</li>
2643 <li>Ukrainian (71.2%)</li>
2644 </ul>
2645
2646 <p>Partial translations are available for various other languages.</p>
2647
2648 <p>The Koha team welcomes additional translations; please see</p>
2649
2650 <ul>
2651 <li><a href="http://wiki.koha-community.org/wiki/Translating_Koha">Koha Translation Info</a></li>
2652 </ul>
2653
2654 <p>For information about translating Koha, and join the koha-translate 
2655 list to volunteer:</p>
2656
2657 <ul>
2658 <li><a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate">Koha Translate List</a></li>
2659 </ul>
2660
2661 <p>The most up-to-date translations can be found at:</p>
2662
2663 <ul>
2664 <li><a href="http://translate.koha-community.org/">Koha Translation</a></li>
2665 </ul>
2666
2667 <h2 id="releaseteam">Release Team</h2>
2668
2669 <p>The release team for Koha 20.05.00 is</p>
2670
2671 <ul>
2672 <li><p>Release Manager: Martin Renvoize</p></li>
2673 <li><p>Release Manager assistants:</p>
2674
2675 <ul>
2676 <li>Tomás Cohen Arazi</li>
2677 <li>Jonathan Druart</li>
2678 </ul></li>
2679 <li><p>QA Manager: Katrin Fischer</p></li>
2680 <li><p>QA Team:</p>
2681
2682 <ul>
2683 <li>Jonathan Druart</li>
2684 <li>Marcel de Rooy</li>
2685 <li>Joonas Kylmälä</li>
2686 <li>Josef Moravec</li>
2687 <li>Tomás Cohen Arazi</li>
2688 <li>Nick Clemens</li>
2689 <li>Kyle Hall</li>
2690 </ul></li>
2691 <li><p>Topic Experts:</p>
2692
2693 <ul>
2694 <li>SIP2 -- Colin Campbell</li>
2695 <li>EDI -- Colin Campbell</li>
2696 <li>Elasticsearch -- Fridolin Somers</li>
2697 <li>REST API -- Tomás Cohen Arazi</li>
2698 <li>ILS-DI -- Arthur Suzuki</li>
2699 <li>UI Design -- Owen Leonard</li>
2700 <li>ILL -- Andrew Isherwood</li>
2701 </ul></li>
2702 <li><p>Bug Wranglers:</p>
2703
2704 <ul>
2705 <li>Michal Denár</li>
2706 <li>Cori Lynn Arnold</li>
2707 <li>Lisette Scheer</li>
2708 <li>Amit Gupta</li>
2709 </ul></li>
2710 <li><p>Packaging Manager: Mason James</p></li>
2711 <li><p>Documentation Managers:</p>
2712
2713 <ul>
2714 <li>Caroline Cyr La Rose</li>
2715 <li>David Nind</li>
2716 </ul></li>
2717 <li><p>Documentation Team:</p>
2718
2719 <ul>
2720 <li>Donna Bachowski</li>
2721 <li>Lucy Vaux-Harvey</li>
2722 <li>Sugandha Bajaj</li>
2723 </ul></li>
2724 <li><p>Translation Manager: Bernardo González Kriegel</p></li>
2725 <li><p>Release Maintainers:</p>
2726
2727 <ul>
2728 <li>19.11 -- Joy Nelson</li>
2729 <li>19.05 -- Lucas Gass</li>
2730 <li>18.11 -- Hayley Mapley</li>
2731 </ul></li>
2732 <li><p>Release Maintainer mentors:</p>
2733
2734 <ul>
2735 <li>19.11 -- Martin Renvoize</li>
2736 <li>19.05 -- Nick Clemens</li>
2737 <li>18.11 -- Chris Cormack</li>
2738 </ul></li>
2739 </ul>
2740
2741 <h2 id="credits">Credits</h2>
2742
2743 <p>We thank the following libraries who are known to have sponsored
2744 new features in Koha 20.05.00:</p>
2745
2746 <ul>
2747 <li>American Numismatics Society</li>
2748 <li><a href="https://koha-fr.org/">Association KohaLa</a></li>
2749 <li>Athens County Public Libraries</li>
2750 <li>Athlone Institute of Technology</li>
2751 <li>BibLibre</li>
2752 <li>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)</li>
2753 <li><a href="http://www.bulac.fr/">Bibliothèque Universitaire des Langues et Civilisations (BULAC)</a></li>
2754 <li><a href="https://bywatersolutions.com/">ByWater Solutions</a></li>
2755 <li>California College of the Arts</li>
2756 <li>Camden County</li>
2757 <li><a href="https://www.catalyst.net.nz/products/library-management-koha">Catalyst</a></li>
2758 <li><a href="http://www.ccsr.qc.ca">Centre collégial des services regroupés</a></li>
2759 <li>Chartered Accountants Australia and New Zealand</li>
2760 <li>Cheshire Libraries Shared Services</li>
2761 <li>City of Nîmes</li>
2762 <li>Cork Institute of Technology</li>
2763 <li>Eugenides Foundation Library</li>
2764 <li>Governo Regional dos Açores</li>
2765 <li>Horowhenua District Council</li>
2766 <li>Hypernova Oy</li>
2767 <li>Institute of Technology Tralee</li>
2768 <li>Koha-Suomi Oy</li>
2769 <li>Loughborough University</li>
2770 <li>National Library of Finland</li>
2771 <li>Orex Digital</li>
2772 <li><a href="https://ptfs-europe.com">PTFS Europe</a></li>
2773 <li>Public Health England</li>
2774 <li>Region Halland</li>
2775 <li>South Taranaki District Council</li>
2776 <li>Toi Ohomai Institute of Technology</li>
2777 <li>Universidad ORT Uruguay</li>
2778 <li>Université Jean Moulin Lyon 3</li>
2779 <li><a href="http://gmlc.org/index.php/vokal">Vermont Organization of Koha Automated Libraries</a></li>
2780 <li>Waitaki Distict Council</li>
2781 </ul>
2782
2783 <p>We thank the following individuals who contributed patches to Koha 20.05.00.</p>
2784
2785 <ul>
2786 <li>Aleisha Amohia (35)</li>
2787 <li>Pedro Amorim (1)</li>
2788 <li>Tomás Cohen Arazi (190)</li>
2789 <li>Alex Arnaud (12)</li>
2790 <li>Cori Lynn Arnold (2)</li>
2791 <li>Oliver Behnke (2)</li>
2792 <li>Philippe Blouin (1)</li>
2793 <li>David Bourgault (4)</li>
2794 <li>Christopher Brannon (5)</li>
2795 <li>Alex Buckley (7)</li>
2796 <li>Colin Campbell (1)</li>
2797 <li>Nick Clemens (173)</li>
2798 <li>David Cook (18)</li>
2799 <li>Simith D'oliveira (1)</li>
2800 <li>Frédéric Demians (2)</li>
2801 <li>Jonathan Druart (634)</li>
2802 <li>Gus Ellerm (1)</li>
2803 <li>Magnus Enger (3)</li>
2804 <li>Charles Farmer (5)</li>
2805 <li>Katrin Fischer (108)</li>
2806 <li>Andrew Fuerste-Henry (8)</li>
2807 <li>Lucas Gass (28)</li>
2808 <li>Didier Gautheron (3)</li>
2809 <li>Victor Grousset (1)</li>
2810 <li>David Gustafsson (6)</li>
2811 <li>Kyle Hall (75)</li>
2812 <li>Rogan Hamby (2)</li>
2813 <li>Mehdi Hamidi (1)</li>
2814 <li>Andrew Isherwood (27)</li>
2815 <li>Mason James (5)</li>
2816 <li>Andreas Jonsson (2)</li>
2817 <li>Janusz Kaczmarek (1)</li>
2818 <li>Pasi Kallinen (1)</li>
2819 <li>Olli-Antti Kivilahti (1)</li>
2820 <li>Ulrich Kleiber (1)</li>
2821 <li>Bernardo González Kriegel (50)</li>
2822 <li>David Kuhn (1)</li>
2823 <li>Joonas Kylmälä (19)</li>
2824 <li>Nicolas Legrand (4)</li>
2825 <li>Owen Leonard (118)</li>
2826 <li>Ere Maijala (5)</li>
2827 <li>Hayley Mapley (1)</li>
2828 <li>Julian Maurice (24)</li>
2829 <li>Kelly McElligott (1)</li>
2830 <li>Grace McKenzie (1)</li>
2831 <li>Matthias Meusburger (6)</li>
2832 <li>Josef Moravec (20)</li>
2833 <li>Agustín Moyano (39)</li>
2834 <li>David Nind (1)</li>
2835 <li>Andrew Nugged (5)</li>
2836 <li>Eric Phetteplace (1)</li>
2837 <li>Liz Rea (4)</li>
2838 <li>Martin Renvoize (433)</li>
2839 <li>Phil Ringnalda (4)</li>
2840 <li>David Roberts (17)</li>
2841 <li>Marcel de Rooy (87)</li>
2842 <li>Caroline Cyr La Rose (6)</li>
2843 <li>Andreas Roussos (6)</li>
2844 <li>Lisette Scheer (4)</li>
2845 <li>Robin Sheat (1)</li>
2846 <li>Slava Shishkin (3)</li>
2847 <li>Joe Sikowitz (1)</li>
2848 <li>Maryse Simard (13)</li>
2849 <li>Fridolin Somers (33)</li>
2850 <li>Arthur Suzuki (2)</li>
2851 <li>Emmi Takkinen (3)</li>
2852 <li>Lari Taskula (4)</li>
2853 <li>Theodoros Theodoropoulos (1)</li>
2854 <li>Pierre-Marc Thibault (1)</li>
2855 <li>Mirko Tietgen (1)</li>
2856 <li>Mark Tompsett (1)</li>
2857 <li>Koha Translators (2)</li>
2858 <li>Petro Vashchuk (4)</li>
2859 <li>George Veranis (2)</li>
2860 <li>Ian Walls (1)</li>
2861 <li>Jesse Weaver (6)</li>
2862 <li>Mengü Yazıcıoğlu (3)</li>
2863 <li>Nazlı Çetin (6)</li>
2864 <li>Radek Šiman (1)</li>
2865 </ul>
2866
2867 <p>We thank the following libraries, companies, and other institutions who contributed
2868 patches to Koha 20.05.00</p>
2869
2870 <ul>
2871 <li>Aristotle University Of Thessaloniki (Αριστοτέλειο Πανεπιστήμιο Θεσσαλονίκης) (1)</li>
2872 <li>Athens County Public Libraries (118)</li>
2873 <li>BibLibre (79)</li>
2874 <li>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) (109)</li>
2875 <li>Bibliothèque Universitaire des Langues et Civilisations (BULAC) (4)</li>
2876 <li>ByWater-Solutions (286)</li>
2877 <li>Catalyst (9)</li>
2878 <li>Chetco Community Public Library (4)</li>
2879 <li>Coeur D'Alene Public Library (5)</li>
2880 <li>Dataly Tech (6)</li>
2881 <li>David Nind (1)</li>
2882 <li>Devinim (9)</li>
2883 <li>Equinox Open Library Initiative (1)</li>
2884 <li>Fenway Library Organization (1)</li>
2885 <li>Göteborgs Universitet (6)</li>
2886 <li>Hypernova Oy (4)</li>
2887 <li>Independant Individuals (95)</li>
2888 <li>Koha Community Developers (636)</li>
2889 <li>Koha-Suomi (1)</li>
2890 <li>KohaAloha (5)</li>
2891 <li>Kreablo AB (2)</li>
2892 <li>Latah County Library District (1)</li>
2893 <li>Libriotech (3)</li>
2894 <li>Max Planck Institute for Gravitational Physics (2)</li>
2895 <li>Mirko Tietgen (1)</li>
2896 <li>Prosentient Systems (18)</li>
2897 <li>PTFS-Europe (478)</li>
2898 <li>R-Bit Technology (1)</li>
2899 <li>Rijks Museum (85)</li>
2900 <li>Solutions inLibro inc (32)</li>
2901 <li>Tamil (2)</li>
2902 <li>The Donohue Group (2)</li>
2903 <li>Theke Solutions (229)</li>
2904 <li>Universidad Nacional de Córdoba (50)</li>
2905 <li>University of Helsinki (24)</li>
2906 </ul>
2907
2908 <p>We also especially thank the following individuals who tested patches
2909 for Koha.</p>
2910
2911 <ul>
2912 <li>Hugo Agud (3)</li>
2913 <li>Aleisha Amohia (4)</li>
2914 <li>Tomás Cohen Arazi (148)</li>
2915 <li>Alex Arnaud (2)</li>
2916 <li>Cori Lynn Arnold (4)</li>
2917 <li>Donna Bachowski (2)</li>
2918 <li>Bob Bennhoff (1)</li>
2919 <li>Sonia Bouis (3)</li>
2920 <li>Christopher Brannon (1)</li>
2921 <li>Alex Buckley (1)</li>
2922 <li>Nick Clemens (202)</li>
2923 <li>Kevin Cook (1)</li>
2924 <li>David Cook (12)</li>
2925 <li>Holly Cooper (9)</li>
2926 <li>Chris Cormack (4)</li>
2927 <li>Christophe Croullebois (1)</li>
2928 <li>Gabriel DeCarufel (3)</li>
2929 <li>Frédéric Demians (10)</li>
2930 <li>Michal Denar (32)</li>
2931 <li>Angela O'Connor Desmond (10)</li>
2932 <li>Jonathan Druart (562)</li>
2933 <li>Maxime Dufresne (2)</li>
2934 <li>Clemens Elmlinger (2)</li>
2935 <li>Nicole Engard (1)</li>
2936 <li>Magnus Enger (6)</li>
2937 <li>Bouzid Fergani (23)</li>
2938 <li>Katrin Fischer (472)</li>
2939 <li>Mathilde Formery (3)</li>
2940 <li>William Frazilien (1)</li>
2941 <li>Martha Fuerst (4)</li>
2942 <li>Andrew Fuerste-Henry (77)</li>
2943 <li>Brendan Gallagher (1)</li>
2944 <li>Lucas Gass (29)</li>
2945 <li>Didier Gautheron (5)</li>
2946 <li>Victor Grousset (62)</li>
2947 <li>Kyle Hall (230)</li>
2948 <li>Stina Hallin (3)</li>
2949 <li>Frank Hansen (1)</li>
2950 <li>Lucy Harrison (3)</li>
2951 <li>Sally Healey (26)</li>
2952 <li>Felix Hemme (1)</li>
2953 <li>Heather Hernandez (8)</li>
2954 <li>Abbey Holt (2)</li>
2955 <li>Catherine Ingram (1)</li>
2956 <li>Andrew Isherwood (12)</li>
2957 <li>Mason James (4)</li>
2958 <li>Dilan Johnpullé (2)</li>
2959 <li>Barbara Johnson (2)</li>
2960 <li>Daniel Jones (1)</li>
2961 <li>Minna Kivinen (40)</li>
2962 <li>Jon Knight (10)</li>
2963 <li>Bernardo González Kriegel (114)</li>
2964 <li>Rhonda Kuiper (2)</li>
2965 <li>Joonas Kylmälä (54)</li>
2966 <li>Nicolas Legrand (1)</li>
2967 <li>Owen Leonard (73)</li>
2968 <li>Ere Maijala (11)</li>
2969 <li>Hayley Mapley (17)</li>
2970 <li>Ron Marion (1)</li>
2971 <li>Julian Maurice (5)</li>
2972 <li>Kelly McElligott (25)</li>
2973 <li>Matthias Meusburger (2)</li>
2974 <li>Josef Moravec (70)</li>
2975 <li>Agustín Moyano (2)</li>
2976 <li>David Nind (247)</li>
2977 <li>Hannah Olsen (3)</li>
2978 <li>Guillaume Paquet (1)</li>
2979 <li>Hans Pålsson (2)</li>
2980 <li>Séverine Queune (43)</li>
2981 <li>Johanna Raisa (1)</li>
2982 <li>Laurence Rault (3)</li>
2983 <li>Liz Rea (28)</li>
2984 <li>Martin Renvoize (2006)</li>
2985 <li>Phil Ringnalda (3)</li>
2986 <li>David Roberts (14)</li>
2987 <li>Marcel de Rooy (147)</li>
2988 <li>Caroline Cyr La Rose (2)</li>
2989 <li>Andreas Roussos (3)</li>
2990 <li>Joel Sasse (1)</li>
2991 <li>Lisette Scheer (17)</li>
2992 <li>Maksim Sen (1)</li>
2993 <li>Maribeth Shafer (1)</li>
2994 <li>Maryse Simard (18)</li>
2995 <li>Fridolin Somers (18)</li>
2996 <li>Myka Kennedy Stephens (12)</li>
2997 <li>Debra Stephenson (1)</li>
2998 <li>Emmi Takkinen (1)</li>
2999 <li>Lari Taskula (6)</li>
3000 <li>Pierre-Marc Thibault (1)</li>
3001 <li>Mark Tompsett (7)</li>
3002 <li>Ed Veal (1)</li>
3003 <li>George Veranis (1)</li>
3004 <li>Marc Véron (1)</li>
3005 <li>Niamh Walker-Headon (6)</li>
3006 <li>Chris Walton (1)</li>
3007 <li>George Williams (6)</li>
3008 <li>Maggie Wong (1)</li>
3009 <li>Mengü Yazıcıoğlu (10)</li>
3010 <li>Jessica Zairo (5)</li>
3011 <li>Christofer Zorn (1)</li>
3012 <li>Nazlı Çetin (4)</li>
3013 </ul>
3014
3015 <p>We thank the following individuals who mentored new contributors to the Koha project.</p>
3016
3017 <ul>
3018 <li>Joonas Kylmälä</li>
3019 <li>Andrew Nugged</li>
3020 <li>Martin Renvoize</li>
3021 <li>Andreas Roussos</li>
3022 <li>Petro Vashchuk</li>
3023 </ul>
3024
3025 <h1 id="specialthanksfromthereleasemanager">Special thanks from the release manager</h1>
3026
3027 <p>It has been a privilege and an honour to have served as the Release Manager for the past 12 months.</p>
3028
3029 <p>I would like to extend my personal thanks to PTFS Europe for their support in allowing me to take on this role, my family for putting up with me running the late night meetings and finally I'd like to thank the team around me for doing such a great job. Katrin has been fantastic managing an excellent quality assurance team and it's been brilliant having a close group of allies whom I could trust to get things done, experiment alongside me and work quickly on fixes when bugs inevitably happen.  For this release, Tomas Cohen, Jonathan Druart and Mason James also deserve special mention for their diligent efforts in the last weeks of the cycle to ensure Debian packaging issues were resolved.</p>
3030
3031 <p>We regret any omissions.  If a contributor has been inadvertently missed,
3032 please send a patch against these release notes to 
3033 koha-patches@lists.koha-community.org.</p>
3034
3035 <h2 id="revisioncontrolnotes">Revision control notes</h2>
3036
3037 <p>The Koha project uses Git for version control.  The current development 
3038 version of Koha can be retrieved by checking out the master branch of:</p>
3039
3040 <ul>
3041 <li><a href="git://git.koha-community.org/koha.git">Koha Git Repository</a></li>
3042 </ul>
3043
3044 <p>The branch for this version of Koha and future bugfixes in this release
3045 line is 19.12.x.</p>
3046
3047 <h2 id="bugsandfeaturerequests">Bugs and feature requests</h2>
3048
3049 <p>Bug reports and feature requests can be filed at the Koha bug
3050 tracker at:</p>
3051
3052 <ul>
3053 <li><a href="http://bugs.koha-community.org">Koha Bugzilla</a></li>
3054 </ul>
3055
3056 <p>He rau ringa e oti ai.
3057 (Many hands finish the work)</p>
3058
3059 <p>Autogenerated release notes updated last on 31 May 2020 20:36:02.</p>