View | Details | Raw Unified | Return to bug 11573
Collapse All | Expand All

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

Return to bug 11573