e65a499a21d9aa6025017de2405990f067aa9f3b
[koha.git] / misc / release_notes / release_notes_19_11_00.html
1 <h1 id="releasenotesforkoha19.11.00">RELEASE NOTES FOR KOHA 19.11.00</h1>
2
3 <p>27 Nov 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.11.00 can be downloaded from:</p>
15
16 <ul>
17 <li><a href="http://download.koha-community.org/koha-19.11-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.11.00 is a major release, that comes with many new features.</p>
28
29 <p>It includes 7 security fixes, 20 new features, 146 enhancements, 367 bugfixes.</p>
30
31 <h3 id="systemrequirements">System requirements</h3>
32
33 <p>Koha is continiously tested against the following configurations and as such these are the recommendations for 
34 deployment: </p>
35
36 <ul>
37 <li>Debian Jessie with MySQL 5.5</li>
38 <li>Debian Stretch with MariaDB 10.1 (MySQL 8.0 support is experimental)</li>
39 <li>Ubuntu Bionic with MariaDB 10.1 (MariaDB 10.3 support is experimental) </li>
40 </ul>
41
42 <p>Additional notes:</p>
43
44 <ul>
45 <li>Perl 5.10 is required</li>
46 <li>Zebra or Elasticsearch is required</li>
47 </ul>
48
49 <h2 id="securitybugs">Security bugs</h2>
50
51 <h3 id="koha">Koha</h3>
52
53 <ul>
54 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22543">[22543]</a> Patron might be logged in again using browser back button</li>
55 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23025">[23025]</a> security vulnerability detected in fstream &lt; 1.0.12 defined in yarn.lock</li>
56 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23042">[23042]</a> Local login attempt populates shibboleth url with userid and password in plain text</li>
57 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23058">[23058]</a> Cross-site scripting in OPAC search</li>
58 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23329">[23329]</a> tracklinks.pl accepts any url from a parameter for proxying if not tracking</li>
59 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23451">[23451]</a> Reflected XSS in opac-imageviewer.pl</li>
60 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23836">[23836]</a> tracklinks.pl should not forward if TrackClicks is disabled</li>
61 </ul>
62
63 <h2 id="newfeatures">New features</h2>
64
65 <h3 id="cataloging">Cataloging</h3>
66
67 <ul>
68 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17179">[17179]</a> Advanced editor: Add keyboard shortcuts to repeat (duplicate) a field, and cut text</p>
69
70 <p><strong>Sponsored by</strong> <em>Round Rock Public Library</em></p>
71
72 <blockquote>
73   <p>This patchset introduces an internal clipboard to the advanced editor and provides some new functionality to make use of it; The following default shortcuts are provided but can be edited as per bug 21411.</p>
74   
75   <p>Changed:</p>
76   
77   <ul>
78   <li><code>Ctrl-X</code>: Now cuts a line into the clipboard area</li>
79   <li><code>Shift-Ctrl-X</code>: Now cuts current subfield into clipboard area</li>
80   </ul>
81   
82   <p>Added:</p>
83   
84   <ul>
85   <li><code>Ctrl-C</code>: Copies a line into the clipboard area</li>
86   <li><code>Shift-Ctrl-C</code>: Copies current subfield into clipboard area</li>
87   <li><code>Ctrl-P</code>: Pastes the selected item from the clipboard at cursor</li>
88   <li><code>Ctrl-I</code>: Copies the current line and inserts onto a new line below</li>
89   </ul>
90 </blockquote></li>
91 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22445">[22445]</a> Ability to define a URL for custom cover images</p>
92
93 <p><strong>Sponsored by</strong> <em>Orex Digital</em></p>
94
95 <blockquote>
96   <p>This development adds the ability to use alternative cover art providers who provide covers openly via consistent URLs.
97   Three new system preferences are introduced, <code>CustomCoverImagesURL</code>,  <code>CustomCoverImages</code> and  <code>OPACCustomCoverImages</code>.</p>
98 </blockquote></li>
99 </ul>
100
101 <h3 id="finesandfees">Fines and fees</h3>
102
103 <ul>
104 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23228">[23228]</a> Add option to automatically display payment receipt for printing after making a payment</p>
105
106 <blockquote>
107   <p>This enhancement adds the optional ability to automatically popup the receipt print dialogue upon successful payments in the staff client.</p>
108   
109   <p>Note: The new <code>FinePaymentAutoPopup</code> must be enabled and popup blocker may require setting to allow popups for your Koha staff client domain.</p>
110 </blockquote></li>
111 </ul>
112
113 <h3 id="holdrequests">Hold requests</h3>
114
115 <ul>
116 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19618">[19618]</a> Add 'Club Holds' feature</p>
117
118 <p><strong>Sponsored by</strong> <em>South East Kansas Library System</em></p>
119
120 <blockquote>
121   <p>This new feature adds the ability for clubs to place a hold for bibs. When such a hold is placed, in the background a hold will be automatically placed for each member of the group in random order.</p>
122 </blockquote></li>
123 </ul>
124
125 <h3 id="opac">OPAC</h3>
126
127 <ul>
128 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22581">[22581]</a> Add support for Plaine &amp; Easie musical incipits rendering in OPAC</p>
129
130 <p><strong>Sponsored by</strong> <em>Biblioteca Provincial Fr. Mamerto Esquiú (Provincia Franciscana de la Asunción)</em></p>
131
132 <blockquote>
133   <p>This development adds support for displaying Plaine &amp; Easie musical incipits in the OPAC.  With this feature enabled, when a cataloguer adds incipits codes to the 031 MARC21 fields they will display as musical scores and optionally include a short audio clip.</p>
134 </blockquote></li>
135 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23214">[23214]</a> Add ability to pay guarantees fines</p>
136
137 <blockquote>
138   <p>This new feature gives guarantors the option to pay off their guarantees charges using online payments via the OPAC.</p>
139 </blockquote></li>
140 </ul>
141
142 <h3 id="patrons">Patrons</h3>
143
144 <ul>
145 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570">[14570]</a> Make it possible to add multiple guarantors to a record</p>
146
147 <p><strong>Sponsored by</strong> <em>Northeast Kansas Library System</em> and <em>Vermont Organization of Koha Automated Libraries</em></p>
148
149 <blockquote>
150   <p>This development adds the ability for a patron to have an unlimited number of guarantors in any combination of existing Koha patrons and manually added guarantors ( e.g. the guarantor has no patron record in Koha ).</p>
151   
152   <p>This feature retains the existing behaviour for importing guarantors during patron imports; However, guarantors can no longer be viewed, added or updated via the REST API.</p>
153   
154   <p>Reports that utilize <code>borrowers.guarantorid</code> will need to be updated.</p>
155 </blockquote></li>
156 </ul>
157
158 <h3 id="pluginarchitecture">Plugin architecture</h3>
159
160 <ul>
161 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22706">[22706]</a> Add plugin hooks to allow custom password strength checking modules</p>
162
163 <blockquote>
164   <p>This new feature allows plugin authors to implement a <code>check_password</code> method to enable custom password validation routines.</p>
165   
166   <p><strong>Warning</strong>: Care should be taken when installing any plugins and only plugins you trust should be used.  The hook introduced here allows plugin authors to potentially steel plain text passwords during patron creations and updates.</p>
167 </blockquote></li>
168 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22709">[22709]</a> Add hooks to notify plugins of biblio and item changes</p>
169
170 <blockquote>
171   <p>This new feature allows plugin authors to implement <code>after_biblio_action</code> and <code>after_item_action</code> methods which may be used to take various actions upon biblio and item creations, modifications and deletions.</p>
172   
173   <p><strong>Warning</strong>: Care should be taken when installing any plugins and only plugins you trust should be used.</p>
174 </blockquote></li>
175 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22834">[22834]</a> Add a method for plugins to return the absolute path for bundled files</p>
176
177 <blockquote>
178   <p>This new feature allows plugin authors to construct absolute paths to resources contained within their plugins using the new <code>bundle_path</code> method.</p>
179   
180   <p>This can be used to aid in serving static content.</p>
181   
182   <p><strong>Warning</strong>: Care should be taken when installing any plugins and only plugins you trust should be used.</p>
183 </blockquote></li>
184 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22835">[22835]</a> Serve static files from plugins through the API</p>
185
186 <p><strong>Sponsored by</strong> <em>Theke Solutions</em></p>
187
188 <blockquote>
189   <p>This new feature allows plugin authors to serve static files through the API without the requirement to tweak the Apache configuration files. Routes to the static files tree are automatically loaded from a specially crafted file the plugin authors need to include in the distributed .kpz files.</p>
190   
191   <p><strong>Warning</strong>: Care should be taken when installing any plugins and only plugins you trust should be used.a</p>
192 </blockquote></li>
193 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23050">[23050]</a> Add hook to add a tab in intranet biblio details page</p>
194
195 <blockquote>
196   <p>This new feature allows plugin authors to add additional tabs to the intranet biblio details page.  The new <code>intranet_catalog_biblio_tab</code> method which should return an array of <code>Koha::Plugins::Tab</code> objects is introduced.</p>
197   
198   <p><strong>Warning</strong>: Care should be taken when installing any plugins and only plugins you trust should be used.</p>
199 </blockquote></li>
200 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23237">[23237]</a> Add support for [% INCLUDE %] in plugin templates</p>
201
202 <blockquote>
203   <p>The new feature allows plugin authors to use template <code>[% INCLUDE %]</code> directives in their templates. It does so by introducing a new variable, <code>PLUGIN_DIR</code>, allowing the template engine to locate the includes.</p>
204   
205   <p><strong>Usage</strong>: <code>[% INCLUDE "$PLUGIN_DIR/header.tt" %]</code></p>
206   
207   <p><strong>Warning</strong>: Care should be taken when installing any plugins and only plugins you trust should be used.</p>
208 </blockquote></li>
209 </ul>
210
211 <h3 id="restapi">REST API</h3>
212
213 <ul>
214 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16825">[16825]</a> Add API route for getting an item</p>
215
216 <p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
217 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17003">[17003]</a> Add API route to get checkout's renewability</p></li>
218 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23517">[23517]</a> Add API route to update a holds priority</li>
219 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23584">[23584]</a> Add public API routes to change privacy settings</li>
220 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23677">[23677]</a> Add API route to get a bibliographic record</li>
221 </ul>
222
223 <h3 id="staffclient">Staff Client</h3>
224
225 <ul>
226 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23321">[23321]</a> Add 'cash registers' to the accounts system</p>
227
228 <p><strong>Sponsored by</strong> <em>Cheshire Libraries Shared Services</em> and <em>PTFS Europe</em></p>
229
230 <blockquote>
231   <p>This new feature adds the ability to define cash registers in Koha and assign transactions to them. It introduces the new <code>UseCashRegisters</code> system preference which when enabled will expose the cash register management screen under the administration area and also require a cash register to be associated with any transaction of the payment type <code>CASH</code>.</p>
232 </blockquote></li>
233 </ul>
234
235 <h3 id="z39.50sruopensearchservers">Z39.50 / SRU / OpenSearch Servers</h3>
236
237 <ul>
238 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13937">[13937]</a> Add an Elasticsearch-compatible Z39.50/SRU daemon</p>
239
240 <p><strong>Sponsored by</strong> <em>National Library of Finland</em></p>
241
242 <blockquote>
243   <p>This development allows libraries wishing to run Elasticsearch but also serve as a public SRU/Z39.50 gateway to do so without running Zebra in parallel.</p>
244 </blockquote></li>
245 </ul>
246
247 <h2 id="enhancements">Enhancements</h2>
248
249 <h3 id="acquisitions">Acquisitions</h3>
250
251 <ul>
252 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14669">[14669]</a> Search orders by managing library</li>
253 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20254">[20254]</a> Forbid the download of duplicate EDI messages</li>
254 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20595">[20595]</a> EDI: Add support for LRP (Library Rotation Plan) for Koha with Stock Rotation enabled</p>
255
256 <p><strong>Sponsored by</strong> <em>PTFS Europe</em></p>
257
258 <blockquote>
259   <p>This enhancement allows items to be automatically added to rotas at acquisition time by using the LRP (Library Rotation Plan) field in EDI.a</p>
260 </blockquote></li>
261 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23522">[23522]</a> Show "Actual price" in basket when available</p>
262
263 <p><strong>Sponsored by</strong> <em>Virginia Tech</em></p></li>
264 </ul>
265
266 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
267
268 <ul>
269 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18928">[18928]</a> Move <code>holdallowed</code>, <code>hold_fulfillment_policy</code> and <code>returnbranch</code> into the <code>circulation_rules</code> table.</p>
270
271 <blockquote>
272   <p><strong>Reports note</strong>: This changes the database schema, reports referencing the <code>default_branch_circ_rules</code>, <code>default_circ_rules</code>, <code>default_branch_item_rules</code> or <code>branch_item_rules</code> tables will need to be updated</p>
273 </blockquote></li>
274 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18930">[18930]</a> Move 'refund lost item fee rules' into the <code>circulation_rules</code> table</p>
275
276 <blockquote>
277   <p><strong>Reports note</strong>: This changes the database schema, reports referencing the <code>refund_lost_item_fee_rules</code> table will need to be updated</p>
278 </blockquote></li>
279 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22563">[22563]</a> Convert lost handling to use 'status' instead of multiple accounttypes</p>
280
281 <blockquote>
282   <p><strong>Reports note</strong>: The <code>accounttype</code> for lost item fees has been updated from 'L' to 'LOST' and for lost item returned credits it has been updated from 'CR' to 'LOST_RETURNED'. The <code>status</code> field is now used to track the reason why an 'OVERDUE' fee has stopped incrementing and it may include 'LOST'</p>
283 </blockquote></li>
284 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610">[22610]</a> SIP Payment Types should be moved out of accountype</p>
285
286 <blockquote>
287   <p><strong>Reports note</strong>: SIP2 <code>accounttypes</code> have been deprecated in favour of using standard accounttypes across transactions in the accountlines. Reports should be updated to use <code>payment_type</code> to distinguish between the different SIP2 payment type as required.</p>
288 </blockquote></li>
289 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22721">[22721]</a> Normalize GetMarcFromKohaField calls</p></li>
290 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22837">[22837]</a> Koha::Account::Line->apply should not require a 'set' of debits</li>
291 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23068">[23068]</a> Add ability for Koha to handle X-Forwarded-For headers so REMOTE_ADDR features work behind a proxy</li>
292 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23152">[23152]</a> koha_object[s]_class methods must be implemented when needed</li>
293 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23230">[23230]</a> Make Koha::Plugins::Base::<em>version</em>compare OO</li>
294 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23272">[23272]</a> Koha::AuthorisedValue should use Koha::Object::Limit::Library</li>
295 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23281">[23281]</a> Add Koha::Objects::Limit::Library</li>
296 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23414">[23414]</a> Improve performance of C4/XSLT/buildKohaItemsNamespace</li>
297 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23580">[23580]</a> Add C4::Context->yaml_preference</p>
298
299 <blockquote>
300   <p>This trivial patch adds a convenient way to retrieve YAML-based  system preferences in the code, avoiding the need to handle the decoding in each place they are used.</p>
301 </blockquote></li>
302 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23623">[23623]</a> Use the new API and remove /svc scripts for privacy settings</p></li>
303 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23770">[23770]</a> Add Koha::Object(s)->to_api method</p>
304
305 <p><strong>Sponsored by</strong> <em>ByWater Solutions</em></p></li>
306 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23793">[23793]</a> Add an EmbedItems RecordProcessor filter for MARC::Record objects</p></li>
307 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23807">[23807]</a> Add Koha::Item->as_marc_field</li>
308 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23843">[23843]</a> Make existing endpoints use Koha::Object(s)->to_api</li>
309 </ul>
310
311 <h3 id="authentication">Authentication</h3>
312
313 <ul>
314 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23146">[23146]</a> Add support for Basic auth on the OAuth2 token endpoint</p>
315
316 <p><strong>Sponsored by</strong> <em>ByWater Solutions</em></p>
317
318 <blockquote>
319   <p>This patchset adds flexibility to the OAuth2 implementation regarding how the parameters are passed on the request. The original implementation of OAuth2 only contemplated the option to pass the client_id and client_secret parameters on the request body. It is very common that clients expect to be able to pass them as a Basic authorization header.</p>
320 </blockquote></li>
321 </ul>
322
323 <h3 id="cataloging">Cataloging</h3>
324
325 <ul>
326 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15497">[15497]</a> Limit item types by library</p>
327
328 <p><strong>Sponsored by</strong> <em>Central Kansas Library System</em>, <em>Northeast Kansas Library System</em> and <em>South East Kansas Library System</em></p></li>
329 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17178">[17178]</a> Add a popup/keyboard shortcuts for diacritics and symbols in the advanced cataloging editor</p>
330
331 <p><strong>Sponsored by</strong> <em>Round Rock Public Library</em></p></li>
332 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23602">[23602]</a> Library limitations should display in the item types table</p></li>
333 </ul>
334
335 <h3 id="circulation">Circulation</h3>
336
337 <ul>
338 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14697">[14697]</a> Extend and enhance "Claims returned" lost status</p>
339
340 <p><strong>Sponsored by</strong> <em>Fargo Public Library</em> and <em>North Central Regional Library System</em></p>
341
342 <blockquote>
343   <p>This enhancement extends the "Claims returned" lost status and allows staff to track items that patrons claim to have returned. Items are marked as "Claims returned" from the checkout page in the staff side.</p>
344   
345   <p>There are 3 new systems preferences to set for this functionality to work: <code>ClaimReturnedChargeFee</code>, <code>ClaimReturnedLostValue</code> and <code>ClaimReturnedWarningThreshold</code></p>
346 </blockquote></li>
347 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17492">[17492]</a> Show warning if patron's age is out of category limits</p>
348
349 <blockquote>
350   <p>This development adds a warning at checkout if a patron is found to have an age that is outside their categories age range and allows the staff user to immediately update the patrons' category from the warning dialogue.</p>
351 </blockquote></li>
352 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20194">[20194]</a> Display both biblioitems.itemtype and items.itype in circulation screens</p></li>
353 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20959">[20959]</a> Style checkin form more like the checkout form, with collapsed settings panel</li>
354 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23328">[23328]</a> Some check-in messages should be dismissable</li>
355 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23507">[23507]</a> Add ability to show and print change given on fee receipt from FinePaymentAutoPopup</li>
356 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23686">[23686]</a> Check onsite checkout when the last checkout was an onsite one</li>
357 </ul>
358
359 <h3 id="command-lineutilities">Command-line Utilities</h3>
360
361 <ul>
362 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16219">[16219]</a> Runreport.pl should allow SQL parameters to be passed on the command line</li>
363 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17168">[17168]</a> Add a command line script for updating patron category based on status</p>
364
365 <p><strong>Sponsored by</strong> <em>Round Rock Public Library</em></p>
366
367 <blockquote>
368   <p>These patches introduce a new script to replace the <code>j2a.pl</code> script with a more flexible set of options.</p>
369   
370   <p><code>misc/cronjobs/update_patrons_category.pl</code> can now be used to update patrons who are older or younger than their patron categories to a category chosen by the user.</p>
371   
372   <p>Additionally, this script allows users to specify a fine total to update patrons, to use any specified borrowers field, and to run by category and/or branch.</p>
373   
374   <p>The intention here is to assist in automating updating patrons for schools or libraries where patrons are regularly changed - patrons with fines can be moved to 'probational statuses' or patrons without fines can be moved to 'privileged statuses'.</p>
375   
376   <p>The flexibility should allow for various workflows to be automated via cronjob.</p>
377 </blockquote></li>
378 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22509">[22509]</a> Add a script to generate MARC fields containing date formatted strings</p>
379
380 <p><strong>Sponsored by</strong> <em>Orex Digital</em></p></li>
381 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23346">[23346]</a> Add without-db-name parameter to koha-dump</p>
382
383 <blockquote>
384   <p>This enhancement is the first step in allowing a koha database dump file to be restored into another koha instance.</p>
385   
386   <p>One can now pass the <code>--without-db-name</code> option to <code>koha-dump</code> to attain a zipped sql dump with no longer contains the <code>CREATE DATABASE</code> and <code>USE</code> statements within the restore file.</p>
387 </blockquote></li>
388 </ul>
389
390 <h3 id="finesandfees">Fines and fees</h3>
391
392 <ul>
393 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6759">[6759]</a> Use a different account type for account renewals than for new accounts</p>
394
395 <blockquote>
396   <p>This enhancement makes account renewal charges distinct from initial account registration charges.</p>
397   
398   <p><strong>Reports note</strong>: Prior to this patch both account creations and account renewals would result in an accountline with accounttype <code>A</code>; After this patch account creations will result in an accountline with accounttype <code>ACCOUNT</code> and account renewals will result in ana ccountline with accounttype <code>ACCOUNT_RENEW</code>.</p>
399 </blockquote></li>
400 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22627">[22627]</a> Rephrase 'your fines and charges' tab in OPAC</p>
401
402 <p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
403 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23049">[23049]</a> Replace MANUAL_INV authorised value with a dedicated table</p>
404
405 <blockquote>
406   <p>This patchset moves the <code>MANUAL_INV</code> authorized values into their own table and adds an interface into the administration pages to allow the addition and modification of such account types.</p>
407   
408   <p>This serves as the foundation for enhancing the accounts system and leads to clearer code and more consistent data via database-level constraints.</p>
409   
410   <p><strong>Reports note</strong>: Reports will need to be updated to look in the new debit_type_code field for accountlines of type 'debit' and use the updated coded values.</p>
411 </blockquote></li>
412 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23805">[23805]</a> Add a dedicated credit_types table</p>
413
414 <blockquote>
415   <p>This patchset moves the remaining accounttypes, all of which should be credits after bug 23049, into their own table.</p>
416   
417   <p>This serves as the foundation for enhancing the accounts system and leads to clearer code and more consistent data via database-level constraints.</p>
418   
419   <p><strong>Reports note</strong>: Reports will need to be updated to look in the new credit_type_code field for accountlines of type 'credit' and use the updated coded values.</p>
420 </blockquote></li>
421 </ul>
422
423 <h3 id="holdrequests">Hold requests</h3>
424
425 <ul>
426 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22922">[22922]</a> Allow to modify hold and hold expiration date in staff</li>
427 </ul>
428
429 <h3 id="holidays">Holidays</h3>
430
431 <ul>
432 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15260">[15260]</a> Option for extended loan with useDaysMode</p>
433
434 <p><strong>Sponsored by</strong> <em>Cheshire East Council</em>, <em>Cheshire West and Chester Council</em>, <em>Newcastle City Council</em> and <em>Sefton Council</em></p>
435
436 <blockquote>
437   <p>The <code>useDaysMode</code> system preference has been enhanced to include an additional option.</p>
438   
439   <p>This allows libraries to dictate that if the library is closed on the usual due date, the loan period should be pushed forward to the next open day which is the same day of the week.</p>
440   
441   <p>For example : If an item should be due back on a Tuesday but that particular Tuesday is closed, then instead of it being due back the Wednesday (usual behaviour when due date is pushed forward to next open day), it would actually be due back the next available open Tuesday.</p>
442   
443   <p><strong>Note</strong>: This preference setting only works in multiples of 7.</p>
444 </blockquote></li>
445 </ul>
446
447 <h3 id="i18nl10n">I18N/L10N</h3>
448
449 <ul>
450 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23631">[23631]</a> fr-CA translation of NEW_SUGGESTION notice</li>
451 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23983">[23983]</a> Contextualization of "Order" (verb) vs "Order" (noun)</li>
452 </ul>
453
454 <h3 id="labelpatroncardprinting">Label/patron card printing</h3>
455
456 <ul>
457 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23464">[23464]</a> Update the process of quick spine label printing</li>
458 </ul>
459
460 <h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
461
462 <ul>
463 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18309">[18309]</a> UNIMARC update from IFLA for new Koha installations</li>
464 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20364">[20364]</a> Show languages from MARC21 field 041 in intranet</p>
465
466 <blockquote>
467   <p>This patch adds language data from the 041 field of bibliographic records to both the search results and details pages of the staff client.</p>
468 </blockquote></li>
469 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20434">[20434]</a> UNIMARC update from IFLA for existing Koha installations</p></li>
470 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22884">[22884]</a> Remove ending . from XSLT templates</li>
471 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23731">[23731]</a> Display LC call number in OPAC and staff detail pages</li>
472 </ul>
473
474 <h3 id="notices">Notices</h3>
475
476 <ul>
477 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21180">[21180]</a> Allow Talking Tech outbound script to limit based on patron home library branchcode</li>
478 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23278">[23278]</a> Reopen last panel upon "Save and continue" in notices</li>
479 </ul>
480
481 <h3 id="opac">OPAC</h3>
482
483 <ul>
484 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5287">[5287]</a> Add floating toolbar to search results in OPAC</li>
485 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8778">[8778]</a> Add Keyword phrase search to OPAC search</li>
486 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20691">[20691]</a> Add ability for guarantors to view guarantee's fines in OPAC</li>
487 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21701">[21701]</a> Have PayPal optionally return to originating OPAC url rather than OPACBaseURL</li>
488 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23096">[23096]</a> Add floating toolbar to OPAC lists</li>
489 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23299">[23299]</a> Switch address1 and streetnumber for German address format on opac-memberentry</li>
490 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23392">[23392]</a> Support MARC21 indicators for private note fields</li>
491 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23566">[23566]</a> Continue on device - with QR codes</li>
492 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23633">[23633]</a> Filter out historical charges by default on a users 'your charges' page</li>
493 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23694">[23694]</a> Author "By" should have its own class</li>
494 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23720">[23720]</a> Add div wrapper to search results to make moving cover images easier</li>
495 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23791">[23791]</a> Allow granular control of social networks enabled by SocialNetworks syspref</li>
496 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23903">[23903]</a> Replace OPAC icons with Font Awesome</p>
497
498 <blockquote>
499   <p>This patchset updates the majority of icons in the opac to use Font Awesome icons. It improves the consistency of icons, icon alignment and also gives a minor performance boost in opac display.</p>
500 </blockquote></li>
501 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23955">[23955]</a> Replace famfamfam icon in OPAC holds template</p></li>
502 </ul>
503
504 <h3 id="packaging">Packaging</h3>
505
506 <ul>
507 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23400">[23400]</a> Add --status to koha-indexer</li>
508 </ul>
509
510 <h3 id="patrons">Patrons</h3>
511
512 <ul>
513 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23219">[23219]</a> Show a warning about cancelling their holds before a patron is deleted</li>
514 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23697">[23697]</a> Add auto complete for patron search in patron module</p>
515
516 <blockquote>
517   <p>This enhancement adds an optional auto-complete function to the patron search field when in the patrons module.</p>
518   
519   <p>The <code>CircAutocompl</code> system preference is renamed to <code>PatronAutoComplete</code> and use for both the circulation and patrons module auto-complete.</p>
520 </blockquote></li>
521 </ul>
522
523 <h3 id="pluginarchitecture">Plugin architecture</h3>
524
525 <ul>
526 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21073">[21073]</a> Improve plugin performance</p>
527
528 <blockquote>
529   <p>Before this patch, whenever a plugin hook was reached in koha code we would iteratively load plugins looking for one that may support the method.  This patch adds database level caching of this data so we do one database call instead of iteratively calling 'load'.</p>
530 </blockquote></li>
531 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23191">[23191]</a> Administrators should be able to install plugins from the command line</p>
532
533 <blockquote>
534   <p>This patch adds a new script <code>misc/devel/install_plugins.pl</code> which allows system administrators the option of installing plugins via the command line as opposed to requiring the web side UI.</p>
535 </blockquote></li>
536 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23213">[23213]</a> Add hook to OPAC payments to allow plugins to set minimum payment threshold</p></li>
537 </ul>
538
539 <h3 id="restapi">REST API</h3>
540
541 <ul>
542 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17005">[17005]</a> Extend /checkouts route to list circulation history</li>
543 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23667">[23667]</a> Add API route for listing items</li>
544 </ul>
545
546 <h3 id="reports">Reports</h3>
547
548 <ul>
549 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15422">[15422]</a> Number of items to order on holds ratio report will not fulfill the holds ratio</li>
550 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23206">[23206]</a> Batch patron modification from reports which return cardnumber</p>
551
552 <blockquote>
553   <p>This enhancement adds <code>Batch patron modification</code> to the available options display when a report outputs a list of borrowernumbers or cardnumbers.</p>
554 </blockquote></li>
555 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23389">[23389]</a> Add 'All' option to report value dropdowns</p>
556
557 <blockquote>
558   <p>This enhancement adds the ability to optionally include an <code>all</code> option in report placeholders allowing for an 'All' option to be displayed in filter select lists.</p>
559   
560   <p><strong>Usage</strong>: <code>WHERE branchcode LIKE &lt;&lt;Branch|branches:all&gt;&gt;</code></p>
561 </blockquote></li>
562 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23390">[23390]</a> Add placeholder syntax for column names</p>
563
564 <blockquote>
565   <p>This enhancement allows for renaming columns used to trigger batch modification actions in reports. Before this patch, a column had to be called 'itemnumber' to be sent from reports to batch modification. With this enhancement, you can specify <code>[[itemnumber| Koha_internal_id]]</code> to allow for a clearer name for the end-user and to allow translation of terms like 'itemnumber' while preserving the batch modification functionality.</p>
566 </blockquote></li>
567 </ul>
568
569 <h3 id="sip2">SIP2</h3>
570
571 <ul>
572 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20292">[20292]</a> Filter/censor info sent via SIP</p>
573
574 <p><strong>Sponsored by</strong> <em>Duchesne County Library</em> and <em>Uintah Library System</em></p>
575
576 <blockquote>
577   <p>This enhancement allows the administrator to set if, and which, fields should not be sent to third-party SIP2 clients for privacy reasons.</p>
578 </blockquote></li>
579 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20954">[20954]</a> Add ability to set syspref overrides in SIP as we can in Apache</p>
580
581 <p><strong>Sponsored by</strong> <em>South East Kansas Library System</em></p></li>
582 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22540">[22540]</a> Add ability to place holds using SIP CLI emulator</p></li>
583 </ul>
584
585 <h3 id="searching">Searching</h3>
586
587 <ul>
588 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23386">[23386]</a> Add language of original in advanced search - staff client</li>
589 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23543">[23543]</a> Adding withdrawn to the item search</li>
590 </ul>
591
592 <h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
593
594 <ul>
595 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17851">[17851]</a> Add Elasticsearch config to koha-conf.xml</p>
596
597 <p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
598 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20334">[20334]</a> Elasticsearch - Option for escaping slashes in search queries</p></li>
599 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20589">[20589]</a> Add field boosting and use elastic query fields parameter instead of deprecated _all</li>
600 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20607">[20607]</a> Elasticsearch - ability to add a relevancy weight in mappings.yaml file</li>
601 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22592">[22592]</a> Elasticsearch - Support for index scan</li>
602 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22826">[22826]</a> Allow indexing of individual authority records in Elasticsearch</li>
603 </ul>
604
605 <h3 id="serials">Serials</h3>
606
607 <ul>
608 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21588">[21588]</a> Add "Collapse/Expand" options on subscription-detail page</li>
609 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23435">[23435]</a> Add multiple copies of an item when receiving in serials</p>
610
611 <p><strong>Sponsored by</strong> <em>Brimbank City Council</em></p></li>
612 </ul>
613
614 <h3 id="staffclient">Staff Client</h3>
615
616 <ul>
617 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18421">[18421]</a> Make Coce cover images available for staff search</li>
618 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21245">[21245]</a> Move 'Last patron' button inside of the 'breadcrumb' bar</li>
619 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23711">[23711]</a> Icons on staff main page should be font icons</li>
620 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23803">[23803]</a> Add Font Awesome icon to cart in staff interface</li>
621 </ul>
622
623 <h3 id="systemadministration">System Administration</h3>
624
625 <ul>
626 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529">[11529]</a> Add subtitle, medium and part fields to biblio table</p>
627
628 <p><strong>Sponsored by</strong> <em>National Library of Finland</em></p>
629
630 <blockquote>
631   <p>Keywords to MARC mapping functionality has been replaced with additional Koha fields in the bibliographic framework. </p>
632   
633   <p>The keyword mapping only offered a single field, subtitle, and the information was always retrieved from the MARC record, which made it relatively slow. The subtitle and other relevant fields are now available as normal Koha fields:</p>
634
635 <pre><code>biblio.medium - Medium information (MARC 21: 245h, UNIMARC: 200b)
636 biblio.subtitle - Subtitle (MARC 21: 245b, UNIMARC: 200e)
637 biblio.part_number - Part number (MARC 21: 245n, UNIMARC: 200h)
638 biblio.part_name - Part name (MARC 21: 245p, UNIMARC: 200i)
639 </code></pre>
640   
641   <p>The subfields in the default framework are automatically updated to include these new fields unless they are already mapped to another Koha field.</p>
642   
643   <p><strong>Important note</strong>: misc/batchRebuildBiblioTables.pl should be run, after this enhancement is applied, to populate the fields in the database, and it will take some time for larger databases.</p>
644 </blockquote></li>
645 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21574">[21574]</a> Local use system preferences page doesn't have the system preferences menu</p></li>
646 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23179">[23179]</a> Add 'Edit subfields' to framework management tag dropdown and clarify options</li>
647 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23606">[23606]</a> Add columns configuration and export options to item types administration</li>
648 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23611">[23611]</a> Add export option to authorized values administration</li>
649 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23866">[23866]</a> HEA submission preferences should prompt similar to ManaKB</li>
650 </ul>
651
652 <h3 id="templates">Templates</h3>
653
654 <ul>
655 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7074">[7074]</a> Show subtitle, part and number of a record in list of checkins</li>
656 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17057">[17057]</a> Remove event attributes from holds template</li>
657 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21058">[21058]</a> Missing class for results_summary spans</li>
658 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21824">[21824]</a> Add ability to format dates in various formats in templates</p>
659
660 <blockquote>
661   <p>This patchset allows end-users to use advanced date formatting options within template toolkit based notices and slips.</p>
662 </blockquote></li>
663 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21852">[21852]</a> Add more columns and column configuration to overdues report</p></li>
664 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22209">[22209]</a> Move stock rotation stage and item forms into modals</li>
665 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22897">[22897]</a> Switch two-column templates to Bootstrap grid: ILL requests</li>
666 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22935">[22935]</a> Improve style of Bootstrap pagination</li>
667 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22999">[22999]</a> Switch two-column templates to Bootstrap grid: Circulation</li>
668 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23013">[23013]</a> Upgrade DataTables in the staff client</li>
669 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23094">[23094]</a> Use Bootstrap-style pagination on staged MARC records page</li>
670 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23159">[23159]</a> Reindent addbiblio.tt</li>
671 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23183">[23183]</a> Reindent cataloging.js</li>
672 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23196">[23196]</a> Reindent tools/batch_record_modification.tt</li>
673 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23197">[23197]</a> Add more batch operation options to SQL report results</li>
674 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23221">[23221]</a> Reindent tools/manage-marc-import.tt</li>
675 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23259">[23259]</a> Remove reset-fonts-grids.css</li>
676 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23286">[23286]</a> Improve style of hold confirmation modal</li>
677 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23304">[23304]</a> Reindent cataloguing/z3950_search.tt</li>
678 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23307">[23307]</a> Add columns configuration to cataloguing/z3950_search.tt</li>
679 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23339">[23339]</a> Reindent addbooks.tt</li>
680 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23351">[23351]</a> Clean up localization template</li>
681 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23399">[23399]</a> Reindent returns.tt</li>
682 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23438">[23438]</a> Use Font Awesome icons in intranet search results browser</li>
683 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23444">[23444]</a> Terminology: Use library instead of branch</li>
684 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23448">[23448]</a> Clean up subscription detail template</li>
685 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23458">[23458]</a> Clean up holds template in the staff client</li>
686 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23834">[23834]</a> Add default ESLint configuration</li>
687 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23958">[23958]</a> Use Font Awesome icon to replace "new window" icon image</li>
688 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24034">[24034]</a> Capitalization on suggestion edit form: No Status</li>
689 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24076">[24076]</a> Remove inline CSS to center patron home library in search results</li>
690 </ul>
691
692 <h3 id="testsuite">Test Suite</h3>
693
694 <ul>
695 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23280">[23280]</a> Warning in t/db_dependent/selenium/patrons_search.t</li>
696 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23284">[23284]</a> Duplicate test in t/db_dependent/Plugins.t</li>
697 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23994">[23994]</a> AdditionalFields.t is failing randomly (U18)</li>
698 </ul>
699
700 <h3 id="tools">Tools</h3>
701
702 <ul>
703 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13552">[13552]</a> Add debar option to batch patron modification</li>
704 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22272">[22272]</a> Calendar: When entering date ranges grey out dates in the past from the start date</li>
705 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22888">[22888]</a> Use DataTables for Koha news table filtering</li>
706 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22996">[22996]</a> Move barcode separators to a preference</p>
707
708 <blockquote>
709   <p>Adds preference <code>BarcodeSeparators</code></p>
710   
711   <p><strong>NOTE</strong>: If you currently depend on a comma, semicolon, pipe character or hyphen as a barcode separator within inventory tool, please ADD them to this new preference. The default behaviour is set back to a carriage return, linefeed or whitespace now.</p>
712 </blockquote></li>
713 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23279">[23279]</a> In news management interface, sort news by publication date descending</p></li>
714 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23385">[23385]</a> Hide default value fields by default on patron import</li>
715 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23512">[23512]</a> Reindent notices and slips page (letter.tt)</li>
716 </ul>
717
718 <h3 id="webservices">Web services</h3>
719
720 <ul>
721 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22677">[22677]</a> Include hint on OAI-PMH URL for Koha in system preference</li>
722 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23154">[23154]</a> Add pagination to /api/v1/checkouts</li>
723 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23156">[23156]</a> Add pagination to checkouts in ILS-DI GetPatronInfo service</li>
724 </ul>
725
726 <h2 id="criticalbugsfixed">Critical bugs fixed</h2>
727
728 <p>(This list includes all bugfixes since the previous major version. Most of them
729 have already been fixed in maintainance releases)</p>
730
731 <h3 id="acquisitions">Acquisitions</h3>
732
733 <ul>
734 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18743">[18743]</a> Filter suggestion lists correctly for IndependentBranches</p>
735
736 <p><strong>Sponsored by</strong> <em>BULAC</em></p></li>
737 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21316">[21316]</a> Adding controlfields to the ACQ framework causes issues when adding to basket</p></li>
738 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23397">[23397]</a> Order lines can be duplicated in acqui scripts spent.pl and ordered.pl</li>
739 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23854">[23854]</a> Cannot edit a suggestion</li>
740 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23855">[23855]</a> Cannot mark the selected suggestion as "pending"</li>
741 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23863">[23863]</a> Editing a basket clears create_items value</li>
742 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23927">[23927]</a> Duplicate a "Complete" order  link the "New" one to the invoice</li>
743 </ul>
744
745 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
746
747 <ul>
748 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22857">[22857]</a> Entries missing in koha-conf.xml</li>
749 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23095">[23095]</a> Circulation rules not displayed (empty vs null)</li>
750 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23316">[23316]</a> GetFine needs updating for bug 22521</li>
751 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23599">[23599]</a> Koha::Objects::Limit::Library fails if no library passed</li>
752 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23655">[23655]</a> Errors when running on Debian Jessie</li>
753 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23723">[23723]</a> Using exit inside eval to stop sending output to the browser doesn't work under Plack</li>
754 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23867">[23867]</a> 18.12.00.051 fails with "Truncated incorrect DOUBLE value"</li>
755 </ul>
756
757 <h3 id="authentication">Authentication</h3>
758
759 <ul>
760 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22585">[22585]</a> Fix remaining double-escaped CAS links</li>
761 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23526">[23526]</a> Shibboleth login url with query has double encoded '?' %3F</li>
762 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23771">[23771]</a> CAS/Shib Authentication can fail when multiple users with no userid/cardnumber defined and one of them is locked</li>
763 </ul>
764
765 <h3 id="cataloging">Cataloging</h3>
766
767 <ul>
768 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23045">[23045]</a> Advanced cataloging editor (rancor) throws a JS error on incomplete/blank lines</li>
769 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23252">[23252]</a> Pressing enter should not submit form in item editor</li>
770 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23851">[23851]</a> Auto generate accession number format <branchcode>yymm0001 fails to add branchcode prefix(branchcode) for multiple item addition</li>
771 </ul>
772
773 <h3 id="circulation">Circulation</h3>
774
775 <ul>
776 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13958">[13958]</a> Add a suspensionsCalendar syspref</p>
777
778 <p><strong>Sponsored by</strong> <em>Universidad Nacional de Córdoba</em></p>
779
780 <blockquote>
781   <p>Before 18.05, suspension expiry date calculation didn't take the calendar into account. This behaviour changed with bug 19204, and some libraries miss the old behaviour. </p>
782   
783   <p>These patches decouple overdue days calculation configuration (<code>finesCalendar</code>) from how the expiry date is calculated for the suspension through a new system preference: <code>SuspensionsCalendar</code>, that has the exact same options but only applies to suspensions. On upgrade, the new preference is populated with the value from <code>finesCalendar</code>, thus respecting the current configuration.</p>
784 </blockquote></li>
785 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20086">[20086]</a> AddRenewal is not executed as a transaction and can results in partial success and doubled fines</p></li>
786 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22877">[22877]</a> Returning a lost item not marked as returned can generate additional overdue fines</li>
787 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23018">[23018]</a> Refunding a lost item fee may trigger error if any fee has been written off related to that item</li>
788 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23079">[23079]</a> Checkouts page broken because of problems with date calculation (TZAmerica/Sao_Paulo)</li>
789 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23103">[23103]</a> Cannot checkin items lost by deleted patrons with fines attached</li>
790 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23120">[23120]</a> Internal server error when checking in item to transfer and printing slip</li>
791 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23145">[23145]</a> Confirming transfer during checkin clears the table of previously checked-in items</li>
792 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23293">[23293]</a> OPACFineNoRenewals always compares against 'balance' not 'outstanding'</p>
793
794 <blockquote>
795   <p>The patchset adds a new system preference, <code>OPACFineNoRenewalsIncludeCredits</code>, to control whether the <code>OPACFineNoRenewals</code> function uses the account balance or account amount outstanding for calculation.</p>
796 </blockquote></li>
797 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23382">[23382]</a> Issuing rules failing after bug 20912</p></li>
798 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23404">[23404]</a> Circulation::TooMany error on itemtype when at biblio level</li>
799 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23405">[23405]</a> Circulation autocomplete for patron lookup broken if cardnumber is empty</li>
800 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23518">[23518]</a> Problem with borrower search  autocomplete</li>
801 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23551">[23551]</a> Problem with renewal period when using the renewal tab</li>
802 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23774">[23774]</a> When placing a hold editing using Inspect Element allows addition to the code of non listed library</li>
803 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23938">[23938]</a> Title missing from Checked out box</li>
804 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23985">[23985]</a> The method Koha::Item-> is not covered by tests!</li>
805 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24013">[24013]</a> Transferring a checked out item gives a software error</li>
806 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24075">[24075]</a> Backdating a return to the exact due date and time results in the fine not being refunded</li>
807 </ul>
808
809 <h3 id="command-lineutilities">Command-line Utilities</h3>
810
811 <ul>
812 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22566">[22566]</a> Stock rotation cronjob reporting has issues</li>
813 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23933">[23933]</a> commit_file.pl Can't call method "get_effective_marcorgcode" on an undefined value at /usr/share/koha/lib/C4/AuthoritiesMarc.pm line 578.</li>
814 </ul>
815
816 <h3 id="coursereserves">Course reserves</h3>
817
818 <ul>
819 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22142">[22142]</a> An item's current location changes to blank when it is removed from Course Reserves</li>
820 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23083">[23083]</a> Course reserve item edit fails if one does not set all values</li>
821 </ul>
822
823 <h3 id="database">Database</h3>
824
825 <ul>
826 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23265">[23265]</a> Update to DB revision 16.12.00.032 fails: Unknown column 'me.item_level_hold'</li>
827 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23579">[23579]</a> error during web install: 'changed_fields' can't have a default value</li>
828 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23809">[23809]</a> Update to DB revision 16.12.00.032 fails</li>
829 </ul>
830
831 <h3 id="finesandfees">Fines and fees</h3>
832
833 <ul>
834 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19919">[19919]</a> Writing off a Lost Item Fee marks as "Paid for by patron"</li>
835 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23826">[23826]</a> Manual Invoice does not use new accounttype and status for fines</li>
836 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24100">[24100]</a> "Pay selected" is broken</li>
837 </ul>
838
839 <h3 id="holdrequests">Hold requests</h3>
840
841 <ul>
842 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13640">[13640]</a> Holds To Pull List includes items unreserveable items</li>
843 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14549">[14549]</a> Hold not removed when item is checked out to patron who is not next in priority list</li>
844 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23116">[23116]</a> Cannot place overridden holds</li>
845 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23484">[23484]</a> Holds to pull (pendingreserves.pl) uses removed default_branch_item_rules table</li>
846 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23710">[23710]</a> Holds broken on intranet, displays a JSON page with an error</li>
847 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23964">[23964]</a> An item level hold when placed is set to Waiting, if ReservesNeedReturn is set to Automatic</li>
848 </ul>
849
850 <h3 id="i18nl10n">I18N/L10N</h3>
851
852 <ul>
853 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23713">[23713]</a> Subscription add form broken for translations</li>
854 </ul>
855
856 <h3 id="ill">ILL</h3>
857
858 <ul>
859 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23229">[23229]</a> "Get all requests" API call fired when loading any ILL page</li>
860 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23529">[23529]</a> Interlibrary loan javascript is broken</li>
861 </ul>
862
863 <h3 id="installationandupgradecommand-lineinstaller">Installation and upgrade (command-line installer)</h3>
864
865 <ul>
866 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23090">[23090]</a> MySQL validate_password plugin breaks koha-create</li>
867 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23168">[23168]</a> Database Updates broken due to conflicts in bug 21073 and bug 22053</li>
868 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23250">[23250]</a> koha-create generates broken mysql password</li>
869 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23813">[23813]</a> DB error on 18.12.00.020</li>
870 </ul>
871
872 <h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
873
874 <ul>
875 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23353">[23353]</a> ACQ framework makes fr-CA web installer explode</li>
876 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23396">[23396]</a> Rancor fails to load: insert_copyright is not defined</li>
877 </ul>
878
879 <h3 id="labelpatroncardprinting">Label/patron card printing</h3>
880
881 <ul>
882 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23289">[23289]</a> Label Template - Creation not working (MariaDB >= 10.2.4)</li>
883 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23455">[23455]</a> Patron card printing from Patron lists is broken</li>
884 </ul>
885
886 <h3 id="lists">Lists</h3>
887
888 <ul>
889 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17526">[17526]</a> OPAC lists sortfield breaks with a <code>(</code></li>
890 </ul>
891
892 <h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
893
894 <ul>
895 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23053">[23053]</a> Local-Number cannot be used for authority matching due to non-existence of 'phrase' index</li>
896 </ul>
897
898 <h3 id="marcbibliographicrecordstagingimport">MARC Bibliographic record staging/import</h3>
899
900 <ul>
901 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23846">[23846]</a> Handle records with broken MARCXML on the bibliographic detail view</li>
902 </ul>
903
904 <h3 id="mana-kb">Mana-kb</h3>
905
906 <ul>
907 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22210">[22210]</a> ManaKB should not require firstname and lastname for signup</p>
908
909 <blockquote>
910   <p>This changes the Mana registration form to make it easier for organizations to register. It now only requires name and email address, rather than first name, last name and email address.</p>
911 </blockquote></li>
912 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22915">[22915]</a> Cannot subscribe to Mana-KB</p>
913
914 <blockquote>
915   <p>This fix updates the Mana server URL in etc/koha-conf.xml so that it uses the correct URL - https://mana-kb.koha-community.org.</p>
916 </blockquote></li>
917 </ul>
918
919 <h3 id="notices">Notices</h3>
920
921 <ul>
922 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23181">[23181]</a> Unable to use payment library in ACCOUNT_PAYMENT or ACCOUNT_WRITEOFF notices</li>
923 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23765">[23765]</a> After TranslateNotices is set to 'Don't allow', email settings still show multiple languages</li>
924 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24064">[24064]</a> DUEDGST typoed as DUEGST</li>
925 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24072">[24072]</a> Typos in advance_notices.pl causes DUEDGST not to be sent</li>
926 </ul>
927
928 <h3 id="opac">OPAC</h3>
929
930 <ul>
931 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23150">[23150]</a> GDPR feature breaks patron self modification on OPAC</li>
932 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23151">[23151]</a> Patron self modification sends null dateofbirth</li>
933 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23194">[23194]</a> Public notes items in the OPAC should allow for HTML tags</p>
934
935 <blockquote>
936   <p>Since 18.11, item.itemnotes content is escaped so any HTML tag would appear broken. It is now allowed again, hyperlinks for example.</p>
937 </blockquote></li>
938 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23225">[23225]</a> OPAC ISBD view returns 404 when no item attached</p></li>
939 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23253">[23253]</a> OpacNavRight does not display correctly for opacuserlogin disabled or self registration</li>
940 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23428">[23428]</a> Self registration with a verification by email is broken</li>
941 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23431">[23431]</a> having Date of birth in PatronSelfModificationBorrowerUnwantedField causes DOB to be nullified</li>
942 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23467">[23467]</a> Duplicated screen if error in opac-reserve.pl</li>
943 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23530">[23530]</a> Opac-basket.pl script accidentally displays 'hidden' items</li>
944 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23868">[23868]</a> PayPal payment button is never enabled</li>
945 </ul>
946
947 <h3 id="patrons">Patrons</h3>
948
949 <ul>
950 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17140">[17140]</a> Incorrect rounding in total fines calculations, part 2</li>
951 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23082">[23082]</a> Fatal error editing a restricted patron</li>
952 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23822">[23822]</a> Regression: As of 19.05.04 deletion of patrons with outstanding credits is silently blocked</li>
953 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23905">[23905]</a> Button "Search to add" doesn't work on Quick add new patron</li>
954 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24113">[24113]</a> guarantor info lost when a duplicate is found</li>
955 </ul>
956
957 <h3 id="restapi">REST API</h3>
958
959 <ul>
960 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23597">[23597]</a> Holds API is missing reserved parameters on the GET spec</li>
961 </ul>
962
963 <h3 id="reports">Reports</h3>
964
965 <ul>
966 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23626">[23626]</a> Add a system preference to limit the number of rows of data used when charting or exporting report results</p>
967
968 <p><strong>Sponsored by</strong> <em>Fenway Library Organization</em> and <em>Higher Education Libraries of Massachusetts</em></p></li>
969 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23730">[23730]</a> Exporting reports is broken</p></li>
970 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23982">[23982]</a> Count/pagination broken for reports with duplicated column names</li>
971 </ul>
972
973 <h3 id="sip2">SIP2</h3>
974
975 <ul>
976 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23057">[23057]</a> If checked_in_ok is set and item is not checked out, alert flag is supressed for <em>any</em> reason</li>
977 </ul>
978
979 <h3 id="searching">Searching</h3>
980
981 <ul>
982 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11677">[11677]</a> Limit to Only items currently available for loan or reference not working</li>
983 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23425">[23425]</a> Search explodes with "invalid data, cannot decode object"</li>
984 </ul>
985
986 <h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
987
988 <ul>
989 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22997">[22997]</a> Searching gives no results in auth_finder.pl</li>
990 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23004">[23004]</a> Missing authtype filter in auth_finder.pl</li>
991 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23089">[23089]</a> Elasticsearch - cannot sort on non-text fields</li>
992 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23322">[23322]</a> Elasticsearch - Record matching fails when multiple keys exist</li>
993 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23630">[23630]</a> Elasticsearch indexing is removing field 999</p>
994
995 <blockquote>
996   <p>In Koha::SearchEngine::Elasticsearch::Indexer::update_index() first arg record ids is now mandatory</p>
997 </blockquote></li>
998 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23719">[23719]</a> Record matching for authorities using defined fields is broken under ES</p></li>
999 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23986">[23986]</a> Batch Record Deletion does not remove records from Elasticsearch search index</li>
1000 </ul>
1001
1002 <h3 id="staffclient">Staff Client</h3>
1003
1004 <ul>
1005 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23315">[23315]</a> Some system preferences are no longer editable</li>
1006 </ul>
1007
1008 <h3 id="systemadministration">System Administration</h3>
1009
1010 <ul>
1011 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23104">[23104]</a> Regression (18925) in circ rules - unlimited vs 0</li>
1012 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23309">[23309]</a> Can't add new subfields to bibliographic frameworks in strict mode</li>
1013 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23398">[23398]</a> Exporting/Reimporting frameworks in XML format will give incomplete results</li>
1014 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23772">[23772]</a> Itemtype icons not showing in table</li>
1015 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23804">[23804]</a> Itemtype not checked when editing</li>
1016 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24026">[24026]</a> Wrong parameters in Koha/Templates/Plugin/CirculationRules.pm and smart-rules.tt</li>
1017 </ul>
1018
1019 <h3 id="testsuite">Test Suite</h3>
1020
1021 <ul>
1022 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21985">[21985]</a> Test t/db_dependent/Circulation.t fails if SearchEngine is set to elasticsearch</li>
1023 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23234">[23234]</a> Circulation.t failing when comparing dates that seem identical</li>
1024 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24022">[24022]</a> Z3950Responder tests are failing randomly</li>
1025 </ul>
1026
1027 <h3 id="tools">Tools</h3>
1028
1029 <ul>
1030 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11642">[11642]</a> Improve Batch patron deletion and anonymization GUI to make consequences clearer</li>
1031 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15814">[15814]</a> Templates for MARC modification: Edit action does not work when Description contains '</li>
1032 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17359">[17359]</a> Patron import results use wrong encoding</li>
1033 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18707">[18707]</a> Background jobs post disabled inputs</li>
1034 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18710">[18710]</a> Wrong subfield modified in batch item modification</li>
1035 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23093">[23093]</a> Error during upgrade of OpacNavRight preference to Koha news</li>
1036 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23963">[23963]</a> Visible reduction in image quality</li>
1037 </ul>
1038
1039 <h3 id="webservices">Web services</h3>
1040
1041 <ul>
1042 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22249">[22249]</a> Error when submitting Mana comment</li>
1043 </ul>
1044
1045 <h2 id="otherbugsfixed">Other bugs fixed</h2>
1046
1047 <p>(This list includes all bugfixes since the previous major version. Most of them
1048 have already been fixed in maintainance releases)</p>
1049
1050 <h3 id="about">About</h3>
1051
1052 <ul>
1053 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662">[21662]</a> Missing developers from history</li>
1054 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22862">[22862]</a> It should be possible to paste formatted phone numbers into the SMS messaging number field</p>
1055
1056 <blockquote>
1057   <p>This bugfix improves the likelihood of pasted patron phone numbers passing validation as we will now attempt to normalise out illegal characters often used to human-friendly formatting.</p>
1058 </blockquote></li>
1059 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23037">[23037]</a> Henry Bolshaw is missing from the contributors list</p></li>
1060 </ul>
1061
1062 <h3 id="acquisitions">Acquisitions</h3>
1063
1064 <ul>
1065 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5365">[5365]</a> It should be more clear how to reopen a basket in a basket group</li>
1066 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20780">[20780]</a> EDI: Add support for 'AcqItemSetSubfieldsWhenReceived'</p>
1067
1068 <blockquote>
1069   <p>EDIFACT receipting of items should now respect the <code>AcqItemSetSubfieldsWhenReceived</code> system preference</p>
1070 </blockquote></li>
1071 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21580">[21580]</a> Order creation for EDIFACT vendor fails</p></li>
1072 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22294">[22294]</a> EDI wrongly assumes all ISBN13's have corresponding ISBN10's</li>
1073 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22786">[22786]</a> Can create new funds for locked budgets</li>
1074 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23101">[23101]</a> Contracts permissions for staff patron</li>
1075 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23251">[23251]</a> EDI Order line incorrectly terminated when it ends with a quoted apostrophe</li>
1076 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23294">[23294]</a> Restore actual cost input field on order page</li>
1077 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23319">[23319]</a> Reloading page when adding to basket from existing order can cause internal server error</li>
1078 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23320">[23320]</a> Neworderempty has unused 'close' and 'budget_name' parameters</li>
1079 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23338">[23338]</a> Cannot specify replacement price when ordering from file if not using fields to order</li>
1080 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23363">[23363]</a> Clicking on shipping cost invoice link from spent.pl causes internal server error</li>
1081 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23523">[23523]</a> Unitprice tax column values are not populated if entered upon ordering</li>
1082 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23721">[23721]</a> Names of exported basketgroup files should be uniformised</li>
1083 </ul>
1084
1085 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
1086
1087 <ul>
1088 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16750">[16750]</a> Redirect from selectbranchprinter.pl to additem.pl causes software error</li>
1089 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21801">[21801]</a> paycollect.pl should pass library_id when adding accountlines</li>
1090 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23117">[23117]</a> additem.pl crashes on nonexistent biblionumber</li>
1091 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23144">[23144]</a> Bad POD breaks svc/barcode</li>
1092 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23310">[23310]</a> Noisy Koha::Biblio</li>
1093 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23413">[23413]</a> Add a holds routine to Koha::Items to fetch related holds</li>
1094 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23539">[23539]</a> accountlines.accounttype should match authorised_values.authorised_value in size</li>
1095 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23627">[23627]</a> Koha::Biblio->get_coins too noisy if no 245$b</li>
1096 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23997">[23997]</a> sample_z3950_servers.sql is failing on MySQL 8</li>
1097 </ul>
1098
1099 <h3 id="authentication">Authentication</h3>
1100
1101 <ul>
1102 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24065">[24065]</a> Shibboleth should fail the login if matchpoint is not unique</li>
1103 </ul>
1104
1105 <h3 id="cataloging">Cataloging</h3>
1106
1107 <ul>
1108 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7890">[7890]</a> Required fields in the MARC editor should be highlighted</p>
1109
1110 <blockquote>
1111   <p>This bugfix modifies the basic MARC editor so that required fields have the standard "Required" label on them instead of a small red asterisk.</p>
1112 </blockquote></li>
1113 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21518">[21518]</a> Material type "three-dimensional artifact" displays as "visual material"</p></li>
1114 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21887">[21887]</a> 856$u link problem in XSLT result lists and detail page</li>
1115 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22830">[22830]</a> correct for loop in value_builder/unimarc_field_4XX.pl value_builder</li>
1116 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23436">[23436]</a> Save to 'undefined' showing in Advanced cataloging editor</li>
1117 </ul>
1118
1119 <h3 id="circulation">Circulation</h3>
1120
1121 <ul>
1122 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13094">[13094]</a> It should be easy to hide the 'Cancel all' button on the holds over report</li>
1123 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16284">[16284]</a> With CheckPrevCheckout used, check only the item for previous checkout if biblio is serial</p>
1124
1125 <blockquote>
1126   <p>Prior to this patch the <code>CheckPrevCheckout</code> functionality errantly included serial type records.</p>
1127 </blockquote></li>
1128 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18344">[18344]</a> Overdue fines 'cap at replacement price' and 'cap by amount' should work together</p></li>
1129 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21027">[21027]</a> Totals in statistics tab change when StatisticsFields is changed</li>
1130 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22617">[22617]</a> Checkout notes pending dashboard link - error received even though manage_checkout_notes permission set</p>
1131
1132 <blockquote>
1133   <p>This fixes an error that occurs when an account with full circulate permissions (but not super librarian permissions) clicks on 'Checkout notes pending' and is then automatically logged out with the message "Error: you do not have permission to view this page. Log in as a different user".</p>
1134 </blockquote></li>
1135 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22927">[22927]</a> Item improperly marked returned when changing damaged or withdrawn status</p></li>
1136 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22982">[22982]</a> Paying lost fee does not always remove lost item from checkouts</li>
1137 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23007">[23007]</a> Make dialogs in returns.pl optionally modal</li>
1138 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23039">[23039]</a> Hold found modal on checkin screen ( circulation.pl ) obscures Check in message info</li>
1139 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23061">[23061]</a> The column/print/export buttons are missing on the checkout history page</li>
1140 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23097">[23097]</a> Circulation Overdues report patron link  goes to patron's holds tab</li>
1141 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23098">[23098]</a> KOC upload process has misleading wording</li>
1142 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23129">[23129]</a> Items holdingbranch should be set to the originating library when generating a transfer</li>
1143 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23140">[23140]</a> Typo in returns.tt prevents printing branchcode in transfer slips</li>
1144 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23158">[23158]</a> on-site checkout missing when using itemBarcodeFallbackSearch</li>
1145 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23192">[23192]</a> Cancelling holds over returning to wrong tab on waitingreserves.pl</li>
1146 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23220">[23220]</a> Cancelling transfer on returns.pl is subject to a race condition</li>
1147 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23255">[23255]</a> HomeOrHoldingbranch system preference options are described wrong</li>
1148 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23273">[23273]</a> Downloading from overdues.pl doesn't use set filters</li>
1149 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23408">[23408]</a> Relatives' checkout table columns are not configured properly</li>
1150 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23427">[23427]</a> Better sorting of previous checkouts</li>
1151 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23679">[23679]</a> Software error when trying to transfer an unknown barcode</li>
1152 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23806">[23806]</a> FinePaymentAutoPopup does not trigger pop-up for writeoff by "Write off" button</li>
1153 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23841">[23841]</a> Add link to bibliographic details page in item details breadcrumbs</li>
1154 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23862">[23862]</a> Add enumchron to holds-table on checkout page</li>
1155 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24024">[24024]</a> Holds Awaiting Pickup (Both Active and Expired) Sorts by Firstname</li>
1156 </ul>
1157
1158 <h3 id="command-lineutilities">Command-line Utilities</h3>
1159
1160 <ul>
1161 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21181">[21181]</a> Cancel expired holds cronjob does not cancel holds in transit if ExpireReservesMaxPickUpDelay not set</p>
1162
1163 <blockquote>
1164   <p>This patch corrects a behaviour where an in transit hold would not be cancelled if even the patron specified they did not need the hold after a certain date. In some cases they would receive a notice to pickup a hold they no longer wanted.</p>
1165   
1166   <p>Now these holds will be cancelled while in transit, and should be routed to their home location when checked in with no notice to the patron.</p>
1167 </blockquote></li>
1168 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22128">[22128]</a> koha-remove fails mysql ERROR 1133 (42000) at line 2: Can't find any matching row in the user table</p></li>
1169 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23193">[23193]</a> Make set_password.pl use Koha::Script</li>
1170 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23345">[23345]</a> Wrong parameter name in koha-dump usage statement</li>
1171 </ul>
1172
1173 <h3 id="coursereserves">Course reserves</h3>
1174
1175 <ul>
1176 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23952">[23952]</a> Fix body id on OPAC course details page</li>
1177 </ul>
1178
1179 <h3 id="database">Database</h3>
1180
1181 <ul>
1182 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23022">[23022]</a> Koha is not compatible with MySQL >= 8.0.11 because of NO_AUTO_CREATE_USER mode</li>
1183 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23932">[23932]</a> Typo on 'aqinvoice_adjustments.encumber_open' description in Koha Schema</li>
1184 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23995">[23995]</a> Check constraints are supported differently by MySQL and MariaDB so we should remove them for now.</li>
1185 </ul>
1186
1187 <h3 id="developerdocumentation">Developer documentation</h3>
1188
1189 <ul>
1190 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22358">[22358]</a> Add POD to Koha::SharedContent</li>
1191 </ul>
1192
1193 <h3 id="finesandfees">Fines and fees</h3>
1194
1195 <ul>
1196 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11573">[11573]</a> Fine descriptions related to Rentals are untranslatable</li>
1197 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23106">[23106]</a> Totals are unclear when a credit is involved on the 'Pay fines' screen</li>
1198 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23115">[23115]</a> Totals are unclear when a credit is involved on the OPAC 'Fines and charges' screen</li>
1199 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23483">[23483]</a> When writing off a fine, the title of the patron is shown as description</li>
1200 </ul>
1201
1202 <h3 id="holdrequests">Hold requests</h3>
1203
1204 <ul>
1205 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9834">[9834]</a> Reverting a waiting hold should lead to the former hold type (item or biblio level)</li>
1206 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22021">[22021]</a> Item status not shown accurately on request.pl</li>
1207 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22633">[22633]</a> Barcodes in the patrons 'holds' summary should link to the moredetail page</li>
1208 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22814">[22814]</a> Holds modal patron name display inconsistency</li>
1209 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23048">[23048]</a> Hide non-pickup branches from hold modification select</li>
1210 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23502">[23502]</a> Staff client "revert status" buttons should not depend on SuspendHoldsIntranet preference</li>
1211 </ul>
1212
1213 <h3 id="i18nl10n">I18N/L10N</h3>
1214
1215 <ul>
1216 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10492">[10492]</a> Translation problems with TT directives in po files</li>
1217 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11514">[11514]</a> "Uncertain" no longer display in acq</li>
1218 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13749">[13749]</a> On loading holds in patron account 'processing' is not translatable</li>
1219 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22114">[22114]</a> Untranslatable "Patron note:" in checkout.js</li>
1220 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22661">[22661]</a> TinyMCE/WYSIWYG editor doesn't translate</li>
1221 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22783">[22783]</a> 'Location' not picked up by translation toolchain</li>
1222 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23123">[23123]</a> Status AVAILABLE and ORDERED for suggestions are not translated in the templates</li>
1223 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23452">[23452]</a> Multiple select options in system preferences are not translatable</li>
1224 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24068">[24068]</a> Koha::Template::Plugin::I18N->tnpx should call Koha::I18->__npx</li>
1225 </ul>
1226
1227 <h3 id="ill">ILL</h3>
1228
1229 <ul>
1230 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22099">[22099]</a> "List requests" button displays when listing requests</p>
1231
1232 <p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1233 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22280">[22280]</a> The ILL module assumes every status needs a next/previous status</p></li>
1234 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23712">[23712]</a> Silence warns from Koha/Illrequest/Logger.pm</li>
1235 </ul>
1236
1237 <h3 id="installationandupgradecommand-lineinstaller">Installation and upgrade (command-line installer)</h3>
1238
1239 <ul>
1240 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23949">[23949]</a> koha-common.init missing actions for koha-z3950-responder</li>
1241 </ul>
1242
1243 <h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
1244
1245 <ul>
1246 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22770">[22770]</a> Typo in German translation for Greek in language pull down</li>
1247 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22966">[22966]</a> Add Norwegian library and patron names for the web-based installer</li>
1248 </ul>
1249
1250 <h3 id="lists">Lists</h3>
1251
1252 <ul>
1253 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22941">[22941]</a> Giving malformed sortfield to list results in Internal Server Error</li>
1254 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23266">[23266]</a> Add to cart fires twice on shelf page</li>
1255 </ul>
1256
1257 <h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
1258
1259 <ul>
1260 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22919">[22919]</a> Authorities MARC Structure not inserted with SQL strict modes</li>
1261 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23437">[23437]</a> When UseAuthoritiesForTracing is 'Use' we should use series authorities</li>
1262 </ul>
1263
1264 <h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
1265
1266 <ul>
1267 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20986">[20986]</a> MARC21 Supplement and Index Textual Holdings don't display</li>
1268 </ul>
1269
1270 <h3 id="marcbibliographicrecordstagingimport">MARC Bibliographic record staging/import</h3>
1271
1272 <ul>
1273 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23324">[23324]</a> Need an ISBN normalization routine</li>
1274 </ul>
1275
1276 <h3 id="mana-kb">Mana-kb</h3>
1277
1278 <ul>
1279 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23034">[23034]</a> Warning when in Mana KB settings Auto subscription sharing is unchecked</p>
1280
1281 <p><strong>Sponsored by</strong> <em>The National Library of Finland</em></p></li>
1282 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23075">[23075]</a> Incorrect URL should have a meaningful error message</p>
1283
1284 <blockquote>
1285   <p>This enhancement displays a more meaningful error message if an incorrect Mana KB service URL is used in the koha-conf.xml configuration file (for example, if http is used instead of https), rather than the direct output from the failed json parse.</p>
1286 </blockquote></li>
1287 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23130">[23130]</a> Incorrect alternative mana server URL in etc/koha-conf.xml</p>
1288
1289 <blockquote>
1290   <p>This fix updates the alternative Mana KB server URL in
1291   etc/koha-conf.xml to https://mana-test.koha-community.org. If the updated URL is used the account creation request is successful and doesn't cause any error messages.</p>
1292 </blockquote></li>
1293 </ul>
1294
1295 <h3 id="notices">Notices</h3>
1296
1297 <ul>
1298 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21343">[21343]</a> Automatic renewal cronjob doesn't send notices according to patron language preference</p>
1299
1300 <p><strong>Sponsored by</strong> <em>Lund University Library</em></p></li>
1301 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22744">[22744]</a> Remove confusing 'Do not notify' checkboxes from messaging preferences</p></li>
1302 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23256">[23256]</a> fr-CA OPAC_REG_VERIFY has hard-coded http://</li>
1303 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23762">[23762]</a> Editing is_html status of email template fails under multi-languages</li>
1304 </ul>
1305
1306 <h3 id="opac">OPAC</h3>
1307
1308 <ul>
1309 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12537">[12537]</a> Editions tab showing on bibs with more than one ISBN</li>
1310 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14862">[14862]</a> Upgrade jQuery from 1.7 to 3.4.1 in OPAC</li>
1311 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16111">[16111]</a> RSS feed for OPAC search results has wrong content type</li>
1312 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18084">[18084]</a> Language selector is hidden in user menu on mobile interfaces</li>
1313 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22602">[22602]</a> OverDrive circulation integration is broken when user is referred to Koha from another site</li>
1314 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22804">[22804]</a> OPAC Overdrive JavaScript contains untranslatable strings</li>
1315 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22945">[22945]</a> Markup error in OPAC search results around lists display</li>
1316 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22946">[22946]</a> Markup error in OPAC search results around selection links</li>
1317 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22948">[22948]</a> Markup error in OPAC bibliographic detail template</li>
1318 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22949">[22949]</a> Markup error in OPAC course reserves template</li>
1319 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22950">[22950]</a> Markup error in OPAC recent comment template</li>
1320 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22951">[22951]</a> Markup error in OPAC holds template</li>
1321 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22952">[22952]</a> Markup error in OPAC suggestions template</li>
1322 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22953">[22953]</a> Markup warning in OPAC user summary template</li>
1323 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22954">[22954]</a> Minor markup error in OPAC messaging template</li>
1324 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22955">[22955]</a> Markup error in OPAC lists template</li>
1325 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23076">[23076]</a> Include OpacUserJS on OPAC maintenance page</p>
1326
1327 <blockquote>
1328   <p>This fix allows the OPAC maintenance page to use JavaScript included in the OPACUserJS system preference.</p>
1329 </blockquote></li>
1330 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23078">[23078]</a> Use Koha.Preference in OPAC global header include</p></li>
1331 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23099">[23099]</a> OPAC Search result sorting "go" button flashes on page load</li>
1332 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23122">[23122]</a> When searching callnumber in simple search, search option is not retained</li>
1333 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23126">[23126]</a> Multiline entries in subscription history display with <br/> in OPAC</li>
1334 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23210">[23210]</a> login4tags should be a link</li>
1335 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23248">[23248]</a> opac-ISBDdetail.pl dies on invalid biblionumber</li>
1336 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23308">[23308]</a> Contents of "OpacMaintenanceNotice" HTML escaped on display</li>
1337 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23492">[23492]</a> OPAC search facet header should not be a link at larger browser widths</li>
1338 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23506">[23506]</a> Sound material type displays wrong icon in OPAC/Staff details</li>
1339 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23528">[23528]</a> Show 'log in to add tags' link on all search result entries</li>
1340 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23537">[23537]</a> Overdrive won't show complete results if the Overdrive object doesn't have a primaryCreator</li>
1341 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23625">[23625]</a> ArticleRequestsMandatoryFields* only affects field labels, does not make inputs required</p>
1342
1343 <p><strong>Sponsored by</strong> <em>California College of the Arts</em></p></li>
1344 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23648">[23648]</a> The logged in link (class "loggedinusername") needs data-patroncategory</p></li>
1345 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23683">[23683]</a> Course reserves public notes on specific items should allow for HTML</li>
1346 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23726">[23726]</a> Give class to No Items Available text on OPAC results page</li>
1347 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23901">[23901]</a> Fix js error sms_input is null in opac-messaging.tt</p>
1348
1349 <p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
1350 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23968">[23968]</a> OPACMySummaryNote does not work</p></li>
1351 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24084">[24084]</a> PlainMARC view broken on OPAC if other $.ajax calls produce errors</li>
1352 </ul>
1353
1354 <h3 id="packaging">Packaging</h3>
1355
1356 <ul>
1357 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17084">[17084]</a> Automatic debian/control updates (master)</li>
1358 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21000">[21000]</a> debian/build-git-snapshot script ignores -D</li>
1359 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23700">[23700]</a> Fix output of koha-plack --restart</li>
1360 </ul>
1361
1362 <h3 id="patrons">Patrons</h3>
1363
1364 <ul>
1365 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21390">[21390]</a> Self registration verification emails should send immediately</p>
1366
1367 <p><strong>Sponsored by</strong> <em>Goethe-Institut</em></p></li>
1368 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21939">[21939]</a> Permission for holds history tab is too strict</p></li>
1369 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22741">[22741]</a> Koha::Patron->store must not log updated_on changes (random failure of test BorrowerLogs and TrackLastPatronActivity)</li>
1370 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22910">[22910]</a> Unique attributes should not be copied when duplicating a patron</li>
1371 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22944">[22944]</a> avoid AnonymousPatron in search_patrons_to_anonymise</li>
1372 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23077">[23077]</a> Can't import patrons without cardnumber</li>
1373 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23109">[23109]</a> Incomplete description for staffacccess permission</li>
1374 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23199">[23199]</a> Koha::Patron->store and uppercasesurname syspref</li>
1375 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23217">[23217]</a> Batch patron modification shows database errors when no Attribute provided</li>
1376 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23218">[23218]</a> Batch patron modification empty attribute causes improper handling of values</li>
1377 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23589">[23589]</a> Discharge notice does not show non-latin characters</li>
1378 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23688">[23688]</a> System preference uppercasesurnames broken by typo</li>
1379 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23788">[23788]</a> Writing off multiple fees allows 'overpayment' of those fees</li>
1380 </ul>
1381
1382 <h3 id="pluginarchitecture">Plugin architecture</h3>
1383
1384 <ul>
1385 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23222">[23222]</a> Fix DISABLE/ENABLE plugin label in plugins home</li>
1386 </ul>
1387
1388 <h3 id="restapi">REST API</h3>
1389
1390 <ul>
1391 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23607">[23607]</a> Make /patrons/:patron_id/account privileged user only</li>
1392 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23858">[23858]</a> Vendors endpoint not setting the Location header</li>
1393 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23859">[23859]</a> Cities endpoint not setting the Location header</li>
1394 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23860">[23860]</a> Patrons endpoint not setting the Location header</li>
1395 </ul>
1396
1397 <h3 id="reports">Reports</h3>
1398
1399 <ul>
1400 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23624">[23624]</a> Count rows in report without (potentially) consuming all memory</p>
1401
1402 <p><strong>Sponsored by</strong> <em>Fenway Libraries Online</em>, <em>Fenway Library Organization</em> and <em>Higher Education Libraries of Massachusetts</em></p></li>
1403 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23812">[23812]</a> Download icon is an upload icon</p></li>
1404 </ul>
1405
1406 <h3 id="sip2">SIP2</h3>
1407
1408 <ul>
1409 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19457">[19457]</a> If CheckPrevCheckout is set to "Do", then checkouts are blocked at the SIPServer</li>
1410 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22037">[22037]</a> Regression: guarantor no longer blocked (debarred) if child is over limit, when checking out via SIP</li>
1411 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23722">[23722]</a> Document allow_empty_passwords in the example SIP config file</li>
1412 </ul>
1413
1414 <h3 id="searching">Searching</h3>
1415
1416 <ul>
1417 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14419">[14419]</a> Expanding facets (Show more) performs a new search</li>
1418 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14794">[14794]</a> Searching patron by birthday returns no results if format incorrect</li>
1419 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15704">[15704]</a> The 264 index should be split by subfield to match how 260 is indexed</li>
1420 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23132">[23132]</a> Encoding issues in facets with show more link</li>
1421 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23663">[23663]</a> Itemtype summary feature in search results is only used in deprecated opac results non-xslt view</li>
1422 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23768">[23768]</a> ISBN search in IntranetCatalogPulldown searches nothing if passed an invalid ISBN and using SearchWithISBNVariations</li>
1423 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24120">[24120]</a> Search terms in search dropdown must be URI filtered</li>
1424 </ul>
1425
1426 <h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1427
1428 <ul>
1429 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21534">[21534]</a> ElasticSearch - Wildcards not being analyzed</li>
1430 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22258">[22258]</a> Elasticsearch - full record is not indexed in plain text</li>
1431 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22524">[22524]</a> Elasticsearch - Date range in advanced search</li>
1432 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22874">[22874]</a> Limit to available items doesn't work with elasticsearch 6.x</li>
1433 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23670">[23670]</a> Load Koha::Exceptions::ElasticSearch module in Koha::SearchEngine::Elasticsearch</li>
1434 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23671">[23671]</a> Elasticsearch shouldn't throw exception on an uppercase subfield identifier</li>
1435 </ul>
1436
1437 <h3 id="selfcheckout">Self checkout</h3>
1438
1439 <ul>
1440 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22929">[22929]</a> Enabling the GDPR_Policy will affect libraries using the SCO module in Koha</li>
1441 </ul>
1442
1443 <h3 id="serials">Serials</h3>
1444
1445 <ul>
1446 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8260">[8260]</a> Deleting patrons leaves holes in routing list ranking</li>
1447 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10215">[10215]</a> Increase the size of opacnote and librariannote for table subscriptionhistory</li>
1448 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11492">[11492]</a> Receiving a serial item causes routing list notes to be lost</p>
1449
1450 <p><strong>Sponsored by</strong> <em>Plant and Food Research Limited</em></p></li>
1451 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22667">[22667]</a> Framework cannot override syspref for cn_source when receiving serials</li>
1452 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23065">[23065]</a> 'New subscription' button in serials sometimes uses a blank form and sometimes defaults to current serial</li>
1453 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23416">[23416]</a> When a note to a specific issue upon receiving a serial, this note will appear in next issue received</li>
1454 </ul>
1455
1456 <h3 id="staffclient">Staff Client</h3>
1457
1458 <ul>
1459 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14741">[14741]</a> Selecting all child permissions doesn't select the top level check box</li>
1460 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21716">[21716]</a> Item Search hangs when \ exists in MARC fields</li>
1461 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22958">[22958]</a> The Help link on SMS providers page should link to the correct chapter in the manual</li>
1462 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23525">[23525]</a> ISBD view uses view policy of ACQ framework</li>
1463 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23651">[23651]</a> RestrictedPage system preferences should include the address of the page in the description</li>
1464 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23680">[23680]</a> Can't open 'Edit items' or 'Add item' links in new tab - tab is closed immediately</p>
1465
1466 <p><strong>Sponsored by</strong> <em>Gothenburg University Library</em></p>
1467
1468 <blockquote>
1469   <p>This fixes a problem where the pop-up window or tab immediately closes when attempting to edit or add a bibliographic item.</p>
1470 </blockquote></li>
1471 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23689">[23689]</a> Terminology: Branches limitations should be libraries limitations - Authorised Values</p></li>
1472 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23704">[23704]</a> Typo in itemtypes.tt</li>
1473 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23729">[23729]</a> Move CSS from moremember.tt template to staff global CSS</li>
1474 </ul>
1475
1476 <h3 id="systemadministration">System Administration</h3>
1477
1478 <ul>
1479 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8558">[8558]</a> Better confirmation message for importing frameworks</p>
1480
1481 <p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1482 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22867">[22867]</a> UniqueItemFields preference value should be pipe-delimited</p></li>
1483 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22947">[22947]</a> Markup error in OPAC preferences file</li>
1484 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23153">[23153]</a> In framework management action subfields goes directly to edition</li>
1485 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23445">[23445]</a> Loan period unit in circulation rules is untranslatable causing problems when editing rules</li>
1486 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23612">[23612]</a> If no columns in a table can be toggled, don't show columns button</li>
1487 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23751">[23751]</a> Description of staffaccess permission should be improved</li>
1488 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23847">[23847]</a> Custom item search fields don't work if subfield is 0 (e.g. Withdrawn)</li>
1489 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23853">[23853]</a> Typo in authorised_values.tt</li>
1490 </ul>
1491
1492 <h3 id="templates">Templates</h3>
1493
1494 <ul>
1495 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13597">[13597]</a> Amazon 'no image' element needs a 'no-image' class, in the staff client</li>
1496 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22768">[22768]</a> Global search forms' keyboard navigation broken</li>
1497 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22851">[22851]</a> Navigation links in the serials module should be styled the same as other modules</li>
1498 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22906">[22906]</a> Minor corrections to plugins home page</li>
1499 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22957">[22957]</a> Remove type attribute from script tags: Staff client includes 1/2</li>
1500 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22960">[22960]</a> Typo found in circulation.pref in UpdateItemLocationOnCheckin preference</li>
1501 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23074">[23074]</a> Holds table sort does not understand dateformat</li>
1502 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23226">[23226]</a> Remove type attribute from script tags: Cataloging</li>
1503 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23227">[23227]</a> Remove type attribute from script tags: Reports</li>
1504 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23434">[23434]</a> Hold confirmation dialog problem if HoldsAutoFill is enabled</li>
1505 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23441">[23441]</a> Export should not include the 'actions' column in Z3950 results</li>
1506 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23446">[23446]</a> Fix display issue with serials navigation</li>
1507 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23447">[23447]</a> Fix capitalization and other minor edits on patron batch edit template</li>
1508 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23575">[23575]</a> Template error causes item search to be submitted multiple times</li>
1509 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23605">[23605]</a> Terminology: Branches limitations should be libraries limitations</li>
1510 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23778">[23778]</a> Regression: Guarantor entry section no longer has a unique id</li>
1511 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23946">[23946]</a> Remove Noun Project icons from the About page</li>
1512 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23954">[23954]</a> Format notes in suggestion management</li>
1513 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24058">[24058]</a> Acquisition table displayed even if no order exist (bib detail)</li>
1514 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24093">[24093]</a> Sorting indicators broken on list contents view</li>
1515 </ul>
1516
1517 <h3 id="testsuite">Test Suite</h3>
1518
1519 <ul>
1520 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23027">[23027]</a> Suggestions.t is failing if no biblio in DB</li>
1521 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23038">[23038]</a> Expected warnings displayed by tests should be hidden</li>
1522 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23177">[23177]</a> Rollback cleanup in Circulation.t</li>
1523 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23211">[23211]</a> SIP/Transaction.t is failing randomly</li>
1524 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23821">[23821]</a> Reintroduction of create_helper_biblio</li>
1525 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23825">[23825]</a> Object.t is failing - Exception not caught</li>
1526 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24002">[24002]</a> Test suite is failing on MySQL 8</li>
1527 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24029">[24029]</a> marcrecord2csv.t displays a SQL error "Truncated incorrect DOUBLE value: '01e'"</li>
1528 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24030">[24030]</a> GetItemsForInventory failing with "ORDER BY clause is not in SELECT list"</li>
1529 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24062">[24062]</a> Circulation tests fail randomly if patron category type is 'X'</li>
1530 </ul>
1531
1532 <h3 id="tools">Tools</h3>
1533
1534 <ul>
1535 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18757">[18757]</a> Problem when importing only items in MARC records</li>
1536 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19012">[19012]</a> Note additional columns that are required during patron import</li>
1537 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22571">[22571]</a> MARC modification templates do not handle control fields in conditional</li>
1538 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22653">[22653]</a> Preference RotationPreventTransfers is never used</li>
1539 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22799">[22799]</a> Batch item modification is case sensitive</p>
1540
1541 <p><strong>Sponsored by</strong> <em>South Taranaki District Council</em></p></li>
1542 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23006">[23006]</a> Can't use inventory tool with barcodes that contain regex reserved characters ($,...)</p></li>
1543 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23184">[23184]</a> Export/bibs/holdings settings unclear for exporting bibs without any holdings</li>
1544 </ul>
1545
1546 <h3 id="webservices">Web services</h3>
1547
1548 <ul>
1549 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17247">[17247]</a> ILS-DI HoldTitle and HoldItem should check if patron is restricted</li>
1550 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23429">[23429]</a> ilsdi.pl GetRecords documentation does not match output</li>
1551 </ul>
1552
1553 <h3 id="z39.50sruopensearchservers">Z39.50 / SRU / OpenSearch Servers</h3>
1554
1555 <ul>
1556 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23242">[23242]</a> Error when adding new Z39.50/SRU server in DB strict mode</p>
1557
1558 <h2 id="newsysprefs">New sysprefs</h2></li>
1559 <li><p>AllowPatronToSetFinesVisibilityForGuarantor</p></li>
1560 <li>AllowStaffToSetFinesVisibilityForGuarantor</li>
1561 <li>BarcodeSeparators</li>
1562 <li>ClaimReturnedChargeFee</li>
1563 <li>ClaimReturnedLostValue</li>
1564 <li>ClaimReturnedWarningThreshold</li>
1565 <li>CustomCoverImages</li>
1566 <li>CustomCoverImagesURL</li>
1567 <li>ElasticsearchMARCFormat</li>
1568 <li>FinePaymentAutoPopup</li>
1569 <li>IntranetCoce</li>
1570 <li>OPACCustomCoverImages</li>
1571 <li>OPACFineNoRenewalsIncludeCredits</li>
1572 <li>OPACPlayMusicalInscripts</li>
1573 <li>OPACShowMusicalInscripts</li>
1574 <li>OnSiteCheckoutAutoCheck</li>
1575 <li>OpacCoce</li>
1576 <li>PatronAutoComplete</li>
1577 <li>PayPalReturnURL</li>
1578 <li>PreserveSerialNotes</li>
1579 <li>QueryRegexEscapeOptions</li>
1580 <li>RoundFinesAtPayment</li>
1581 <li>SuspensionsCalendar</li>
1582 <li>TransfersBlockCirc</li>
1583 <li>UseCashRegisters</li>
1584 </ul>
1585
1586 <h2 id="documentation">Documentation</h2>
1587
1588 <p>The Koha manual is maintained in Sphinx. The home page for Koha 
1589 documentation is </p>
1590
1591 <ul>
1592 <li><a href="http://koha-community.org/documentation/">Koha Documentation</a></li>
1593 </ul>
1594
1595 <p>As of the date of these release notes, only the English version of the
1596 Koha manual is available:</p>
1597
1598 <ul>
1599 <li><a href="http://koha-community.org/manual/19.11/en/html/">Koha Manual</a></li>
1600 </ul>
1601
1602 <p>The Git repository for the Koha manual can be found at</p>
1603
1604 <ul>
1605 <li><a href="https://gitlab.com/koha-community/koha-manual">Koha Git Repository</a></li>
1606 </ul>
1607
1608 <h2 id="translations">Translations</h2>
1609
1610 <p>Complete or near-complete translations of the OPAC and staff
1611 interface are available in this release for the following languages:</p>
1612
1613 <ul>
1614 <li>Arabic (95.1%)</li>
1615 <li>Armenian (95.1%)</li>
1616 <li>Basque (57.2%)</li>
1617 <li>Chinese (China) (57.7%)</li>
1618 <li>Chinese (Taiwan) (100%)</li>
1619 <li>Czech (92.3%)</li>
1620 <li>Danish (50.3%)</li>
1621 <li>English (New Zealand) (80.3%)</li>
1622 <li>English (USA)</li>
1623 <li>Finnish (76.2%)</li>
1624 <li>French (94.9%)</li>
1625 <li>French (Canada) (95.6%)</li>
1626 <li>German (100%)</li>
1627 <li>German (Switzerland) (82.9%)</li>
1628 <li>Greek (70.7%)</li>
1629 <li>Hindi (100%)</li>
1630 <li>Italian (87.1%)</li>
1631 <li>Norwegian Bokmål (85.5%)</li>
1632 <li>Occitan (post 1500) (54.5%)</li>
1633 <li>Polish (79.7%)</li>
1634 <li>Portuguese (99.3%)</li>
1635 <li>Portuguese (Brazil) (90.4%)</li>
1636 <li>Slovak (81.2%)</li>
1637 <li>Spanish (98.1%)</li>
1638 <li>Swedish (84.8%)</li>
1639 <li>Turkish (93.8%)</li>
1640 <li>Ukrainian (69.7%)</li>
1641 </ul>
1642
1643 <p>Partial translations are available for various other languages.</p>
1644
1645 <p>The Koha team welcomes additional translations; please see</p>
1646
1647 <ul>
1648 <li><a href="http://wiki.koha-community.org/wiki/Translating_Koha">Koha Translation Info</a></li>
1649 </ul>
1650
1651 <p>For information about translating Koha, and join the koha-translate 
1652 list to volunteer:</p>
1653
1654 <ul>
1655 <li><a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate">Koha Translate List</a></li>
1656 </ul>
1657
1658 <p>The most up-to-date translations can be found at:</p>
1659
1660 <ul>
1661 <li><a href="http://translate.koha-community.org/">Koha Translation</a></li>
1662 </ul>
1663
1664 <h2 id="releaseteam">Release Team</h2>
1665
1666 <p>The release team for Koha 19.11.00 is</p>
1667
1668 <ul>
1669 <li><p>Release Manager: Martin Renvoize</p></li>
1670 <li><p>Release Manager assistants:</p>
1671
1672 <ul>
1673 <li>Tomás Cohen Arazi</li>
1674 <li>Nick Clemens</li>
1675 </ul></li>
1676 <li><p>QA Manager: Katrin Fischer</p></li>
1677 <li><p>QA Team:</p>
1678
1679 <ul>
1680 <li>Tomás Cohen Arazi</li>
1681 <li>Alex Arnaud</li>
1682 <li>Nick Clemens</li>
1683 <li>Jonathan Druart</li>
1684 <li>Kyle Hall</li>
1685 <li>Julian Maurice</li>
1686 <li>Josef Moravec</li>
1687 <li>Marcel de Rooy</li>
1688 </ul></li>
1689 <li><p>Topic Experts:</p>
1690
1691 <ul>
1692 <li>REST API -- Tomás Cohen Arazi</li>
1693 <li>SIP2 -- Kyle Hall</li>
1694 <li>UI Design -- Owen Leonard</li>
1695 <li>Elasticsearch -- Alex Arnaud</li>
1696 <li>ILS-DI -- Arthur Suzuki</li>
1697 <li>Authentication -- Martin Renvoize</li>
1698 </ul></li>
1699 <li><p>Bug Wranglers:</p>
1700
1701 <ul>
1702 <li>Michal Denár</li>
1703 <li>Indranil Das Gupta</li>
1704 <li>Jon Knight</li>
1705 <li>Lisette Scheer</li>
1706 <li>Arthur Suzuki</li>
1707 </ul></li>
1708 <li><p>Packaging Manager: Mirko Tietgen</p></li>
1709 <li><p>Documentation Manager: David Nind</p></li>
1710 <li><p>Documentation Team:</p>
1711
1712 <ul>
1713 <li>Andy Boze</li>
1714 <li>Caroline Cyr La Rose</li>
1715 <li>Lucy Vaux-Harvey</li>
1716 </ul></li>
1717 <li><p>Translation Managers: </p>
1718
1719 <ul>
1720 <li>Indranil Das Gupta</li>
1721 <li>Bernardo González Kriegel</li>
1722 </ul></li>
1723 <li><p>Release Maintainers:</p>
1724
1725 <ul>
1726 <li>19.05 -- Fridolin Somers</li>
1727 <li>18.11 -- Lucas Gass</li>
1728 <li>18.05 -- Liz Rea</li>
1729 </ul></li>
1730 </ul>
1731
1732 <h2 id="credits">Credits</h2>
1733
1734 <p>We thank the following libraries who are known to have sponsored
1735 new features in Koha 19.11.00:</p>
1736
1737 <ul>
1738 <li><a href="http://www.bulac.fr/">BULAC</a></li>
1739 <li>Biblioteca Provincial Fr. Mamerto Esquiú (Provincia Franciscana de la Asunción)</li>
1740 <li>Brimbank City Council</li>
1741 <li><a href="https://bywatersolutions.com/">ByWater Solutions</a></li>
1742 <li>California College of the Arts</li>
1743 <li><a href="https://www.catalyst.net.nz/products/library-management-koha">Catalyst</a></li>
1744 <li>Central Kansas Library System</li>
1745 <li>Cheshire East Council</li>
1746 <li>Cheshire Libraries Shared Services</li>
1747 <li>Cheshire West and Chester Council</li>
1748 <li><a href="http://uintahlibrary.org/">Duchesne County Library</a></li>
1749 <li>Fargo Public Library</li>
1750 <li>Fenway Libraries Online</li>
1751 <li>Fenway Library Organization</li>
1752 <li>Goethe-Institut</li>
1753 <li>Gothenburg University Library</li>
1754 <li>Higher Education Libraries of Massachusetts</li>
1755 <li>Koha-Suomi Oy</li>
1756 <li>Lund University Library</li>
1757 <li>National Library of Finland</li>
1758 <li>Newcastle City Council</li>
1759 <li>North Central Regional Library System</li>
1760 <li><a href="http://www.nekls.org">Northeast Kansas Library System</a></li>
1761 <li>Orex Digital</li>
1762 <li><a href="https://ptfs-europe.com">PTFS Europe</a></li>
1763 <li>Plant and Food Research Limited</li>
1764 <li><a href="https://www.roundrocktexas.gov/departments/library/">Round Rock Public Library</a></li>
1765 <li>Sefton Council</li>
1766 <li><a href="http://www.sekls.org">South East Kansas Library System</a></li>
1767 <li>South Taranaki District Council</li>
1768 <li>The National Library of Finland</li>
1769 <li><a href="https://theke.io/">Theke Solutions</a></li>
1770 <li><a href="http://uintahlibrary.org/">Uintah Library System</a></li>
1771 <li>Universidad Nacional de Córdoba</li>
1772 <li><a href="http://gmlc.org/index.php/vokal">Vermont Organization of Koha Automated Libraries</a></li>
1773 <li><a href="https://lib.vt.edu/">Virginia Tech</a></li>
1774 </ul>
1775
1776 <p>We thank the following individuals who contributed patches to Koha 19.11.00.</p>
1777
1778 <ul>
1779 <li>Aleisha Amohia (5)</li>
1780 <li>Tomás Cohen Arazi (131)</li>
1781 <li>Alex Arnaud (9)</li>
1782 <li>Philippe Blouin (1)</li>
1783 <li>David Bourgault (2)</li>
1784 <li>Alex Buckley (2)</li>
1785 <li>Rudolf Byker (1)</li>
1786 <li>Colin Campbell (6)</li>
1787 <li>Nick Clemens (139)</li>
1788 <li>David Cook (1)</li>
1789 <li>Chris Cormack (2)</li>
1790 <li>Christophe Croullebois (1)</li>
1791 <li>Frédéric Demians (1)</li>
1792 <li>Jonathan Druart (170)</li>
1793 <li>Magnus Enger (8)</li>
1794 <li>Charles Farmer (2)</li>
1795 <li>Katrin Fischer (49)</li>
1796 <li>Martha Fuerst (1)</li>
1797 <li>Lucas Gass (13)</li>
1798 <li>Claire Gravely (1)</li>
1799 <li>David Gustafsson (7)</li>
1800 <li>Kyle Hall (70)</li>
1801 <li>Paul Hoffman (1)</li>
1802 <li>Andrew Isherwood (13)</li>
1803 <li>Mason James (1)</li>
1804 <li>Pasi Kallinen (4)</li>
1805 <li>Olli-Antti Kivilahti (3)</li>
1806 <li>Jon Knight (1)</li>
1807 <li>Bernardo González Kriegel (2)</li>
1808 <li>Petter von Krogh (1)</li>
1809 <li>David Kuhn (1)</li>
1810 <li>Joonas Kylmälä (2)</li>
1811 <li>Nicolas Legrand (3)</li>
1812 <li>Owen Leonard (125)</li>
1813 <li>Ere Maijala (28)</li>
1814 <li>Hayley Mapley (2)</li>
1815 <li>Julian Maurice (67)</li>
1816 <li>Matthias Meusburger (2)</li>
1817 <li>Josef Moravec (20)</li>
1818 <li>Agustín Moyano (29)</li>
1819 <li>Joy Nelson (1)</li>
1820 <li>David Nind (1)</li>
1821 <li>Björn Nylen (1)</li>
1822 <li>Dobrica Pavlinušić (2)</li>
1823 <li>Eric Phetteplace (1)</li>
1824 <li>Séverine Queune (1)</li>
1825 <li>Liz Rea (9)</li>
1826 <li>Martin Renvoize (349)</li>
1827 <li>Justin Rittenhouse (1)</li>
1828 <li>Marcel de Rooy (29)</li>
1829 <li>Caroline Cyr La Rose (4)</li>
1830 <li>Alex Sassmannshausen (1)</li>
1831 <li>Lisette Scheer (2)</li>
1832 <li>Maryse Simard (1)</li>
1833 <li>Fridolin Somers (31)</li>
1834 <li>Arthur Suzuki (2)</li>
1835 <li>Emmi Takkinen (3)</li>
1836 <li>Lari Taskula (5)</li>
1837 <li>Mirko Tietgen (2)</li>
1838 <li>Mark Tompsett (19)</li>
1839 <li>Koha translators (1)</li>
1840 <li>Jesse Weaver (1)</li>
1841 <li>Bin Wen (1)</li>
1842 <li>Nazlı Çetin (2)</li>
1843 <li>Radek Šiman (1)</li>
1844 </ul>
1845
1846 <p>We thank the following libraries, companies, and other institutions who contributed
1847 patches to Koha 19.11.00</p>
1848
1849 <ul>
1850 <li>abunchofthings.net (2)</li>
1851 <li>ACPL (125)</li>
1852 <li>BibLibre (111)</li>
1853 <li>BSZ BW (50)</li>
1854 <li>Bulac (4)</li>
1855 <li>ByWater-Solutions (223)</li>
1856 <li>Catalyst (6)</li>
1857 <li>davidnind.com (1)</li>
1858 <li>Devinim (2)</li>
1859 <li>flo.org (1)</li>
1860 <li>Göteborgs Universitet (7)</li>
1861 <li>hmcpl.org (1)</li>
1862 <li>hypernova.fi (3)</li>
1863 <li>Independant Individuals (65)</li>
1864 <li>jns.fi (2)</li>
1865 <li>Koha Community Developers (170)</li>
1866 <li>koha-suomi.fi (3)</li>
1867 <li>KohaAloha (1)</li>
1868 <li>Libriotech (9)</li>
1869 <li>Loughborough University (1)</li>
1870 <li>nd.edu (1)</li>
1871 <li>Prosentient Systems (1)</li>
1872 <li>PTFS-Europe (369)</li>
1873 <li>rbit.cz (1)</li>
1874 <li>Rijks Museum (29)</li>
1875 <li>rot13.org (2)</li>
1876 <li>Solutions inLibro inc (9)</li>
1877 <li>student.uef.fi (2)</li>
1878 <li>Tamil (1)</li>
1879 <li>The City of Joensuu (1)</li>
1880 <li>Theke Solutions (160)</li>
1881 <li>ub.lu.se (1)</li>
1882 <li>Universidad Nacional de Córdoba (2)</li>
1883 <li>University of Helsinki (31)</li>
1884 </ul>
1885
1886 <p>We also especially thank the following individuals who tested patches
1887 for Koha.</p>
1888
1889 <ul>
1890 <li>Hugo Agud (20)</li>
1891 <li>Hasina Akhte (1)</li>
1892 <li>Axel Amghar (1)</li>
1893 <li>Tomás Cohen Arazi (227)</li>
1894 <li>Alex Arnaud (65)</li>
1895 <li>Cori Lynn Arnold (2)</li>
1896 <li>Donna Bachowski (1)</li>
1897 <li>Bob Bennhoff (1)</li>
1898 <li>Stefan Berndtsson (12)</li>
1899 <li>Sonia Bouis (56)</li>
1900 <li>Arthur Bousquet (10)</li>
1901 <li>Christopher Brannon (3)</li>
1902 <li>Alex Buckley (5)</li>
1903 <li>Frederik Chenier (4)</li>
1904 <li>Frédérik Chénier (11)</li>
1905 <li>Nick Clemens (198)</li>
1906 <li>David Cook (1)</li>
1907 <li>Holly Cooper (1)</li>
1908 <li>Chris Cormack (13)</li>
1909 <li>Sarah Cornell (1)</li>
1910 <li>Christophe Croullebois (1)</li>
1911 <li>Christopher Davis (1)</li>
1912 <li>Frédéric Demians (1)</li>
1913 <li>Michal Denar (62)</li>
1914 <li>Jason DeShaw (1)</li>
1915 <li>Jonathan Druart (91)</li>
1916 <li>Magnus Enger (2)</li>
1917 <li>Bouzid Fergani (14)</li>
1918 <li>Katrin Fischer (287)</li>
1919 <li>Martha Fuerst (5)</li>
1920 <li>Andrew Fuerste-Henry (16)</li>
1921 <li>Brendan Gallagher (11)</li>
1922 <li>Lucas Gass (13)</li>
1923 <li>Claire Gravely (17)</li>
1924 <li>Victor Grousset (1)</li>
1925 <li>Kyle Hall (184)</li>
1926 <li>Ron Houk (3)</li>
1927 <li>Andrew Isherwood (2)</li>
1928 <li>Pasi Kallinen (4)</li>
1929 <li>Jan Kolator (2)</li>
1930 <li>David Kuhn (1)</li>
1931 <li>Rhonda Kuiper (2)</li>
1932 <li>Joonas Kylmälä (13)</li>
1933 <li>Nicolas Legrand (2)</li>
1934 <li>Owen Leonard (75)</li>
1935 <li>Luis F. Lopez (2)</li>
1936 <li>Nabila Love (1)</li>
1937 <li>Ere Maijala (4)</li>
1938 <li>Hayley Mapley (30)</li>
1939 <li>Felicia Martin (1)</li>
1940 <li>Jesse Maseto (9)</li>
1941 <li>Julian Maurice (8)</li>
1942 <li>Kelly McElligott (3)</li>
1943 <li>Sean McGarvey (4)</li>
1944 <li>Matthias Meusburger (1)</li>
1945 <li>Laurel Moran (1)</li>
1946 <li>Josef Moravec (83)</li>
1947 <li>Agustín Moyano (39)</li>
1948 <li>David Nind (13)</li>
1949 <li>Kim Peine (1)</li>
1950 <li>Nadine Pierre (21)</li>
1951 <li>Séverine Queune (49)</li>
1952 <li>Elizabeth Quinn (1)</li>
1953 <li>Johanna Raisa (6)</li>
1954 <li>Liz Rea (107)</li>
1955 <li>Martin Renvoize (1484)</li>
1956 <li>David Roberts (1)</li>
1957 <li>Marcel de Rooy (200)</li>
1958 <li>Caroline Cyr La Rose (1)</li>
1959 <li>Alex Sassmannshausen (3)</li>
1960 <li>Lisette Scheer (18)</li>
1961 <li>Maksim Sen (1)</li>
1962 <li>Joe Sikowitz (1)</li>
1963 <li>Maryse Simard (73)</li>
1964 <li>Fridolin Somers (3)</li>
1965 <li>Mike Somers (1)</li>
1966 <li>Christian Stelzenmüller (1)</li>
1967 <li>Myka Kennedy Stephens (2)</li>
1968 <li>Arthur Suzuki (8)</li>
1969 <li>Theodoros Theodoropoulos (2)</li>
1970 <li>Mark Tompsett (57)</li>
1971 <li>Claudie Trégouët (2)</li>
1972 <li>Ed Veal (2)</li>
1973 <li>Marc Véron (2)</li>
1974 <li>Ian Walls (1)</li>
1975 <li>Bin Wen (10)</li>
1976 <li>George Williams (12)</li>
1977 <li>Jessica Zairo (3)</li>
1978 <li>Amandine Zocca (1)</li>
1979 <li>Nazlı Çetin (2)</li>
1980 </ul>
1981
1982 <p>We regret any omissions.  If a contributor has been inadvertently missed,
1983 please send a patch against these release notes to 
1984 koha-patches@lists.koha-community.org.</p>
1985
1986 <h2 id="revisioncontrolnotes">Revision control notes</h2>
1987
1988 <p>The Koha project uses Git for version control.  The current development 
1989 version of Koha can be retrieved by checking out the master branch of:</p>
1990
1991 <ul>
1992 <li><a href="git://git.koha-community.org/koha.git">Koha Git Repository</a></li>
1993 </ul>
1994
1995 <p>The branch for this version of Koha and future bugfixes in this release
1996 line is 19.06.x.</p>
1997
1998 <h2 id="bugsandfeaturerequests">Bugs and feature requests</h2>
1999
2000 <p>Bug reports and feature requests can be filed at the Koha bug
2001 tracker at:</p>
2002
2003 <ul>
2004 <li><a href="http://bugs.koha-community.org">Koha Bugzilla</a></li>
2005 </ul>
2006
2007 <p>He rau ringa e oti ai.
2008 (Many hands finish the work)</p>
2009
2010 <p>Autogenerated release notes updated last on 27 Nov 2019 15:10:11.</p>