Update release notes for 18.11.00 release
[koha.git] / misc / release_notes / release_notes_18_11_00.html
1 <h1 id="releasenotesforkoha18.11.00">RELEASE NOTES FOR KOHA 18.11.00</h1>
2
3 <p>27 Nov 2018</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 18.11.00 can be downloaded from:</p>
15
16 <ul>
17 <li><a href="http://download.koha-community.org/koha-18.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 18.11.00 is a major release, that comes with many new features.</p>
28
29 <p>It includes 16 new features, 219 enhancements, 419 bugfixes.</p>
30
31 <h2 id="newfeatures">New features</h2>
32
33 <h3 id="acquisitions">Acquisitions</h3>
34
35 <ul>
36 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15184">[15184]</a> Ability to duplicate existing order lines to a given basket</li>
37 </ul>
38
39 <blockquote>
40   <p>This enhancements adds the ability to add an order to a basket (duplicate) from existing order lines. It will help serials acquisitions or other workflows where the same publication is ordered frequently.</p>
41 </blockquote>
42
43 <ul>
44 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19166">[19166]</a> Add the ability to add adjustments to an invoice</li>
45 </ul>
46
47 <blockquote>
48   <p>This enhancement to acquisitions allows libraries to record adjustments to invoices.  These may be based on feedback from a vendor, for example, a credit for returned books or damaged books, or a debit for extra service charges etc.</p>
49 </blockquote>
50
51 <h3 id="authentication">Authentication</h3>
52
53 <ul>
54 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12027">[12027]</a> Shibboleth authentication for staff client</li>
55 </ul>
56
57 <blockquote>
58   <p>Sponsored by PTFS Europe <br />
59   Shibboleth authentication has long been available for the OPAC, this patch adds support for the staff client.</p>
60 </blockquote>
61
62 <ul>
63 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18507">[18507]</a> Shibboleth auto-provisioning - Sync</li>
64 </ul>
65
66 <blockquote>
67   <p>Shibboleth authentication has the ability to send an arbitrary number of attributes to koha; These attributes can be used to dynamically create (bug 12026) and, now with this patchset, update user records in koha.</p>
68 </blockquote>
69
70 <h3 id="cataloging">Cataloging</h3>
71
72 <ul>
73 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18586">[18586]</a> Create module to mint RDF subject URIs</li>
74 </ul>
75
76 <blockquote>
77   <p>The Koha::RDF module presents a method for minting RDF subject URIs in the format of {{ OpacBaseURL }}/bib/{{ biblionumber }}. <br />
78   This functionality isn't directly used yet in Koha, but is a precursor to RDF support.</p>
79 </blockquote>
80
81 <h3 id="circulation">Circulation</h3>
82
83 <ul>
84 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897">[11897]</a> Stock Rotation for Koha</li>
85 </ul>
86
87 <blockquote>
88   <p>Sponsored by PTFS Europe and North West England Public Libraries <br />
89   This is a batch process to automate the rotation of stock. <br />
90   It includes a staff client page, under tools, to manage rotas (ordered lists of locations for items to rotate to with associated durations for the items stay) and assign them to items. <br />
91   Once at least one rota is configured, and your staff user has the permission to add a rota to an item, then an additional tab will appear on each biblio record page allowing the management of which rota, if any, individual items are assigned.</p>
92 </blockquote>
93
94 <h3 id="documentation">Documentation</h3>
95
96 <ul>
97 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19817">[19817]</a> Merge local and online documentations</li>
98 </ul>
99
100 <blockquote>
101   <p>Great strides have been taken to improve Koha's online documentation. This enhancement removes the outdated local help system from the software, opting instead to contextually link to the well maintained online manual.</p>
102 </blockquote>
103
104 <h3 id="finesandfees">Fines and fees</h3>
105
106 <ul>
107 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19191">[19191]</a> Add ability to email receipts for account payments and write-offs</li>
108 </ul>
109
110 <blockquote>
111   <p>Let your library go paperless. This enhancement enables the ability to send payment and write-off receipts by email.</p>
112 </blockquote>
113
114 <h3 id="opac">OPAC</h3>
115
116 <ul>
117 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602">[17602]</a> Integrate support for RecordedBooks (formerly OneClickDigital) API</li>
118 </ul>
119
120 <blockquote>
121   <p>This feature integrates RecordedBooks functionality into the catalog, following the model of OverDrive. <br />
122   Searches on the OPAC will return a link to results in the RecordedBooks catalog if they are found. From that results page a user that is signed in and has a valid email matching a RecordedBooks account will be able to checkout the books directly from the results, and download them via their account page on the OPAC. Users will also be able to place holds on unavailable items.</p>
123 </blockquote>
124
125 <h3 id="patrons">Patrons</h3>
126
127 <ul>
128 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20312">[20312]</a> Add a link towards the last consulted patron</li>
129 </ul>
130
131 <blockquote>
132   <p>A first pass at adding a handy feature to allow quickly navigating back to the last searched user in the staff client.</p>
133 </blockquote>
134
135 <h3 id="restapi">REST api</h3>
136
137 <ul>
138 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20942">[20942]</a> Add route to get patron's account balance</li>
139 </ul>
140
141 <blockquote>
142   <p>Introduces API endpoints for dealing with patron accounts, a highly requested feature for third-party integrations.</p>
143 </blockquote>
144
145 <ul>
146 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20944">[20944]</a> Add routes to add credits to a patron's account</li>
147 </ul>
148
149 <blockquote>
150   <p>Introduces the API endpoint for dealing with patron account credits, a highly requested feature for third-party integrations.</p>
151 </blockquote>
152
153 <ul>
154 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21116">[21116]</a> Add API routes through plugins</li>
155 </ul>
156
157 <blockquote>
158   <p>Allows the extension of the Koha API via plugins. This can allow for custom vendor integrations and prototyping of new routes.</p>
159 </blockquote>
160
161 <h3 id="reports">Reports</h3>
162
163 <ul>
164 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17282">[17282]</a> Ability to create charts for SQL reports</li>
165 </ul>
166
167 <blockquote>
168   <p>Adds a form under report's result that allows to configure and draw a <br />
169   chart (pie, bar, line and combination).</p>
170 </blockquote>
171
172 <h3 id="serials">Serials</h3>
173
174 <ul>
175 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21467">[21467]</a> Allow several receipts for a given subscription</li>
176 </ul>
177
178 <blockquote>
179   <p>Allows the user to set a quantity for a serial order, useful in the case where payments are made per receipt of individual issues. This development also allows for altering the total expected quantity for a serial in the case of a periodicity change.</p>
180 </blockquote>
181
182 <h3 id="z39.50sruopensearchservers">Z39.50 / SRU / OpenSearch Servers</h3>
183
184 <ul>
185 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19436">[19436]</a> Add SRU support for authorities</li>
186 </ul>
187
188 <blockquote>
189   <p>Some record sources only offer SRU connections (and not Z39.50) this update allows Koha to utilize these resources for authority records as we can for bibliographic records</p>
190 </blockquote>
191
192 <h2 id="enhancements">Enhancements</h2>
193
194 <h3 id="about">About</h3>
195
196 <ul>
197 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21317">[21317]</a> Format long lists under Koha Team tab as columns</li>
198 </ul>
199
200 <blockquote>
201   <p>Koha's team of developers is always growing ☺. This patch changes the display from a long list to a nicely formatted four column layout.</p>
202 </blockquote>
203
204 <ul>
205 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21319">[21319]</a> Remove highlight and tooltip on Koha Team version</li>
206 </ul>
207
208 <blockquote>
209   <p>Two years ago we switched the version numbering system from 3.x to YY.MM format. At that time we added a tooltip and highlighted the version in red on the Koha Team tab of the about page.  This patch removes that now that a sufficient period of time has passed.</p>
210 </blockquote>
211
212 <ul>
213 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21782">[21782]</a> Release team 18.11</li>
214 </ul>
215
216 <h3 id="acquisitions">Acquisitions</h3>
217
218 <ul>
219 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7651">[7651]</a> Add separate permission for managing currencies and exchange rates</li>
220 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12395">[12395]</a> Save order line's creator</li>
221 </ul>
222
223 <blockquote>
224   <p>Allow finer grained auditing of acquisition orders.</p>
225 </blockquote>
226
227 <ul>
228 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18480">[18480]</a> Use modal for displaying patron details on add_user_search.pl to avoid redirect</li>
229 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18639">[18639]</a> Separate replacement cost and retail price fields in acquisitions</li>
230 </ul>
231
232 <blockquote>
233   <p>This patch attempts to remove some confusion as the 'Replacement price/rrp' field was being used as retail price during ordering process, but for item replacement price when receiving. <br />
234   This patch splits these fields so that each may be set independently. RRP will be used to determine costs while ordering, and replacement price will populate the items replacement price upon receiving.</p>
235 </blockquote>
236
237 <ul>
238 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20366">[20366]</a> More information about orders linked to subscriptions on "Acquisition details" tab</li>
239 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20966">[20966]</a> Add column configuration to table of orders in a basket</li>
240 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20969">[20969]</a> Use modal to add and edit notes from basket</li>
241 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20970">[20970]</a> Reformat basket information on acquisitions basket page</li>
242 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21333">[21333]</a> Add ability to add to basket from a file</li>
243 </ul>
244
245 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
246
247 <ul>
248 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14302">[14302]</a> Remove GRS1 indexing related code</li>
249 </ul>
250
251 <blockquote>
252   <p>Final removal of the GRS1 indexing mode code after the two year deprecation period.</p>
253 </blockquote>
254
255 <ul>
256 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18072">[18072]</a> Add Koha objects for Branch Transfer Limits</li>
257 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18887">[18887]</a> Introduce new table 'circulation_rules', use for 'max_holds' rules</li>
258 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19490">[19490]</a> Add a 'holds' column to the Batch Item Modification Tool</li>
259 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19620">[19620]</a> Allow skipping of patrons with valid emails for Talking Tech</li>
260 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19633">[19633]</a> Use alphanumeric error codes in upload</li>
261 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19820">[19820]</a> Add unsafe param to GetMarcSubfieldStructure</li>
262 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20079">[20079]</a> Display stack trace for development installations</li>
263 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20226">[20226]</a> Get rid of CATCODE_MULTI param decision in patron perl scripts</li>
264 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20272">[20272]</a> XSLT_Handler should use alphanumeric error codes</li>
265 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20287">[20287]</a> Move AddMember and ModMember to Koha::Patron</li>
266 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20456">[20456]</a> Remove the C4::Serials::GetSubscriptionsFromBorrower</li>
267 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20509">[20509]</a> Data consistency - authority types</li>
268 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20521">[20521]</a> dev installations should run with problematic SQL modes</li>
269 </ul>
270
271 <blockquote>
272   <p>To aid in catching possible SQL issue's early in development, this patch allows enabling the strictest of SQL modes for development (and makes it the default for continuous integration) environments.</p>
273 </blockquote>
274
275 <ul>
276 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20661">[20661]</a> Implement blocking errors for circulation scripts</li>
277 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20669">[20669]</a> Add upgrade method to plugins</li>
278 </ul>
279
280 <blockquote>
281   <p>This enhancement standardises the methods used by plugin authors to maintain their plugin data across plugin versions.</p>
282 </blockquote>
283
284 <ul>
285 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20727">[20727]</a> Replace usage of File::Spec->tmpdir with C4::Context->temporary_directory</li>
286 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20968">[20968]</a> Plugins: Add hooks to enable plugin integration into catalogue</li>
287 </ul>
288
289 <blockquote>
290   <p>Sponsored by PTFS Europe</p>
291 </blockquote>
292
293 <ul>
294 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20978">[20978]</a> Add Koha::Account::add_credit</li>
295 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20990">[20990]</a> Add Koha::Account::outstanding_credits</li>
296 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20997">[20997]</a> Add Koha::Account::Line::apply</li>
297 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21178">[21178]</a> Add Koha::Patron::set_password method</li>
298 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21183">[21183]</a> C4::Items - Remove GetItemnumberFromBarcode</li>
299 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21184">[21184]</a> C4::Items - Remove GetBarcodeFromItemnumber</li>
300 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21201">[21201]</a> C4::Items - Remove GetItemnumbersForBiblio</li>
301 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21202">[21202]</a> C4::Items - Remove GetItemsByBiblioitemnumber</li>
302 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21205">[21205]</a> C4::Acquisition - Remove GetOrderFromItemnumber</li>
303 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21221">[21221]</a> Implement blocking errors for members/memberentry.pl</li>
304 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21233">[21233]</a> Add Koha::Exceptions::Password class</li>
305 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21299">[21299]</a> Move referer code from changelanguage to module in opac and staff</li>
306 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21352">[21352]</a> Allow plugins to add CSS and Javascript to Staff interface</li>
307 </ul>
308
309 <blockquote>
310   <p>This enhancement allows plugin authors to make adaptations to the staff client using css and javascript.</p>
311 </blockquote>
312
313 <ul>
314 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21474">[21474]</a> Add the Koha::Subscription->frequency method</li>
315 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21501">[21501]</a> Remove dead code from course reserves module</li>
316 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21650">[21650]</a> C4::Items::GetLastAcquisitions has never been used and should be removed</li>
317 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21681">[21681]</a> Remove C4::Accounts::getcharges</li>
318 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21694">[21694]</a> Add the Koha::Account->lines method</li>
319 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21696">[21696]</a> Use Koha::Account->lines from Koha::Account</li>
320 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21719">[21719]</a> Fix typos in codebase</li>
321 </ul>
322
323 <h3 id="authentication">Authentication</h3>
324
325 <ul>
326 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17776">[17776]</a> Shibboleth Authentication is broken in plack</li>
327 </ul>
328
329 <blockquote>
330   <p>Sponsored by PTFS Europe <br />
331   This enhancement adds support for using Shibboleth in a Plack environment. Caution should, however, be taken before enabling it as there are security implications to be aware of regarding header spoofing attacks that can be mitigated with additional care whilst configuring the native service provider and Apache: Please see https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPSpoofChecking for further details.</p>
332 </blockquote>
333
334 <ul>
335 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19625">[19625]</a> Shibboleth auto-provisioning is broken in plack</li>
336 </ul>
337
338 <h3 id="cataloging">Cataloging</h3>
339
340 <ul>
341 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12747">[12747]</a> Add configurable extra column in Z3950 search result</li>
342 </ul>
343
344 <blockquote>
345   <p>This allows to display MARC fields and subfields from the record in an extra column on the Z30.50 result list. The content of the column can be configured via the AdditionalFieldsInZ3950ResultSearch system preference.</p>
346 </blockquote>
347
348 <ul>
349 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19263">[19263]</a> Advanced Editor - Rancor - Add auto control number (001) widget</li>
350 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19349">[19349]</a> Allow to store biblio record's creator and last modifier in MARC</li>
351 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20435">[20435]</a> Allow lowercase prefix in inventory value builder</li>
352 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21318">[21318]</a> Add control number to authority Z39.50 search form</li>
353 </ul>
354
355 <h3 id="circulation">Circulation</h3>
356
357 <ul>
358 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15139">[15139]</a> Show non-public item note in overdues report</li>
359 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15494">[15494]</a> Block renewals by arbitrary item values</li>
360 </ul>
361
362 <blockquote>
363   <p>This enhancement offers the possibility to prevent renewals given certain item values. Using a yaml syntax the library can specify certain item field values that, when matched, will prevent renewals for affected items. <br />
364   If using automatic renewal notices your notice should be updated to account for the new reason that renewals may be denied "item_denied_renewal"</p>
365 </blockquote>
366
367 <ul>
368 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15524">[15524]</a> Set limit on maximum possible holds per patron by category</li>
369 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19383">[19383]</a> Print hold slips without confirmation</li>
370 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19719">[19719]</a> Add a new column for collection in the patron checkouts data table</li>
371 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20450">[20450]</a> Add collection to list of items when placing hold on specific copy</li>
372 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20468">[20468]</a> Multiselect on staff article requests form</li>
373 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21121">[21121]</a> New syspref to allow hiding of private patron data in circulation page</li>
374 </ul>
375
376 <blockquote>
377   <p>Sponsored by: Toi Ohomai Institute of Technology in New Zealand and Catalyst IT.</p>
378 </blockquote>
379
380 <ul>
381 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21380">[21380]</a> Circulation history UI improvements - make barcode clickable</li>
382 </ul>
383
384 <h3 id="command-lineutilities">Command-line Utilities</h3>
385
386 <ul>
387 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20393">[20393]</a> Remove redundant 'koha.psgi' and 'plackup.sh' files</li>
388 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20486">[20486]</a> Add --marc_conditions option to export_records.pl</li>
389 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20795">[20795]</a> koha-rebuild-zebra should pass through increased verbosity</li>
390 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20915">[20915]</a> Use date --iso-8601 instead of date +%Y-%m-%d to be more readable and crontab friendly</li>
391 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21011">[21011]</a> Data inconsistencies - items.holdingbranch | items.homebranch</li>
392 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21150">[21150]</a> Data inconsistencies - item types</li>
393 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21576">[21576]</a> Add a developer script to automatically fix missing filters</li>
394 </ul>
395
396 <h3 id="coursereserves">Course reserves</h3>
397
398 <ul>
399 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20467">[20467]</a> Add ability to batch add items to a course</li>
400 </ul>
401
402 <h3 id="finesandfees">Fines and fees</h3>
403
404 <ul>
405 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19617">[19617]</a> Allow 'writeoff of selected'</li>
406 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20629">[20629]</a> Remove ability to 'reverse' payments</li>
407 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20703">[20703]</a> Add ability to void any credit</li>
408 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21673">[21673]</a> Koha::Account::Lines->total_outstanding must be used when needed</li>
409 </ul>
410
411 <h3 id="holdrequests">Hold requests</h3>
412
413 <ul>
414 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7534">[7534]</a> New OPACAllowUserToChooseBranch setting for only showing libraries allowing holds</li>
415 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15486">[15486]</a> Restrict number of holds placed by day</li>
416 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19469">[19469]</a> Add ability to split view of holds view on record by pickup library and/or itemtype</li>
417 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21628">[21628]</a> Simplify holds awaiting pickup report</li>
418 </ul>
419
420 <h3 id="i18nl10n">I18N/L10N</h3>
421
422 <ul>
423 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15395">[15395]</a> Internationalization: plural forms, context, and more</li>
424 </ul>
425
426 <h3 id="ill">ILL</h3>
427
428 <ul>
429 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18591">[18591]</a> Allow an arbitrary number of comments on ILLs</li>
430 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20651">[20651]</a> Improve display of "Toggle full supplier metadata"</li>
431 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20772">[20772]</a> Make request metadata editable and add price_paid field</li>
432 </ul>
433
434 <blockquote>
435   <p>Added the new price_paid field to ILL requests</p>
436 </blockquote>
437
438 <ul>
439 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20797">[20797]</a> If an Ill request has an associated bib record, the detail view should contain a link to the record</li>
440 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20995">[20995]</a> Add request ID to OPAC ILL requests display table</li>
441 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21079">[21079]</a> Unify metadata schema across backends</li>
442 </ul>
443
444 <h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
445
446 <ul>
447 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20683">[20683]</a> Update German web installer for 18.05</li>
448 </ul>
449
450 <h3 id="labelpatroncardprinting">Label/patron card printing</h3>
451
452 <ul>
453 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15766">[15766]</a> Give label and patron card batches a description</li>
454 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15836">[15836]</a> Labels: Offer configuration option for splitting call numbers</li>
455 </ul>
456
457 <h3 id="lists">Lists</h3>
458
459 <ul>
460 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19039">[19039]</a> Results of virtual shelves (lists) not sortable by date added</li>
461 </ul>
462
463 <h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
464
465 <ul>
466 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19835">[19835]</a> Update MARC frameworks to Updates 23+24+25 (Nov 2016, May and Dec 2017)</li>
467 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20709">[20709]</a> Update German MARC frameworks to Updates 23-26 (Nov 2016, May and Apr 2018)</li>
468 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20710">[20710]</a> Update MARC21 frameworks to Update 26 (April 2018)</li>
469 </ul>
470
471 <h3 id="notices">Notices</h3>
472
473 <ul>
474 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15280">[15280]</a> Switch default CHECKOUT notice to Template Toolkit</li>
475 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15282">[15282]</a> Switch default CHECKIN notice to Template Toolkit</li>
476 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19743">[19743]</a> Header and Footer should be updated on each item for checkin / checkout / renewal notices</li>
477 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20356">[20356]</a> Add EmailSMSSendDriverFromAddress system preference for overriding Email SMS send driver from address</li>
478 </ul>
479
480 <h3 id="opac">OPAC</h3>
481
482 <ul>
483 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8630">[8630]</a> Add covers from AdLibris to the OPAC and Intranet</li>
484 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14222">[14222]</a> Sort holds in OPAC by priority</li>
485 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385">[14385]</a> Extend OpacHiddenItems to allow specifying exempt borrower categories</li>
486 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15287">[15287]</a> Use font-awesome on the OPAC</li>
487 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17153">[17153]</a> Logging in during a search navigates to account page instead of back to search results</li>
488 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17530">[17530]</a> Don't show 'article request' link when no article requests are permitted</li>
489 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18236">[18236]</a> MARC21: Add classes to material type icons on intranet result lists and detail pages</li>
490 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20427">[20427]</a> Convert OPAC LESS to SCSS</li>
491 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20554">[20554]</a> New OPAC CSS</li>
492 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20876">[20876]</a> The form_serialized_itype cookie is not used and should be removed</li>
493 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20898">[20898]</a> Replace OPAC detail's results browser with non-JavaScript version</li>
494 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20921">[20921]</a> Expose borrowernumber and branch when user is logged in to OPAC</li>
495 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21157">[21157]</a> Improve style of OPAC login modal</li>
496 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21174">[21174]</a> Change default behavior to open OPAC cart in one click</li>
497 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21340">[21340]</a> Add spans with classes around callnumbers in OPAC for additional styling</li>
498 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21568">[21568]</a> Add more spans with classes around callnumbers in OPAC for additional styling</li>
499 </ul>
500
501 <h3 id="patrons">Patrons</h3>
502
503 <ul>
504 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11911">[11911]</a> Add separate permission for managing suggestions</li>
505 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12258">[12258]</a> Datatable in Patrons Account Fines</li>
506 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14391">[14391]</a> Granular permissions for the administration module</li>
507 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15136">[15136]</a> Display item's homebranch in patron's fines list</li>
508 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18635">[18635]</a> Koha::Patron->guarantees() should return results alphabetically</li>
509 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19524">[19524]</a> Share patron lists between staff</li>
510 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20819">[20819]</a> GDPR: Add a consent field for processing personal data in account menu and self-registration</li>
511 </ul>
512
513 <blockquote>
514   <p>This report adds a new table patron_consent in order to save user consent for processing personal data (GDPR), but allows for future extension. <br />
515   It adds two preferences: GDPR_Policy and PrivacyPolicyURL. The first pref allows you to enforce giving consent before using the OPAC as a specific user. In permissive mode, we only show a warning on the consent page. The second pref allows you to add a URL to a privacy policy page. <br />
516   On the self registration page we also add asking for consent if the pref is enabled.</p>
517 </blockquote>
518
519 <ul>
520 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20867">[20867]</a> Ability to show membership renewal date on moremember.pl page</li>
521 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21337">[21337]</a> Add Koha::Patrons->delete</li>
522 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21755">[21755]</a> Show patron updated date in circ menu</li>
523 </ul>
524
525 <h3 id="restapi">REST api</h3>
526
527 <ul>
528 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21334">[21334]</a> Add bibliographic content type definitions</li>
529 </ul>
530
531 <h3 id="reports">Reports</h3>
532
533 <ul>
534 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9188">[9188]</a> Remove 'debug' information from patron statistics</li>
535 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20260">[20260]</a> Use CodeMirror for the SQL reports editor</li>
536 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20495">[20495]</a> Refactor C4::Reports.Guided - remove get_saved_report</li>
537 </ul>
538
539 <h3 id="searching">Searching</h3>
540
541 <ul>
542 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18322">[18322]</a> Add facets for ccode to zebra</li>
543 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20758">[20758]</a> Typo in BrowseResultSelection syspref description</li>
544 </ul>
545
546 <h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
547
548 <ul>
549 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18316">[18316]</a> Add weighting/relevancy options to ElasticSearch</li>
550 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19604">[19604]</a> Elasticsearch Fixes for build_authorities_query for auth searching</li>
551 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19893">[19893]</a> Alternative optimized indexing for Elasticsearch</li>
552 </ul>
553
554 <blockquote>
555   <p>This patch significantly improves the performance of the ElasticSearch indexing process and also improves the maintainability of this area of the codebase.</p>
556 </blockquote>
557
558 <ul>
559 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20073">[20073]</a> Move Elasticsearch settings to configuration files</li>
560 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20244">[20244]</a> Elasticsearch - Indexing improvements</li>
561 </ul>
562
563 <blockquote>
564   <ul>
565   <li>Index both ISBN10 and ISBN13 where possible.  </li>
566   <li>Add handling for alternative scripts.  </li>
567   <li>Improve sort field handling</li>
568   </ul>
569 </blockquote>
570
571 <ul>
572 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20248">[20248]</a> Elasticsearch - Improvements to mappings UI and indexing script</li>
573 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20602">[20602]</a> Use search fields weight/relevancy on OPAC simple search</li>
574 </ul>
575
576 <h3 id="searching-zebra">Searching - Zebra</h3>
577
578 <ul>
579 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20078">[20078]</a> Indexes 'arl' (Accelerated reading level) and 'arp' (Accelerated reading point) not usable in search menus</li>
580 </ul>
581
582 <h3 id="serials">Serials</h3>
583
584 <ul>
585 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17877">[17877]</a> Show internal and vendor note in acquisition info on subscription detail page</li>
586 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20365">[20365]</a> Allow several open orders on subscription</li>
587 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20726">[20726]</a> Display acquisition details on the subscription detail page</li>
588 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21511">[21511]</a> Don't show acquisition details on subscription detail when there is no acq data</li>
589 </ul>
590
591 <h3 id="staffclient">Staff Client</h3>
592
593 <ul>
594 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13406">[13406]</a> Add classes to MARC Authority display to enable CSS styling</li>
595 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16280">[16280]</a> purge_suggestions.pl: Cron job log should tell number of days used</li>
596 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17698">[17698]</a> Make patron notes show up on staff dashboard</li>
597 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19550">[19550]</a> Add links to related authorities for UNIMARC</li>
598 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19902">[19902]</a> Add column configuration to bibliographic record checkouts history table</li>
599 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20339">[20339]</a> Unify MARC21 ISBN/ISSN handling in XSL</li>
600 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20896">[20896]</a> Move serial enumeration to the right of callnumber on staff detail page</li>
601 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21158">[21158]</a> Add cronjob references to the system preference descriptions if a cronjob is required</li>
602 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21376">[21376]</a> Catalogue detail date handling improvements</li>
603 </ul>
604
605 <h3 id="systemadministration">System Administration</h3>
606
607 <ul>
608 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12365">[12365]</a> Allow descriptive notes to be added to circulation and fine rules</li>
609 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15520">[15520]</a> Add more granular permission for only editing own library's circ rules</li>
610 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21403">[21403]</a> Add Indian Amazon Affiliate option to AmazonLocale setting</li>
611 </ul>
612
613 <h3 id="templates">Templates</h3>
614
615 <ul>
616 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7547">[7547]</a> Printing a sorted cart</li>
617 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10348">[10348]</a> Show number of items on tab headings in the staff client</li>
618 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13618">[13618]</a> Add additional template filter methods and a filter presence test to Koha</li>
619 </ul>
620
621 <blockquote>
622   <p>This important improvement to Koha's security policy greatly decreases the likelihood of XSS vulnerabilities being introduced into the Koha codebase moving forward. We have introduced the requirement for all variables inside templates to be passed through a filter and added a test to check this requirement is being upheld.</p>
623 </blockquote>
624
625 <ul>
626 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19474">[19474]</a> Convert staff client CSS to SCSS</li>
627 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19709">[19709]</a> Move template JavaScript to the footer: Labels</li>
628 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19833">[19833]</a> Disambiguation of "biblio", "biblio record" and "bibliographic record"</li>
629 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20044">[20044]</a> Switch single-column templates to Bootstrap grid: Cataloging</li>
630 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20217">[20217]</a> Make header's catalog search menu into a split button</li>
631 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20220">[20220]</a> Move template JavaScript to the footer: Holds</li>
632 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20520">[20520]</a> Re-indent moremember.tt</li>
633 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20534">[20534]</a> Floating toolbar when editing vendors</li>
634 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20585">[20585]</a> Label surname as name for organisation type patrons</li>
635 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20641">[20641]</a> Switch single-column templates to Bootstrap grid: Various, part 2</li>
636 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20650">[20650]</a> Switch single-column templates to Bootstrap grid: Various, part 3</li>
637 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20667">[20667]</a> Update two-column templates with Bootstrap grid: Acquisitions part 1</li>
638 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20668">[20668]</a> Update two-column templates with Bootstrap grid: Acquisitions part 2</li>
639 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20672">[20672]</a> Update two-column templates with Bootstrap grid: Acquisitions part 3</li>
640 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20690">[20690]</a> Update two-column templates with Bootstrap grid: Acquisitions part 4</li>
641 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20731">[20731]</a> Move template JavaScript to the footer: Call number browser MARC plugin</li>
642 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20736">[20736]</a> Update two-column templates with Bootstrap grid: Administration part 1</li>
643 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20738">[20738]</a> Update two-column templates with Bootstrap grid: Administration part 2</li>
644 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20739">[20739]</a> Update two-column templates with Bootstrap grid: Administration part 3</li>
645 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20740">[20740]</a> Update two-column templates with Bootstrap grid: Administration part 4</li>
646 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20741">[20741]</a> Update two-column templates with Bootstrap grid: Administration part 5</li>
647 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20742">[20742]</a> Update two-column templates with Bootstrap grid: Administration part 6</li>
648 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20743">[20743]</a> Update two-column templates with Bootstrap grid: Administration part 7</li>
649 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20744">[20744]</a> Replace staff client header Koha logo gif with transparent png</li>
650 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20779">[20779]</a> Style refresh for patron detail page</li>
651 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20807">[20807]</a> Lost items report: Improve the display of CSV profile errors</li>
652 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20984">[20984]</a> MARC21 subfield 300f - Type of Unit  does not display</li>
653 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21112">[21112]</a> Re-indent staff client cart template</li>
654 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21125">[21125]</a> Shortcut moredetail.pl on nonexistent biblionumber</li>
655 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21132">[21132]</a> Highlight active filters on saved report page</li>
656 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21137">[21137]</a> Replace BORROWER_INFO and USER_INFO with logged_in_user</li>
657 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21166">[21166]</a> Add columns settings to the acquisition details table (record detail view)</li>
658 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21237">[21237]</a> Clean up staff client SCSS</li>
659 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21305">[21305]</a> Update two-column templates with Bootstrap grid: Patron clubs</li>
660 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21306">[21306]</a> Update two-column templates with Bootstrap grid: Tags</li>
661 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21341">[21341]</a> Style button on acquisitions existing record search with Bootstrap</li>
662 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21409">[21409]</a> Add column configuration to course reserves</li>
663 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21428">[21428]</a> Switch two-column templates to Bootstrap grid: Reports part 1</li>
664 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21429">[21429]</a> Switch two-column templates to Bootstrap grid: Reports part 2</li>
665 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21430">[21430]</a> Switch two-column templates to Bootstrap grid: Reports part 3</li>
666 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21433">[21433]</a> Switch two-column templates to Bootstrap grid: Tools part 1</li>
667 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21434">[21434]</a> Switch two-column templates to Bootstrap grid: Tools part 2</li>
668 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21435">[21435]</a> Switch two-column templates to Bootstrap grid: Tools part 3</li>
669 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21437">[21437]</a> Switch two-column templates to Bootstrap grid: Patron lists</li>
670 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21439">[21439]</a> Switch two-column templates to Bootstrap grid: Rotating collections</li>
671 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21492">[21492]</a> Show subscriptions count in the sidebar menu</li>
672 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21519">[21519]</a> Switch two-column templates to Bootstrap grid: Serials part 1</li>
673 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21523">[21523]</a> Switch two-column templates to Bootstrap grid: Serials part 2</li>
674 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21570">[21570]</a> Switch two-column templates to Bootstrap grid: Various</li>
675 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21645">[21645]</a> Clean up library groups template</li>
676 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21647">[21647]</a> Clean up SRU fields mapping templates</li>
677 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21715">[21715]</a> Ease translation of account and account offset type descriptions</li>
678 </ul>
679
680 <h3 id="testsuite">Test Suite</h3>
681
682 <ul>
683 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20757">[20757]</a> Capture a screenshot on selenium errors</li>
684 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21393">[21393]</a> Make template filter checks code reusable</li>
685 </ul>
686
687 <h3 id="tools">Tools</h3>
688
689 <ul>
690 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13560">[13560]</a> MARC modification templates - Add an 'Add' option</li>
691 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21216">[21216]</a> Notices - Add filter/search options to table</li>
692 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21408">[21408]</a> Inventory - Warn of items possibly scanned out of order</li>
693 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21413">[21413]</a> Inventory - Allow skipping items with waiting holds</li>
694 </ul>
695
696 <h3 id="webservices">Web services</h3>
697
698 <ul>
699 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20676">[20676]</a> svc/barcode should allow barcode to be printed without text</li>
700 </ul>
701
702 <blockquote>
703   <p>Extends Koha /svc/barcode HTTP API. Adds a notext=1 parameter to the entry point in order to prevent the display of barcode text under the barcode's image.</p>
704 </blockquote>
705
706 <h3 id="z39.50sruopensearchservers">Z39.50 / SRU / OpenSearch Servers</h3>
707
708 <ul>
709 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18973">[18973]</a> Auto focus the ISBN field</li>
710 </ul>
711
712 <h2 id="criticalbugsfixed">Critical bugs fixed</h2>
713
714 <p>(This list includes all bugfixes since the previous major version. Most of them
715 have already been fixed in maintainance releases)</p>
716
717 <h3 id="acquisitions">Acquisitions</h3>
718
719 <ul>
720 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20014">[20014]</a> When adding to basket from a staged file item budgets are selected by matching on code, not id</li>
721 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20798">[20798]</a> Client side validation for for fund selection prevents adding only some records to a basket</li>
722 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20827">[20827]</a> Can't add owner to a fund</li>
723 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20861">[20861]</a> Correct EDI permissions on some pages</li>
724 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20972">[20972]</a> If ISBN has 10 numbers only the first 9 numbers are used</li>
725 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20979">[20979]</a> Error message when deleting bib attached to order</li>
726 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21282">[21282]</a> Ordered/spent lists should use prices including tax for calculations</li>
727 </ul>
728
729 <blockquote>
730   <p>Corrects the prices shown on the ordered/spent lists for each fund in acquisitions to show the price with taxes included. This will make the total shown on these pages match the total shown in the table on the acq start and fund pages.</p>
731 </blockquote>
732
733 <ul>
734 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21347">[21347]</a> bad code for input field in item information tab of addorderiso2709 page</li>
735 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21385">[21385]</a> Vendor search: Item count is incorrectly updated on partial receive</li>
736 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21587">[21587]</a> Patrons to notify on receiving doesn't work on new order creation, only on modification</li>
737 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21758">[21758]</a> Navigation in Z39.50 result pages not working in Acquisitions</li>
738 </ul>
739
740 <blockquote>
741   <p>The next page, previous page, and go buttons now work when navigating the search results when adding a record to a basket from an external source.</p>
742 </blockquote>
743
744 <ul>
745 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21853">[21853]</a> Internal software error when exporting basket group as PDF with Perl > 5.24.1</li>
746 </ul>
747
748 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
749
750 <ul>
751 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18821">[18821]</a> TrackLastPatronActivity is a performance killer</li>
752 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20918">[20918]</a> left-side navigation broken on the checkout history page</li>
753 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20922">[20922]</a> Koha::Number::Price must not be used in updatedatabase.pl</li>
754 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21087">[21087]</a> Patron's password is hashed twice when the object is saved</li>
755 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21133">[21133]</a> Missing use C4::Accounts statement in Koha/Patron.pm</li>
756 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21195">[21195]</a> Makefile.t is failing due to new files for SCSS</li>
757 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21222">[21222]</a> Patron's creation is broken</li>
758 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21432">[21432]</a> Internal Server Error in Checkout History</li>
759 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21481">[21481]</a> Translation tool still references to help templates</li>
760 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21526">[21526]</a> TT variables used to build a link should be uri filtered</li>
761 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21593">[21593]</a> Remove Group by clause in GetAuthValueDropbox</li>
762 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21598">[21598]</a> budget_parent_id isn't in GROUP BY - GetBudgetHierarchy</li>
763 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21599">[21599]</a> Incorrect decimal value: '' for column 'defaultreplacecost' - Cannot create item type</li>
764 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21604">[21604]</a> Cannot add/edit funds, cannot add budgets</li>
765 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21607">[21607]</a> Koha::Account::Line->apply should store credit offsets as negative amounts</li>
766 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21612">[21612]</a> Incorrect GROUP BY in Koha::Virtualshelves</li>
767 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21635">[21635]</a> Incorrect GROUP BY clause in batchMod.pl</li>
768 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21669">[21669]</a> TT assignment statements must not be html filtered</li>
769 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21869">[21869]</a> Bad update statement loses values for MarkLostItemsAsReturned</li>
770 </ul>
771
772 <h3 id="authentication">Authentication</h3>
773
774 <ul>
775 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18947">[18947]</a> Unexpected Active Directory LDAP authentication failure mode</li>
776 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20879">[20879]</a> Shibboleth in combination with LDAP as an alternative no longer works</li>
777 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21311">[21311]</a> Remove locked message from opac-auth.tt</li>
778 </ul>
779
780 <blockquote>
781   <p>It is good security practice to not provide details which could confirm or deny the existence of an account. Previously, the simple "This account has been locked!" confirmed its existence which would only encourage more attacks by hackers. <br />
782   To prevent aiding malicious attacks, the message has been changed to something that does not expressly state the account has been locked. It only mentions that accounts will be locked after a number of failed attempts, instead of saying whether it is locked or not. <br />
783   So while a successful attempt will seem to have an invalid username or password suggestion after the account is locked, users should be reminded that they can always reset their password or contact library staff for help.</p>
784 </blockquote>
785
786 <h3 id="cataloging">Cataloging</h3>
787
788 <ul>
789 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14662">[14662]</a> Allow blank values in pull downs in cataloguing forms when subfield is mandatory</li>
790 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20761">[20761]</a> Advanced Cataloging Editor - Rancor - Some js files are not fetched using Asset</li>
791 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20928">[20928]</a> Checkout status not showing patron</li>
792 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21448">[21448]</a> Field 606 doesn't add multiple x subfields</li>
793 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21742">[21742]</a> Incorrect count of youtube videos</li>
794 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21774">[21774]</a> Cloned item subfields disappear when editing an item</li>
795 </ul>
796
797 <h3 id="circulation">Circulation</h3>
798
799 <ul>
800 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10382">[10382]</a> collection and location not returning to null when removed from course reserves</li>
801 </ul>
802
803 <blockquote>
804   <p>These patches ensure that unset values for items added to course reserves are unset when the course is disabled.</p>
805 </blockquote>
806
807 <ul>
808 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20825">[20825]</a> Cannot checkout if item types at biblio level</li>
809 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20889">[20889]</a> Items marked as not for loan can be checked out</li>
810 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20934">[20934]</a> Biblio checkout history shows only current checkout</li>
811 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21176">[21176]</a> decreaseLoanHighHolds does not properly calculate date when  TimeFormat set to 12 hour</li>
812 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21231">[21231]</a> BlockReturnofLostItems does not prevent lost items being found</li>
813 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21257">[21257]</a> Patrons checkout table throws JS error when location/collection not defined</li>
814 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21293">[21293]</a> Display of housebound delivery information broken by Bug 13618</li>
815 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21464">[21464]</a> Overdues export is missing lot of fields</li>
816 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21620">[21620]</a> Errors when using email from stockrotation.pl cronjob</li>
817 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21641">[21641]</a> Software error when checking out an item with a charge associated with it</li>
818 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21777">[21777]</a> Checkouts table in circulation is out of alignment</li>
819 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21796">[21796]</a> Patron Restriction do not restrict checkouts if patron also has a fee/fine on their account</li>
820 </ul>
821
822 <h3 id="command-lineutilities">Command-line Utilities</h3>
823
824 <ul>
825 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20811">[20811]</a> Fix wrong usage of ModBiblio in bulkmarcimport.pl</li>
826 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21122">[21122]</a> Make check-url-quick.pl handle utf8 characters in urls gracefuly</li>
827 </ul>
828
829 <h3 id="coursereserves">Course reserves</h3>
830
831 <ul>
832 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21603">[21603]</a> Incorrect GROUP BY clause in SearchCourses</li>
833 </ul>
834
835 <h3 id="database">Database</h3>
836
837 <ul>
838 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20773">[20773]</a> bug 20724 follow-up - Database cleanup</li>
839 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21129">[21129]</a> New ALTER IGNORE TABLE entries need correction in updatedatabase.pl</li>
840 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21617">[21617]</a> statistics.ccode is not long enough (see also dbrev 18.06.00.032)</li>
841 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21682">[21682]</a> Stock Rotation: Update DB is failing with strict_sql_modes ON</li>
842 </ul>
843
844 <h3 id="finesandfees">Fines and fees</h3>
845
846 <ul>
847 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13098">[13098]</a> Item lost multiple times by the same patron will create only be charged once</li>
848 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20840">[20840]</a> Internal Server Error when clicking on "Details" button</li>
849 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20946">[20946]</a> Cannot pay fines for patrons with credits</li>
850 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21702">[21702]</a> mancredit.pl incorrectly passes user_id instead of the patron id</li>
851 </ul>
852
853 <h3 id="holdrequests">Hold requests</h3>
854
855 <ul>
856 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20822">[20822]</a> Can't find HOLD_SLIP template when printing</li>
857 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21611">[21611]</a> Priority in request.pl shows 1 instead of Waiting</li>
858 </ul>
859
860 <h3 id="i18nl10n">I18N/L10N</h3>
861
862 <ul>
863 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21823">[21823]</a> Cannot update or create translations</li>
864 </ul>
865
866 <h3 id="ill">ILL</h3>
867
868 <ul>
869 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21377">[21377]</a> Variable declarations erroneously filtered</li>
870 </ul>
871
872 <h3 id="installationandupgradecommand-lineinstaller">Installation and upgrade (command-line installer)</h3>
873
874 <ul>
875 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16690">[16690]</a> Improve security of remote database installations</li>
876 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21440">[21440]</a> koha-create expects the file passed by $DEFAULTSQL to be in gzip format</li>
877 </ul>
878
879 <blockquote>
880   <p>Add support to koha-create to allow it to accept both compressed and uncompressed files for DEFAULTSQL</p>
881 </blockquote>
882
883 <h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
884
885 <ul>
886 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21149">[21149]</a> Administrator creation in onboarding always fails</li>
887 </ul>
888
889 <h3 id="labelpatroncardprinting">Label/patron card printing</h3>
890
891 <ul>
892 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8604">[8604]</a> Patron cards made for patrons which don't have patron images use preceding card's image</li>
893 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21281">[21281]</a> Label Template - Creation not working</li>
894 </ul>
895
896 <h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
897
898 <ul>
899 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21749">[21749]</a> Importing MARC frameworks from pre-9701 fails</li>
900 </ul>
901
902 <h3 id="notices">Notices</h3>
903
904 <ul>
905 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21529">[21529]</a> Fix display of HTML tags in print notices</li>
906 </ul>
907
908 <h3 id="opac">OPAC</h3>
909
910 <ul>
911 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20763">[20763]</a> AllowPurchaseSuggestionBranchChoice triggers error opac-suggestions.pl is visited without logging in</li>
912 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20832">[20832]</a> Opac user page crash when there is an overdue fine and not any rental charge for a patron</li>
913 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20875">[20875]</a> OpacAddMastheadLibraryPulldown displays an empty list</li>
914 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21018">[21018]</a> OPAC Resource URL Broken if Tracklinks is enabled</li>
915 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21374">[21374]</a> Self registration e-mail verification does not work</li>
916 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21475">[21475]</a> Error in the OPAC when viewing a record which has no biblio-level itemtype</li>
917 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21476">[21476]</a> Incorrect filter prevents HTML5 media from playing in the OPAC</li>
918 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21479">[21479]</a> Removing from cart removes 2 items</li>
919 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21771">[21771]</a> Password recovery is broken (see 20023)</li>
920 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21878">[21878]</a> Fix few links for opac pagination and facets (no uri filter)</li>
921 </ul>
922
923 <h3 id="patrons">Patrons</h3>
924
925 <ul>
926 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13655">[13655]</a> Can't save organisation type patron without entering userid/password</li>
927 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20903">[20903]</a> Print payment receipt on child patron could end with server error</li>
928 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20951">[20951]</a> Koha::Patron::Discharge is missing use Koha::Patron::Debarments</li>
929 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20981">[20981]</a> Organization name missing from patron search results</li>
930 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21068">[21068]</a> Remove NorwegianPatronDB related code</li>
931 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21085">[21085]</a> Can't edit patrons with housebound module active</li>
932 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21136">[21136]</a> Error "No property select_city for Koha::Patron" when saving patron record</li>
933 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21208">[21208]</a> Housebound deliverer/chooser have wrong name when creating a visit</li>
934 </ul>
935
936 <h3 id="sip2">SIP2</h3>
937
938 <ul>
939 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21020">[21020]</a> Return branch not set for transfer when using SIP</li>
940 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21471">[21471]</a> Misspelled variable name in <em>get</em>outstanding_holds</li>
941 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21486">[21486]</a> SIP does not return  checked out (charged) items on patron_information request</li>
942 </ul>
943
944 <h3 id="searching">Searching</h3>
945
946 <ul>
947 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20838">[20838]</a> Search by group of libraries is broken</li>
948 </ul>
949
950 <h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
951
952 <ul>
953 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19365">[19365]</a> link_bibs_to_authorities.pl doesn't work with Elasticsearch</li>
954 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21032">[21032]</a> Refining a search made on a specific index fail</li>
955 </ul>
956
957 <h3 id="selfcheckout">Self checkout</h3>
958
959 <ul>
960 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21054">[21054]</a> Extra closing body tag in sco-main.tt prevents slip printing</li>
961 </ul>
962
963 <h3 id="serials">Serials</h3>
964
965 <ul>
966 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21554">[21554]</a> Using Subscription Batch Edit produces Software Error</li>
967 </ul>
968
969 <h3 id="staffclient">Staff Client</h3>
970
971 <ul>
972 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20652">[20652]</a> Sort after item type search fails</li>
973 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20899">[20899]</a> Patron name not showing on issuehistory.pl</li>
974 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20998">[20998]</a> Non superlibrarians cannot search for patrons using the quicksearch at the top</li>
975 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21418">[21418]</a> Incorrectly filtered markup in staff client lists</li>
976 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21703">[21703]</a> Placing holds in staff is broken (TT filter)</li>
977 </ul>
978
979 <h3 id="systemadministration">System Administration</h3>
980
981 <ul>
982 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21151">[21151]</a> SRU search fields mapping pop-up comes up empty</li>
983 </ul>
984
985 <h3 id="templates">Templates</h3>
986
987 <ul>
988 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13692">[13692]</a> Series link is only using 800a instead of 800t</li>
989 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20977">[20977]</a> Javascript vars used in confirm_deletion in catalog.js do not match strings in catalog-strings.inc</li>
990 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21163">[21163]</a> Basket group detail page layout is broken</li>
991 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21663">[21663]</a> Incorrect filter prevents predefined notes from being added to patron acccounts</li>
992 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21704">[21704]</a> Editing subfields in bibliographic frameworks is broken (TT filter)</li>
993 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21706">[21706]</a> Editing subfields in authority frameworks is broken (TT filter)</li>
994 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21805">[21805]</a> Duplicate include file in search results template causes JS error</li>
995 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21814">[21814]</a> System preferences save button can be hidden by language menu</li>
996 </ul>
997
998 <h3 id="testsuite">Test Suite</h3>
999
1000 <ul>
1001 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20906">[20906]</a> Fix Debian 9 Test Failures</li>
1002 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21567">[21567]</a> WebService:ILS related tests fail during package build</li>
1003 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21597">[21597]</a> Test suite is still failing with new default SQL modes</li>
1004 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21600">[21600]</a> t/db_dependent/api/v1/patrons.t is failing with new SQL modes</li>
1005 </ul>
1006
1007 <h3 id="tools">Tools</h3>
1008
1009 <ul>
1010 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20084">[20084]</a> Patron card creator: layouts Industrial2of5 and COOP2of5 broken with error "Invalid Characters"</li>
1011 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21656">[21656]</a> Syntax Error in Stock Rotation Default Notice Template</li>
1012 </ul>
1013
1014 <h3 id="webservices">Web services</h3>
1015
1016 <ul>
1017 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21046">[21046]</a> ILSDI - AuthenticatePatron returns a wrong borrowernumber if cardnumber is empty</li>
1018 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21199">[21199]</a> Patron's attributes are displayed on GetPatronInfo's ILSDI output regardless opac_display</li>
1019 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21203">[21203]</a> ILS-DI - GetRecords crashes on non-existent records</li>
1020 </ul>
1021
1022 <h3 id="translate.koha-community.org">translate.koha-community.org</h3>
1023
1024 <ul>
1025 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21480">[21480]</a> misc/translator/translate does not work with perl 5.26</li>
1026 </ul>
1027
1028 <h2 id="otherbugsfixed">Other bugs fixed</h2>
1029
1030 <p>(This list includes all bugfixes since the previous major version. Most of them
1031 have already been fixed in maintainance releases)</p>
1032
1033 <h3 id="about">About</h3>
1034
1035 <ul>
1036 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143">[7143]</a> Bug for tracking changes to the about page</li>
1037 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17597">[17597]</a> Outdated translation credits</li>
1038 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20720">[20720]</a> Add libraries (sponsors) to the about page</li>
1039 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20818">[20818]</a> Missing QA manager entry in 18.05 release notes</li>
1040 </ul>
1041
1042 <h3 id="acquisitions">Acquisitions</h3>
1043
1044 <ul>
1045 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3849">[3849]</a> Descriptions of acquisition permissions are unclear</li>
1046 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9775">[9775]</a> unitprice should be hidden when creating an order</li>
1047 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15408">[15408]</a> Timestamp on funds not updated when you duplicate a budget</li>
1048 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16739">[16739]</a> Generate EDIFACT on basket groups falsely showing when configuration is incomplete</li>
1049 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16754">[16754]</a> Use validation plugin in budgets, planning, and contracts</li>
1050 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19271">[19271]</a> Ordered/Spent lists should display vendor name, not vendor code</li>
1051 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20892">[20892]</a> Wrong basketgroup link in histsearch.pl</li>
1052 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21033">[21033]</a> Remove few warns in acqui/basket.pl</li>
1053 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21048">[21048]</a> suggest_status not behaving properly</li>
1054 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21097">[21097]</a> Missing optgroup closing tag in orderreceive.tt</li>
1055 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21288">[21288]</a> Slowness in acquisition caused by GetInvoices</li>
1056 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21324">[21324]</a> Missing aoColumns definition in acqui/parcel receivedt table</li>
1057 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21356">[21356]</a> Missing space in parcel.tt</li>
1058 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21387">[21387]</a> Receive items from - form should include tax hints the same as the ordering form</li>
1059 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21398">[21398]</a> Search term when adding an order from an existing record should be required</li>
1060 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21417">[21417]</a> EDI ordering fails when basket and EAN libraries do not match</li>
1061 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21425">[21425]</a> basketno not being interpolated into error message</li>
1062 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21537">[21537]</a> Template error when creating a new order from a suggestion</li>
1063 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21619">[21619]</a> Tax hints should not be abbreviated</li>
1064 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21725">[21725]</a> Incorrect HAVING in group by in Acquisitions.pm</li>
1065 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21799">[21799]</a> Change wording for quantity input field on order receive page</li>
1066 </ul>
1067
1068 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
1069
1070 <ul>
1071 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15734">[15734]</a> Audio Alerts broken</li>
1072 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18584">[18584]</a> Our legacy code contains trailing-spaces</li>
1073 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18720">[18720]</a> Get rid of "die" in favor of exceptions in C4::Acquisition::GetBasketAsCsv</li>
1074 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19687">[19687]</a> Recent upgrade to 17.05.04.000 bulkmarcimport started to fail</li>
1075 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19991">[19991]</a> use Modern::Perl in OPAC perl scripts</li>
1076 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20259">[20259]</a> Shorter JS and CSS rewrite rule</li>
1077 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20631">[20631]</a> C4::Acounts claims to use ReturnLostItem but doesn't</li>
1078 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20696">[20696]</a> Remove a few ugly "eq undef" comparisons</li>
1079 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20702">[20702]</a> Bind results of GetHostItemsInfo to the EasyAnalyticalRecords pref</li>
1080 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20767">[20767]</a> "The method is not covered by tests!" should give more information</li>
1081 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20851">[20851]</a> Missing module in circ/article-request-slip.pl</li>
1082 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20886">[20886]</a> Koha::Object::TO_JSON indiscriminately casting to integer</li>
1083 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20911">[20911]</a> Search history page forms use 'GET' and this limits the number of entries that can be submitted</li>
1084 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20980">[20980]</a> Manual credit offsets are stored as debits</li>
1085 </ul>
1086
1087 <blockquote>
1088   <p>This change may affect existing reports. Credits will no longer be recorded as 'debits' but rather get their own 'Manual Credit' type.</p>
1089 </blockquote>
1090
1091 <ul>
1092 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21008">[21008]</a> pay.pl and paycollect.pl raise warning</li>
1093 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21022">[21022]</a> Exceptions should skip stringifying if message manually passed</li>
1094 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21056">[21056]</a> Changing the logged in library can fail sporadically</li>
1095 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21082">[21082]</a> OverDrive authentication method no longer supported</li>
1096 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21115">[21115]</a> Add multi_param call and add divider in cache key in svc/report and opac counterpart</li>
1097 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21154">[21154]</a> Remove unused subs from C4::Serials</li>
1098 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21182">[21182]</a> acqui/check_duplicate_barcode_ajax.pl is not longer in use</li>
1099 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21207">[21207]</a> C4::Overdues::GetItems is not used</li>
1100 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21238">[21238]</a> TemplateToolkit.t is failing on slow server</li>
1101 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21396">[21396]</a> Missing use statements in Koha::Account</li>
1102 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21404">[21404]</a> Remove unused variables in C4::Breeding-><em>auth</em>build_query</li>
1103 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21500">[21500]</a> Warnings in rotating collections</li>
1104 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21584">[21584]</a> Wrong offset type for Lost Item</li>
1105 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21621">[21621]</a> Incorrect GROUP BY in tools/letter.pl</li>
1106 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21639">[21639]</a> Phone notice transports do not exist for new installs</li>
1107 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21680">[21680]</a> Remove dead code C4::Accounts::fixaccounts</li>
1108 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21804">[21804]</a> Bad rebase reintroduced C4::Accounts::getcharges</li>
1109 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21867">[21867]</a> Replace remaining document.element.onchange calls in marc_modification_templates.js</li>
1110 </ul>
1111
1112 <h3 id="authentication">Authentication</h3>
1113
1114 <ul>
1115 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13779">[13779]</a> sessionID declared twice in C4::Auth::checkauth()</li>
1116 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20023">[20023]</a> Password recovery should be case insensitive</li>
1117 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21323">[21323]</a> Redirect page after login missing multiple params</li>
1118 </ul>
1119
1120 <h3 id="cataloging">Cataloging</h3>
1121
1122 <ul>
1123 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15360">[15360]</a> Incorrect or mislabeled behavior on Authorities "New from Z39.50" Button</li>
1124 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16424">[16424]</a> Advanced editor reverts records back to Default framework</li>
1125 </ul>
1126
1127 <blockquote>
1128   <p>After this patch, frameworks will be handled correctly by the advanced cataloguing editor.</p>
1129 </blockquote>
1130
1131 <ul>
1132 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18655">[18655]</a> Unimarc field 210c fails on importing fields with a simple quote</li>
1133 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18822">[18822]</a> Advanced editor - Rancor - searching broken under Elasticsearch</li>
1134 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19970">[19970]</a> Revise change of bug 19413 to work better for translations</li>
1135 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20592">[20592]</a> updateitem.pl causes database errors when empty non-public item notes updated</li>
1136 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20760">[20760]</a> Advanced Cataloging Editor - Rancor - AuthorisedValues are incorrectly fetched</li>
1137 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20785">[20785]</a> Advanced Editor does not honor MarcFieldDocURL</li>
1138 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20829">[20829]</a> 'Link to host item' gives internal server error</li>
1139 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21009">[21009]</a> Max length of inputs on editing/adding items is broken</li>
1140 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21053">[21053]</a> Editing 008 field with a hash overwrites data</li>
1141 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21064">[21064]</a> Advanced cataloging editor - rancor - check for changes should return 'undefined' instead of 'undef'</li>
1142 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21362">[21362]</a> Advanced MARC Editor - Rancor - Tab navigation not working in fixed fields</li>
1143 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21365">[21365]</a> BiblioAddsAuthorities does not work with the Advanced MARC Editor - Rancor</li>
1144 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21407">[21407]</a> Can't enter new macros in the advanced cataloging editor (rancor)</li>
1145 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21556">[21556]</a> Deleting same record twice leads to fatal software error</li>
1146 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21666">[21666]</a> Advanced editor search- error is given for 'Unsupported Use attribute' when searching on title + author</li>
1147 </ul>
1148
1149 <h3 id="circulation">Circulation</h3>
1150
1151 <ul>
1152 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16420">[16420]</a> Buttons inconsistent between "Hold found" and "Hold found (waiting)" dialogs in checkin</li>
1153 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17561">[17561]</a> ReserveSlip needs itemnumber for item level holds on same biblio</li>
1154 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18677">[18677]</a> issue_id is not added to accountlines for lost item fees</li>
1155 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20120">[20120]</a> Prevent writeoffs of more than the amount owed for a fee</li>
1156 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20487">[20487]</a> AddReturn should clear items.onloan for unissued items</li>
1157 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20598">[20598]</a> Accruing fines not closed out by longoverdue.pl if WhenLostForgiveFine is not enabled</li>
1158 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20660">[20660]</a> AddReturn should use return date override for debarments</li>
1159 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20793">[20793]</a> Don't show holds link in result list when staff user doesn't have place_holds permission</li>
1160 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20794">[20794]</a> Don't show holds tab when user doesn't have circulate_remaining_permissions</li>
1161 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21168">[21168]</a> Error on circ/returns.pl after deleting checked-in item</li>
1162 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21463">[21463]</a> Library is no longer displayed in the overdue list</li>
1163 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21553">[21553]</a> Javascript error on rota page</li>
1164 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21562">[21562]</a> Sorting on checkout date is broken</li>
1165 </ul>
1166
1167 <h3 id="command-lineutilities">Command-line Utilities</h3>
1168
1169 <ul>
1170 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20893">[20893]</a> batchRebuildItemsTables.pl has incorrect parameter</li>
1171 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21035">[21035]</a> runreport.pl prints only a newline when printing a row that has a field that contains an embedded newline</li>
1172 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21322">[21322]</a> process_message_queue.pl --type should take an argument</li>
1173 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21640">[21640]</a> Itivia outbound script doesn't print to STDOUT</li>
1174 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21698">[21698]</a> FIX POD of cancel_unfilled_holds.pl</li>
1175 </ul>
1176
1177 <h3 id="coursereserves">Course reserves</h3>
1178
1179 <ul>
1180 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21349">[21349]</a> Instructors with special characters (e.g. $, ., :) in their cardnumber cannot be removed from course reserves</li>
1181 </ul>
1182
1183 <h3 id="database">Database</h3>
1184
1185 <ul>
1186 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5458">[5458]</a> length of items.ccode disagrees with authorised_values.authorised_value</li>
1187 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20777">[20777]</a> Remove unused field accountlines.dispute</li>
1188 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21015">[21015]</a> Members.pm slow because it loads twice Koha::Schema</li>
1189 </ul>
1190
1191 <h3 id="developerdocumentation">Developer documentation</h3>
1192
1193 <ul>
1194 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21077">[21077]</a> Fix comment for statistics.type in installer/data/mysql/kohastructure.sql</li>
1195 </ul>
1196
1197 <h3 id="finesandfees">Fines and fees</h3>
1198
1199 <ul>
1200 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20285">[20285]</a> Lost item refund won't always pay down lost item fee first</li>
1201 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21167">[21167]</a> Price should be correctly formatted on printed fee receipt and invoice</li>
1202 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21196">[21196]</a> C4::Overdues::CalcFine should consider default item type replacement cost</li>
1203 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21462">[21462]</a> "Filter paid transactions" stopped working after html-table was changed</li>
1204 </ul>
1205
1206 <h3 id="holdrequests">Hold requests</h3>
1207
1208 <ul>
1209 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21075">[21075]</a> AutoUnsuspendHolds should unsuspend holds &lt;= today</li>
1210 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21076">[21076]</a> Javascript error on article requests page</li>
1211 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21320">[21320]</a> Holds to pull should honor syspref AllowHoldsOnDamagedItems</li>
1212 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21389">[21389]</a> Javascript error on article requests page</li>
1213 </ul>
1214
1215 <h3 id="i18nl10n">I18N/L10N</h3>
1216
1217 <ul>
1218 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19500">[19500]</a> Make module names on letters overview page translatable</li>
1219 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20332">[20332]</a> Untranslatable strings in grouped OPAC results</li>
1220 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21029">[21029]</a> "Suspend until" in modal in staff patron account is not translatable</li>
1221 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21351">[21351]</a> Traditional Chinese Language pack should have file name "zh-Hant-TW" not "zh-Hans-TW"</li>
1222 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21490">[21490]</a> Disambiguation of "Order"</li>
1223 </ul>
1224
1225 <h3 id="ill">ILL</h3>
1226
1227 <ul>
1228 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20548">[20548]</a> Remove copyright clearance workflow from staff created ILL requests</li>
1229 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20941">[20941]</a> Displaying requests does not display request material type</li>
1230 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20996">[20996]</a> Fix API response time on ILL request endpoint</li>
1231 </ul>
1232
1233 <blockquote>
1234   <p>This patch makes the <branch> configuration section compulsory in the <interlibrary_loans> section of your Koha configuration file. The <branch> section allows you define per-branch Interlibrary loan options for each branch. In it's most basic form, the branch section can be: <br />
1235   <branch><code>code_for_your_branch</code></branch></p>
1236 </blockquote>
1237
1238 <ul>
1239 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21289">[21289]</a> Error when sending emails to partner libraries</li>
1240 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21497">[21497]</a> Dates should be correctly formatted for ILL requests in OPAC</li>
1241 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21516">[21516]</a> Request notes CSS bug makes them unreadable</li>
1242 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21585">[21585]</a> Missing firstnames should be gracefully ignored in ILL requests table</li>
1243 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21835">[21835]</a> Request ID is displayed as NaN</li>
1244 </ul>
1245
1246 <h3 id="installationandupgradecommand-lineinstaller">Installation and upgrade (command-line installer)</h3>
1247
1248 <ul>
1249 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21426">[21426]</a> setting USE_MEMCACHED to "no" in koha-sites.conf does not have any effect</li>
1250 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21654">[21654]</a> Installer is loading a non-existent file</li>
1251 </ul>
1252
1253 <h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
1254
1255 <ul>
1256 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15717">[15717]</a> Installer: Step 3 has HTML tag br showing</li>
1257 </ul>
1258
1259 <h3 id="labelpatroncardprinting">Label/patron card printing</h3>
1260
1261 <ul>
1262 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6647">[6647]</a> Label item search should use standard pagination routine</li>
1263 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20765">[20765]</a> Search for items by acqdate does not work in label batch</li>
1264 </ul>
1265
1266 <h3 id="lists">Lists</h3>
1267
1268 <ul>
1269 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17886">[17886]</a> Don't show option to add to existing list if there are no lists in staff</li>
1270 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21297">[21297]</a> "More lists" screen missing "Select an Existing list" fieldset when all lists are public</li>
1271 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21629">[21629]</a> List sort on call number does not use cn_sort</li>
1272 </ul>
1273
1274 <blockquote>
1275   <p>With this patch lists sorted on call number will now use the machine sortable form of the callnumber from items.cn_sort for better results.</p>
1276 </blockquote>
1277
1278 <ul>
1279 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21874">[21874]</a> Encoding broken in list and cart email subjects</li>
1280 </ul>
1281
1282 <h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
1283
1284 <ul>
1285 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21581">[21581]</a> Matching rules for authorities do not respect 'Search index' setting</li>
1286 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21644">[21644]</a> UNIMARC XSLT display of 210 in intranet</li>
1287 </ul>
1288
1289 <h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
1290
1291 <ul>
1292 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20700">[20700]</a> Update MARC21 leader/007/008 codes</li>
1293 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20910">[20910]</a> 773$g not displayed if $0 is present</li>
1294 </ul>
1295
1296 <h3 id="notices">Notices</h3>
1297
1298 <ul>
1299 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15971">[15971]</a> Serial claim letters should allow the use of all biblio and biblioitems fields (like issn)</li>
1300 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21277">[21277]</a> fr-CA translation for notices in sample_notices.sql</li>
1301 </ul>
1302
1303 <h3 id="opac">OPAC</h3>
1304
1305 <ul>
1306 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16575">[16575]</a> Irregular behaviour using window.print() followed by window.location.href=</li>
1307 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17869">[17869]</a> Don't show pick-up library for list of holds in OPAC account when there is only one branch</li>
1308 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19291">[19291]</a> Make breadcrumbs for OPAC search history consistent with other patron account pages</li>
1309 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19849">[19849]</a> Rebase of bug 16621 partially reverted bug 12509</li>
1310 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20053">[20053]</a> Drop type attribute "text/javascript" for <code>&lt;script&gt;</code> elements used in OPAC templates</li>
1311 </ul>
1312
1313 <blockquote>
1314   <p>Prevents warnings about type attribute being generated for <code>&lt;script&gt;</code> elements when testing the OPAC pages using W3C Validator for HTML5.</p>
1315 </blockquote>
1316
1317 <ul>
1318 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20090">[20090]</a> Missing Script Statement for Novelist Select on Some Record Displays in OPAC</li>
1319 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20507">[20507]</a> Shelf browser does not update image sources when paging</li>
1320 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20756">[20756]</a> OPAC "Share list" button should be styled with an icon</li>
1321 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20953">[20953]</a> Discharge can be requested several times on OPAC</li>
1322 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20994">[20994]</a> Fix capitalization on OPAC result list "Save to Lists"</li>
1323 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21078">[21078]</a> Overdrive JS breaks when window opened from another site</li>
1324 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21094">[21094]</a> Syndetics: always use https instead of http</li>
1325 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21127">[21127]</a> Remove jqTransform jQuery plugin from the OPAC</li>
1326 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21493">[21493]</a> Remove incomplete icon style from serial issues tabs</li>
1327 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21590">[21590]</a> "send list" email uses the term "virtual shelf", this should be "list".</li>
1328 </ul>
1329
1330 <h3 id="packaging">Packaging</h3>
1331
1332 <ul>
1333 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17084">[17084]</a> Automatic debian/control updates (master)</li>
1334 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17237">[17237]</a> Stop koha-create from creating MySQL users without host restriction</li>
1335 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18250">[18250]</a> koha-common should start after memcached</li>
1336 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20920">[20920]</a> Plack timeout because of missing CGI::Compile Perl dependency</li>
1337 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20949">[20949]</a> Koha depends on Clone</li>
1338 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21267">[21267]</a> X_FORWARDED_PROTO header should be set in apache</li>
1339 </ul>
1340
1341 <h3 id="patrons">Patrons</h3>
1342
1343 <ul>
1344 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2426">[2426]</a> Management permissions is deprecated</li>
1345 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3886">[3886]</a> Can't print receipt w/out allowing "Add or modify borrowers" permission</li>
1346 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7996">[7996]</a> Patron modification log requires parameters permission</li>
1347 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20656">[20656]</a> Print summary for patron shows paid fines and formats payments badly</li>
1348 </ul>
1349
1350 <blockquote>
1351   <p>Print summary for patron will now show only outstanding fines/payments. To print all fines/payments you can use the 'print' option for the table in the accounts page for the patron.</p>
1352 </blockquote>
1353
1354 <ul>
1355 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20806">[20806]</a> Item type in holds history table should be written as description, not code</li>
1356 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20991">[20991]</a> Error will reset category when editing a patron</li>
1357 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21025">[21025]</a> Koha::Patron::Discharge is missing use C4::Letters</li>
1358 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21041">[21041]</a> "Merge patrons" button remains disabled with "Select all" option</li>
1359 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21080">[21080]</a> patron attribute classes break patron's edit view</li>
1360 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21096">[21096]</a> Garbled username on intranet login page</li>
1361 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21209">[21209]</a> When trying to edit housebound roles, the edit button goes to patron attributes</li>
1362 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21353">[21353]</a> Merge patrons option only available with manage_patron_lists</li>
1363 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21596">[21596]</a> Handle default values when storing Koha::Patron</li>
1364 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21634">[21634]</a> "Circulation" option is lost when viewing patron's logs</li>
1365 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21649">[21649]</a> Add child button in the staff client is no longer automatically populating the parent address</li>
1366 </ul>
1367
1368 <h3 id="restapi">REST api</h3>
1369
1370 <ul>
1371 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21031">[21031]</a> Apache Rewrite rules don't work for API when using anything but Debian package Plack configuration</li>
1372 </ul>
1373
1374 <h3 id="reports">Reports</h3>
1375
1376 <ul>
1377 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16653">[16653]</a> reports/cat_issues_top.pl does not export "Count of checkouts" column as CSV</li>
1378 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20945">[20945]</a> Report params not escaped when downloading</li>
1379 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21005">[21005]</a> Missing row/column defaults cause unexpected results in report wizards</li>
1380 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21541">[21541]</a> HTML filter breaks HTML rendering of SQL output</li>
1381 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21837">[21837]</a> Overdues report shoudln't set homebranchfilter as holdingbranchfilter</li>
1382 </ul>
1383
1384 <h3 id="searching">Searching</h3>
1385
1386 <ul>
1387 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9968">[9968]</a> Incorrect index used for 'Standard number' in advanced search</li>
1388 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14716">[14716]</a> Correctly URI-encode URLs in XSLT result lists and detail pages</li>
1389 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19390">[19390]</a> OPAC view link in staff results should open in a new tab</li>
1390 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20151">[20151]</a> Search is broken when stemming has no language</li>
1391 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20864">[20864]</a> Only set bibs_selected cookie when BrowseResultSelection is activated</li>
1392 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21455">[21455]</a> Authority search options get shuffled around when you click on 'Search'</li>
1393 </ul>
1394
1395 <h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1396
1397 <ul>
1398 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19502">[19502]</a> Result sets limited to 10000</li>
1399 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20273">[20273]</a> Elasticsearch: Auth-finder.pl autocomplete must use search_auth_compat</li>
1400 </ul>
1401
1402 <h3 id="searching-zebra">Searching - Zebra</h3>
1403
1404 <ul>
1405 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20697">[20697]</a> Remove some Host-Item-Number noise from zebra-output.log when EasyAnalyticalRecords is not used</li>
1406 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21416">[21416]</a> 'gr' option missing from ZEBRA_LANGUAGE options in koha-sites.conf</li>
1407 </ul>
1408
1409 <h3 id="serials">Serials</h3>
1410
1411 <ul>
1412 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7136">[7136]</a> Correct description of Grace period for subscriptions</li>
1413 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20241">[20241]</a> Fix display of publication year in subscription record search for MARC21</li>
1414 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20351">[20351]</a> Implement blocking errors for serials scripts</li>
1415 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20778">[20778]</a> Unable to delete a subscription</li>
1416 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21505">[21505]</a> Box around 'Additional fields' does not contain the fields</li>
1417 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21552">[21552]</a> RoutingListNote should use raw filter and display HTML unescaped</li>
1418 </ul>
1419
1420 <h3 id="staffclient">Staff Client</h3>
1421
1422 <ul>
1423 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17625">[17625]</a> 245f and 245g are not displayed in XSLT</li>
1424 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18521">[18521]</a> Renew and search hotkeys are swapped on returns page.</li>
1425 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20504">[20504]</a> Language attribute in html tag is empty in system preference editor</li>
1426 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20647">[20647]</a> When ILL is enabled the hover effect on the ILL requests button is wrong.</li>
1427 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20781">[20781]</a> 0 months is not a valid enrollment period and causes errors</li>
1428 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20919">[20919]</a> A Zebra query is done for each item when opening a record detail page</li>
1429 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21248">[21248]</a> Fix COinS carp in MARC details page on unknown record</li>
1430 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21291">[21291]</a> Article requests page doesn't show MARC, LabeledMARC and ISBD in sidebar</li>
1431 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21456">[21456]</a> The 'New authority' button lists authority types inconsistently</li>
1432 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21470">[21470]</a> Due date no longer shown in red when viewing checkouts for a patron</li>
1433 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21583">[21583]</a> Novelist Select staff client not working in staff client - ns2init.js not loading</li>
1434 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21606">[21606]</a> Issues with matching rules</li>
1435 </ul>
1436
1437 <h3 id="systemadministration">System Administration</h3>
1438
1439 <ul>
1440 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14446">[14446]</a> Resolve "Use of uninitialized value in goto" in admin/preferences.pl</li>
1441 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19179">[19179]</a> Email option for SMSSendDriver is not documented as a valid setting</li>
1442 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21131">[21131]</a> Changing and restoring a WYSIWYG preference can result in unexpected behaviour</li>
1443 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21144">[21144]</a> ROADTYPE missing from authorised value categories list</li>
1444 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21279">[21279]</a> Transport cost matrix shows html entity in all empty cells</li>
1445 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21625">[21625]</a> Fix wording and typo in SMSSendDriver system preference description</li>
1446 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21730">[21730]</a> PA_CLASS missing from list of authorized values categories</li>
1447 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21815">[21815]</a> Rephrase HidePersonalPatronDetailOnCirculation a little bit</li>
1448 </ul>
1449
1450 <h3 id="templates">Templates</h3>
1451
1452 <ul>
1453 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10442">[10442]</a> Remove references to non-standard "error" class</li>
1454 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13272">[13272]</a> Many inputs lack a type attribute</li>
1455 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14786">[14786]</a> Use text "MARC file" instead of "ISO2709" everywhere</li>
1456 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19511">[19511]</a> Local cover images not centered in table column in staff client search results</li>
1457 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20223">[20223]</a> Merge members-menu and circ-menu inc files</li>
1458 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20559">[20559]</a> Occurrences of loading-small.gif still exist</li>
1459 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20698">[20698]</a> Remove obsolete template: transfer-slip.tt</li>
1460 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20752">[20752]</a> Files tab in patron account is not properly capitalized</li>
1461 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20774">[20774]</a> Trivial HTML error in itemslost.tt</li>
1462 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20791">[20791]</a> Correct capitalization on 'Notices and slips' page</li>
1463 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20805">[20805]</a> Update child to adult patron process broken on several patron-related pages</li>
1464 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20814">[20814]</a> Display issue with 'Saved reports' tabs when memcached is off</li>
1465 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20828">[20828]</a> Step 4 of moremember is used for Housebound and additional attributes</li>
1466 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20831">[20831]</a> (Bug 9573 follow-up) Pass id as first parameter instead of selector</li>
1467 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20881">[20881]</a> Order receiving: Price filter missing on_editing</li>
1468 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20931">[20931]</a> JS error "ReferenceError: $ is not defined" when CircSidebar is turned on</li>
1469 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20974">[20974]</a> Remove files left behind after removing Solr</li>
1470 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20999">[20999]</a> Remove invalid 'style="block"' from OPAC templates</li>
1471 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21038">[21038]</a> Reserves should be holds</li>
1472 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21050">[21050]</a> Datepickers on LabelItemSearch broken</li>
1473 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21099">[21099]</a> Floating toolbars reposition too late</li>
1474 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21139">[21139]</a> The floating toolbars have some issues</li>
1475 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21145">[21145]</a> The "Column visibility" button should not be displayed at the OPAC</li>
1476 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21148">[21148]</a> Dropdowns styled by the Select2 plugin do not highlight missing required fields</li>
1477 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21164">[21164]</a> Fix alignment on new basket form in acquisitions</li>
1478 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21185">[21185]</a> Incorrect title tag on tags review page</li>
1479 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21186">[21186]</a> Incorrect Bootstrap modal event name in multiple templates</li>
1480 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21223">[21223]</a> Some floating values are wrong</li>
1481 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21229">[21229]</a> Correct nesting and specificity for some button styles</li>
1482 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21234">[21234]</a> Remove our .clearfix class in favor of Bootstrap's</li>
1483 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21239">[21239]</a> CSS regressions caused by SCSS move</li>
1484 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21243">[21243]</a> Regression: SRU mapping popup for bibliographic records is unstyled</li>
1485 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21285">[21285]</a> Select2 broken on high dpi screens</li>
1486 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21350">[21350]</a> Add Font Awesome icon for pending onsite checkouts link</li>
1487 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21397">[21397]</a> Routing list tab not marked as active</li>
1488 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21506">[21506]</a> DataTables four button pagination uses the wrong icon for First and Last buttons</li>
1489 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21513">[21513]</a> Add a 'Cancel' button to the authority editor and remove duplicate 'Save' button</li>
1490 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21531">[21531]</a> Subscription "New fields" button should read "New field"</li>
1491 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21550">[21550]</a> DataTables four button pagination uses the wrong icon for disabled buttons</li>
1492 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21740">[21740]</a> Fixed-length fields show _ instead of @ when editing subfields</li>
1493 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21838">[21838]</a> Wrong alignment of instructors in course reserves</li>
1494 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21839">[21839]</a> Fix capitalization for "Print Label"</li>
1495 </ul>
1496
1497 <h3 id="testsuite">Test Suite</h3>
1498
1499 <ul>
1500 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18959">[18959]</a> Text_CSV_Various.t must skip if Text::CSV::Unicode is not installed</li>
1501 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20177">[20177]</a> Remove GROUP BY clause in GetCourses</li>
1502 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20776">[20776]</a> Add Selenium::Remote::Driver to dependencies</li>
1503 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20866">[20866]</a> ArticleRequests.t fails on existing requests</li>
1504 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20900">[20900]</a> Yet another test assumes that CPL is present</li>
1505 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21023">[21023]</a> Remove warning in t/db_dependent/Circulation/Chargelostitem.t</li>
1506 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21086">[21086]</a> Wrong mock of DateTime->now in tests</li>
1507 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21095">[21095]</a> Tests should expect ccodes facets now (since we have ccode facets)</li>
1508 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21134">[21134]</a> Wrong error handling in Koha/Patron/Modification.pm hides a bug</li>
1509 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21155">[21155]</a> SwitchOnSiteCheckouts.t is failing randomly</li>
1510 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21188">[21188]</a> t/db_dependent/Circulation/issue.t is failing</li>
1511 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21213">[21213]</a> Circulation.t needs diagnostics</li>
1512 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21230">[21230]</a> Reserves.t is failing randomly</li>
1513 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21262">[21262]</a> Do not format numbers for editing if too big</li>
1514 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21295">[21295]</a> Update selenium tests for Admin pages bootstrap updates</li>
1515 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21355">[21355]</a> GetDailyQuotes.t is fragile</li>
1516 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21360">[21360]</a> IssueSlip.t is failing if run at 23:59</li>
1517 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21454">[21454]</a> Price filtered variables should not need to be html filtered</li>
1518 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21536">[21536]</a> t/Koha_ExternalContent_RecordedBooks.t skips more tests than scheduled</li>
1519 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21613">[21613]</a> Turn strict SQL modes on for tests</li>
1520 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21717">[21717]</a> TestBuilder.t is failing randomly</li>
1521 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21770">[21770]</a> t::lib::QA::TemplateFilters should allow html_entity in href</li>
1522 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21775">[21775]</a> Lack of tests for audio alerts</li>
1523 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21787">[21787]</a> GetHardDueDate.t has a silly test</li>
1524 </ul>
1525
1526 <h3 id="tools">Tools</h3>
1527
1528 <ul>
1529 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20131">[20131]</a> Inventory optional filters always shows "For loan" for value 0</li>
1530 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20564">[20564]</a> Error 500 displays when uploading patron images with a zipped file</li>
1531 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21113">[21113]</a> Hint Messages are misleading at "Merge Selected Patrons" in Patron Lists</li>
1532 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21141">[21141]</a> Batch item modification tool throws error 500 when an itemnumber is invalid</li>
1533 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21142">[21142]</a> Batch item/record modification/deletion tools does not open uploaded files in utf-8</li>
1534 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21242">[21242]</a> Modification log redirects you to circulation with no borrower if 'Object' field is not populated with borrowernumber</li>
1535 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21579">[21579]</a> showdiffmarc tool during manage staged batches always looks for biblios even when matching authorities</li>
1536 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21614">[21614]</a> Search bar on Stock rotation page displays both [-] and [+] simultaneously</li>
1537 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21615">[21615]</a> "Stock rotation" is at the wrong place in the Tools left side menu</li>
1538 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21819">[21819]</a> Marc modification templates action always checks Regexp checkbox</li>
1539 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21854">[21854]</a> Patron category is not showing during batch modification</li>
1540 </ul>
1541
1542 <h3 id="webservices">Web services</h3>
1543
1544 <ul>
1545 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21226">[21226]</a> Remove use of retired OCLC xISBN service</li>
1546 </ul>
1547
1548 <blockquote>
1549   <p>OCLC has now discontinued support for the xisbn service.  One can continue to use the functionality that this service provided to Koha by switching on the ThingISBN preferences as an alternative.</p>
1550 </blockquote>
1551
1552 <ul>
1553 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21235">[21235]</a> Remove services_throttle if not required for ThingISBN</li>
1554 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21542">[21542]</a> OverDrive password submission should use a password field to mask input</li>
1555 </ul>
1556
1557 <h2 id="newsysprefs">New sysprefs</h2>
1558
1559 <ul>
1560 <li>AdditionalFieldsInZ3950ResultSearch</li>
1561 <li>AdlibrisCoversEnabled</li>
1562 <li>AdlibrisCoversURL</li>
1563 <li>ArticleRequestsLinkControl</li>
1564 <li>ElasticsearchIndexStatus_authorities</li>
1565 <li>ElasticsearchIndexStatus_biblios</li>
1566 <li>GDPR_Policy</li>
1567 <li>HoldsAutoFill</li>
1568 <li>HoldsAutoFillPrintSlip</li>
1569 <li>HoldsSplitQueue</li>
1570 <li>ItemsDeniedRenewal</li>
1571 <li>KohaManualBaseURL</li>
1572 <li>KohaManualLanguage</li>
1573 <li>MarcFieldForCreatorId</li>
1574 <li>MarcFieldForCreatorName</li>
1575 <li>MarcFieldForModifierId</li>
1576 <li>MarcFieldForModifierName</li>
1577 <li>OpacHiddenItemsExceptions</li>
1578 <li>OverDrivePasswordRequired</li>
1579 <li>PrivacyPolicyURL</li>
1580 <li>RecordedBooksClientSecret</li>
1581 <li>RecordedBooksDomain</li>
1582 <li>RecordedBooksLibraryID</li>
1583 <li>RotationPreventTransfers</li>
1584 <li>StockRotation</li>
1585 <li>UseEmailReceipts</li>
1586 <li>showLastPatron</li>
1587 </ul>
1588
1589 <h2 id="systemrequirements">System requirements</h2>
1590
1591 <p>Important notes:</p>
1592
1593 <ul>
1594 <li>Perl 5.10 is required</li>
1595 <li>Zebra is required</li>
1596 </ul>
1597
1598 <h2 id="documentation">Documentation</h2>
1599
1600 <p>The Koha manual is maintained in DocBook. The home page for Koha 
1601 documentation is </p>
1602
1603 <ul>
1604 <li><a href="http://koha-community.org/documentation/">Koha Documentation</a></li>
1605 </ul>
1606
1607 <p>As of the date of these release notes, only the English version of the
1608 Koha manual is available:</p>
1609
1610 <ul>
1611 <li><a href="http://koha-community.org/manual/18.11/en/html/">Koha Manual</a></li>
1612 </ul>
1613
1614 <p>The Git repository for the Koha manual can be found at</p>
1615
1616 <ul>
1617 <li><a href="http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary">Koha Git Repository</a></li>
1618 </ul>
1619
1620 <h2 id="translations">Translations</h2>
1621
1622 <p>Complete or near-complete translations of the OPAC and staff
1623 interface are available in this release for the following languages:</p>
1624
1625 <ul>
1626 <li>Arabic (94%)</li>
1627 <li>Armenian (94%)</li>
1628 <li>Basque (64.4%)</li>
1629 <li>Chinese (China) (65.1%)</li>
1630 <li>Chinese (Taiwan) (96.1%)</li>
1631 <li>Czech (89.8%)</li>
1632 <li>Danish (56.5%)</li>
1633 <li>English (New Zealand) (89.9%)</li>
1634 <li>English (USA)</li>
1635 <li>Finnish (85.3%)</li>
1636 <li>French (94.4%)</li>
1637 <li>French (Canada) (94.1%)</li>
1638 <li>German (100%)</li>
1639 <li>German (Switzerland) (93.6%)</li>
1640 <li>Greek (76.5%)</li>
1641 <li>Hindi (95.5%)</li>
1642 <li>Italian (92.2%)</li>
1643 <li>Norwegian BokmÃ¥l (94.8%)</li>
1644 <li>Occitan (post 1500) (60.6%)</li>
1645 <li>Polish (86.8%)</li>
1646 <li>Portuguese (100%)</li>
1647 <li>Portuguese (Brazil) (78.2%)</li>
1648 <li>Slovak (87.5%)</li>
1649 <li>Spanish (94%)</li>
1650 <li>Swedish (92.3%)</li>
1651 <li>Turkish (95.5%)</li>
1652 <li>Ukrainian (58%)</li>
1653 <li>Vietnamese (54.4%)</li>
1654 </ul>
1655
1656 <p>Partial translations are available for various other languages.</p>
1657
1658 <p>The Koha team welcomes additional translations; please see</p>
1659
1660 <ul>
1661 <li><a href="http://wiki.koha-community.org/wiki/Translating_Koha">Koha Translation Info</a></li>
1662 </ul>
1663
1664 <p>For information about translating Koha, and join the koha-translate 
1665 list to volunteer:</p>
1666
1667 <ul>
1668 <li><a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate">Koha Translate List</a></li>
1669 </ul>
1670
1671 <p>The most up-to-date translations can be found at:</p>
1672
1673 <ul>
1674 <li><a href="http://translate.koha-community.org/">Koha Translation</a></li>
1675 </ul>
1676
1677 <h2 id="releaseteam">Release Team</h2>
1678
1679 <p>The release team for Koha 18.11.00 is</p>
1680
1681 <ul>
1682 <li>Release Manager: <a href="mailto:jonathan.druart@bugs.koha-community.org">Jonathan Druart</a></li>
1683 <li>Release Manager assistant: <a href="mailto:nick@bywatersolutions.com">Nick Clemens</a></li>
1684 <li><p>QA Manager: </p></li>
1685 <li><p>QA Team:</p>
1686
1687 <ul>
1688 <li><a href="mailto:tomascohen@gmail.com">Tomás Cohen Arazi</a></li>
1689 <li><a href="mailto:alex.arnaud@biblibre.com">Alex Arnaud</a></li>
1690 <li><a href="mailto:brendan@bywatersolutions.com">Brendan Gallagher</a></li>
1691 <li><a href="mailto:kyle@bywatersolutions.com">Kyle Hall</a></li>
1692 <li><a href="mailto:julian.maurice@biblibre.com">Julian Maurice</a></li>
1693 <li>Josef Moravec</li>
1694 <li><a href="mailto:m.de.rooy@rijksmuseum.nl">Marcel de Rooy</a></li>
1695 </ul></li>
1696 <li>Bug Wranglers:
1697 <ul>
1698 <li>Claire Gravely</li>
1699 <li>Jon Knight</li>
1700 <li><a href="mailto:veron@veron.ch">Marc Véron</a></li>
1701 </ul></li>
1702 <li>Packaging Manager: <a href="mailto:mirko@abunchofthings.net">Mirko Tietgen</a></li>
1703 <li>Documentation Team:
1704 <ul>
1705 <li>Lee Jamison</li>
1706 <li>David Nind</li>
1707 <li>Caroline Cyr La Rose</li>
1708 </ul></li>
1709 <li>Translation Manager: <a href="mailto:bgkriegel@gmail.com">Bernardo Gonzalez Kriegel</a></li>
1710 <li>Release Maintainers:
1711 <ul>
1712 <li>17.11 -- <a href="mailto:nick@bywatersolutions.com">Nick Clemens</a></li>
1713 <li>17.05 -- <a href="mailto:fridolin.somers@biblibre.com">Fridolin Somers</a></li>
1714 <li>16.11 -- <a href="mailto:chrisc@catalyst.net.nz">Chris Cormack</a></li>
1715 </ul></li>
1716 </ul>
1717
1718 <h2 id="credits">Credits</h2>
1719
1720 <p>We thank the following libraries who are known to have sponsored
1721 new features in Koha 18.11.00:</p>
1722
1723 <ul>
1724 <li>BULAC - http://www.bulac.fr/</li>
1725 <li>Catalyst IT</li>
1726 <li>CCSR (https://ccsr.qc.ca)</li>
1727 <li>Escuela de Orientacion Lacaniana</li>
1728 <li>Goethe-Institut</li>
1729 <li>Gothenburg University Library</li>
1730 <li>National Library of Finland</li>
1731 <li>Stockholm University Library</li>
1732 <li>Theke Solutions</li>
1733 </ul>
1734
1735 <p>We thank the following individuals who contributed patches to Koha 18.11.00.</p>
1736
1737 <ul>
1738 <li>Alberto (1)</li>
1739 <li>fv@spots.school (1)</li>
1740 <li>xljoha (1)</li>
1741 <li>Blou (4)</li>
1742 <li>Aleisha Amohia (16)</li>
1743 <li>Dimitris Antonakis (1)</li>
1744 <li>Alex Arnaud (14)</li>
1745 <li>Zoe Bennett (3)</li>
1746 <li>David Bourgault (3)</li>
1747 <li>Christopher Brannon (1)</li>
1748 <li>Alex Buckley (5)</li>
1749 <li>Nightly Build Bot (2)</li>
1750 <li>Colin Campbell (4)</li>
1751 <li>Barry Cannon (1)</li>
1752 <li>Nazlı Ã\87etin (1)</li>
1753 <li>Jérôme Charaoui (1)</li>
1754 <li>Barton Chittenden (2)</li>
1755 <li>Nick Clemens (247)</li>
1756 <li>Tomás Cohen Arazi (110)</li>
1757 <li>David Cook (8)</li>
1758 <li>Charlotte Cordwell (4)</li>
1759 <li>Chris Cormack (2)</li>
1760 <li>Caroline Cyr La Rose (6)</li>
1761 <li>Marcel de Rooy (82)</li>
1762 <li>Jonathan Druart (400)</li>
1763 <li>Magnus Enger (5)</li>
1764 <li>Charles Farmer (2)</li>
1765 <li>Katrin Fischer (78)</li>
1766 <li>Bernardo González Kriegel (5)</li>
1767 <li>Caitlin Goodger (1)</li>
1768 <li>Isobel Graham (2)</li>
1769 <li>Claire Gravely (2)</li>
1770 <li>Victor Grousset (5)</li>
1771 <li>Amit Gupta (1)</li>
1772 <li>David Gustafsson (16)</li>
1773 <li>Margaret Hade (1)</li>
1774 <li>Koha instance kohadev-koha (2)</li>
1775 <li>Andrew Isherwood (41)</li>
1776 <li>Mason James (1)</li>
1777 <li>Lee Jamison (1)</li>
1778 <li>Srdjan Jankovic (7)</li>
1779 <li>Pasi Kallinen (6)</li>
1780 <li>Vassilis Kanellopoulos (1)</li>
1781 <li>Olli-Antti Kivilahti (1)</li>
1782 <li>Jon Knight (1)</li>
1783 <li>David Kuhn (1)</li>
1784 <li>Joonas Kylmälä (1)</li>
1785 <li>Pierre-Luc Lapointe (1)</li>
1786 <li>Johan Larsson (1)</li>
1787 <li>Owen Leonard (146)</li>
1788 <li>Thatcher Leonard (1)</li>
1789 <li>Cori Lynn Arnold (4)</li>
1790 <li>Ere Maijala (19)</li>
1791 <li>Jesse Maseto (1)</li>
1792 <li>Julian Maurice (24)</li>
1793 <li>Matthias Meusburger (3)</li>
1794 <li>Kyle M Hall (79)</li>
1795 <li>Josef Moravec (44)</li>
1796 <li>Joy Nelson (2)</li>
1797 <li>Chris Nighswonger (1)</li>
1798 <li>Dobrica Pavlinusic (1)</li>
1799 <li>Martin Persson (4)</li>
1800 <li>Liz Rea (1)</li>
1801 <li>Martin Renvoize (44)</li>
1802 <li>Benjamin Rokseth (1)</li>
1803 <li>Andreas Roussos (7)</li>
1804 <li>Jane Sandberg (2)</li>
1805 <li>Alex Sassmannshausen (2)</li>
1806 <li>Maryse Simard (2)</li>
1807 <li>Grace Smyth (1)</li>
1808 <li>Fridolin Somers (13)</li>
1809 <li>Lari Taskula (13)</li>
1810 <li>Mirko Tietgen (7)</li>
1811 <li>Mark Tompsett (15)</li>
1812 <li>Koha translators (1)</li>
1813 <li>Marc Véron (1)</li>
1814 <li>Jenny Way (1)</li>
1815 <li>Jesse Weaver (3)</li>
1816 <li>Baptiste Wojtkowski (2)</li>
1817 </ul>
1818
1819 <p>We thank the following libraries, companies, and other institutions who contributed
1820 patches to Koha 18.11.00</p>
1821
1822 <ul>
1823 <li>abunchofthings.net (9)</li>
1824 <li>ACPL (146)</li>
1825 <li>BibLibre (59)</li>
1826 <li>BigBallOfWax (1)</li>
1827 <li>BSZ BW (80)</li>
1828 <li>bugs.koha-community.org (398)</li>
1829 <li>ByWater-Solutions (332)</li>
1830 <li>Catalyst (14)</li>
1831 <li>cdalibrary.org (1)</li>
1832 <li>cmaisonneuve.qc.ca (1)</li>
1833 <li>debian.diman (1)</li>
1834 <li>deichman.no (1)</li>
1835 <li>Devinim (1)</li>
1836 <li>dgiinc.com (4)</li>
1837 <li>Foundations (1)</li>
1838 <li>Göteborgs universitet (18)</li>
1839 <li>helsinki.fi (20)</li>
1840 <li>icloud.com (1)</li>
1841 <li>iki.fi (1)</li>
1842 <li>informaticsglobal.com (1)</li>
1843 <li>inLibro.com (3)</li>
1844 <li>interleaf.ie (1)</li>
1845 <li>jns.fi (13)</li>
1846 <li>joensuu.fi (6)</li>
1847 <li>kanellov.com (1)</li>
1848 <li>KohaAloha (1)</li>
1849 <li>kohadevbox (2)</li>
1850 <li>kylehall.info (1)</li>
1851 <li>Libriotech (5)</li>
1852 <li>linnbenton.edu (2)</li>
1853 <li>Loughborough University (1)</li>
1854 <li>Marc Véron AG (1)</li>
1855 <li>Marywood University (1)</li>
1856 <li>Prosentient Systems (8)</li>
1857 <li>PTFS-Europe (91)</li>
1858 <li>Rijksmuseum (82)</li>
1859 <li>rot13.org (1)</li>
1860 <li>Solutions inLibro inc (12)</li>
1861 <li>spots.school (1)</li>
1862 <li>Theke Solutions (110)</li>
1863 <li>unidentified (108)</li>
1864 <li>Universidad Nacional de Córdoba (5)</li>
1865 <li>wegc.school.nz (1)</li>
1866 </ul>
1867
1868 <p>We also especially thank the following individuals who tested patches
1869 for Koha.</p>
1870
1871 <ul>
1872 <li>andrew.isherwood@ptfs-europe.com (2)</li>
1873 <li>Blou (1)</li>
1874 <li>claude (1)</li>
1875 <li>Claudio (1)</li>
1876 <li>delaye (1)</li>
1877 <li>Devinim (4)</li>
1878 <li>DEVINIM (1)</li>
1879 <li>George (1)</li>
1880 <li>mmg@interleaf.ie (1)</li>
1881 <li>Niamh.Walker-Headon@it-tallaght.ie (1)</li>
1882 <li>Petter (1)</li>
1883 <li>pierre-marc (1)</li>
1884 <li>Sonia (2)</li>
1885 <li>Spencer (1)</li>
1886 <li>Srdjan (1)</li>
1887 <li>Todd (1)</li>
1888 <li>Brendan A Gallagher (2)</li>
1889 <li>Hugo Agud (1)</li>
1890 <li>Sandy Allgood (3)</li>
1891 <li>Aleisha Amohia (6)</li>
1892 <li>José Anjos (1)</li>
1893 <li>Alex Arnaud (7)</li>
1894 <li>David Bourgault (1)</li>
1895 <li>Christopher Brannon (2)</li>
1896 <li>Alex Buckley (16)</li>
1897 <li>Colin Campbell (4)</li>
1898 <li>Barry Cannon (9)</li>
1899 <li>Nick Clemens (1517)</li>
1900 <li>Tomas Cohen Arazi (230)</li>
1901 <li>David Cook (1)</li>
1902 <li>Chris Cormack (73)</li>
1903 <li>Caroline Cyr La rose (2)</li>
1904 <li>Caroline Cyr La Rose (12)</li>
1905 <li>Frédéric Demians (1)</li>
1906 <li>Michal Denar (3)</li>
1907 <li>Michal Denar (58)</li>
1908 <li>Marcel de Rooy (222)</li>
1909 <li>John Doe (6)</li>
1910 <li>Jonathan Druart (325)</li>
1911 <li>Magnus Enger (9)</li>
1912 <li>Charles Farmer (15)</li>
1913 <li>Bouzid Fergani (1)</li>
1914 <li>Katrin Fischer (407)</li>
1915 <li>Martha Fuerst (1)</li>
1916 <li>Brendan Gallagher (16)</li>
1917 <li>â\80\9cLucas Gassâ\80\9d (1)</li>
1918 <li>Bernardo Gonzalez Kriegel (2)</li>
1919 <li>Stephen Graham (6)</li>
1920 <li>Claire Gravely (43)</li>
1921 <li>Victor Grousset (6)</li>
1922 <li>Amit Gupta (2)</li>
1923 <li>Andreas Hedström Mace (1)</li>
1924 <li>Andrew Isherwood (16)</li>
1925 <li>Dilan Johnpullé (9)</li>
1926 <li>Pasi Kallinen (6)</li>
1927 <li>Myka Kennedy Stephens (1)</li>
1928 <li>Ulrich Kleiber (1)</li>
1929 <li>Jon Knight (1)</li>
1930 <li>Pierre-Luc Lapointe (11)</li>
1931 <li>macon  lauren KohaCon17 (1)</li>
1932 <li>Nicolas Legrand (2)</li>
1933 <li>Owen Leonard (126)</li>
1934 <li>Cori Lynn Arnold (5)</li>
1935 <li>Ere Maijala (19)</li>
1936 <li>Jesse Maseto (14)</li>
1937 <li>Julian Maurice (47)</li>
1938 <li>Matthias Meusburger (1)</li>
1939 <li>Kyle M Hall (69)</li>
1940 <li>Kathleen Milne (3)</li>
1941 <li>Josef Moravec (234)</li>
1942 <li>Joy Nelson (1)</li>
1943 <li>Chris Nighswonger (1)</li>
1944 <li>David Nind (11)</li>
1945 <li>François Pichenot (1)</li>
1946 <li>Simon Pouchol (1)</li>
1947 <li>Severine QUEUNE (1)</li>
1948 <li>Séverine QUEUNE (94)</li>
1949 <li>Te Rauhina Jackson (2)</li>
1950 <li>Martin Renvoize (244)</li>
1951 <li>Benjamin Rokseth (3)</li>
1952 <li>Paola Rossi (2)</li>
1953 <li>Andreas Roussos (10)</li>
1954 <li>Jane Sandberg (2)</li>
1955 <li>BWS Sandboxes (1)</li>
1956 <li>Lisette Scheer (12)</li>
1957 <li>Maksim Sen (4)</li>
1958 <li>Margie Sheppard - Central Kansas Library System CKLS (2)</li>
1959 <li>Maryse Simard (26)</li>
1960 <li>Fridolin Somers (2)</li>
1961 <li>Christian Stelzenmüller (10)</li>
1962 <li>John Sterbenz (1)</li>
1963 <li>Koha Team AMU (8)</li>
1964 <li>Pierre-Marc Thibault (17)</li>
1965 <li>Mirko Tietgen (13)</li>
1966 <li>Mark Tompsett (52)</li>
1967 <li>Ed Veal (1)</li>
1968 <li>George Veranis (1)</li>
1969 <li>Marc Véron (4)</li>
1970 <li>Marjorie Vila (1)</li>
1971 <li>Cab Vinton (5)</li>
1972 <li>George Williams (6)</li>
1973 </ul>
1974
1975 <p>We regret any omissions.  If a contributor has been inadvertently missed,
1976 please send a patch against these release notes to 
1977 koha-patches@lists.koha-community.org.</p>
1978
1979 <h2 id="revisioncontrolnotes">Revision control notes</h2>
1980
1981 <p>The Koha project uses Git for version control.  The current development 
1982 version of Koha can be retrieved by checking out the master branch of:</p>
1983
1984 <ul>
1985 <li><a href="git://git.koha-community.org/koha.git">Koha Git Repository</a></li>
1986 </ul>
1987
1988 <p>The branch for this version of Koha and future bugfixes in this release
1989 line is master.</p>
1990
1991 <h2 id="bugsandfeaturerequests">Bugs and feature requests</h2>
1992
1993 <p>Bug reports and feature requests can be filed at the Koha bug
1994 tracker at:</p>
1995
1996 <ul>
1997 <li><a href="http://bugs.koha-community.org">Koha Bugzilla</a></li>
1998 </ul>
1999
2000 <p>He rau ringa e oti ai.
2001 (Many hands finish the work)</p>
2002
2003 <p>Autogenerated release notes updated last on 27 Nov 2018 01:41:47.</p>