Update release notes for 18.11.03 release
[koha.git] / misc / release_notes / release_notes_18_11_03.html
1 <h1 id="releasenotesforkoha18.11.03">RELEASE NOTES FOR KOHA 18.11.03</h1>
2
3 <p>22 Feb 2019</p>
4
5 <p>Koha is the first free and open source software library automation
6 package (ILS). Development is sponsored by libraries of varying types
7 and sizes, volunteers, and support companies from around the world. The
8 website for the Koha project is:</p>
9
10 <ul>
11 <li><a href="http://koha-community.org">Koha Community</a></li>
12 </ul>
13
14 <p>Koha 18.11.03 can be downloaded from:</p>
15
16 <ul>
17 <li><a href="http://download.koha-community.org/koha-18.11.03.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.03 is a bugfix/maintenance release.</p>
28
29 <p>It includes 2 new features, 8 enhancements, 80 bugfixes.</p>
30
31 <h2 id="newfeatures">New features</h2>
32
33 <h3 id="restapi">REST api</h3>
34
35 <ul>
36 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006">[17006]</a> Add route to change patron's password</li>
37 </ul>
38
39 <blockquote>
40   <p>Sponsored by Municipal Libray Ceska Trebova</p>
41 </blockquote>
42
43 <ul>
44 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22132">[22132]</a> Add Basic authentication to the REST API</li>
45 </ul>
46
47 <blockquote>
48   <p>This adds http BASIC authentication as an optional auth method to the RESTful APIs. This greatly aids developers when developing against our APIs.</p>
49 </blockquote>
50
51 <h2 id="enhancements">Enhancements</h2>
52
53 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
54
55 <ul>
56 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21993">[21993]</a> Be userfriendly when the CSRF token is wrong</li>
57 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22047">[22047]</a> set_password should have a 'skip_validation' param</li>
58 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22051">[22051]</a> Make Koha::Object->store translate 'Incorrect <type> value' exceptions</li>
59 </ul>
60
61 <h3 id="circulation">Circulation</h3>
62
63 <ul>
64 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18816">[18816]</a> Make CataloguingLog work in production by preventing circulation from spamming the log</li>
65 </ul>
66
67 <h3 id="command-lineutilities">Command-line Utilities</h3>
68
69 <ul>
70 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18562">[18562]</a> Add koha-sip script to handle SIP servers for instances</li>
71 </ul>
72
73 <blockquote>
74   <p>To ease multi-tenant sites maintenance, several handy scripts were introduced. For handling SIP servers, 3 scripts were introduced: koha-start-sip, koha-stop-sip and koha-enable-sip. <br />
75   This patch introduces a new script, koha-sip, that unifies those actions regarding SIP servers on a per instance base, through the use of option switches. <br />
76   18.11 Note: The introduction of this script does NOT remove the koha-%-sip versions at this time and the scripts can be used interchangeably until one upgrades to 19.05 where the koha-%-sip versions are officially removed.</p>
77 </blockquote>
78
79 <h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
80
81 <ul>
82 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20000">[20000]</a> use Modern::Perl in installer perl scripts</li>
83 </ul>
84
85 <blockquote>
86   <p>Sponsored by Catalyst IT</p>
87   
88   <p>Code cleanup which improves the readability, and therefore reliability, of Koha.</p>
89 </blockquote>
90
91 <h3 id="opac">OPAC</h3>
92
93 <ul>
94 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22029">[22029]</a> Remove Google+ from social links on OPAC detail</li>
95 </ul>
96
97 <blockquote>
98   <p>Google revealed that Google Plus accounts will be shut down on April 2, 2019.</p>
99 </blockquote>
100
101 <h3 id="templates">Templates</h3>
102
103 <ul>
104 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20569">[20569]</a> Improve description of CheckPrevCheckout system preference</li>
105 </ul>
106
107 <blockquote>
108   <p>A simple string patch that clarifies the intention of the CheckPrevCheckout system preference options.</p>
109 </blockquote>
110
111 <h2 id="criticalbugsfixed">Critical bugs fixed</h2>
112
113 <h3 id="acquisitions">Acquisitions</h3>
114
115 <ul>
116 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18723">[18723]</a> Dot not recognized as decimal separator on receive</li>
117 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21989">[21989]</a> JS error in "Add orders from MARC file" - addorderiso2709.pl</li>
118 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22282">[22282]</a> Internal software error when exporting basket group as PDF</li>
119 </ul>
120
121 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
122
123 <ul>
124 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21610">[21610]</a> Koha::Object->store needs to handle incorrect values</li>
125 </ul>
126
127 <h3 id="circulation">Circulation</h3>
128
129 <ul>
130 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21491">[21491]</a> When 'Default lost item fee refund on return policy' is unset it says no but acts as if 'yes'</li>
131 </ul>
132
133 <h3 id="holdrequests">Hold requests</h3>
134
135 <ul>
136 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21495">[21495]</a> Regression in hold override functionality</li>
137 </ul>
138
139 <h3 id="opac">OPAC</h3>
140
141 <ul>
142 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22085">[22085]</a> UNIMARC default XSLT broken by Bug 14716</li>
143 </ul>
144
145 <h2 id="otherbugsfixed">Other bugs fixed</h2>
146
147 <h3 id="about">About</h3>
148
149 <ul>
150 <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>
151 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21441">[21441]</a> System information gives reference to a non-existant table</li>
152 </ul>
153
154 <h3 id="acquisitions">Acquisitions</h3>
155
156 <ul>
157 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20865">[20865]</a> Remove space before : on order receive filters</li>
158 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21089">[21089]</a> Overlapping elements in ordering information on acqui/supplier.pl</li>
159 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22110">[22110]</a> Editing adjustments doesn't work for Currencyformat != US</li>
160 </ul>
161
162 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
163
164 <ul>
165 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19816">[19816]</a> output_pref must implement 'dateonly' for dateformat => rfc3339</li>
166 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19920">[19920]</a> changepassword is exported from C4::Members but has been removed</li>
167 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21170">[21170]</a> Warnings in MARCdetail.pl - isn't numeric in numeric eq (==)</li>
168 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21478">[21478]</a> Koha::Hold->suspend_hold allows suspending in transit holds</li>
169 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21907">[21907]</a> Error from mainpage when Article requests enabled and either IndependentBranches or IndependentBranchesPatronModifications is enabled</li>
170 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22006">[22006]</a> Koha::Account::Line->item should return undef if no item linked</li>
171 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22097">[22097]</a> CataloguingLog should be suppressed for item branch transfers</li>
172 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22124">[22124]</a> Update cataloguing plugin system to not generate type parameter in script tag</li>
173 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22125">[22125]</a> branches.pickup_location should be flagged as boolean</li>
174 </ul>
175
176 <h3 id="cataloging">Cataloging</h3>
177
178 <ul>
179 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20491">[20491]</a> Use "Date due" in table header of item table</li>
180 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22122">[22122]</a> Make sequence of Z39.50 search options match in acq and cataloguing</li>
181 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22242">[22242]</a> Javascript error in value builder cased by Select2</li>
182 </ul>
183
184 <h3 id="circulation">Circulation</h3>
185
186 <ul>
187 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17347">[17347]</a> 'Renew' tab should ignore whitespace at begining and end of barcode</li>
188 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21877">[21877]</a> Show authorized value description for withdrawn in checkout</li>
189 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22054">[22054]</a> Display a nicer error message when trying to renew an on-site checkout from renew page</li>
190 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22083">[22083]</a> Typo in circulation_batch_checkouts.tt</li>
191 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22111">[22111]</a> Correctly format fines when placing holds (maxoutstanding warning)</li>
192 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22119">[22119]</a> Add price formatting in circulation</li>
193 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22120">[22120]</a> Add price formatting to patron summary print</li>
194 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22203">[22203]</a> Holds modal no longer links to patron</li>
195 </ul>
196
197 <h3 id="command-lineutilities">Command-line Utilities</h3>
198
199 <ul>
200 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22235">[22235]</a> Make maintenance scripts use koha-sip instead of koha-%-sip</li>
201 </ul>
202
203 <h3 id="developerdocumentation">Developer documentation</h3>
204
205 <ul>
206 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21290">[21290]</a> POD of ModItem mentions MARC for items</li>
207 </ul>
208
209 <h3 id="finesandfees">Fines and fees</h3>
210
211 <ul>
212 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22066">[22066]</a> branchcode should be recorded for manual credits</li>
213 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22138">[22138]</a> members/paycollect.pl has not been updated to have the new tab names</li>
214 </ul>
215
216 <h3 id="holdrequests">Hold requests</h3>
217
218 <ul>
219 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7614">[7614]</a> Use branch transfer limits for determining available opac holds pickup locations</li>
220 </ul>
221
222 <h3 id="holidays">Holidays</h3>
223
224 <ul>
225 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21885">[21885]</a> Improve date selection on calendar for selecting the end date on a range</li>
226 </ul>
227
228 <h3 id="ill">ILL</h3>
229
230 <ul>
231 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22101">[22101]</a> ILL requests missing in menu on advanced search page</li>
232 </ul>
233
234 <h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
235
236 <ul>
237 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11922">[11922]</a> Add SHOW_BCODE patron attribute for Norwegian web installer</li>
238 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22095">[22095]</a> Dead link in web installer</li>
239 </ul>
240
241 <h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
242
243 <ul>
244 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19994">[19994]</a> use Modern::Perl in Authorities perl scripts</li>
245 </ul>
246
247 <h3 id="notices">Notices</h3>
248
249 <ul>
250 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21829">[21829]</a> Date displays as a datetime in notices</li>
251 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22002">[22002]</a> Each message_transport_type in the letters table is showing as a separate notice in Tools > Notices and slips</li>
252 </ul>
253
254 <h3 id="opac">OPAC</h3>
255
256 <ul>
257 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21192">[21192]</a> Borrower Fields on OPAC's Personal Details Screen Use Self Register Field Options Incorrectly</li>
258 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21808">[21808]</a> Field 711 is not handled correctly in showAuthor XSLT for relator term or code</li>
259 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22058">[22058]</a> OPAC holdings table shows &nbsp; instead of blank</li>
260 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22118">[22118]</a> Format hold fee when placing holds in OPAC</li>
261 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22207">[22207]</a> Course reserves page does not have unique body id</li>
262 </ul>
263
264 <h3 id="patrons">Patrons</h3>
265
266 <ul>
267 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19818">[19818]</a> Add id into tag html from moremember.tt</li>
268 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20165">[20165]</a> Capitalization: Street Address should be Street address in patron search options</li>
269 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21930">[21930]</a> Typo in the manage_circ_rules_from_any_libraries description</li>
270 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22149">[22149]</a> Grammar fix in the manage_circ_rules_from_any_libraries description</li>
271 </ul>
272
273 <h3 id="reports">Reports</h3>
274
275 <ul>
276 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20274">[20274]</a> itemtypes.plugin report: not handling item-level_itypes syspref</li>
277 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20679">[20679]</a> Remove 'rows per page' from reports print layout</li>
278 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22082">[22082]</a> Ambiguous column in patron stats</li>
279 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22168">[22168]</a> Improve styling of new chart settings for reports</li>
280 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22278">[22278]</a> Newly created report group is not selected after saving an SQL report</li>
281 </ul>
282
283 <h3 id="searching">Searching</h3>
284
285 <ul>
286 <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>
287 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18909">[18909]</a> Enable the maximum zebra records size to be specified per instance</li>
288 </ul>
289
290 <h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
291
292 <ul>
293 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21084">[21084]</a> Searching for authorities with 'contains' gives no results if search terms include punctuation</li>
294 </ul>
295
296 <h3 id="serials">Serials</h3>
297
298 <ul>
299 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16231">[16231]</a> Correct permission handling in subscription edit menu</li>
300 </ul>
301
302 <h3 id="systemadministration">System Administration</h3>
303
304 <ul>
305 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7403">[7403]</a> Remove warning from CataloguingLog system preference</li>
306 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15110">[15110]</a> Improve decreaseHighHolds system preference description</li>
307 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21637">[21637]</a> Capitalization: EasyAnalyticalRecords syspref option "Don't Display" should be "Don't display"</li>
308 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21855">[21855]</a> Remove mention of deprecated delete_unverified_opac_registrations.pl cronjob</li>
309 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21926">[21926]</a> Enhance OAI-PMH:archiveID system preference description</li>
310 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22009">[22009]</a> Fix error messages for classification sources and filing rules</li>
311 </ul>
312
313 <h3 id="templates">Templates</h3>
314
315 <ul>
316 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10562">[10562]</a> Improve Leader06 Type Labels in MARC21slim2OPACResults.xsl</li>
317 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21840">[21840]</a> Fix some typos in the templates</li>
318 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21866">[21866]</a> Rephrase "Warning: This <em>report</em> was written for an older version of Koha" to refer to plugins</li>
319 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22113">[22113]</a> Add price formatting on item lost report</li>
320 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22116">[22116]</a> Add price formatting to rental charge and replacement price on items tab in staff</li>
321 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22236">[22236]</a> Translation should generate tags with consistent attribute order</li>
322 </ul>
323
324 <h3 id="testsuite">Test Suite</h3>
325
326 <ul>
327 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22254">[22254]</a> t/db_dependent/Koha/Patrons.t contains a DateTime math error</li>
328 </ul>
329
330 <h3 id="tools">Tools</h3>
331
332 <ul>
333 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19915">[19915]</a> Inventory tool doesn't use cn_sort for callnumber ranges</li>
334 </ul>
335
336 <blockquote>
337   <p>This patch brings the inventory tool inline with other pages displaying data sorted by callnumbers by also adopting the use of cn_sort for sorting.</p>
338 </blockquote>
339
340 <ul>
341 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20634">[20634]</a> Inventory form has 2 identical labels "Library:"</li>
342 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22011">[22011]</a> Typo in Item Batch Modification</li>
343 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22036">[22036]</a> Tidy up tags/review script</li>
344 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22136">[22136]</a> Import patrons notes hides a note because the syspref isn't referenced correctly</li>
345 </ul>
346
347 <h2 id="newsysprefs">New sysprefs</h2>
348
349 <ul>
350 <li>RESTBasicAuth</li>
351 </ul>
352
353 <h2 id="systemrequirements">System requirements</h2>
354
355 <p>Important notes:</p>
356
357 <ul>
358 <li>Perl 5.10 is required</li>
359 <li>Zebra is required</li>
360 </ul>
361
362 <h2 id="documentation">Documentation</h2>
363
364 <p>The Koha manual is maintained in Sphinx. The home page for Koha 
365 documentation is </p>
366
367 <ul>
368 <li><a href="http://koha-community.org/documentation/">Koha Documentation</a></li>
369 </ul>
370
371 <p>As of the date of these release notes, only the English version of the
372 Koha manual is available:</p>
373
374 <ul>
375 <li><a href="http://koha-community.org/manual/18.11/en/html/">Koha Manual</a></li>
376 </ul>
377
378 <p>The Git repository for the Koha manual can be found at</p>
379
380 <ul>
381 <li><a href="https://gitlab.com/koha-community/koha-manual">Koha Git Repository</a></li>
382 </ul>
383
384 <h2 id="translations">Translations</h2>
385
386 <p>Complete or near-complete translations of the OPAC and staff
387 interface are available in this release for the following languages:</p>
388
389 <ul>
390 <li>Arabic (99.4%)</li>
391 <li>Armenian (99.4%)</li>
392 <li>Basque (63.7%)</li>
393 <li>Chinese (China) (64.4%)</li>
394 <li>Chinese (Taiwan) (99.4%)</li>
395 <li>Czech (92.3%)</li>
396 <li>Danish (55.9%)</li>
397 <li>English (New Zealand) (89%)</li>
398 <li>English (USA)</li>
399 <li>Finnish (84.4%)</li>
400 <li>French (95.7%)</li>
401 <li>French (Canada) (98.4%)</li>
402 <li>German (100%)</li>
403 <li>German (Switzerland) (92.5%)</li>
404 <li>Greek (76.7%)</li>
405 <li>Hindi (99.4%)</li>
406 <li>Italian (94.6%)</li>
407 <li>Norwegian Bokmål (95.6%)</li>
408 <li>Occitan (post 1500) (59.9%)</li>
409 <li>Polish (85.9%)</li>
410 <li>Portuguese (99.4%)</li>
411 <li>Portuguese (Brazil) (85.9%)</li>
412 <li>Slovak (91%)</li>
413 <li>Spanish (93.4%)</li>
414 <li>Swedish (91.2%)</li>
415 <li>Turkish (99.2%)</li>
416 <li>Ukrainian (61.2%)</li>
417 <li>Vietnamese (53.7%)</li>
418 </ul>
419
420 <p>Partial translations are available for various other languages.</p>
421
422 <p>The Koha team welcomes additional translations; please see</p>
423
424 <ul>
425 <li><a href="http://wiki.koha-community.org/wiki/Translating_Koha">Koha Translation Info</a></li>
426 </ul>
427
428 <p>For information about translating Koha, and join the koha-translate 
429 list to volunteer:</p>
430
431 <ul>
432 <li><a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate">Koha Translate List</a></li>
433 </ul>
434
435 <p>The most up-to-date translations can be found at:</p>
436
437 <ul>
438 <li><a href="http://translate.koha-community.org/">Koha Translation</a></li>
439 </ul>
440
441 <h2 id="releaseteam">Release Team</h2>
442
443 <p>The release team for Koha 18.11.03 is</p>
444
445 <ul>
446 <li>Release Manager: <a href="mailto:nick@bywatersolutions.com">Nick Clemens</a></li>
447 <li>Release Manager assistants:
448 <ul>
449 <li><a href="mailto:jonathan.druart@bugs.koha-community.org">Jonathan Druart</a></li>
450 <li><a href="mailto:tomascohen@gmail.com">Tomás Cohen Arazi</a></li>
451 </ul></li>
452 <li>QA Manager: <a href="mailto:Katrin.Fischer@bsz-bw.de">Katrin Fischer</a></li>
453 <li>QA Team:
454 <ul>
455 <li><a href="mailto:alex.arnaud@biblibre.com">Alex Arnaud</a></li>
456 <li><a href="mailto:julian.maurice@biblibre.com">Julian Maurice</a></li>
457 <li><a href="mailto:kyle@bywatersolutions.com">Kyle Hall</a></li>
458 <li>Josef Moravec</li>
459 <li><a href="mailto:martin.renvoize@ptfs-europe.com">Martin Renvoize</a></li>
460 <li><a href="mailto:jonathan.druart@bugs.koha-community.org">Jonathan Druart</a></li>
461 <li><a href="mailto:m.de.rooy@rijksmuseum.nl">Marcel de Rooy</a></li>
462 <li><a href="mailto:tomascohen@gmail.com">Tomás Cohen Arazi</a></li>
463 <li><a href="mailto:chrisc@catalyst.net.nz">Chris Cormack</a></li>
464 </ul></li>
465 <li>Topic Experts:
466 <ul>
467 <li>SIP2 -- Colin Campbell</li>
468 <li>EDI -- Colin Campbell</li>
469 <li>Elasticsearch -- Ere Maijala</li>
470 <li>REST API -- Tomás Cohen Arazi</li>
471 <li>UI Design -- Owen Leonard</li>
472 </ul></li>
473 <li>Bug Wranglers:
474 <ul>
475 <li>Luis Moises Rojas</li>
476 <li>Jon Knight</li>
477 <li><a href="mailto:indradg@l2c2.co.in">Indranil Das Gupta</a></li>
478 </ul></li>
479 <li>Packaging Manager: <a href="mailto:mirko@abunchofthings.net">Mirko Tietgen</a></li>
480 <li>Documentation Manager: Caroline Cyr La Rose</li>
481 <li><p>Documentation Team:</p>
482
483 <ul>
484 <li>David Nind</li>
485 <li>Lucy Vaux-Harvey</li>
486 </ul></li>
487 <li><p>Translation Managers: </p>
488
489 <ul>
490 <li><a href="mailto:indradg@l2c2.co.in">Indranil Das Gupta</a></li>
491 <li><a href="mailto:bgkriegel@gmail.com">Bernardo Gonzalez Kriegel</a></li>
492 </ul></li>
493 <li><p>Wiki curators: </p>
494
495 <ul>
496 <li>Caroline Cyr La Rose</li>
497 </ul></li>
498 <li>Release Maintainers:
499 <ul>
500 <li>18.11 -- <a href="mailto:martin.renvoize@ptfs-europe.com">Martin Renvoize</a></li>
501 <li>18.05 -- Lucas Gass</li>
502 <li>18.05 -- Jesse Maseto</li>
503 <li>17.11 -- <a href="mailto:fridolin.somers@biblibre.com">Fridolin Somers</a></li>
504 </ul></li>
505 <li>Release Maintainer assistants:
506 <ul>
507 <li>18.05 -- <a href="mailto:kyle@bywatersolutions.com">Kyle Hall</a></li>
508 </ul></li>
509 </ul>
510
511 <h2 id="credits">Credits</h2>
512
513 <p>We thank the following libraries who are known to have sponsored
514 new features in Koha 18.11.03:</p>
515
516 <ul>
517 <li>Catalyst IT</li>
518 <li>Municipal Libray Ceska Trebova</li>
519 </ul>
520
521 <p>We thank the following individuals who contributed patches to Koha 18.11.03.</p>
522
523 <ul>
524 <li>Ethan Amohia (3)</li>
525 <li>Jasmine Amohia (10)</li>
526 <li>Aleisha Amohia (1)</li>
527 <li>Tomás Cohen Arazi (26)</li>
528 <li>Nick Clemens (12)</li>
529 <li>Jonathan Druart (13)</li>
530 <li>Katrin Fischer (12)</li>
531 <li>Lucas Gass (1)</li>
532 <li>Kyle Hall (9)</li>
533 <li>Helene Hickey (8)</li>
534 <li>Mackey Johnstone (1)</li>
535 <li>Pasi Kallinen (1)</li>
536 <li>Jack Kelliher (2)</li>
537 <li>Olli-Antti Kivilahti (1)</li>
538 <li>Owen Leonard (6)</li>
539 <li>Olivia Lu (4)</li>
540 <li>Ere Maijala (1)</li>
541 <li>Jose-Mario Monteiro-Santos (1)</li>
542 <li>Josef Moravec (2)</li>
543 <li>Liz Rea (1)</li>
544 <li>Martin Renvoize (6)</li>
545 <li>Marcel de Rooy (5)</li>
546 <li>Caroline Cyr La Rose (1)</li>
547 <li>Fridolin Somers (5)</li>
548 <li>Lari Taskula (4)</li>
549 <li>Koha translators (1)</li>
550 </ul>
551
552 <p>We thank the following libraries, companies, and other institutions who contributed
553 patches to Koha 18.11.03</p>
554
555 <ul>
556 <li>ACPL (6)</li>
557 <li>BibLibre (5)</li>
558 <li>BSZ BW (12)</li>
559 <li>ByWater-Solutions (22)</li>
560 <li>Catalyst (1)</li>
561 <li>Independant Individuals (11)</li>
562 <li>jns.fi (5)</li>
563 <li>Koha Community Developers (13)</li>
564 <li>PTFS-Europe (6)</li>
565 <li>Rijks Museum (5)</li>
566 <li>Solutions inLibro inc (2)</li>
567 <li>stacmail.net (2)</li>
568 <li>The City of Joensuu (1)</li>
569 <li>Theke Solutions (26)</li>
570 <li>University of Helsinki (1)</li>
571 <li>Wellington East Girls' College (10)</li>
572 <li>wgc.school.nz (8)</li>
573 </ul>
574
575 <p>We also especially thank the following individuals who tested patches
576 for Koha.</p>
577
578 <ul>
579 <li>Hugo Agud (1)</li>
580 <li>Jasmine Amohia (1)</li>
581 <li>Tomás Cohen Arazi (25)</li>
582 <li>Bob Bennhoff (7)</li>
583 <li>Anne-Claire Bernaudin (2)</li>
584 <li>Mikaël Olangcay Brisebois (5)</li>
585 <li>Barton Chittenden (1)</li>
586 <li>Nick Clemens (136)</li>
587 <li>David Cook (1)</li>
588 <li>Frédéric Demians (1)</li>
589 <li>Michal Denar (1)</li>
590 <li>Devinim (2)</li>
591 <li>Jonathan Druart (1)</li>
592 <li>Charles Farmer (5)</li>
593 <li>Katrin Fischer (58)</li>
594 <li>Victor Grousset (1)</li>
595 <li>Kyle Hall (37)</li>
596 <li>Helene Hickey (1)</li>
597 <li>Mackey Johnstone (1)</li>
598 <li>Pasi Kallinen (1)</li>
599 <li>Jack Kelliher (2)</li>
600 <li>Rhonda Kuiper (1)</li>
601 <li>Owen Leonard (20)</li>
602 <li>Olivia Lu (1)</li>
603 <li>Julian Maurice (2)</li>
604 <li>Jose-Mario Monteiro-Santos (1)</li>
605 <li>Josef Moravec (18)</li>
606 <li>David Nind (18)</li>
607 <li>Liz Rea (1)</li>
608 <li>Martin Renvoize (154)</li>
609 <li>Marcel de Rooy (7)</li>
610 <li>Maryse Simard (5)</li>
611 <li>Pierre-Marc Thibault (11)</li>
612 </ul>
613
614 <p>We regret any omissions.  If a contributor has been inadvertently missed,
615 please send a patch against these release notes to 
616 koha-patches@lists.koha-community.org.</p>
617
618 <h2 id="revisioncontrolnotes">Revision control notes</h2>
619
620 <p>The Koha project uses Git for version control.  The current development 
621 version of Koha can be retrieved by checking out the master branch of:</p>
622
623 <ul>
624 <li><a href="git://git.koha-community.org/koha.git">Koha Git Repository</a></li>
625 </ul>
626
627 <p>The branch for this version of Koha and future bugfixes in this release
628 line is 18.11.x.</p>
629
630 <h2 id="bugsandfeaturerequests">Bugs and feature requests</h2>
631
632 <p>Bug reports and feature requests can be filed at the Koha bug
633 tracker at:</p>
634
635 <ul>
636 <li><a href="http://bugs.koha-community.org">Koha Bugzilla</a></li>
637 </ul>
638
639 <p>He rau ringa e oti ai.
640 (Many hands finish the work)</p>
641
642 <p>Autogenerated release notes updated last on 22 Feb 2019 12:45:11.</p>