Update release notes for the 19.05.00 release
[koha.git] / misc / release_notes / release_notes_19_05_00.html
1 <h1 id="releasenotesforkoha19.05.00">RELEASE NOTES FOR KOHA 19.05.00</h1>
2
3 <p>30 May 2019</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 19.05.00 can be downloaded from:</p>
15
16 <ul>
17 <li><a href="http://download.koha-community.org/koha-19.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 19.05.00 is a major release, that comes with many new features.</p>
28
29 <p>It includes 15 new features, 246 enhancements, 437 bugfixes.</p>
30
31 <h2 id="newfeatures">New features</h2>
32
33 <h3 id="acquisitions">Acquisitions</h3>
34
35 <ul>
36 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5770">[5770]</a> Email librarian when purchase suggestion made</li>
37 </ul>
38
39 <blockquote>
40   <p>Sponsored by Northeast Kansas Library System, NEKLS (http://nekls.org/) <br />
41   This new feature adds the ability to send a notice to the library, branch or a specific email address whenever a purchase suggestion is created.</p>
42 </blockquote>
43
44 <ul>
45 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15774">[15774]</a> Additional fields for baskets</li>
46 </ul>
47
48 <blockquote>
49   <p>This new feature adds the ability to define additional fields to store information about acquisition baskets. <br />
50   It refactors and centralises the code used to add fields to subscriptions as well. There is a new 'Additional fields' page in the adminsitration module to configure the fields. <br />
51   Users can name additional fields, tie them to authorised values, and specify whether the fields can be searched in the acquisitions module.</p>
52 </blockquote>
53
54 <h3 id="circulation">Circulation</h3>
55
56 <ul>
57 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20912">[20912]</a> Rental fees based on time period</li>
58 </ul>
59
60 <blockquote>
61   <p>Sponsored by: Huntsville-Madison County Public Library (http://hmcpl.org/) <br />
62   This new feature adds the ability to define a per day (or per hour) rental fee for rental items. The new fee may be used as an alternative to the fixed price rental fee or in conjunction with it.</p>
63 </blockquote>
64
65 <h3 id="opac">OPAC</h3>
66
67 <ul>
68 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8995">[8995]</a> Show OpenURL links in OPAC search results</li>
69 </ul>
70
71 <blockquote>
72   <p>This new feature allows you to link documents in your catalogue to an OpenURL resolver and possibly enable your patrons to get full texts in digital form.</p>
73 </blockquote>
74
75 <h3 id="restapi">REST api</h3>
76
77 <ul>
78 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13895">[13895]</a> Add routes for checkouts retrieval and renewal</li>
79 </ul>
80
81 <blockquote>
82   <p>This new feature adds APIs for checkouts and renewals.</p>
83 </blockquote>
84
85 <ul>
86 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16497">[16497]</a> Add routes for library retrieval, update and deletion</li>
87 </ul>
88
89 <blockquote>
90   <p>This new feature adds APIs to list all or individual libraries, and to add, update or delete a library where appropriate permissions are held.</p>
91 </blockquote>
92
93 <ul>
94 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006">[17006]</a> Add route to change patron's password (authenticated)</li>
95 </ul>
96
97 <blockquote>
98   <p>This new feature allows a administrators to change a users password via the API <br />
99   Sponsored by Municipal Library Ceska Trebova</p>
100 </blockquote>
101
102 <ul>
103 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19661">[19661]</a> Add route for fund retrieval</li>
104 </ul>
105
106 <blockquote>
107   <p>This new feature adds a REST API for working with acquisition funds, including listing, adding and deleting funds and fund users.</p>
108 </blockquote>
109
110 <ul>
111 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22061">[22061]</a> Add route to change patron's password (public)</li>
112 </ul>
113
114 <blockquote>
115   <p>This new feature allows a user to change their own password via the public API</p>
116 </blockquote>
117
118 <ul>
119 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22132">[22132]</a> Add Basic authentication to the REST API</li>
120 </ul>
121
122 <blockquote>
123   <p>This adds http BASIC authentication as an optional auth method to the RESTful APIs. This greatly aids developers when developing against our APIs.</p>
124 </blockquote>
125
126 <ul>
127 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22206">[22206]</a> Add routes to enable suspension or resumption of holds</li>
128 </ul>
129
130 <blockquote>
131   <p>This new feature adds a REST API that allows suspending a hold and resuming a suspended hold.</p>
132 </blockquote>
133
134 <h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
135
136 <ul>
137 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18235">[18235]</a> Elastic search - Configurable facets</li>
138 </ul>
139
140 <blockquote>
141   <p>This new feature allows librarians with appropriate permissions to configure (show/hide/re-order) the search facets provided by elasticsearch.</p>
142 </blockquote>
143
144 <h3 id="selfcheckout">Self checkout</h3>
145
146 <ul>
147 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14407">[14407]</a> Limit web-based self-checkout to specific IP addresses</li>
148 </ul>
149
150 <blockquote>
151   <p>This new feature allows you to increase the security of your online self checkout facilities by allowing you to limit their operation to a specified IP address or address range.</p>
152 </blockquote>
153
154 <h3 id="webservices">Web services</h3>
155
156 <ul>
157 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047">[17047]</a> Mana Knowledge Base : Data sharing</li>
158 </ul>
159
160 <blockquote>
161   <p>This new feature adds the ability for Koha to talk to a Mana Knowledge Base server, allowing libraries to share a small, but hopefully growing, number sets of data. <br />
162   Currently this includes sharing serial subscription patterns and reports.</p>
163 </blockquote>
164
165 <h2 id="enhancements">Enhancements</h2>
166
167 <h3 id="about">About</h3>
168
169 <ul>
170 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21502">[21502]</a> Add checks for YAML formatted system preferences to about page</li>
171 </ul>
172
173 <blockquote>
174   <p>This enhancement adds a warning to the about pages for any malformed yaml system preferences.</p>
175 </blockquote>
176
177 <ul>
178 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21626">[21626]</a> Add 'current maintenance team' to the 'Koha team' page</li>
179 </ul>
180
181 <blockquote>
182   <p>We have displayed the team responsible for the development of your installed version of Koha on the about page for some time, however we have not recognised those who are currently helping maintain it. This patch adds the current maintenance team (along with the end date for their tenure) to the about page.</p>
183 </blockquote>
184
185 <h3 id="acquisitions">Acquisitions</h3>
186
187 <ul>
188 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4833">[4833]</a> Show acquisition information when ordering from a suggestion</li>
189 </ul>
190
191 <blockquote>
192   <p>This enhancement adds the following fields to the suggestions selection table when adding a new order by selecting from a suggestion: <br />
193   * library <br />
194   * fund <br />
195   * price <br />
196   * quantity <br />
197   * total</p>
198 </blockquote>
199
200 <ul>
201 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16939">[16939]</a> Making all 'add to basket' actions buttons</li>
202 </ul>
203
204 <blockquote>
205   <p>Sponsored by Catalyst IT</p>
206   
207   <p>This enhancement improves the consistency within our acquisitions module.</p>
208 </blockquote>
209
210 <ul>
211 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18166">[18166]</a> Show internal and vendor notes for received orders</li>
212 </ul>
213
214 <blockquote>
215   <p>This enhancement makes internal and vendor notes visible for received orders. Previously these were only shown for pending orders.</p>
216 </blockquote>
217
218 <ul>
219 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18952">[18952]</a> Show internal note in acquisitions details tab</li>
220 </ul>
221
222 <blockquote>
223   <p>This enhancement makes internal and vendor notes visible in the acquisitions details tab that is displayed for each bibliographic record when the <code>AcquisitionDetails</code> system preferences is enabled.</p>
224 </blockquote>
225
226 <ul>
227 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21308">[21308]</a> Show the search filters used on the search results page for acquisitions history searches</li>
228 </ul>
229
230 <blockquote>
231   <p>This enhancement modifies the orders search results page so that the search form appears in the sidebar. <br />
232   This allows the user to view and re-use their search parameters.</p>
233 </blockquote>
234
235 <ul>
236 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21364">[21364]</a> Allow closing basket from vendor search/view</li>
237 </ul>
238
239 <blockquote>
240   <p>This enhancement adds 'Close basket' to the available actions in the vendor search results view.</p>
241 </blockquote>
242
243 <ul>
244 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22556">[22556]</a> Add ability to quickly filter funds/budgets by library on the Acquisitions home page</li>
245 </ul>
246
247 <blockquote>
248   <p>This enhancement adds a "Filter by library" pulldown list to the budgets table on the acquisitions home page.</p>
249 </blockquote>
250
251 <ul>
252 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22664">[22664]</a> Link basket name and basket group name instead of the, often short, basket numbers</li>
253 </ul>
254
255 <blockquote>
256   <p>This enhancement moves the basket link from the basket number to the basket name aiding usability and improving consistency.</p>
257 </blockquote>
258
259 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
260
261 <ul>
262 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18925">[18925]</a> Move maxissueqty and maxonsiteissueqty to circulation_rules</li>
263 </ul>
264
265 <blockquote>
266   <p>Part of the ongoing effort to improve the maintainability of our codebase.</p>
267 </blockquote>
268
269 <ul>
270 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19302">[19302]</a> Pass objects to IsAvailableForItemLevelRequest</li>
271 </ul>
272
273 <blockquote>
274   <p>Part of the ongoing effort to improve the maintainability of our codebase.</p>
275 </blockquote>
276
277 <ul>
278 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21002">[21002]</a> Add Koha::Account::add_debit</li>
279 </ul>
280
281 <blockquote>
282   <p>Sponsored by PTFS Europe</p>
283   
284   <p>Part of the ongoing effort to improve the maintainability of our codebase. <br />
285   This enhancement adds the <code>add_debit</code> method to Koha::Account as a parallel to the existing <code>add_credit</code> method.  This method should be used from now on for any code dealing with the addition of debts to a patrons account.</p>
286 </blockquote>
287
288 <ul>
289 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21206">[21206]</a> C4::Items - Remove GetItem</li>
290 </ul>
291
292 <blockquote>
293   <p>Part of the ongoing effort to improve the maintainability of our codebase. <br />
294   This enhamcement removes the <code>GetItem</code> method from C4::Items and replaces any existing occurrences with <code>Koha::Items-&gt;search()</code>.</p>
295 </blockquote>
296
297 <ul>
298 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21547">[21547]</a> Use set_password in opac-passwd and remove sub goodkey</li>
299 </ul>
300
301 <blockquote>
302   <p>Part of the ongoing effort to improve the maintainability of our codebase.</p>
303 </blockquote>
304
305 <ul>
306 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21720">[21720]</a> Update C4::Circulation::AddIssuingCharge to use Koha::Account->add_debit</li>
307 </ul>
308
309 <blockquote>
310   <p>Sponsored by PTFS Europe</p>
311 </blockquote>
312
313 <ul>
314 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21721">[21721]</a> Update C4::Circulation::AddRenewal to use Koha::Account->add_debit</li>
315 </ul>
316
317 <blockquote>
318   <p>Sponsored by PTFS Europe</p>
319 </blockquote>
320
321 <ul>
322 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21722">[21722]</a> Update C4::Accounts::chargelostitem to use Koha::Account->add_debit</li>
323 </ul>
324
325 <blockquote>
326   <p>Sponsored by PTFS Europe</p>
327 </blockquote>
328
329 <ul>
330 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21727">[21727]</a> Add Koha::Account::Line->adjust</li>
331 </ul>
332
333 <blockquote>
334   <p>Sponsored by PTFS Europe</p>
335 </blockquote>
336
337 <ul>
338 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21728">[21728]</a> Update C4::Reserves::ChargeReserveFee to use Koha::Account->add_debit</li>
339 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21747">[21747]</a> Update C4::Overdues::UpdateFine to use Koha::Account->add_debit and Koha::Account::Line->adjust</li>
340 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21756">[21756]</a> Deprecate C4::Accounts::manualinvoice (use Koha::Account->add_debit instead)</li>
341 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21757">[21757]</a> Patron detail script (moremember.pl) cleanup</li>
342 </ul>
343
344 <blockquote>
345   <p>This enhancement tidies up the patron detail script (moremember.pl) and removes unused templates, uses objects as much as possible, and removes many template parameters.</p>
346 </blockquote>
347
348 <ul>
349 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21875">[21875]</a> Handling subject line in Letters.pm</li>
350 </ul>
351
352 <blockquote>
353   <p>This enhancement improves the display of subject lines in messages so that they correctly show non-Latin characters.</p>
354 </blockquote>
355
356 <ul>
357 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21890">[21890]</a> Allow forgotten password functionality to be limited by patron category</li>
358 </ul>
359
360 <blockquote>
361   <p>Libraries can now specify which patrons are allowed to change their password through the Forgotten Password functionality in the OPAC, per patron category. A common use case for this would be a system that combines LDAP (or other external authentication) patrons and local Koha patrons. This feature will allow libraries to present a better user experience for password management to all of their patrons, no matter how they are authenticated.</p>
362 </blockquote>
363
364 <ul>
365 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21896">[21896]</a> Add Koha::Account::reconcile_balance</li>
366 </ul>
367
368 <blockquote>
369   <p>Adds a business logic level routine for reconciling user account balances.</p>
370 </blockquote>
371
372 <ul>
373 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21912">[21912]</a> Koha::Objects->search lacks tests</li>
374 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21980">[21980]</a> Add some new Exceptions for Koha::Account methods</li>
375 </ul>
376
377 <blockquote>
378   <p>Sponsored by PTFS Europe</p>
379 </blockquote>
380
381 <ul>
382 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21992">[21992]</a> Remove Koha::Patron::update_password</li>
383 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21993">[21993]</a> Be userfriendly when the CSRF token is wrong</li>
384 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21998">[21998]</a> Add pattern parameter in Koha::Token</li>
385 </ul>
386
387 <blockquote>
388   <p>Preparatory patch for GDPR enhancements that may be forthcoming.</p>
389 </blockquote>
390
391 <ul>
392 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21999">[21999]</a> C4::Circulation::AddIssue uses DBIx::Class directly</li>
393 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22003">[22003]</a> Remove unused subroutines displaylog and GetLogStatus from in C4::Log</li>
394 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22026">[22026]</a> Remove <code>use  Modern::Perl</code> from Koha::REST::classes</li>
395 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22031">[22031]</a> C4::Auth->haspermission should allow checking for more than one subpermission</li>
396 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22047">[22047]</a> set_password should have a 'skip_validation' param</li>
397 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22048">[22048]</a> Use set_password instead of update_password in the codebase</li>
398 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22049">[22049]</a> MarkIssueReturned should rely on returndate only</li>
399 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22051">[22051]</a> Make Koha::Object->store translate 'Incorrect <type> value' exceptions</li>
400 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22127">[22127]</a> Update dateaccessioned value builder</li>
401 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22144">[22144]</a> Add method metadata() to Koha::Biblio</li>
402 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22194">[22194]</a> Add Koha::Exceptions::Metadata</li>
403 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22311">[22311]</a> Add a SysPref to allow adding content to the #moresearches div in the opac</li>
404 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22363">[22363]</a> Move C4::Logs::GetLogs to Koha namespace</li>
405 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22454">[22454]</a> Add Koha::Item::hidden_in_opac method</li>
406 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22455">[22455]</a> Add Koha::Biblio::hidden_in_opac method</li>
407 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22511">[22511]</a> Koha::Account::Line->void loses the original type of the credit</li>
408 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22512">[22512]</a> accountlines.accountype mixes 'state' and 'type'</li>
409 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22516">[22516]</a> accountlines.lastincrement can be removed</li>
410 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22518">[22518]</a> accounttype 'O' is still referred to but is never set</li>
411 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22521">[22521]</a> Convert fines handling to use 'status' instead of two accounttypes</li>
412 </ul>
413
414 <blockquote>
415   <p>This patch clarifies the intended purpose of the various accounttypes used for fines calculations in the accounttline table. <br />
416   WARNING: You will need to update your reports to account for the introduced use of 'status' in accountlines for fines. <br />
417   "accounttype = 'FU'" needs changing to "accounttype = 'FINE' AND status = 'UNRETURNED'" <br />
418   "accounttype = 'F'" needs changing to "accounttype = 'FINE' AND status != 'UNRETURNED'"</p>
419 </blockquote>
420
421 <ul>
422 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22532">[22532]</a> Remove "random" from Z39.50</li>
423 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22564">[22564]</a> accounttype 'Rep' is still referred to but is never set</li>
424 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22694">[22694]</a> Add a method for checking OpacHiddenItems exceptions in Koha::Patron::Category</li>
425 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22696">[22696]</a> Simplify visibility logic in opac-ISBDdetail.pl</li>
426 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22700">[22700]</a> Make biblio_metadata prefetchable from Koha::Biblio</li>
427 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22701">[22701]</a> Make items prefetchable from Koha::Biblio</li>
428 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22757">[22757]</a> Use YAML CodeMirror higlighting on YAML preferences</li>
429 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22765">[22765]</a> Add class beside loggedinusername to indicate if logged in user is a superlibrarian</li>
430 </ul>
431
432 <h3 id="cataloging">Cataloging</h3>
433
434 <ul>
435 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15496">[15496]</a> Delete bibliographic record after moving last item to another record(s)</li>
436 </ul>
437
438 <blockquote>
439   <p>When transferring items from one record to another you are now presented with a button to delete the original host record if there are no more items remaining.</p>
440 </blockquote>
441
442 <ul>
443 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20128">[20128]</a> Permission for advanced editor</li>
444 </ul>
445
446 <blockquote>
447   <p>Adds a new permission, under the "cataloguing" module, that controls whether the advanced (direct text editor based) cataloging editor is available.</p>
448 </blockquote>
449
450 <ul>
451 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21411">[21411]</a> Advanced cataloging editor - rancor - Allow configuration of Keyboard shortcuts</li>
452 </ul>
453
454 <blockquote>
455   <p>This enhancement lets you globally redefine the keyboard shortcuts used in rancor.</p>
456 </blockquote>
457
458 <ul>
459 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21826">[21826]</a> Automatic authority record generation improvements</li>
460 </ul>
461
462 <blockquote>
463   <p>Sponsored by National Library of Finland</p>
464   
465   <p>This enhancement makes improvements to automatic authority record generation, including using only allowable subfields when creating authorities from bibliographic records.</p>
466 </blockquote>
467
468 <ul>
469 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22045">[22045]</a> Cataloging UX enhancement - Improve access to tabs</li>
470 </ul>
471
472 <blockquote>
473   <p>This enhancement makes style changes to the standard MARC editor with the goal of making it more responsive and easier to navigate among tabs and tags. <br />
474   Tabs are now part of the page toolbar, which floats as the page scrolls. In addition to the numbered tabs, there is also a section showing in-page links to the MARC tags which are available on that page.</p>
475 </blockquote>
476
477 <ul>
478 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22525">[22525]</a> Navigation arrows on the bottom of Cataloging search pages</li>
479 </ul>
480
481 <blockquote>
482   <p>This enhancement adds pagination links to the bottom of the cataloging search result page. Before this there were only pagination links at the top of the page.</p>
483 </blockquote>
484
485 <h3 id="circulation">Circulation</h3>
486
487 <ul>
488 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7088">[7088]</a> Cannot renew items on hold even with override</li>
489 </ul>
490
491 <blockquote>
492   <p>Sponsored by Halton Borough Council</p>
493   
494   <p>Sponsored by Cheshire Libraries Shared Services</p>
495   
496   <p>Sponsored by Sefton Council</p>
497   
498   <p>This enhancement enables items that are on hold to be renewed with a due date specified by the user. It is enabled by the new "AllowRenewalOnHoldOverride" system preference. <br />
499   It can appear in two locations: <br />
500   1. In the "Checkouts" table on the Patron Details screen. It is now possible to select on loan items that would otherwise fulfil a hold request to be renewed. When such an item is selected, an additional date selection box is displayed to allow the user to specify the due date for all on hold items that are to be renewed. <br />
501   2. In the Circulation > Renew alert screen. When a barcode of an on loan item that would ordinarily fulfil a hold request is entered, the usual alert is displayed indicating that the item is on hold, it is still possible to override this, and renew, however it is now also possible to specify a due date.</p>
502 </blockquote>
503
504 <ul>
505 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10300">[10300]</a> Allow transferring of items to be have separate IndependentBranches syspref</li>
506 </ul>
507
508 <blockquote>
509   <p>This enhancement allows libraries to transfer items between themselves when they have IndependentBranches enabled. <br />
510   It adds a new system preference IndependentBranchesTransfers. Setting this to 'No' allows staff to transfer items, setting this to 'Yes' disables it.</p>
511 </blockquote>
512
513 <ul>
514 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14576">[14576]</a> Allow automatic update of location on checkin</li>
515 </ul>
516
517 <blockquote>
518   <p>Sponsored by Catalyst IT
519   Sponsored by Arcadia Public Library (http://library.ci.arcadia.ca.us/)
520   Sponsored by Middletown Township Public Library (http://www.mtpl.org/)
521   Sponsored by Round Rock Public Library (https://www.roundrocktexas.gov/departments/library/)</p>
522   
523   <p>This enhancement adds a new system preference "UpdateItemLocationOnCheckin" which accepts pairs of shelving locations. On check in the item's location is compared to the location on the left and, if it matches, is updated to the location on the left. <br />
524   This preference replaces the ReturnToShelvingCart and InProcessingToShelvingCart preferences. Note that existing functionality for all items in the PROC location being returned to permanent_location is preserved by default. Also, any items issued from the CART location will be returned to their permanent location on check out (if it differs). <br />
525   Special values for this system preference are: <br />
526   <em>ALL</em> - used on left side only to affect all items, and overrides all other rules <br />
527   <em>BLANK</em> - used on either side to match on or set to blank (actual blanks will work, but this is an easier to read option) <br />
528   <em>PERM</em> - used on right side only to return items to their permanent location <br />
529   Syntax highlighting is used in the text area to make it easier to read.</p>
530 </blockquote>
531
532 <ul>
533 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17171">[17171]</a> Add a syspref to allow currently issued items to be issued to a new patron without staff confirmation</li>
534 </ul>
535
536 <blockquote>
537   <p>Some libraries don't want to force librarians to manually confirm each checkout when an item is checked out to another patron. Instead, they would prefer to be alerted afterwards. <br />
538   This enhancement allows this behavior using a new system preference "AutoReturnCheckedOutItems".
539   Sponsored by Round Rock Public Library (https://www.roundrocktexas.gov/departments/library/)</p>
540 </blockquote>
541
542 <ul>
543 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17353">[17353]</a> Add phone number column to checkout search</li>
544 </ul>
545
546 <blockquote>
547   <p>This enhancement adds patrons phone numbers to the checkout search results. It is hidden by default and is displayed by configuring the columns for circulation tables (Administration >  Additional parameters > Configure columns > Circulation > table_borrowers > untick the phone column).</p>
548 </blockquote>
549
550 <ul>
551 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18816">[18816]</a> Make CataloguingLog work in production by preventing circulation from spamming the log</li>
552 </ul>
553
554 <blockquote>
555   <p>This enhancement stops unnecessary logging of every check in and check out actions when the CataloguingLog system preference is enabled. This has previously prevented CataloguingLog being used in production.</p>
556 </blockquote>
557
558 <ul>
559 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19066">[19066]</a> Add branchcode to accountlines</li>
560 </ul>
561
562 <blockquote>
563   <p>This enhancements adds recording of the branch an account transaction was performed. <br />
564   For payments it will be the signed in branch when payment is collected. <br />
565   For manual invoices/credits it is the signed in branch when the line is created.</p>
566 </blockquote>
567
568 <ul>
569 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20450">[20450]</a> Add collection to list of items when placing hold on specific copy</li>
570 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21754">[21754]</a> If an item is marked as lost, any outstanding transfers upon it should be automatically cancelled</li>
571 </ul>
572
573 <blockquote>
574   <p>Sponsored by Brimbank Library, Australia</p>
575   
576   <p>If an item is marked as lost, then any pending transfers the item had will now be removed.</p>
577 </blockquote>
578
579 <ul>
580 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22761">[22761]</a> Move "Fee receipt" from template to a slip</li>
581 </ul>
582
583 <blockquote>
584   <p>This enhancement allows the 'Fee receipt' to be configurable by the library in the Tools->Notices and slips page</p>
585 </blockquote>
586
587 <ul>
588 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22809">[22809]</a> Move "INVOICE" from template to a slip</li>
589 </ul>
590
591 <blockquote>
592   <p>This enhancement allows the 'Invoice' slip to be configurable by the library in the Tools->Notices and slips page</p>
593 </blockquote>
594
595 <h3 id="command-lineutilities">Command-line Utilities</h3>
596
597 <ul>
598 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18562">[18562]</a> Add koha-sip script to handle SIP servers for instances</li>
599 </ul>
600
601 <blockquote>
602   <p>To ease multi-tenant sites maintenance, several handy scripts were introduced. For handling SIP servers, 3 scripts were introduced: koha-start-sip, koha-stop-sip and koha-enable-sip. <br />
603   This patch introduces a new script, koha-sip, that unifies those actions regarding SIP servers on a per instance base, through the use of option switches.</p>
604 </blockquote>
605
606 <ul>
607 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20436">[20436]</a> Add ability to specify itemtypes for longoverdue.pl</li>
608 </ul>
609
610 <blockquote>
611   <p>This enhancement increases the granularity of the long overdue cronjob, allowing the library to exclude some itemtypes from the process, and/or define different parameters for a specific itemtype.</p>
612 </blockquote>
613
614 <ul>
615 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20485">[20485]</a> Don't account for items timestamps when combining "dont_export_items=1" and "date" in misc/export_records.pl</li>
616 </ul>
617
618 <blockquote>
619   <p>Sponsored by Gothenburg University Library</p>
620   
621   <p>This enhancement changes the way dates are used to calculate records for export. If not including items in the export, we only consider the date of last biblio record edit, rather than including records where only the items were edited in the date range.</p>
622 </blockquote>
623
624 <ul>
625 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22238">[22238]</a> Remove koha-*-sip scripts in favor of koha-sip</li>
626 </ul>
627
628 <blockquote>
629   <p>The new koha-sip maintenance script replaces the old koha-start-sip, koha-stop-sip and koha-enable-sip scripts. This patch removes them, while keeping backwards compatibility (i.e. you can still run them until you get used to the new syntax).</p>
630 </blockquote>
631
632 <ul>
633 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22580">[22580]</a> Remove deprecated delete_expired_opac_registrations.pl cronjob</li>
634 </ul>
635
636 <blockquote>
637   <p>The functionality of delete_expired_opac_registrations.pl was moved into the cleanup_database.pl cronjob. Please make sure to adjust your conjob configuration accordingly.</p>
638 </blockquote>
639
640 <h3 id="coursereserves">Course reserves</h3>
641
642 <ul>
643 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21446">[21446]</a> Improve display of changed values on course reserves and show permanent location instead of cart</li>
644 </ul>
645
646 <h3 id="database">Database</h3>
647
648 <ul>
649 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21753">[21753]</a> issuingrules.chargename is unused and should be removed</li>
650 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22008">[22008]</a> accountlines.manager_id is missing a foreign key constraint</li>
651 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22155">[22155]</a> biblio_metadata.marcflavour should be renamed 'schema'</li>
652 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22368">[22368]</a> Table suggestions lacks foreign key constraints</li>
653 </ul>
654
655 <h3 id="documentation">Documentation</h3>
656
657 <ul>
658 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8701">[8701]</a> Help for OpacHiddenItems pref should not point to text in install directory</li>
659 </ul>
660
661 <h3 id="finesandfees">Fines and fees</h3>
662
663 <ul>
664 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11373">[11373]</a> Add "change calculation" feature to the fine payment forms</li>
665 </ul>
666
667 <blockquote>
668   <p>This enhancement adds an option to specify how much money was collected when paying a fine, as well as defining how much was paid on the fine. If these numbers are different (i.e. more money was collected) a popup displaying the amount of change to be given will be displayed and require confirmation before proceeding</p>
669 </blockquote>
670
671 <ul>
672 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19489">[19489]</a> Detailed description of charges on Accounting tab</li>
673 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21578">[21578]</a> 'Pay fines' tab incorrectly describes the purpose</li>
674 </ul>
675
676 <blockquote>
677   <p>This enhancement renames the tabs on a patrons account related to fines/payments - <br />
678   The 'Fines' tab is now 'Accounting' <br />
679   on the Accounting page <br />
680   'Account' is now 'Transactions' <br />
681   'Pay fines' is now 'Make a payment'</p>
682 </blockquote>
683
684 <ul>
685 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21683">[21683]</a> Remove accountlines.accountno</li>
686 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21844">[21844]</a> Add callnumber to fines descriptions</li>
687 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21918">[21918]</a> Clean up pay fines template</li>
688 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22148">[22148]</a> Cancelling some payments/writeoffs redirects to unexpected page</li>
689 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22674">[22674]</a> Change wording of payments in the GUI</li>
690 </ul>
691
692 <h3 id="holdrequests">Hold requests</h3>
693
694 <ul>
695 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19469">[19469]</a> Add ability to split view of holds view on record by pickup library and/or itemtype</li>
696 </ul>
697
698 <blockquote>
699   <p>This enhancement adds the ability to visually separate the holds list on a record by library and/or itemtype. <br />
700   This can make it a bit clearer who is in line next for a hold at each branch or if user has specified a specific type. <br />
701   The system preference HoldsSplitQueue and HoldsSplitQueueNumbering control this behaviour. When activated holds can only be adjusted using the arrows, the dropdown priority menu is disabled.</p>
702 </blockquote>
703
704 <ul>
705 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19630">[19630]</a> "Hold is suspended" message appears in barcode field in holds table</li>
706 </ul>
707
708 <blockquote>
709   <p>Sponsored by Catalyst IT</p>
710 </blockquote>
711
712 <ul>
713 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19770">[19770]</a> Add cardnumber to holds awaiting pickup screen and add classes to borrower info</li>
714 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20421">[20421]</a> Apply CheckPrevCheckout logic when placing a hold on the staff client</li>
715 </ul>
716
717 <blockquote>
718   <p>This enhancement will now warn staff when placing a hold on an item that a borrower has previously checked out. Will only be displayed if CheckPrevCheckout system preference is enabled.</p>
719 </blockquote>
720
721 <ul>
722 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21070">[21070]</a> request.pl details links to biblio instead of moredetail.pl for that item</li>
723 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22372">[22372]</a> Add shelving location to Holds awaiting pickup report</li>
724 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22631">[22631]</a> Make links on barcode on hold summary page consistent (bug 21070)</li>
725 </ul>
726
727 <h3 id="i18nl10n">I18N/L10N</h3>
728
729 <ul>
730 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11375">[11375]</a> Improve patrons permissions display</li>
731 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21789">[21789]</a> Example usage of I18N Template::Toolkit plugin</li>
732 </ul>
733
734 <h3 id="ill">ILL</h3>
735
736 <ul>
737 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18589">[18589]</a> Show ILLs as part of patron profile</li>
738 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18837">[18837]</a> Add an unmediated Interlibrary Loans workflow</li>
739 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20563">[20563]</a> ILL request list gives no indication of source and/or target</li>
740 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20581">[20581]</a> Allow manual selection of custom ILL request statuses</li>
741 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20600">[20600]</a> Provide the ability for users to filter ILL requests</li>
742 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20639">[20639]</a> Allow setting a default/single backend for OPAC driven requests</li>
743 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20640">[20640]</a> Allow migrating a request between backends</li>
744 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20750">[20750]</a> Allow timestamped auditing of ILL request events</li>
745 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21063">[21063]</a> Allow columns in intranet ILL request datatable to be customisable</li>
746 </ul>
747
748 <h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
749
750 <ul>
751 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20000">[20000]</a> use Modern::Perl in installer perl scripts</li>
752 </ul>
753
754 <blockquote>
755   <p>Sponsored by Catalyst IT</p>
756   
757   <p>Code cleanup which improves the readability, and therefore reliability, of Koha.</p>
758 </blockquote>
759
760 <h3 id="lists">Lists</h3>
761
762 <ul>
763 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12759">[12759]</a> Add ability to pass list contents to batch record modification/deletion tools</li>
764 </ul>
765
766 <blockquote>
767   <p>Sponsored by Catalyst IT</p>
768   
769   <p>This enhancement add batch modification/deletion options to user created lists of records</p>
770 </blockquote>
771
772 <h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
773
774 <ul>
775 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21899">[21899]</a> Update MARC21 frameworks to Update 27 (November 2018)</li>
776 </ul>
777
778 <h3 id="marcbibliographicrecordstagingimport">MARC Bibliographic record staging/import</h3>
779
780 <ul>
781 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19164">[19164]</a> Allow MARC modification templates to be used in staged MARC imports</li>
782 </ul>
783
784 <blockquote>
785   <p>This enhancement allows applying MARC modification templates to batches of records during the import/staging process from the staff client</p>
786 </blockquote>
787
788 <h3 id="notices">Notices</h3>
789
790 <ul>
791 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8000">[8000]</a> Test mode for notices</li>
792 </ul>
793
794 <blockquote>
795   <p>This enhancement adds a system preference 'SendAllEmailsTo' which, when populated with a valid email address, will redirect all outgoing mail from Koha to this address. This feature is intended for use during testing/setup of Koha, to prevent spamming users.</p>
796 </blockquote>
797
798 <ul>
799 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16149">[16149]</a> Generate and send custom notices based on report output</li>
800 </ul>
801
802 <blockquote>
803   <p>This enhancement adds a cronjob which takes a report id, and a notice code to be used to send custom emails to users generated from the report content. <br />
804   The notices will be able to use any (and only) columns included in the report in the notice templates. User email addresses can be specified in the report, as well as the 'From' address for the email. <br />
805   Notices for this cronjob must be defined using Template Toolkit syntax.</p>
806 </blockquote>
807
808 <ul>
809 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20478">[20478]</a> Advance notices: send separate digest messages per branch</li>
810 </ul>
811
812 <blockquote>
813   <p>This enhancement add the <code>--digest-per-branch</code> option to advanced_notices.pl to allow notices to be grouped by branch rather than grouped by borrower if so required.</p>
814 </blockquote>
815
816 <ul>
817 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21241">[21241]</a> Set suggestion notices message_transport_type to sms if syspref is enabled and patron has an smsalertnumber but no email address</li>
818 </ul>
819
820 <blockquote>
821   <p>If the FallbackToSMSIfNoEmail syspref is enabled then when a borrower has no email address but does have a smsalertnumber then suggestion notice message_transport_type is set to sms.</p>
822 </blockquote>
823
824 <h3 id="opac">OPAC</h3>
825
826 <ul>
827 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11969">[11969]</a> Show patrons star rating on their reading history</li>
828 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12318">[12318]</a> Show subscription shelving location on subscription tabs</li>
829 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14272">[14272]</a> Allow OPAC to show a single news entry</li>
830 </ul>
831
832 <blockquote>
833   <p>Sponsored by Catalyst IT</p>
834   
835   <p>Allows to display OPAC news entries on their own page. The news entry will remain accessible by direct URL even after the entry itself has expired.</p>
836 </blockquote>
837
838 <ul>
839 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385">[14385]</a> Extend OpacHiddenItems to allow specifying exempt borrower categories</li>
840 </ul>
841
842 <blockquote>
843   <p>This enhancement allows for specifying specific borrower categories in the preference OpacHiddenItemsExceptions who, when signed in to the opac, will be able to see items hidden by the OpacHiddenItems system preference. <br />
844   This is intended to allow staff/privileged users to view records that the general public cannot.</p>
845 </blockquote>
846
847 <ul>
848 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21399">[21399]</a> Sort patron fines in OPAC by date descending as a default</li>
849 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21533">[21533]</a> Do not allow password recovery for administrative locked patrons (see 21336)</li>
850 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21850">[21850]</a> Remove search request from page title of OPAC result list</li>
851 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21871">[21871]</a> Show authority 856 links in the OPAC</li>
852 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22029">[22029]</a> Remove Google+ from social links on OPAC detail</li>
853 </ul>
854
855 <blockquote>
856   <p>Google revealed that Google Plus accounts will be shut down on April 2, 2019.</p>
857 </blockquote>
858
859 <ul>
860 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22102">[22102]</a> Markup fixes for OPAC article request page</li>
861 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22568">[22568]</a> Replace RSS icon in the OPAC with Font Awesome</li>
862 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22576">[22576]</a> OPAC password change text changes</li>
863 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22588">[22588]</a> Simplify getting account information in opac and self checkout module</li>
864 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22638">[22638]</a> Self checkin CSS update</li>
865 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22645">[22645]</a> Add 'ISSN' option to OPAC's basic search</li>
866 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657">[22657]</a> Remove JavaScript from OPAC suggestion validation of required fields</li>
867 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22803">[22803]</a> Set dataTable width issue</li>
868 </ul>
869
870 <h3 id="patrons">Patrons</h3>
871
872 <ul>
873 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3766">[3766]</a> Cities/Towns only on one address</li>
874 </ul>
875
876 <blockquote>
877   <p>This enhancement allows for using the City/Town dropdown for all patron addresses, not only the main address.</p>
878 </blockquote>
879
880 <ul>
881 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10796">[10796]</a> Allow password changes for logged in OPAC users by patron category</li>
882 </ul>
883
884 <blockquote>
885   <p>Libraries can now specify which patrons are allowed to change their password when logged into the OPAC, per patron category. A common use case for this would be a system that combines LDAP (or other external authentication) patrons and local Koha patrons. This feature will allow libraries to present a better user experience for password management to all of their patrons, no matter how they are authenticated.</p>
886 </blockquote>
887
888 <ul>
889 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17854">[17854]</a> New Print slip and close button next to Close button</li>
890 </ul>
891
892 <blockquote>
893   <p>Adds a 'Printer' button next to the 'X' (clear) button when viewing a patron record - this allows the librarian to print a slip for the patron and clear their account form the screen to prevent viewing of information by another user or patron.</p>
894 </blockquote>
895
896 <ul>
897 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21312">[21312]</a> Show lockout on Patrons form</li>
898 </ul>
899
900 <blockquote>
901   <p>This enhancement adds a notification for staff when an account is locked by password attempts or administratively.</p>
902 </blockquote>
903
904 <ul>
905 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21336">[21336]</a> GDPR: Handle unsubscribe requests automatically by optional (administrative) lock, anonymize and remove</li>
906 </ul>
907
908 <blockquote>
909   <p>Add preferences UnsubscribeReflectionDelay, PatronAnonymizeDelay and PatronRemovalDelay. <br />
910   Add db column borrowers.flgAnonymized. <br />
911   Add Koha::Patron->lock for administrative lockout. <br />
912   Add Koha::Patron->anonymize for scrambling patron data. <br />
913   Actions are controlled by preferences and run by cleanup_database cron job.</p>
914 </blockquote>
915
916 <ul>
917 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22198">[22198]</a> Add granular permission setting for Mana KB</li>
918 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22505">[22505]</a> Add column configuration to patron list table</li>
919 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22594">[22594]</a> Validate SMS messaging numbers using the E.164 format</li>
920 </ul>
921
922 <blockquote>
923   <p>Adds validation to the SMS number field that conforms to international standards and adds a hint: "SMS number should be in the format 1234567890 or +11234567890" on both the OPAC and Intranet.</p>
924 </blockquote>
925
926 <h3 id="restapi">REST api</h3>
927
928 <ul>
929 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20006">[20006]</a> Adapt /v1/holds to new naming guidelines</li>
930 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22227">[22227]</a> Make GET /cities staff only</li>
931 </ul>
932
933 <h3 id="reports">Reports</h3>
934
935 <ul>
936 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8775">[8775]</a> Add collection column to built in  'Items lost' report</li>
937 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22856">[22856]</a> Show SQL code button should trigger CodeMirror view</li>
938 </ul>
939
940 <h3 id="sip2">SIP2</h3>
941
942 <ul>
943 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19619">[19619]</a> Add support for SIP2 field CM ( Hold Pickup Date ) to Koha</li>
944 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22014">[22014]</a> Add ability to send "00" in SIP CV field on checkin success</li>
945 </ul>
946
947 <blockquote>
948   <p>Sponsored by Pueblo City-County Library District</p>
949 </blockquote>
950
951 <ul>
952 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22016">[22016]</a> Always send CT field for SIP checkin, even if empty</li>
953 </ul>
954
955 <blockquote>
956   <p>Sponsored by Pueblo City-County Library District</p>
957 </blockquote>
958
959 <h3 id="searching">Searching</h3>
960
961 <ul>
962 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14457">[14457]</a> Integrate LIBRIS spellchecking</li>
963 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22418">[22418]</a> Authority link magnifying glass icon doesn't appear for 655 subject tags</li>
964 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22424">[22424]</a> Add search by all lost statuses to item search</li>
965 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22649">[22649]</a> Add item type to item search results</li>
966 </ul>
967
968 <h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
969
970 <ul>
971 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18213">[18213]</a> Add language facets to Elasticsearch</li>
972 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21872">[21872]</a> Elasticsearch indexing faster by making it multi-threaded</li>
973 </ul>
974
975 <h3 id="selfcheckout">Self checkout</h3>
976
977 <ul>
978 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18251">[18251]</a> SCO alerts - need a trigger for successful checkouts</li>
979 </ul>
980
981 <blockquote>
982   <p>This enhancement adds new triggers to ease defining custom sounds/alerts for the self checkout module</p>
983 </blockquote>
984
985 <ul>
986 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19458">[19458]</a> Self-check module highlighting</li>
987 </ul>
988
989 <blockquote>
990   <p>This enhancement highlights new checkouts/renewals in the self-check display to make it easier to see which actions have been performed in the user's session</p>
991 </blockquote>
992
993 <ul>
994 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21772">[21772]</a> Add holds and account information tab to the SCO module</li>
995 </ul>
996
997 <blockquote>
998   <p>Sponsored by City of Portsmouth Public Library</p>
999 </blockquote>
1000
1001 <ul>
1002 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22538">[22538]</a> Add a noticeable alert about waiting holds</li>
1003 </ul>
1004
1005 <blockquote>
1006   <p>Sponsored by Theke Solutions</p>
1007 </blockquote>
1008
1009 <h3 id="serials">Serials</h3>
1010
1011 <ul>
1012 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22408">[22408]</a> Subscription entry form cleanup</li>
1013 </ul>
1014
1015 <h3 id="staffclient">Staff Client</h3>
1016
1017 <ul>
1018 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12283">[12283]</a> Set autocomplete=off for patron search input</li>
1019 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21582">[21582]</a> Use CodeMirror for *UserJS &amp; *UserCSS</li>
1020 </ul>
1021
1022 <blockquote>
1023   <p>This enhancement adds javascript syntax highlighting to aid users when editing the JS system preferences.</p>
1024 </blockquote>
1025
1026 <ul>
1027 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22616">[22616]</a> Update error text messages</li>
1028 </ul>
1029
1030 <h3 id="systemadministration">System Administration</h3>
1031
1032 <ul>
1033 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3820">[3820]</a> More detailed patron record changes log</li>
1034 </ul>
1035
1036 <blockquote>
1037   <p>This enhancement will add a log of the specific fields that were changed when modifying/editing a patron, including the before and after values for each updated field.</p>
1038 </blockquote>
1039
1040 <ul>
1041 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22053">[22053]</a> Ability to disable some plugins</li>
1042 </ul>
1043
1044 <blockquote>
1045   <p>The ability to enable/disable plugins is added. This is particularly handy when testing new plugins or when plugins are not (yet) fully configured for production use.</p>
1046 </blockquote>
1047
1048 <ul>
1049 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22190">[22190]</a> Add column configuration to patron category administration</li>
1050 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22191">[22191]</a> Add column configuration to libraries administration</li>
1051 </ul>
1052
1053 <h3 id="templates">Templates</h3>
1054
1055 <ul>
1056 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10659">[10659]</a> Upgrade jQuery star ratings plugin</li>
1057 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15911">[15911]</a> Use noEnterSubmit CSS class instead of prevent_submit.js</li>
1058 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20569">[20569]</a> Improve description of CheckPrevCheckout system preference</li>
1059 </ul>
1060
1061 <blockquote>
1062   <p>A simple string patch that clarifies the intention of the CheckPrevCheckout system preference options.</p>
1063 </blockquote>
1064
1065 <ul>
1066 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20729">[20729]</a> Update style of datepickers</li>
1067 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20809">[20809]</a> Link patron image to patron image add/edit form</li>
1068 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21034">[21034]</a> Re-indent circulation.tt</li>
1069 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21091">[21091]</a> Move add item template JavaScript to a separate file</li>
1070 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21304">[21304]</a> Update two-column templates with Bootstrap grid: Catalog</li>
1071 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21307">[21307]</a> Switch two-column templates to Bootstrap grid: Cataloging</li>
1072 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21436">[21436]</a> Switch two-column templates to Bootstrap grid: Tools part 4</li>
1073 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21438">[21438]</a> Switch two-column templates to Bootstrap grid: Patron card creator</li>
1074 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21442">[21442]</a> Switch two-column templates to Bootstrap grid: Circulation part 1</li>
1075 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21449">[21449]</a> Switch two-column templates to Bootstrap grid: Circulation part 2</li>
1076 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21569">[21569]</a> Switch two-column templates to Bootstrap grid: Circulation part 3</li>
1077 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21573">[21573]</a> Move lists barcode and biblionumber entry form to modal</li>
1078 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21646">[21646]</a> Clean up Overdrive template</li>
1079 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21672">[21672]</a> Switch templates to Bootstrap grid: Various</li>
1080 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21693">[21693]</a> Clean up checkout notes template</li>
1081 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21695">[21695]</a> Clean up access files template</li>
1082 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21783">[21783]</a> Reindent admin/columns_settings.tt</li>
1083 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21784">[21784]</a> Clean up js_includes.inc</li>
1084 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21785">[21785]</a> Add column configuration to hold ratios report</li>
1085 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21790">[21790]</a> Switch error page template to Bootstrap grid</li>
1086 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21792">[21792]</a> Switch two-column templates to Bootstrap grid: Serials part 3</li>
1087 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21795">[21795]</a> Switch two-column templates to Bootstrap grid: Notices and slips</li>
1088 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21797">[21797]</a> Update two-column templates with Bootstrap grid: Acquisitions part 5</li>
1089 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21803">[21803]</a> Redesign authorized values interface</li>
1090 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21870">[21870]</a> Convert browser alerts to modals: OPAC user summary</li>
1091 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21891">[21891]</a> Remove non-XSLT detail view in the staff client</li>
1092 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21913">[21913]</a> Clean up payment details page</li>
1093 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21942">[21942]</a> Clean up cataloging merge template</li>
1094 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21943">[21943]</a> Clean up holds template</li>
1095 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21945">[21945]</a> Clean up stock rotation template</li>
1096 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21948">[21948]</a> Clean up style of item detail page</li>
1097 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21963">[21963]</a> Switch two-column templates to Bootstrap grid: Patrons part 1</li>
1098 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21964">[21964]</a> Switch two-column templates to Bootstrap grid: Patrons part 2</li>
1099 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21965">[21965]</a> Switch two-column templates to Bootstrap grid: Patrons part 3</li>
1100 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22015">[22015]</a> Move DataTables CSS to global include</li>
1101 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22023">[22023]</a> Further improve responsive layout handling of staff client menu bar</li>
1102 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22032">[22032]</a> Improve local cover image tab on detail page</li>
1103 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22035">[22035]</a> Improve local cover image browser page</li>
1104 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22104">[22104]</a> Clean up patron API keys template</li>
1105 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22134">[22134]</a> Add account expiration information to patron details</li>
1106 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22195">[22195]</a> Change default DataTables configuration to consolidate buttons</li>
1107 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22196">[22196]</a> Clean up Mana KB administration template</li>
1108 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22261">[22261]</a> Revise style of DataTables menus</li>
1109 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22337">[22337]</a> Make it clearer that language preferences can be re-ordered</li>
1110 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22584">[22584]</a> Add YAML support for Codemirror</li>
1111 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22656">[22656]</a> Report charts broken after bug 22023</li>
1112 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22695">[22695]</a> Remove non-XSLT search results view from the staff client</li>
1113 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22697">[22697]</a> Reindent catalogue/result.tt</li>
1114 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22734">[22734]</a> Fund not marked as mandatory when ordering from a staged file</li>
1115 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22751">[22751]</a> Switch two-column templates to Bootstrap grid: Patron details</li>
1116 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22764">[22764]</a> More YUI grid cleanup</li>
1117 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22811">[22811]</a> Add button to clear DataTables filtering</li>
1118 </ul>
1119
1120 <h3 id="testsuite">Test Suite</h3>
1121
1122 <ul>
1123 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21798">[21798]</a> We need t::lib::TestBuilder::build_sample_biblio</li>
1124 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21817">[21817]</a> Mock userenv should be a t::lib::Mocks method</li>
1125 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21971">[21971]</a> TestBuilder::build_sample_item</li>
1126 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22349">[22349]</a> Overzealous deletion of data in t/db_dependant/Koha/Acquisitions/Booksellers.t</li>
1127 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22392">[22392]</a> TestBuilder::build_sample_item should allow defining barcode</li>
1128 </ul>
1129
1130 <h3 id="tools">Tools</h3>
1131
1132 <ul>
1133 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18661">[18661]</a> Make "Replace only included patron attributes" default on patron import</li>
1134 </ul>
1135
1136 <blockquote>
1137   <p>On the 'import patrons' page, the "Replace all patron attributes" is automatically selected which is the more dangerous option. This patch sets the default selection as "Replace only included patron attributes" as it is a safer option.</p>
1138 </blockquote>
1139
1140 <ul>
1141 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19417">[19417]</a> Improve display of errors from background job during stage for import</li>
1142 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19722">[19722]</a> Add a MaxItemsToDisplayForBatchMod preference</li>
1143 </ul>
1144
1145 <blockquote>
1146   <p>When batch editing large amounts of items, displaying all of the info could lead to a timeout while waiting for page load. This enhancement adds the ability to define a MaxItemsToDisplayForBatchMod system preference which will hide the list of individual items and allow libraries to edit larger batches without hitting a timeout.</p>
1147 </blockquote>
1148
1149 <ul>
1150 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21216">[21216]</a> Notices - Add filter/search options to table</li>
1151 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22175">[22175]</a> Make stock rotation table sortable</li>
1152 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22318">[22318]</a> Extend Koha news feature to include other content areas</li>
1153 </ul>
1154
1155 <blockquote>
1156   <p>This enhancement begins work to move system preferences that include displayed text to the 'News' module - this allows the user to define text in various languages and add ability for these preferences to show correctly in translated OPACs. <br />
1157   Specifically, this patch set moves the 'OPACNavRight' preference into the 'News' module.</p>
1158 </blockquote>
1159
1160 <h3 id="webservices">Web services</h3>
1161
1162 <ul>
1163 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19380">[19380]</a> Add transfer informations in ILS-DI GetRecords response</li>
1164 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19945">[19945]</a> ILSDI - Return the reason a reserve is impossible</li>
1165 </ul>
1166
1167 <h2 id="criticalbugsfixed">Critical bugs fixed</h2>
1168
1169 <p>(This list includes all bugfixes since the previous major version. Most of them
1170 have already been fixed in maintainance releases)</p>
1171
1172 <h3 id="acquisitions">Acquisitions</h3>
1173
1174 <ul>
1175 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18723">[18723]</a> Dot not recognized as decimal separator on receive</li>
1176 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18736">[18736]</a> Problems in order calculations (rounding errors)</li>
1177 </ul>
1178
1179 <blockquote>
1180   <p>This patch introduces to new system preference to govern how rounding is applied to values in acquisitions. It defaults to the american practice of rounding to the nearest 'cent' but future options should become available as we start to understand how other nations round for accounting purposes.</p>
1181 </blockquote>
1182
1183 <ul>
1184 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20830">[20830]</a> Make sure a fund is selected when ordering from staged file</li>
1185 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21605">[21605]</a> Cannot create EDI account</li>
1186 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21989">[21989]</a> JS error in "Add orders from MARC file" - addorderiso2709.pl</li>
1187 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22282">[22282]</a> Internal software error when exporting basket group as PDF</li>
1188 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22293">[22293]</a> Sticky toolbar making vendor form uneditable</li>
1189 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22296">[22296]</a> Invoice adjustments are not populating to budget views</li>
1190 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22390">[22390]</a> When duplicating existing order lines new items are not created</li>
1191 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22498">[22498]</a> Can not select any funds for invoice adjustments</li>
1192 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22565">[22565]</a> Partially receiving order and adding internal note on invoice updates note on every order on the system</li>
1193 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22611">[22611]</a> Typo introduced into Koha::EDI by bug 15685</li>
1194 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22669">[22669]</a> Cannot edit received item in acquisitions with acqcreateitem set to "when placing an order"</li>
1195 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22713">[22713]</a> Replacement price removed when receiving if using MarcItemFieldstoOrder</li>
1196 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22802">[22802]</a> When ordering from a staged file, if funds are populated per item order level fund should not be required</li>
1197 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22905">[22905]</a> Cannot update the status of suggestions if the branchcode filter is set to all</li>
1198 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22908">[22908]</a> Modsuggestion will generate a notice even if the modification failed</li>
1199 </ul>
1200
1201 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
1202
1203 <ul>
1204 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21610">[21610]</a> Koha::Object->store needs to handle incorrect values</li>
1205 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21910">[21910]</a> Koha::Library::Groups->get_search_groups should return the groups, not the children</li>
1206 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21955">[21955]</a> Cache::Memory should not be used as L2 cache</li>
1207 </ul>
1208
1209 <blockquote>
1210   <p>Cache::Memory fails to work correctly under a plack environment as the cache cannot be shared between processes.</p>
1211 </blockquote>
1212
1213 <ul>
1214 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22052">[22052]</a> DeleteExpiredOpacRegistrations should skip bad borrowers</li>
1215 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22388">[22388]</a> svc/split_callnumbers should have execute flag set</li>
1216 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22478">[22478]</a> Cross-site scripting vulnerability in paginations</li>
1217 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22483">[22483]</a> haspermissions previously supported passing 'undef' for $flagsrequired</li>
1218 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22600">[22600]</a> We should add an 'interface' field to accountlines</li>
1219 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22618">[22618]</a> Tests in t/Acquisition.t are actually context dependent</li>
1220 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22723">[22723]</a> Syntax error on confess call in Koha/MetadataRecord/Authority.pm</li>
1221 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893">[22893]</a> contributors.yaml not correctly copied</li>
1222 </ul>
1223
1224 <h3 id="authentication">Authentication</h3>
1225
1226 <ul>
1227 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21973">[21973]</a> CAS URL escaped twice, preventing login</li>
1228 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22461">[22461]</a> Regression in #20287: LDAP user replication broken with mapped extended patron attributes</li>
1229 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22692">[22692]</a> Logging in via cardnumber circumvents account logout</li>
1230 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22717">[22717]</a> Google OAuth auto registration error</li>
1231 </ul>
1232
1233 <h3 id="cataloging">Cataloging</h3>
1234
1235 <ul>
1236 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16232">[16232]</a> Edit as new (duplicate) doesn't work correctly with Rancor</li>
1237 </ul>
1238
1239 <blockquote>
1240   <p>Sponsored by Carnegie-Stout Public Library</p>
1241 </blockquote>
1242
1243 <ul>
1244 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16251">[16251]</a> Material type is not correctly set for Rancor 008 widget</li>
1245 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21049">[21049]</a> Rancor 007 field does not retain value</li>
1246 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21986">[21986]</a> Quotation marks are wrongly escaped in several places</li>
1247 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22140">[22140]</a> More use of EasyAnalyticalRecords pref</li>
1248 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22288">[22288]</a> Barcode file does not work in modifying items in batch</li>
1249 </ul>
1250
1251 <h3 id="circulation">Circulation</h3>
1252
1253 <ul>
1254 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18805">[18805]</a> Currently it is impossible to apply credits against debits in patron accounts</li>
1255 </ul>
1256
1257 <blockquote>
1258   <p>This patch adds an <code>Apply Credits</code> button to the accounts interface to allow a librarian to apply outstanding credits against outstanding debits.</p>
1259 </blockquote>
1260
1261 <ul>
1262 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21065">[21065]</a> Data in account_offsets and accountlines is deleted with the patron leaving gaps in financial reports</li>
1263 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21346">[21346]</a> Clean up dialogs in returns.pl</li>
1264 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21491">[21491]</a> When 'Default lost item fee refund on return policy' is unset it says no but acts as if 'yes'</li>
1265 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21915">[21915]</a> Add a way to automatically reconcile balance for patrons</li>
1266 </ul>
1267
1268 <blockquote>
1269   <p>Sponsored by ByWater Solutions</p>
1270   
1271   <p>In the past, if a patron had any credit existing on their account (newly added, or pre-existing), if debts were present then the credit balance would always be immediately applied to the debt.  This functionality was inadvertently removed during refactoring efforts which debuted in 16.11. <br />
1272   This patch adds code to restore the functionality and allows it to be optionally applied to the system via a new system preference, <code>AccountAutoReconcile</code>. <br />
1273   Note: The new preference defaults to the post 16.11 behaviour, if you wish to restore the 16.11 functionality then you will need to update the preference after the upgrade.</p>
1274 </blockquote>
1275
1276 <ul>
1277 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21928">[21928]</a> CircAutoPrintQuickSlip 'clear' is not working</li>
1278 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22020">[22020]</a> Configure Columns for Patron Issues checkin hides renewal</li>
1279 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22679">[22679]</a> circulation_rules are not deleted when accompanying issuingrules are deleted</li>
1280 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22759">[22759]</a> Circulation rules for maxissueqty are applied per branch even for defaults</li>
1281 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22896">[22896]</a> Item to be transferred at checkin clears overridden due date</li>
1282 </ul>
1283
1284 <h3 id="command-lineutilities">Command-line Utilities</h3>
1285
1286 <ul>
1287 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22396">[22396]</a> koha-sip script does not start the server correctly</li>
1288 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22593">[22593]</a> Cronjobs/Scripts dealing with accountlines need updating for bug 22008</li>
1289 </ul>
1290
1291 <h3 id="coursereserves">Course reserves</h3>
1292
1293 <ul>
1294 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22652">[22652]</a> Editing Course reserves is broken</li>
1295 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22899">[22899]</a> Cannot view course details</li>
1296 </ul>
1297
1298 <h3 id="database">Database</h3>
1299
1300 <ul>
1301 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13515">[13515]</a> Table messages is missing FK constraints and is never cleaned up</li>
1302 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21931">[21931]</a> Upgrade from 3.22 fails when running updatedatabase.pl script</li>
1303 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22476">[22476]</a> MarkLostItemsAsReturned has wrong defaults for new installs</li>
1304 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22642">[22642]</a> DB upgrade 18.06.00.005 can fail</li>
1305 </ul>
1306
1307 <h3 id="finesandfees">Fines and fees</h3>
1308
1309 <ul>
1310 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22301">[22301]</a> Paying fines is broken when using CurrencyFormat = FR</li>
1311 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22533">[22533]</a> Cannot create manual invoices</li>
1312 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22724">[22724]</a> Staff without writeoff permissions have access to 'Write off selected' button on Pay Fines tab</li>
1313 </ul>
1314
1315 <blockquote>
1316   <p>Sponsored by Catalyst IT</p>
1317 </blockquote>
1318
1319 <h3 id="holdrequests">Hold requests</h3>
1320
1321 <ul>
1322 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17978">[17978]</a> Include 'Next available'/title level holds in holds count when placing holds (opac and staff)</li>
1323 </ul>
1324
1325 <blockquote>
1326   <p>This patch set corrects the count of hold a user has to correctly enforce limits on the number of open holds being placed.</p>
1327 </blockquote>
1328
1329 <ul>
1330 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21495">[21495]</a> Regression in hold override functionality</li>
1331 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21608">[21608]</a> Arranging holds priority with dropdowns is faulty when there are waiting/intransit holds</li>
1332 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22330">[22330]</a> Transfer limits should be respected for placing holds in staff interface and APIs</li>
1333 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22753">[22753]</a> Move hold to top button doesn't work if waiting holds exist</li>
1334 </ul>
1335
1336 <h3 id="i18nl10n">I18N/L10N</h3>
1337
1338 <ul>
1339 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21895">[21895]</a> Translations fail on upgrade to 18.11.00 (package installation)</li>
1340 </ul>
1341
1342 <h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
1343
1344 <ul>
1345 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22024">[22024]</a> Update translated web installer files with new class splitting rules</li>
1346 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22489">[22489]</a> Onboarding tool fails due to inserting maxissueqty into IssuingRule</li>
1347 </ul>
1348
1349 <h3 id="labelpatroncardprinting">Label/patron card printing</h3>
1350
1351 <ul>
1352 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22275">[22275]</a> 18.06.00.060 DB update fails (incomplete/incorrect defaults)</li>
1353 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22429">[22429]</a> Infinite loop in patron card printing</li>
1354 </ul>
1355
1356 <h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
1357
1358 <ul>
1359 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21962">[21962]</a> The <code>searching entire record</code> option in authority searches is currently failing</li>
1360 </ul>
1361
1362 <h3 id="notices">Notices</h3>
1363
1364 <ul>
1365 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22139">[22139]</a> Fields of ACCTDETAILS not working properly</li>
1366 </ul>
1367
1368 <h3 id="opac">OPAC</h3>
1369
1370 <ul>
1371 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11853">[11853]</a> Cannot clear date of birth via OPAC patron update</li>
1372 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21589">[21589]</a> Series link formed from 830 field is incorrect</li>
1373 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21911">[21911]</a> Scoping OPACs by branch does not work with new library groups</li>
1374 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21950">[21950]</a> Searching with 'accents' breaks on navigating to the second page of results</li>
1375 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22030">[22030]</a> OverDrive requires configuration for field passed as username</li>
1376 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22085">[22085]</a> UNIMARC default XSLT broken by Bug 14716</li>
1377 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22360">[22360]</a> On order information missing in OPAC normal display</li>
1378 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22370">[22370]</a> OPAC users should not be allowed to view staff news items</li>
1379 </ul>
1380
1381 <blockquote>
1382   <p>Sponsored by Catalyst IT</p>
1383 </blockquote>
1384
1385 <ul>
1386 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22420">[22420]</a> Tag cloud feature broken</li>
1387 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22559">[22559]</a> OPAC Forgotten password functionality not working</li>
1388 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22735">[22735]</a> Broken MARC and ISBD views</li>
1389 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22881">[22881]</a> Trying to clear search history via the navbar X doesn't clear any searches</li>
1390 </ul>
1391
1392 <h3 id="patrons">Patrons</h3>
1393
1394 <ul>
1395 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21778">[21778]</a> Sorting is inconsistent on patron search based on permissions</li>
1396 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22253">[22253]</a> Koha throws an exception when updating a borrower with an insecure password</li>
1397 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22386">[22386]</a> Importing using attributes as matchpoint broken</li>
1398 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22715">[22715]</a> Searching for patrons with "" in the circulation note hangs patron search</li>
1399 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22928">[22928]</a> "Update child to adult patron" link no longer displayed</li>
1400 </ul>
1401
1402 <h3 id="restapi">REST api</h3>
1403
1404 <ul>
1405 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22071">[22071]</a> authenticate_api_request does not stash koha.user in the OAuth use case</li>
1406 </ul>
1407
1408 <h3 id="reports">Reports</h3>
1409
1410 <ul>
1411 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18393">[18393]</a> Statistics wizard for acquisitions not filtering correctly by collection code</li>
1412 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21560">[21560]</a> Optimize ODS exports</li>
1413 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21984">[21984]</a> Unable to load second page of results for reports with reused parameters</li>
1414 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21991">[21991]</a> Displaying more rows on report results does not work for reports with parameters</li>
1415 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22357">[22357]</a> Every run of runreport.pl with --store-results creates a new row in saved reports</li>
1416 </ul>
1417
1418 <h3 id="searching">Searching</h3>
1419
1420 <ul>
1421 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22442">[22442]</a> Item search CSV export broken</li>
1422 </ul>
1423
1424 <h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1425
1426 <ul>
1427 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19575">[19575]</a> Use canonical field names and resolve aliased fields</li>
1428 </ul>
1429
1430 <blockquote>
1431   <p>Sponsored by Gothenburg University Library</p>
1432   
1433   <p>This patchset makes some changes to Elasticsearch mappings in the database. The changes alter existing indices and are intended to fix issues with the current mappings, however, if you have done customization of mappings you may want to back them up before upgrading.</p>
1434 </blockquote>
1435
1436 <ul>
1437 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20261">[20261]</a> No result in some page in authority search opac and pro (ES)</li>
1438 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20535">[20535]</a> ModZebra called with $record with items stripped in ModBiblioMarc</li>
1439 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21974">[21974]</a> cxn_pool must be configurable</li>
1440 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22705">[22705]</a> Change default value of Elasticsearch cxn_pool to 'Static'</li>
1441 </ul>
1442
1443 <h3 id="selfcheckout">Self checkout</h3>
1444
1445 <ul>
1446 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22641">[22641]</a> Incorrect filter on SCO printslip</li>
1447 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22675">[22675]</a> SCO broken on invalid barcodes</li>
1448 </ul>
1449
1450 <h3 id="serials">Serials</h3>
1451
1452 <ul>
1453 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22621">[22621]</a> Filters on subscription result list search the wrong column</li>
1454 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812">[22812]</a> Cannot add new subscription with strict SQL modes turned on</li>
1455 </ul>
1456
1457 <h3 id="staffclient">Staff Client</h3>
1458
1459 <ul>
1460 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21405">[21405]</a> Pagination in authorities search broken for Zebra and broken for 10000+ results in ES</li>
1461 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22553">[22553]</a> Unchecking a subpermission does not uncheck the top level permission</li>
1462 </ul>
1463
1464 <h3 id="systemadministration">System Administration</h3>
1465
1466 <ul>
1467 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22389">[22389]</a> Classification splitting sources regex - cannot consistentlyadd/delete</li>
1468 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22619">[22619]</a> Adding a new circ rule with unlimited checkouts is broken</li>
1469 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22847">[22847]</a> Specific circ rule by patron category is displaying the default (or not displaying)</li>
1470 </ul>
1471
1472 <h3 id="templates">Templates</h3>
1473
1474 <ul>
1475 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13692">[13692]</a> Series link is only using 800a instead of 800t</li>
1476 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21813">[21813]</a> In-page JavaScript causes error on patron entry page</li>
1477 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22904">[22904]</a> Untranslatable strings in members-menu.js</li>
1478 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22974">[22974]</a> Patron password update validation broken</li>
1479 </ul>
1480
1481 <h3 id="testsuite">Test Suite</h3>
1482
1483 <ul>
1484 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21956">[21956]</a> Sysprefs not reset by regressions.t</li>
1485 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22836">[22836]</a> Tests catching XSS vulnerabilities in pagination are not correct</li>
1486 </ul>
1487
1488 <h3 id="webservices">Web services</h3>
1489
1490 <ul>
1491 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21738">[21738]</a> [ILS-DI] Error placing a hold on a title without item</li>
1492 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21832">[21832]</a> Restore is_expired in ILS-DI GetPatronInfo service</li>
1493 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22222">[22222]</a> Mana subscription search always returns all results</li>
1494 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22237">[22237]</a> Subscriptions are not linked to Mana upon edit</li>
1495 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22849">[22849]</a> Data shared without agreement</li>
1496 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22891">[22891]</a> ILS-DI: RenewLoan explodes in error</li>
1497 </ul>
1498
1499 <h2 id="otherbugsfixed">Other bugs fixed</h2>
1500
1501 <p>(This list includes all bugfixes since the previous major version. Most of them
1502 have already been fixed in maintainance releases)</p>
1503
1504 <h3 id="about">About</h3>
1505
1506 <ul>
1507 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143">[7143]</a> Bug for tracking changes to the about page</li>
1508 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21441">[21441]</a> System information gives reference to a non-existant table</li>
1509 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662">[21662]</a> Missing developers from history</li>
1510 </ul>
1511
1512 <h3 id="acquisitions">Acquisitions</h3>
1513
1514 <ul>
1515 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6730">[6730]</a> Rename 'basket' filter to 'basket name' on receive page</li>
1516 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14850">[14850]</a> Funds from inactive budgets appear in 'Funds' dropdown on acqui/invoice.pl</li>
1517 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20782">[20782]</a> EDI: Clicking the 'Invoice' link on the 'EDI Messages' page does not take you directly to the corresponding invoice</li>
1518 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20865">[20865]</a> Remove space before : on order receive filters</li>
1519 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21089">[21089]</a> Overlapping elements in ordering information on acqui/supplier.pl</li>
1520 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21427">[21427]</a> Format prices on ordered/spent lists</li>
1521 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21659">[21659]</a> Link to basket groups from order receive page are broken</li>
1522 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21929">[21929]</a> Typo in orderreceive.tt</li>
1523 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21966">[21966]</a> Fix descriptions of acquisition permissions to be more clear (again)</li>
1524 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22110">[22110]</a> Editing adjustments doesn't work for Currencyformat != US</li>
1525 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22171">[22171]</a> Format shipping cost on invoice.pl with with 2 decimals</li>
1526 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22225">[22225]</a> Tax hints and prices on orderreceive.pl may not match</li>
1527 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22444">[22444]</a> currencies_manage permission doesn't provide link to manage currencies when selected alone</li>
1528 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22541">[22541]</a> Invoice adjustments: show invoice number and include link on ordered.pl and spent.pl</li>
1529 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22762">[22762]</a> Collection codes not displayed on receiving</li>
1530 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22791">[22791]</a> Calculation differs on aqui-home/spent and ordered.pl</li>
1531 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22907">[22907]</a> Cannot add new suggestion with strict SQL modes turned on</li>
1532 </ul>
1533
1534 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
1535
1536 <ul>
1537 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7862">[7862]</a> Warns when creating a new notice</li>
1538 </ul>
1539
1540 <blockquote>
1541   <p>Sponsored by Catalyst IT</p>
1542 </blockquote>
1543
1544 <ul>
1545 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10577">[10577]</a> C4::Budgets::GetBudgetPeriod has inappropriate overloading of its behavior</li>
1546 </ul>
1547
1548 <blockquote>
1549   <p>Part of the ongoing effort to improve the maintainability of our codebase.</p>
1550 </blockquote>
1551
1552 <ul>
1553 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12159">[12159]</a> Duplicate borrower_add_additional_fields function</li>
1554 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13795">[13795]</a> Delete unused columns from statistics table</li>
1555 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18584">[18584]</a> Our legacy code contains trailing-spaces</li>
1556 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19816">[19816]</a> output_pref must implement 'dateonly' for dateformat => rfc3339</li>
1557 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19920">[19920]</a> changepassword is exported from C4::Members but has been removed</li>
1558 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21036">[21036]</a> Fix a bunch of older warnings</li>
1559 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21170">[21170]</a> Warnings in MARCdetail.pl - isn't numeric in numeric eq (==)</li>
1560 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21172">[21172]</a> Warning in addbiblio.pl - Argument "01e" isn't numeric in numeric ne (!=)</li>
1561 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21478">[21478]</a> Koha::Hold->suspend_hold allows suspending in transit holds</li>
1562 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21622">[21622]</a> Incorrect GROUP BY clause in acqui/ scripts</li>
1563 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21759">[21759]</a> Avoid manually setting amountoutstanding in _FixAccountForLostAndReturned</li>
1564 </ul>
1565
1566 <blockquote>
1567   <p>This patch results in a proper offset always being recorded for auditing purposes when a user is refunded after returning a previously lost item.</p>
1568 </blockquote>
1569
1570 <ul>
1571 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21788">[21788]</a> C4::Circulation::ProcessOfflinePayment should pass library_id to ->pay</li>
1572 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21848">[21848]</a> Resolve unac_string warning from Circulation.t</li>
1573 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21905">[21905]</a> Plugin hook intranet_catalog_biblio_enhancements_toolbar_button incorrectly filtered</li>
1574 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21907">[21907]</a> Error from mainpage when Article requests enabled and either IndependentBranches or IndependentBranchesPatronModifications is enabled</li>
1575 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21909">[21909]</a> Koha::Account::outstanding_* methods should preserve call context</li>
1576 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21969">[21969]</a> Koha::Account->outstanding_* should look for debits/credits by checking 'amount'</li>
1577 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21987">[21987]</a> Local cover 'thumbnail' size is bigger than 'imagefile' size in biblioimages table</li>
1578 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22006">[22006]</a> Koha::Account::Line->item should return undef if no item linked</li>
1579 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22007">[22007]</a> KohaDates output does not need to be html filtered</li>
1580 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22033">[22033]</a> related_resultset is a hole in the Koha::Object logic</li>
1581 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22044">[22044]</a> NoRenewalBeforePrecision should be set by default for new installations</li>
1582 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22046">[22046]</a> Simplify C4::Matcher->get_matches</li>
1583 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22056">[22056]</a> Remove test/search.pl</li>
1584 </ul>
1585
1586 <blockquote>
1587   <p>Sponsored by Catalyst IT</p>
1588 </blockquote>
1589
1590 <ul>
1591 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22059">[22059]</a> Wrong exception parameters in Koha::Patron->set_password</li>
1592 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22084">[22084]</a> Plugin upgrade method and database plugin version storage will never be triggered for existing installs</li>
1593 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22097">[22097]</a> CataloguingLog should be suppressed for item branch transfers</li>
1594 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22124">[22124]</a> Update cataloguing plugin system to not generate type parameter in script tag</li>
1595 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22125">[22125]</a> branches.pickup_location should be flagged as boolean</li>
1596 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22219">[22219]</a> C4::Biblio->GetItemsForInventory can return wrong count / duplicated items when skipping waiting holds</li>
1597 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22391">[22391]</a> Incorrect GROUP BY in /acqui/ajax-getauthvaluedropbox.pl</li>
1598 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22451">[22451]</a> Asset plugin is using the version from the DB</li>
1599 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22472">[22472]</a> Should column_exists explode if the table does not exist?</li>
1600 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22542">[22542]</a> Back browser should not allow to see other patrons details (see bug 5371)</li>
1601 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22607">[22607]</a> Default value in issues.renewals should be '0' not null</li>
1602 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22729">[22729]</a> flgAnonymized shouldn't be NULL and should be renamed anonymized</li>
1603 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22748">[22748]</a> Wrong permission check in addbiblio.pl</li>
1604 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22749">[22749]</a> Koha::Item->hidden_in_opac should consider hidelostitems syspref</li>
1605 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22755">[22755]</a> Import Koha::Script to patron_emailer cronjob</li>
1606 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22813">[22813]</a> searchResults queries the Koha::Patron object inside two nested loops</li>
1607 </ul>
1608
1609 <h3 id="cataloging">Cataloging</h3>
1610
1611 <ul>
1612 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10345">[10345]</a> Copy number should be incremented when adding multiple items at once</li>
1613 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20491">[20491]</a> Use "Date due" in table header of item table</li>
1614 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21709">[21709]</a> Addbiblio shows clickable tag editor icons which do nothing</li>
1615 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21937">[21937]</a> Syspref autoBarcode annual doesn't increment properly barcode in some cases</li>
1616 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22122">[22122]</a> Make sequence of Z39.50 search options match in acq and cataloguing</li>
1617 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22242">[22242]</a> Javascript error in value builder cased by Select2</li>
1618 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22886">[22886]</a> Missing space between fields from Keyword to MARC mapping in cataloguing search</li>
1619 </ul>
1620
1621 <h3 id="circulation">Circulation</h3>
1622
1623 <ul>
1624 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13763">[13763]</a> Renew feature does not check for the BarcodeInputFilter option</li>
1625 </ul>
1626
1627 <blockquote>
1628   <p>Sponsored by Catalyst IT</p>
1629 </blockquote>
1630
1631 <ul>
1632 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14591">[14591]</a> book drop / drop box mode incorrectly decrements accrued overdue fines</li>
1633 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17236">[17236]</a> Add minute and hours to last checked out item display for hourly loans</li>
1634 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17347">[17347]</a> 'Renew' tab should ignore whitespace at begining and end of barcode</li>
1635 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18957">[18957]</a> Item renewed online does not show the time of renewal</li>
1636 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21013">[21013]</a> Missing itemtype for checkut makes patron summary print explode</li>
1637 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21030">[21030]</a> Date widget on suspend modal not working correctly</li>
1638 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21877">[21877]</a> Show authorized value description for withdrawn in checkout</li>
1639 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22054">[22054]</a> Display a nicer error message when trying to renew an on-site checkout from renew page</li>
1640 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22083">[22083]</a> Typo in circulation_batch_checkouts.tt</li>
1641 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22111">[22111]</a> Correctly format fines when placing holds (maxoutstanding warning)</li>
1642 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22119">[22119]</a> Add price formatting in circulation</li>
1643 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22120">[22120]</a> Add price formatting to patron summary print</li>
1644 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22130">[22130]</a> Batch checkout: authorized value description is never shown with notforloan status</li>
1645 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22200">[22200]</a> Forgiving a fine (FOR) does not create a FORGIVEN credit line</li>
1646 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22203">[22203]</a> Holds modal no longer links to patron</li>
1647 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22351">[22351]</a> SCSS conversion broke style on last checked out information</li>
1648 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22536">[22536]</a> Display problem in Holds to Pull report</li>
1649 </ul>
1650
1651 <h3 id="command-lineutilities">Command-line Utilities</h3>
1652
1653 <ul>
1654 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12488">[12488]</a> Make bulkmarcimport.pl -d use DELETE instead of TRUNCATE</li>
1655 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17746">[17746]</a> koha-reset-passwd should use Koha::Patron->set_password</li>
1656 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20537">[20537]</a> Warnings in overdue_notices.pl</li>
1657 </ul>
1658
1659 <blockquote>
1660   <p>Sponsored by Catalyst IT</p>
1661 </blockquote>
1662
1663 <ul>
1664 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20692">[20692]</a> koha-plack doesn't check for Include *-plack.conf line in /etc/apache2/sites-available/$INSTANCE.conf</li>
1665 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21855">[21855]</a> Remove deprecated delete_unverified_opac_registrations.pl cronjob</li>
1666 </ul>
1667
1668 <blockquote>
1669   <p>The functionality of delete_unverified_opac_registrations.pl was moved into the cleanup_database.pl cronjob. Please make sure to adjust your conjob configuration accordingly.</p>
1670 </blockquote>
1671
1672 <ul>
1673 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21908">[21908]</a> biblio_metadata is missing from the rebuild_zebra.pl tables list</li>
1674 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21975">[21975]</a> Unnecessary substitutions in automatic item modification by age</li>
1675 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22235">[22235]</a> Make maintenance scripts use koha-sip instead of koha-*-sip</li>
1676 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22299">[22299]</a> Typo in parameter of import_patrons.pl: preserve_extended_atributes</li>
1677 </ul>
1678
1679 <blockquote>
1680   <p>The --preserve-extended-atributes parameter for import_patrons.pl had a typo within it.  In this version we have fixed the typo and so the attribute name has been updated to --preserve-extended-attributes</p>
1681 </blockquote>
1682
1683 <ul>
1684 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22323">[22323]</a> Cronjob runreport.pl has a CSV encoding issue</li>
1685 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22397">[22397]</a> Wrong message in koha-sip --start</li>
1686 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22875">[22875]</a> Documentation misleading for import_patrons command line script</li>
1687 </ul>
1688
1689 <h3 id="coursereserves">Course reserves</h3>
1690
1691 <ul>
1692 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21003">[21003]</a> Don't show warning when editing a reserve item</li>
1693 </ul>
1694
1695 <h3 id="database">Database</h3>
1696
1697 <ul>
1698 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22634">[22634]</a> Standardize table creation for stockrotation* tables in kohacstructure.sql</li>
1699 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22782">[22782]</a> Schema change for SocialData</li>
1700 </ul>
1701
1702 <h3 id="developerdocumentation">Developer documentation</h3>
1703
1704 <ul>
1705 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20544">[20544]</a> Wrong comment in database documentation for items.itemnotes</li>
1706 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21290">[21290]</a> POD of ModItem mentions MARC for items</li>
1707 </ul>
1708
1709 <h3 id="documentation">Documentation</h3>
1710
1711 <ul>
1712 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19747">[19747]</a> No help page linked for article requests</li>
1713 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22174">[22174]</a> Add link to help page for API key management</li>
1714 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22687">[22687]</a> Typo in Koha::Manual breaks Portuguese links</li>
1715 </ul>
1716
1717 <h3 id="finesandfees">Fines and fees</h3>
1718
1719 <ul>
1720 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12166">[12166]</a> Improve display of hold charges in patron account</li>
1721 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21849">[21849]</a> Offsets not stored correctly in _FixOverduesOnReturn</li>
1722 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22066">[22066]</a> branchcode should be recorded for manual credits</li>
1723 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22138">[22138]</a> members/paycollect.pl has not been updated to have the new tab names</li>
1724 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22626">[22626]</a> 'Filter paid transactions' broken on Transactions tab in staff</li>
1725 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22628">[22628]</a> FFOR and VOID show up as codes to end users in OPAC, SCO and staff</li>
1726 </ul>
1727
1728 <h3 id="holdrequests">Hold requests</h3>
1729
1730 <ul>
1731 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7614">[7614]</a> Use branch transfer limits for determining available opac holds pickup locations</li>
1732 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15505">[15505]</a> Mark Hold Items 'On hold' instead of 'Available'</li>
1733 </ul>
1734
1735 <blockquote>
1736   <p>Corrects the display of status for items on hold in the OPAC.</p>
1737 </blockquote>
1738
1739 <ul>
1740 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20837">[20837]</a> CanItemBeReserved should follow ReservesControlBranch and not CircControl</li>
1741 </ul>
1742
1743 <blockquote>
1744   <p>WARNING: This patch corrects the behaviour of reserve rules such that they match the system preference descriptions. This may initial lead to confusion as prior to this the CircControl branches were used incorrectly. Settings for ReservesControlBranch and CircControl should be reviewed to ensure proper behaviour is enforced.</p>
1745 </blockquote>
1746
1747 <ul>
1748 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21263">[21263]</a> Pickup library not set correctly when using Default holds policy by item type</li>
1749 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21765">[21765]</a> AutoUnsuspendReserves manually sets holds fields instead of calling ->resume</li>
1750 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22650">[22650]</a> Can place multiple item level holds on a single item</li>
1751 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22688">[22688]</a> TT plugin for pickup locations code wrong</li>
1752 </ul>
1753
1754 <h3 id="holidays">Holidays</h3>
1755
1756 <ul>
1757 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21885">[21885]</a> Improve date selection on calendar for selecting the end date on a range</li>
1758 </ul>
1759
1760 <h3 id="i18nl10n">I18N/L10N</h3>
1761
1762 <ul>
1763 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19497">[19497]</a> Translatability: Get rid of "Edit [% field.name |html %] field"</li>
1764 </ul>
1765
1766 <blockquote>
1767   <p>Sponsored by Catalyst IT</p>
1768 </blockquote>
1769
1770 <ul>
1771 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21736">[21736]</a> Localization widget messages are not translatable</li>
1772 </ul>
1773
1774 <h3 id="ill">ILL</h3>
1775
1776 <ul>
1777 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21460">[21460]</a> Filtering ILL requests on borrowernumber does not work</li>
1778 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22101">[22101]</a> ILL requests missing in menu on advanced search page</li>
1779 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22121">[22121]</a> Display 'Price paid' on ILL requests according to CurrencyFormat pref</li>
1780 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22464">[22464]</a> Copyright notice does not pass forward request properties</li>
1781 </ul>
1782
1783 <h3 id="installationandupgradecommand-lineinstaller">Installation and upgrade (command-line installer)</h3>
1784
1785 <ul>
1786 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17496">[17496]</a> install-CPAN.pl documentation/removal</li>
1787 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20174">[20174]</a> Remove xml_sax.pl target from Makefile.pl</li>
1788 </ul>
1789
1790 <h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
1791
1792 <ul>
1793 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11922">[11922]</a> Add SHOW_BCODE patron attribute for Norwegian web installer</li>
1794 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21545">[21545]</a> Update German web Installer for 18.11</li>
1795 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21651">[21651]</a> Force insert of notices related tables during the install process</li>
1796 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21710">[21710]</a> Fix typo atributes in some installer files</li>
1797 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22095">[22095]</a> Dead link in web installer</li>
1798 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22527">[22527]</a> Web installer links to wrong database manual when database user doesn't have required privileges</li>
1799 </ul>
1800
1801 <blockquote>
1802   <p>Sponsored by Hypernova Oy</p>
1803 </blockquote>
1804
1805 <h3 id="labelpatroncardprinting">Label/patron card printing</h3>
1806
1807 <ul>
1808 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22878">[22878]</a> Cannot add a patron card layout with mysql strict mode on</li>
1809 </ul>
1810
1811 <h3 id="lists">Lists</h3>
1812
1813 <ul>
1814 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20891">[20891]</a> Lists in staff don't load when \ was used in the description</li>
1815 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21751">[21751]</a> fixFloat toolbar not displaying properly in Chrome</li>
1816 </ul>
1817
1818 <h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
1819
1820 <ul>
1821 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19994">[19994]</a> use Modern::Perl in Authorities perl scripts</li>
1822 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21450">[21450]</a> link_bibs_to_authorities.pl is caching searches without the auth type</li>
1823 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21880">[21880]</a> "Relationship information" disappears when accessing paginated results in authority searches</li>
1824 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21957">[21957]</a> LinkBibHeadingsToAuthorities can be called twice when running link_bibs_to_authorities</li>
1825 </ul>
1826
1827 <h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
1828
1829 <ul>
1830 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19648">[19648]</a> Repeated positions and some options missing in cataloguing plugin 007 (XML file)</li>
1831 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22034">[22034]</a> Viewing record with Default framework doesn't work on MARC tab</li>
1832 </ul>
1833
1834 <h3 id="notices">Notices</h3>
1835
1836 <ul>
1837 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14358">[14358]</a> Changing the module refreshes the page and resets library choice</li>
1838 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20937">[20937]</a> PrintNoticesMaxLines is not effective for overdue notices with a print type specified where a patron has an email</li>
1839 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21571">[21571]</a> Translate notices fail on ACCTDETAILS</li>
1840 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21829">[21829]</a> Date displays as a datetime in notices</li>
1841 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22002">[22002]</a> Each message_transport_type in the letters table is showing as a separate notice in Tools > Notices and slips</li>
1842 </ul>
1843
1844 <h3 id="opac">OPAC</h3>
1845
1846 <ul>
1847 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=403">[403]</a> Reserve process allows duplicate reserves</li>
1848 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10676">[10676]</a> OpacHiddenItems not working for restricted on OPAC detail</li>
1849 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13629">[13629]</a> SingleBranchMode removes both library and availability search from advanced search</li>
1850 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13782">[13782]</a> RSS for news needs a bit of styling</li>
1851 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19241">[19241]</a> Items with status of hold show as available in cart</li>
1852 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21192">[21192]</a> Borrower Fields on OPAC's Personal Details Screen Use Self Register Field Options Incorrectly</li>
1853 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21335">[21335]</a> Remove redundant includes of right-to-left.css</li>
1854 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21808">[21808]</a> Field 711 is not handled correctly in showAuthor XSLT for relator term or code</li>
1855 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21846">[21846]</a> Using emoji as tags doesn't discriminate between emoji when calculating weights or searching</li>
1856 </ul>
1857
1858 <blockquote>
1859   <p>Please note, this patch fixes issues going forward. It includes a maintenance script to allow you to fix any possible existing cases. Please see bugzilla for details.</p>
1860 </blockquote>
1861
1862 <ul>
1863 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21947">[21947]</a> Filtering order generates html in notes</li>
1864 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22058">[22058]</a> OPAC holdings table shows &nbsp; instead of blank</li>
1865 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22075">[22075]</a> Encoding problem with RIS export</li>
1866 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22118">[22118]</a> Format hold fee when placing holds in OPAC</li>
1867 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22207">[22207]</a> Course reserves page does not have unique body id</li>
1868 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22432">[22432]</a> Star ratings plugin replacement missing from a couple pages</li>
1869 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22501">[22501]</a> OPAC course reserves notes should allow html links</li>
1870 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22537">[22537]</a> Don't show Suspend all holds button when holds can no longer be susppended in OPAC</li>
1871 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22550">[22550]</a> OPAC suggestion form doesn't require mandatory fields</li>
1872 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22551">[22551]</a> Stray "//" appears at bottom of opac-detail.tt</li>
1873 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22560">[22560]</a> Forgotten password "token expired" page still shows boxes to reset password</li>
1874 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22561">[22561]</a> Forgotten password requirements hint doesn't list all rules for new passwords</li>
1875 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22620">[22620]</a> OPAC description for collection in opac-reserve.tt</li>
1876 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22624">[22624]</a> Show OPAC description for authorised values in OPAC</li>
1877 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22680">[22680]</a> OPAC language footer not positioned correctly</li>
1878 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22743">[22743]</a> OverDrive results page is missing overdrive-login include</li>
1879 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22772">[22772]</a> Menu link hover color incorrect in OPAC language choosers</li>
1880 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22816">[22816]</a> OPAC detail holdings table doesn't fill it's container</li>
1881 </ul>
1882
1883 <h3 id="packaging">Packaging</h3>
1884
1885 <ul>
1886 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21897">[21897]</a> Typo in postinst affecting zebra configuration file installation</li>
1887 </ul>
1888
1889 <h3 id="patrons">Patrons</h3>
1890
1891 <ul>
1892 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=375">[375]</a> When placing a reserve, item claims to have one reserve already</li>
1893 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19818">[19818]</a> Add id into tag html from moremember.tt</li>
1894 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20165">[20165]</a> Capitalization: Street Address should be Street address in patron search options</li>
1895 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20514">[20514]</a> Searching for a patrons using the address option doesn't work with streetnumber</li>
1896 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21535">[21535]</a> Anonymize function in Patron should not scramble email addresses</li>
1897 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21930">[21930]</a> Typo in the manage_circ_rules_from_any_libraries description</li>
1898 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21953">[21953]</a> Term "Lost item" is untranslatable</li>
1899 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22067">[22067]</a> Koha::Patron->can_see_patron_infos should return if no patron is passed</li>
1900 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22149">[22149]</a> Grammar fix in the manage_circ_rules_from_any_libraries description</li>
1901 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22646">[22646]</a> Fix use of PrivacyPolicyURL</li>
1902 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22781">[22781]</a> Fields on patron search results should be html/json filtered</li>
1903 </ul>
1904
1905 <h3 id="restapi">REST api</h3>
1906
1907 <ul>
1908 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21786">[21786]</a> Routes for credits should include library_id</li>
1909 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22216">[22216]</a> Make GET /patrons/{patron_id} staff only</li>
1910 </ul>
1911
1912 <h3 id="reports">Reports</h3>
1913
1914 <ul>
1915 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=447">[447]</a> Bookcount page has a holder gif that needs to be commented out</li>
1916 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20274">[20274]</a> itemtypes.plugin report: not handling item-level_itypes syspref</li>
1917 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20679">[20679]</a> Remove 'rows per page' from reports print layout</li>
1918 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22082">[22082]</a> Ambiguous column in patron stats</li>
1919 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22090">[22090]</a> Cash register report missing data in CSV export</li>
1920 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22147">[22147]</a> Hide 'Batch modify' button when printing reports</li>
1921 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22168">[22168]</a> Improve styling of new chart settings for reports</li>
1922 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22278">[22278]</a> Newly created report group is not selected after saving an SQL report</li>
1923 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22287">[22287]</a> Correct new charts CSS</li>
1924 </ul>
1925
1926 <h3 id="sip2">SIP2</h3>
1927
1928 <ul>
1929 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15221">[15221]</a> SIP server always sets the alert flag when item not returned</li>
1930 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19832">[19832]</a> SIP checkout removes extra hold on same biblio</li>
1931 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21997">[21997]</a> SIP patron information requests can lock patron out of account</li>
1932 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22043">[22043]</a> SIP Checkin Response alert flag set to often set to Y incorrectly</li>
1933 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22076">[22076]</a> SIP checkin for withdrawn item returns ok in checkin response</li>
1934 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22790">[22790]</a> The system preference itemBarcodeInputFilter is not applied for barcodes inputed via SIP2</li>
1935 </ul>
1936
1937 <h3 id="searching">Searching</h3>
1938
1939 <ul>
1940 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12441">[12441]</a> search.pl has incorrect reference to OPACdefaultSortField and OPACdefaultSortOrder</li>
1941 </ul>
1942
1943 <blockquote>
1944   <p>Sponsored by Catalyst IT</p>
1945 </blockquote>
1946
1947 <ul>
1948 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14716">[14716]</a> Correctly URI-encode URLs in XSLT result lists and detail pages</li>
1949 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18909">[18909]</a> Enable the maximum zebra records size to be specified per instance</li>
1950 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20823">[20823]</a> UNIMARC XSLT does not display 604$t</li>
1951 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22010">[22010]</a> RecordedBooks and OverDrive should check preferences over passing variables</li>
1952 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22154">[22154]</a> Subtype search for Format - Braille doesn't look for the right codes</li>
1953 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22595">[22595]</a> Items search is mixing inputs</li>
1954 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22596">[22596]</a> html TT filter is breaking items search with custom field</li>
1955 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22787">[22787]</a> Mapping missing for ů to u in word-phrase-utf-chr</li>
1956 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22901">[22901]</a> On item search authorised values select disappears on conditional change</li>
1957 </ul>
1958
1959 <h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1960
1961 <ul>
1962 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19670">[19670]</a> search_marc_map.marc_field should have COLLATE= utf8mb4_bin</li>
1963 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21084">[21084]</a> Searching for authorities with 'contains' gives no results if search terms include punctuation</li>
1964 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22228">[22228]</a> Elasticsearch - standalone colons should be escaped when performing a search</li>
1965 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22246">[22246]</a> Elasticsearch indexing needs a maximum length for <code>__sort</code> fields</li>
1966 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22295">[22295]</a> Elasticsearch - Advanced search should group terms entered in a single input</li>
1967 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22339">[22339]</a> Elasticsearch - fixed field mappings should match MARC ranges</li>
1968 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22413">[22413]</a> Elasticsearch - Search settings are lost after sorting, faceting or paging</li>
1969 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22474">[22474]</a> Authority and biblio field mapping improperly shared</li>
1970 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22495">[22495]</a> Restore su-geo field in Elasticsearch mappings</li>
1971 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22892">[22892]</a> Warning when reindexing without parameters</li>
1972 </ul>
1973
1974 <h3 id="searching-zebra">Searching - Zebra</h3>
1975
1976 <ul>
1977 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22073">[22073]</a> Diacritics Ž and ž not being mapped for searching (Non-ICU)</li>
1978 </ul>
1979
1980 <h3 id="selfcheckout">Self checkout</h3>
1981
1982 <ul>
1983 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18387">[18387]</a> 404 errors on page causes SCO user to be logged out</li>
1984 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22274">[22274]</a> Self-checkout pages not covered by OPAC CSS changes</li>
1985 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22378">[22378]</a> Fix sound alerts on SCO</li>
1986 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22739">[22739]</a> Self check in module JS breaks if  SelfCheckInTimeout  is unset</li>
1987 </ul>
1988
1989 <h3 id="serials">Serials</h3>
1990
1991 <ul>
1992 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13735">[13735]</a> Item form in serials module doesn't respect max length set in the frameworks</li>
1993 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15149">[15149]</a> Serials: Test prediction pattern does not consider Subscription start and end date</li>
1994 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16231">[16231]</a> Correct permission handling in subscription edit menu</li>
1995 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21845">[21845]</a> Sort of issues in OPAC subscription table</li>
1996 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22156">[22156]</a> Subscription result list sorts on "checkbox" by default</li>
1997 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22239">[22239]</a> JavaScript error on subscription detail page when there are no orders</li>
1998 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22404">[22404]</a> Some labels in subscription add form has wrong parameter "for"</li>
1999 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22934">[22934]</a> Add missing use statement to Koha::AdditionalFieldValue</li>
2000 </ul>
2001
2002 <h3 id="staffclient">Staff Client</h3>
2003
2004 <ul>
2005 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17698">[17698]</a> Make patron notes show up on staff dashboard</li>
2006 </ul>
2007
2008 <blockquote>
2009   <p>RMNOTE - REMOVE FROM RELEASE NOTES - 18.11 FEATURE</p>
2010 </blockquote>
2011
2012 <ul>
2013 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19046">[19046]</a> IntranetCatalogSearchPulldown doesn't retain last selection</li>
2014 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21802">[21802]</a> Edit notices form is not aligned with accordeon headers</li>
2015 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21904">[21904]</a> Patron search library dropdown should be limited  by group if "Hide patron info" is enabled for group</li>
2016 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22419">[22419]</a> Removing multiple records from intranet cart causes browser timeout</li>
2017 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22914">[22914]</a> Add holds column to batch item delete to fix show/hide columns behaviour</li>
2018 </ul>
2019
2020 <h3 id="systemadministration">System Administration</h3>
2021
2022 <ul>
2023 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7403">[7403]</a> Remove warning from CataloguingLog system preference</li>
2024 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15110">[15110]</a> Improve decreaseHighHolds system preference description</li>
2025 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18011">[18011]</a> Enrollment period date on patron category can be set in the past without any error/warning messages</li>
2026 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18143">[18143]</a> Silence floody MARC framework export</li>
2027 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21637">[21637]</a> Capitalization: EasyAnalyticalRecords syspref option "Don't Display" should be "Don't display"</li>
2028 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21926">[21926]</a> Enhance OAI-PMH:archiveID system preference description</li>
2029 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21961">[21961]</a> Typo in permission keeps Did you mean? config from showing up</li>
2030 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22009">[22009]</a> Fix error messages for classification sources and filing rules</li>
2031 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22170">[22170]</a> Library group description input field should be longer</li>
2032 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22575">[22575]</a> Item type administration uses invalid error class for dialog</li>
2033 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22962">[22962]</a> Wrong punctuation in RisExportAdditionalFields system preference</li>
2034 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22965">[22965]</a> Typo in Classification Sources description on Admin homepage (admin-home.tt)</li>
2035 </ul>
2036
2037 <h3 id="templates">Templates</h3>
2038
2039 <ul>
2040 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8387">[8387]</a> Hide headings in tools when user has no permissions for any listed below</li>
2041 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10562">[10562]</a> Improve Leader06 Type Labels in MARC21slim2OPACResults.xsl</li>
2042 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20102">[20102]</a> Remove attribute "text/css" for style element used in staff client templates</li>
2043 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20658">[20658]</a> Move template JavaScript to the footer: Installer and onboarding</li>
2044 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21130">[21130]</a> Detail XSLT produces translatable HTML class</li>
2045 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21840">[21840]</a> Fix some typos in the templates</li>
2046 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21866">[21866]</a> Rephrase "Warning: This <em>report</em> was written for an older version of Koha" to refer to plugins</li>
2047 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21990">[21990]</a> No background color for div.error, must be .alert</li>
2048 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22080">[22080]</a> Easier translation of ElasticSearch mappings page</li>
2049 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22113">[22113]</a> Add price formatting on item lost report</li>
2050 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22116">[22116]</a> Add price formatting to rental charge and replacement price on items tab in staff</li>
2051 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22197">[22197]</a> Add Mana KB link to administration sidebar menu</li>
2052 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22236">[22236]</a> Translation should generate tags with consistent attribute order</li>
2053 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22250">[22250]</a> Clean up Mana KB integration with serials and reports</li>
2054 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22300">[22300]</a> Staff search results: Opt groups in 'sort' pull down are not well formatted</li>
2055 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22303">[22303]</a> Wrong bottom in virtualshelves/addbybiblionumber.tt</li>
2056 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22422">[22422]</a> improve item location display with class "shelvingloc"</li>
2057 </ul>
2058
2059 <blockquote>
2060   <p>Expands CSS class "shelvingloc" to additional pages in both intranet and OPAC.</p>
2061 </blockquote>
2062
2063 <ul>
2064 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22452">[22452]</a> Typos in add a comment to Mana modal</li>
2065 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22466">[22466]</a> TT methods must not be escaped</li>
2066 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22475">[22475]</a> Shelving location doesn't appear on tags list view</li>
2067 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22477">[22477]</a> Missing DataTables configuration when searching patrons for holds</li>
2068 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22586">[22586]</a> IntranetReportsHomeHTML no longer renders as HTML on reports-home.pl</li>
2069 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22698">[22698]</a> Fix incorrect button classes</li>
2070 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22702">[22702]</a> Circulation note on patron page should allow for HTML tags</li>
2071 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22716">[22716]</a> Use gender-neutral pronouns in system preference descriptions</li>
2072 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22746">[22746]</a> Another typo found in mana-subscription-search-result.inc (Mana KB)</li>
2073 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22800">[22800]</a> No need to raw filter the mandatory fields var (OPAC suggestions)</li>
2074 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22889">[22889]</a> Fix typos librairies and libaries</li>
2075 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22932">[22932]</a> GetLatestSerials should not return formatted date</li>
2076 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22973">[22973]</a> Remove type attribute from script tags: Staff client includes 2/2</li>
2077 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22975">[22975]</a> Remove type attribute from script tags: Acquisitions</li>
2078 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22979">[22979]</a> Remove type attribute from script tags: Authorities</li>
2079 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22981">[22981]</a> Remove type attribute from script tags: Catalog</li>
2080 </ul>
2081
2082 <h3 id="testsuite">Test Suite</h3>
2083
2084 <ul>
2085 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14334">[14334]</a> DBI fighting DBIx over Autocommit in tests</li>
2086 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21671">[21671]</a> Koha/Patron/Modifications.t is failing randomly</li>
2087 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21692">[21692]</a> Koha::Account->new has no tests</li>
2088 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22107">[22107]</a> Avoid deleting data in some tests</li>
2089 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22254">[22254]</a> t/db_dependent/Koha/Patrons.t contains a DateTime math error</li>
2090 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22416">[22416]</a> Search.t tests need adjustment for EasyAnalyticRecords syspref</li>
2091 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22433">[22433]</a> SIP/Transaction.t is failing randomly</li>
2092 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22453">[22453]</a> TestBuilder should generate now() using the current timezone</li>
2093 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22493">[22493]</a> DecreaseLoanHighHolds.t creates some items/patrons with set values</li>
2094 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22547">[22547]</a> C4::Overdues - UpdateFine is barely tested</li>
2095 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22808">[22808]</a> Move Cache.t to db_dependent</li>
2096 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22850">[22850]</a> SharedContent.t wrongly use ->set_userenv</li>
2097 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22917">[22917]</a> Circulation.t fails if tests are ran slowly</li>
2098 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22930">[22930]</a> Make TestBuilder more strict about wrong arguments</li>
2099 </ul>
2100
2101 <h3 id="tools">Tools</h3>
2102
2103 <ul>
2104 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19915">[19915]</a> Inventory tool doesn't use cn_sort for callnumber ranges</li>
2105 </ul>
2106
2107 <blockquote>
2108   <p>This patch brings the inventory tool inline with other pages displaying data sorted by callnumbers by also adopting the use of cn_sort for sorting.</p>
2109 </blockquote>
2110
2111 <ul>
2112 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20634">[20634]</a> Inventory form has 2 identical labels "Library:"</li>
2113 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21465">[21465]</a> Cannot overlay patrons when matching by cardnumber if userid exists in file and in Koha</li>
2114 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21831">[21831]</a> Marc modification templates move all action moves only one field</li>
2115 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21861">[21861]</a> The MARC modification template actions editor does not always validate user input</li>
2116 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22011">[22011]</a> Typo in Item Batch Modification</li>
2117 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22022">[22022]</a> Authorised values on the batch item modification page are not displayed in order (order by code, not lib)</li>
2118 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22036">[22036]</a> Tidy up tags/review script</li>
2119 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22069">[22069]</a> Log viewer not displaying item renewals</li>
2120 </ul>
2121
2122 <blockquote>
2123   <p>This patch fixes the search for 'renewal', so both item renewals and patron renewals are found.</p>
2124 </blockquote>
2125
2126 <ul>
2127 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22136">[22136]</a> Import patrons notes hides a note because the syspref isn't referenced correctly</li>
2128 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22365">[22365]</a> Warn on Log Viewer</li>
2129 </ul>
2130
2131 <blockquote>
2132   <p>Sponsored by Catalyst IT</p>
2133 </blockquote>
2134
2135 <ul>
2136 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22411">[22411]</a> Dates in log viewer not formatted correctly</li>
2137 </ul>
2138
2139 <h3 id="webservices">Web services</h3>
2140
2141 <ul>
2142 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22597">[22597]</a> Remove "more_subfields_xml" from GetPatronInfo response (xml broken)</li>
2143 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22742">[22742]</a> RenewLoan return wrong datetime format</li>
2144 </ul>
2145
2146 <h2 id="newsysprefs">New sysprefs</h2>
2147
2148 <ul>
2149 <li>AccountAutoReconcile</li>
2150 <li>AllowRenewalOnHoldOverride</li>
2151 <li>AutoReturnCheckedOutItems</li>
2152 <li>AutoShareWithMana</li>
2153 <li>EmailAddressForSuggestions</li>
2154 <li>EmailPurchaseSuggestions</li>
2155 <li>FallbackToSMSIfNoEmail</li>
2156 <li>ILLModuleUnmediated</li>
2157 <li>ILLOpacbackends</li>
2158 <li>IllLog</li>
2159 <li>IndependentBranchesTransfers</li>
2160 <li>LibrisKey</li>
2161 <li>LibrisURL</li>
2162 <li>Mana</li>
2163 <li>MaxItemsToDisplayForBatchMod</li>
2164 <li>NoRenewalBeforePrecision</li>
2165 <li>OPACOpenURLItemTypes</li>
2166 <li>OPACShowOpenURL</li>
2167 <li>OpacMoreSearches</li>
2168 <li>OpenURLImageLocation</li>
2169 <li>OpenURLResolverURL</li>
2170 <li>OpenURLText</li>
2171 <li>OrderPriceRounding</li>
2172 <li>OverDriveUsername</li>
2173 <li>PatronAnonymizeDelay</li>
2174 <li>PatronRemovalDelay</li>
2175 <li>RESTBasicAuth</li>
2176 <li>RESTPublicAPI</li>
2177 <li>SelfCheckAllowByIPRanges</li>
2178 <li>SendAllEmailsTo</li>
2179 <li>UnsubscribeReflectionDelay</li>
2180 <li>UpdateItemLocationOnCheckin</li>
2181 </ul>
2182
2183 <h2 id="systemrequirements">System requirements</h2>
2184
2185 <p>Important notes:</p>
2186
2187 <ul>
2188 <li>Perl 5.10 is required</li>
2189 <li>Zebra is required</li>
2190 </ul>
2191
2192 <h2 id="documentation">Documentation</h2>
2193
2194 <p>The Koha manual is maintained in Sphinx. The home page for Koha 
2195 documentation is </p>
2196
2197 <ul>
2198 <li><a href="http://koha-community.org/documentation/">Koha Documentation</a></li>
2199 </ul>
2200
2201 <p>As of the date of these release notes, only the English version of the
2202 Koha manual is available:</p>
2203
2204 <ul>
2205 <li><a href="http://koha-community.org/manual/19.05/en/html/">Koha Manual</a></li>
2206 </ul>
2207
2208 <p>The Git repository for the Koha manual can be found at</p>
2209
2210 <ul>
2211 <li><a href="https://gitlab.com/koha-community/koha-manual">Koha Git Repository</a></li>
2212 </ul>
2213
2214 <h2 id="translations">Translations</h2>
2215
2216 <p>Complete or near-complete translations of the OPAC and staff
2217 interface are available in this release for the following languages:</p>
2218
2219 <ul>
2220 <li>Arabic (93.2%)</li>
2221 <li>Armenian (100%)</li>
2222 <li>Basque (60.3%)</li>
2223 <li>Chinese (China) (60.9%)</li>
2224 <li>Chinese (Taiwan) (96.5%)</li>
2225 <li>Czech (88.7%)</li>
2226 <li>Danish (52.9%)</li>
2227 <li>English (New Zealand) (84%)</li>
2228 <li>English (USA)</li>
2229 <li>Finnish (79.5%)</li>
2230 <li>French (93.4%)</li>
2231 <li>French (Canada) (94.1%)</li>
2232 <li>German (100%)</li>
2233 <li>German (Switzerland) (87.2%)</li>
2234 <li>Greek (74.6%)</li>
2235 <li>Hindi (98.7%)</li>
2236 <li>Italian (89%)</li>
2237 <li>Norwegian Bokmål (90.1%)</li>
2238 <li>Occitan (post 1500) (56.9%)</li>
2239 <li>Polish (81.6%)</li>
2240 <li>Portuguese (100%)</li>
2241 <li>Portuguese (Brazil) (92.4%)</li>
2242 <li>Slovak (85.6%)</li>
2243 <li>Spanish (100%)</li>
2244 <li>Swedish (89.7%)</li>
2245 <li>Turkish (93%)</li>
2246 <li>Ukrainian (58.2%)</li>
2247 <li>Vietnamese (50.9%)</li>
2248 </ul>
2249
2250 <p>Partial translations are available for various other languages.</p>
2251
2252 <p>The Koha team welcomes additional translations; please see</p>
2253
2254 <ul>
2255 <li><a href="http://wiki.koha-community.org/wiki/Translating_Koha">Koha Translation Info</a></li>
2256 </ul>
2257
2258 <p>For information about translating Koha, and join the koha-translate 
2259 list to volunteer:</p>
2260
2261 <ul>
2262 <li><a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate">Koha Translate List</a></li>
2263 </ul>
2264
2265 <p>The most up-to-date translations can be found at:</p>
2266
2267 <ul>
2268 <li><a href="http://translate.koha-community.org/">Koha Translation</a></li>
2269 </ul>
2270
2271 <h2 id="releaseteam">Release Team</h2>
2272
2273 <p>The release team for Koha 19.05.00 is</p>
2274
2275 <ul>
2276 <li>Release Manager: Nick Clemens</li>
2277 <li>Release Manager assistants:
2278 <ul>
2279 <li>Tomás Cohen Arazi</li>
2280 <li>Jonathan Druart</li>
2281 </ul></li>
2282 <li>QA Manager: Katrin Fischer</li>
2283 <li>QA Team:
2284 <ul>
2285 <li>Tomás Cohen Arazi</li>
2286 <li>Alex Arnaud</li>
2287 <li>Chris Cormack</li>
2288 <li>Jonathan Druart</li>
2289 <li>Kyle Hall</li>
2290 <li>Julian Maurice</li>
2291 <li>Josef Moravec</li>
2292 <li>Martin Renvoize</li>
2293 <li>Marcel de Rooy</li>
2294 </ul></li>
2295 <li>Topic Experts:
2296 <ul>
2297 <li>REST API -- Tomás Cohen Arazi</li>
2298 <li>SIP2 -- Colin Campbell</li>
2299 <li>EDI -- Colin Campbell</li>
2300 <li>UI Design -- Owen Leonard</li>
2301 <li>Elasticsearch -- Ere Maijala</li>
2302 </ul></li>
2303 <li>Bug Wranglers:
2304 <ul>
2305 <li>Indranil Das Gupta</li>
2306 <li>Jon Knight</li>
2307 <li>Luis Moises Rojas</li>
2308 </ul></li>
2309 <li>Packaging Manager: Mirko Tietgen</li>
2310 <li>Documentation Manager: Caroline Cyr-La-Rose</li>
2311 <li><p>Documentation Team:</p>
2312
2313 <ul>
2314 <li>David Nind</li>
2315 <li>Lucy Vaux-Harvey</li>
2316 </ul></li>
2317 <li><p>Translation Managers: </p>
2318
2319 <ul>
2320 <li>Indranil Das Gupta</li>
2321 <li>Bernardo González Kriegel</li>
2322 </ul></li>
2323 <li><p>Wiki curators: </p>
2324
2325 <ul>
2326 <li>Caroline Cyr-La-Rose</li>
2327 </ul></li>
2328 <li>Release Maintainers:
2329 <ul>
2330 <li>18.05 -- Lucas Gass</li>
2331 <li>18.05 -- Jesse Maseto</li>
2332 <li>18.11 -- Martin Renvoize</li>
2333 <li>17.11 -- Fridolin Somers</li>
2334 </ul></li>
2335 <li>Release Maintainer assistants:
2336 <ul>
2337 <li>18.05 -- Kyle Hall</li>
2338 </ul></li>
2339 </ul>
2340
2341 <h2 id="credits">Credits</h2>
2342
2343 <p>We thank the following libraries who are known to have sponsored
2344 new features in Koha 19.05.00:</p>
2345
2346 <ul>
2347 <li>Arcadia Public Library</li>
2348 <li>Brimbank Library, Australia</li>
2349 <li>ByWater Solutions</li>
2350 <li>Carnegie-Stout Public Library</li>
2351 <li>Catalyst IT</li>
2352 <li>Cheshire Libraries Shared Services</li>
2353 <li>City of Portsmouth Public Library</li>
2354 <li>Gothenburg University Library</li>
2355 <li>Halton Borough Council</li>
2356 <li>Hypernova Oy</li>
2357 <li>Middletown Township Public Library</li>
2358 <li>National Library of Finland</li>
2359 <li>PTFS Europe</li>
2360 <li>Pueblo City-County Library District</li>
2361 <li>Round Rock Public Library</li>
2362 <li>Sefton Council</li>
2363 <li>Theke Solutions</li>
2364 </ul>
2365
2366 <p>We thank the following individuals who contributed patches to Koha 19.05.00.</p>
2367
2368 <ul>
2369 <li>Morgane Alonso (2)</li>
2370 <li>Ethan Amohia (3)</li>
2371 <li>Aleisha Amohia (12)</li>
2372 <li>Jasmine Amohia (13)</li>
2373 <li>Tomás Cohen Arazi (175)</li>
2374 <li>Alex Arnaud (14)</li>
2375 <li>Philippe Blouin (1)</li>
2376 <li>Henry Bolshaw (1)</li>
2377 <li>David Bourgault (2)</li>
2378 <li>Christopher Brannon (7)</li>
2379 <li>Alex Buckley (4)</li>
2380 <li>Colin Campbell (3)</li>
2381 <li>Frédérick Capovilla (1)</li>
2382 <li>Galen Charlton (1)</li>
2383 <li>Nick Clemens (280)</li>
2384 <li>David Cook (2)</li>
2385 <li>Chris Cormack (2)</li>
2386 <li>Olivier Crouzet (1)</li>
2387 <li>Caroline Cyr-La-Rose (2)</li>
2388 <li>Frédéric Demians (2)</li>
2389 <li>Jonathan Druart (175)</li>
2390 <li>Nicole Engard (1)</li>
2391 <li>Magnus Enger (2)</li>
2392 <li>Charles Farmer (1)</li>
2393 <li>Katrin Fischer (88)</li>
2394 <li>Lucas Gass (5)</li>
2395 <li>Claire Gravely (2)</li>
2396 <li>David Gustafsson (11)</li>
2397 <li>Kyle Hall (71)</li>
2398 <li>Helene Hickey (9)</li>
2399 <li>Andrew Isherwood (63)</li>
2400 <li>Te Rauhina Jackson (1)</li>
2401 <li>Mackey Johnstone (1)</li>
2402 <li>Andreas Jonsson (4)</li>
2403 <li>Pasi Kallinen (2)</li>
2404 <li>Jack Kelliher (2)</li>
2405 <li>Olli-Antti Kivilahti (2)</li>
2406 <li>Jon Knight (1)</li>
2407 <li>Jiří Kozlovský (1)</li>
2408 <li>Bernardo González Kriegel (1)</li>
2409 <li>Thatcher Leonard (1)</li>
2410 <li>Owen Leonard (164)</li>
2411 <li>Olivia Lu (4)</li>
2412 <li>Ere Maijala (17)</li>
2413 <li>Hayley Mapley (12)</li>
2414 <li>Julian Maurice (17)</li>
2415 <li>Matthias Meusburger (4)</li>
2416 <li>Jose-Mario Monteiro-Santos (1)</li>
2417 <li>Josef Moravec (102)</li>
2418 <li>Agustín Moyano (8)</li>
2419 <li>Björn Nylen (2)</li>
2420 <li>Nicholas Van Oudtshoorn (2)</li>
2421 <li>Eric Phetteplace (1)</li>
2422 <li>Liz Rea (22)</li>
2423 <li>Martin Renvoize (175)</li>
2424 <li>Marcel de Rooy (43)</li>
2425 <li>Andreas Roussos (3)</li>
2426 <li>Maryse Simard (3)</li>
2427 <li>Kris Sinnaeve (1)</li>
2428 <li>Eivin Giske Skaaren (1)</li>
2429 <li>Fridolin Somers (36)</li>
2430 <li>Arthur Suzuki (2)</li>
2431 <li>Lari Taskula (4)</li>
2432 <li>Lyon 3 Team (1)</li>
2433 <li>Pierre-Marc Thibault (1)</li>
2434 <li>Mirko Tietgen (2)</li>
2435 <li>Mark Tompsett (9)</li>
2436 <li>Koha translators (1)</li>
2437 <li>Jesse Weaver (4)</li>
2438 <li>Baptiste Wojtkowski (1)</li>
2439 <li>Nazlı Çetin (9)</li>
2440 </ul>
2441
2442 <p>We thank the following libraries, companies, and other institutions who contributed
2443 patches to Koha 19.05.00</p>
2444
2445 <ul>
2446 <li>abunchofthings.net (2)</li>
2447 <li>ACPL (164)</li>
2448 <li>BibLibre (75)</li>
2449 <li>BSZ BW (90)</li>
2450 <li>ByWater-Solutions (359)</li>
2451 <li>Catalyst (19)</li>
2452 <li>Coeur D'Alene Public Library (7)</li>
2453 <li>Devinim (9)</li>
2454 <li>Equinox (1)</li>
2455 <li>etf.edu (1)</li>
2456 <li>f1ebe1bec408 (4)</li>
2457 <li>Göteborgs Universitet (7)</li>
2458 <li>Independant Individuals (165)</li>
2459 <li>jkozlovsky.cz (1)</li>
2460 <li>jns.fi (6)</li>
2461 <li>Koha Community Developers (175)</li>
2462 <li>Kreablo AB (4)</li>
2463 <li>Libeo (1)</li>
2464 <li>Libriotech (2)</li>
2465 <li>Loughborough University (1)</li>
2466 <li>parliament.uk (1)</li>
2467 <li>Prosentient Systems (2)</li>
2468 <li>PTFS-Europe (241)</li>
2469 <li>Rijks Museum (43)</li>
2470 <li>Solutions inLibro inc (10)</li>
2471 <li>stacmail.net (2)</li>
2472 <li>Tamil (2)</li>
2473 <li>The City of Joensuu (2)</li>
2474 <li>Theke Solutions (183)</li>
2475 <li>ub.lu.se (2)</li>
2476 <li>Universidad Nacional de Córdoba (1)</li>
2477 <li>University of Helsinki (17)</li>
2478 <li>Université Jean Moulin Lyon 3 (2)</li>
2479 <li>Wellington East Girls' College (13)</li>
2480 <li>wgc.school.nz (9)</li>
2481 </ul>
2482
2483 <p>We also especially thank the following individuals who tested patches
2484 for Koha.</p>
2485
2486 <ul>
2487 <li>Hugo Agud (2)</li>
2488 <li>Axel Amghar (1)</li>
2489 <li>Ethan Amohia (2)</li>
2490 <li>Aleisha Amohia (2)</li>
2491 <li>Jasmine Amohia (2)</li>
2492 <li>Tomás Cohen Arazi (192)</li>
2493 <li>Alex Arnaud (18)</li>
2494 <li>Marjorie Barry-Vila (3)</li>
2495 <li>Oliver Behnke (1)</li>
2496 <li>Bob Bennhoff (7)</li>
2497 <li>Anne-Claire Bernaudin (2)</li>
2498 <li>David Bourgault (1)</li>
2499 <li>Arthur Bousquet (2)</li>
2500 <li>Christopher Brannon (4)</li>
2501 <li>Mikaël Olangcay Brisebois (17)</li>
2502 <li>Alex Buckley (1)</li>
2503 <li>Galen Charlton (1)</li>
2504 <li>Barton Chittenden (3)</li>
2505 <li>Claudio (1)</li>
2506 <li>Nick Clemens (1619)</li>
2507 <li>David Cook (3)</li>
2508 <li>Chris Cormack (27)</li>
2509 <li>Sarah Cornell (4)</li>
2510 <li>Devlyn Courtier (2)</li>
2511 <li>Frédéric Demians (2)</li>
2512 <li>Michal Denar (85)</li>
2513 <li>John Doe (2)</li>
2514 <li>Jonathan Druart (88)</li>
2515 <li>Nicole Engard (1)</li>
2516 <li>Magnus Enger (7)</li>
2517 <li>Charles Farmer (20)</li>
2518 <li>Andrew Farthing (3)</li>
2519 <li>Bouzid Fergani (2)</li>
2520 <li>Katrin Fischer (466)</li>
2521 <li>Martha Fuerst (2)</li>
2522 <li>Brendan Gallagher (4)</li>
2523 <li>Lucas Gass (12)</li>
2524 <li>Stephen Graham (2)</li>
2525 <li>Claire Gravely (26)</li>
2526 <li>Victor Grousset (1)</li>
2527 <li>Kyle Hall (192)</li>
2528 <li>Geeta Halley (2)</li>
2529 <li>Frank Hansen (1)</li>
2530 <li>Helene Hickey (2)</li>
2531 <li>Andrew Isherwood (9)</li>
2532 <li>Dilan Johnpullé (1)</li>
2533 <li>Mackey Johnstone (3)</li>
2534 <li>Andreas Jonsson (1)</li>
2535 <li>Jose-Mario (1)</li>
2536 <li>Pasi Kallinen (2)</li>
2537 <li>Jack Kelliher (3)</li>
2538 <li>Jill Kleven (3)</li>
2539 <li>Jon Knight (1)</li>
2540 <li>Rhonda Kuiper (1)</li>
2541 <li>Marie-Luce Laflamme (1)</li>
2542 <li>Nicolas Legrand (6)</li>
2543 <li>Owen Leonard (96)</li>
2544 <li>Olivia Lu (1)</li>
2545 <li>Andreas Hedström Mace (1)</li>
2546 <li>Ere Maijala (3)</li>
2547 <li>Jayne Maisey (2)</li>
2548 <li>Hayley Mapley (35)</li>
2549 <li>Jesse Maseto (1)</li>
2550 <li>Julian Maurice (15)</li>
2551 <li>Martin McGovern (1)</li>
2552 <li>Janet McGowan (2)</li>
2553 <li>Jose-Mario Monteiro-Santos (22)</li>
2554 <li>Josef Moravec (395)</li>
2555 <li>Agustín Moyano (7)</li>
2556 <li>David Nind (29)</li>
2557 <li>Björn Nylen (3)</li>
2558 <li>Jessica Ofsa (2)</li>
2559 <li>Dobrica Pavlinušić (1)</li>
2560 <li>David Peacock (2)</li>
2561 <li>Eric Phetteplace (1)</li>
2562 <li>Séverine Queune (28)</li>
2563 <li>Liz Rea (170)</li>
2564 <li>Martin Renvoize (452)</li>
2565 <li>David Roberts (1)</li>
2566 <li>Benjamin Rokseth (3)</li>
2567 <li>Marcel de Rooy (177)</li>
2568 <li>Paola Rossi (1)</li>
2569 <li>BWS Sandboxes (2)</li>
2570 <li>Lisette Scheer (8)</li>
2571 <li>Maribeth Shafer (1)</li>
2572 <li>Maryse Simard (27)</li>
2573 <li>Jogiraju Tallapragada (2)</li>
2574 <li>Lari Taskula (1)</li>
2575 <li>Pierre-Marc Thibault (44)</li>
2576 <li>Mirko Tietgen (2)</li>
2577 <li>Mark Tompsett (11)</li>
2578 <li>Te Rahui Tunua (1)</li>
2579 <li>Ed Veal (1)</li>
2580 <li>Marc Véron (3)</li>
2581 <li>Niamh Walker-Headon (13)</li>
2582 <li>Bin Wen (26)</li>
2583 <li>George Williams (1)</li>
2584 <li>Mengü Yazıcıoğlu (6)</li>
2585 <li>Nazlı Çetin (4)</li>
2586 </ul>
2587
2588 <p>We thank the following individuals who mentored new contributors to the Koha project.</p>
2589
2590 <ul>
2591 <li>Owen Leonard</li>
2592 </ul>
2593
2594 <p>We regret any omissions.  If a contributor has been inadvertently missed,
2595 please send a patch against these release notes to 
2596 koha-patches@lists.koha-community.org.</p>
2597
2598 <h2 id="revisioncontrolnotes">Revision control notes</h2>
2599
2600 <p>The Koha project uses Git for version control.  The current development 
2601 version of Koha can be retrieved by checking out the master branch of:</p>
2602
2603 <ul>
2604 <li><a href="git://git.koha-community.org/koha.git">Koha Git Repository</a></li>
2605 </ul>
2606
2607 <p>The branch for this version of Koha and future bugfixes in this release
2608 line is master.</p>
2609
2610 <h2 id="bugsandfeaturerequests">Bugs and feature requests</h2>
2611
2612 <p>Bug reports and feature requests can be filed at the Koha bug
2613 tracker at:</p>
2614
2615 <ul>
2616 <li><a href="http://bugs.koha-community.org">Koha Bugzilla</a></li>
2617 </ul>
2618
2619 <p>He rau ringa e oti ai.
2620 (Many hands finish the work)</p>
2621
2622 <p>Autogenerated release notes updated last on 30 May 2019 13:50:57.</p>