Translation updates for Koha 19.05.02
[koha.git] / misc / release_notes / release_notes_18_05_00.html
1 <h1 id="releasenotesforkoha18.05.00">RELEASE NOTES FOR KOHA 18.05.00</h1>
2
3 <p>24 May 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.05.00 can be downloaded from:</p>
15
16 <ul>
17 <li><a href="http://download.koha-community.org/koha-18.05-latest.tar.gz">Download</a></li>
18 </ul>
19
20 <p>Installation instructions can be found at:</p>
21
22 <ul>
23 <li><a href="http://wiki.koha-community.org/wiki/Installation_Documentation">Koha Wiki</a></li>
24 <li>OR in the INSTALL files that come in the tarball</li>
25 </ul>
26
27 <p>Koha 18.05.00 is a major release, that comes with many new features.</p>
28
29 <p>It includes 12 new features, 257 enhancements, 360 bugfixes.</p>
30
31 <h2 id="importantnotes">Important notes</h2>
32
33 <h3 id="plackandmemcached">Plack and Memcached</h3>
34
35 <p>On the Koha's about page you can see the status of Plack and Memcached.</p>
36
37 <p>The use of Plack and Memcached has been around and stable for more than two years, and must be considered mandatory.</p>
38
39 <p>They bring a lot of speed and improve the user experience.</p>
40
41 <h3 id="nomoreloginwiththedatabaseuser">No more login with the database user</h3>
42
43 <p>It is no longer possible to use the database user to login into Koha.
44 You should first create a superlibrarian patron and use it for logging in.</p>
45
46 <h3 id="debianstretchusers:tmppathchanges">Debian Stretch users: tmp path changes</h3>
47
48 <p>If you are using Debian Stretch (9) you should take a look at <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20428">bug 20428</a>.</p>
49
50 <p>A new entry upload_path must be created in your koha-conf.xml file in order to define a temporary uploaded files directory.</p>
51
52 <h3 id="dealingwithsqlmodes">Dealing with SQL modes</h3>
53
54 <p>Since latest stables have been released it is not longer needed to modify the configuration of the Database Management System.</p>
55
56 <p>See the <a href="https://wiki.koha-community.org/wiki/DBMS_configuration">dedicated wiki page</a> for more information.</p>
57
58 <h3 id="changeofthedatabasetablescharset">Change of the database tables charset</h3>
59
60 <p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18336">Bug 18336</a> adds the support for Unicode supplementary characters.</p>
61
62 <p>We have now a better support of Unicode characters and especially vietnamese and chinese get improved, we also support emojis.</p>
63
64 <p>However upgrading the database will require space (a temporary table is created for each of the tables), and time.</p>
65
66 <p>It is recommended that the upgrade routine is launched using the command line because it is expected to take more time than usual and could cause timeouts. Packages users will have this run during the upgrade process.</p>
67
68 <h2 id="newfeatures">New features</h2>
69
70 <h3 id="acquisitions">Acquisitions</h3>
71
72 <ul>
73 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19289">[19289]</a> Allow configuration of the fields on the 'Catalog details' form in the acquisition baskets</li>
74 </ul>
75
76 <blockquote>
77   <p>When creating a new order on an acquisition basket, bibliographic fields displayed on 'Catalog details' can now be customized. The system preference 'UseACQFrameworkForBiblioRecords' must be enabled. Fields are set on the 'ACQ' MARC framework.</p>
78 </blockquote>
79
80 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
81
82 <ul>
83 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707">[15707]</a> Add ability to define hierarchical groups of libraries</li>
84 </ul>
85
86 <blockquote>
87   <p>Koha now supports grouping libraries into hierarchies. The previous grouping allowed only a single level of groups. The new hierarchical grouping allows for trees of unlimited depth to be created. This will allow for grouping of libraries based on physical location, political affiliation, or any other type of grouping! The new system is currently used for search groups, and patron visibility limits. Expect to see more features using hierarchical groups in the future!</p>
88 </blockquote>
89
90 <ul>
91 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20123">[20123]</a> Allow multiple instances of Koha to have different timezones on the same server</li>
92 </ul>
93
94 <blockquote>
95   <p>Koha now has the ability to set times zones in Koha on a per-instance basis. That means that a single Koha server can support instances in several time zones simultaneously! <br />
96   Each instance's timezone can be set in its' koha-conf.xml <br />
97   See https://wiki.koha-community.org/wiki/Time_Zone_Configuration for more details.</p>
98 </blockquote>
99
100 <h3 id="authentication">Authentication</h3>
101
102 <ul>
103 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19160">[19160]</a> CAS Single Logout</li>
104 </ul>
105
106 <blockquote>
107   <p>This adds support for the CAS Single Logout feature. Single logout means that the user gets logged out not only from the CAS Server, but also from all visited CAS client applications when logging out in one of them or after reaching a timeout. The CAS server has to be set up for single logout for this to take effect, otherwise behaviour will remain unchanged.</p>
108 </blockquote>
109
110 <ul>
111 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20568">[20568]</a> Add API key management interface for patrons</li>
112 </ul>
113
114 <blockquote>
115   <p>Adds the ability to handle patron-level API keys to be used for authenticating the REST API.</p>
116 </blockquote>
117
118 <h3 id="holdrequests">Hold requests</h3>
119
120 <ul>
121 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19287">[19287]</a> Add ability to mark an item 'Lost' from 'Holds to pull' list</li>
122 </ul>
123
124 <h3 id="patrons">Patrons</h3>
125
126 <ul>
127 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9302">[9302]</a> Add ability to merge patron records</li>
128 </ul>
129
130 <blockquote>
131   <p>Koha now has the ability to merge patron accounts! <br />
132   To merge patrons, perform a patron search, select two or more patrons then click the 'Merge' button. <br />
133   Next, choose which patron you want to keep. <br />
134   Circulation data (checkouts, holds, fines, etc.) will be transferred to the remaining patron record.</p>
135 </blockquote>
136
137 <ul>
138 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18403">[18403]</a> Hide patron information if not part of the logged in user library group</li>
139 </ul>
140
141 <h3 id="restapi">REST api</h3>
142
143 <ul>
144 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16330">[16330]</a> Add routes to add, update and delete patrons</li>
145 </ul>
146
147 <blockquote>
148   <p>REST API route for managing patrons in database. Adds CRUD implementation for creating, reading, updating and deleting patrons, as well as listing with optional sorting. <br />
149   Follows new guidelines from REST API RFC and Koha Object Exceptions regarding validation and error handling. Patrons can modify and delete their own object, or anyone with borrower modification permissions.</p>
150 </blockquote>
151
152 <ul>
153 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20402">[20402]</a> OAuth2 client credentials grant for REST API</li>
154 </ul>
155
156 <blockquote>
157   <p>This development adds the OAuth2 client credentials grant support to Koha. This way securing the REST API for using it from other systems gets easier as it follows current standards.</p>
158 </blockquote>
159
160 <h3 id="searching">Searching</h3>
161
162 <ul>
163 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19290">[19290]</a> Browse selected biblios - Staff</li>
164 </ul>
165
166 <h3 id="selfcheckout">Self checkout</h3>
167
168 <ul>
169 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15492">[15492]</a> Stand alone self check-in tool</li>
170 </ul>
171
172 <h2 id="enhancements">Enhancements</h2>
173
174 <h3 id="about">About</h3>
175
176 <ul>
177 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18674">[18674]</a> Show timezone for Perl and MySQL on the About Koha page</li>
178 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19542">[19542]</a> Koha should display Elasticsearch information in the about page</li>
179 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19904">[19904]</a> Release team 18.05</li>
180 </ul>
181
182 <h3 id="acquisitions">Acquisitions</h3>
183
184 <ul>
185 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10032">[10032]</a> Uncertain prices hide 'close basket' without explanation</li>
186 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17182">[17182]</a> Allow Keyword to MARC mapping for acquisitions searches (subtitle)</li>
187 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17457">[17457]</a> Use SearchWithISBNVariations in acquisition advanced search (histsearch.pl)</li>
188 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19479">[19479]</a> Price display on a basketgroup</li>
189 </ul>
190
191 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
192
193 <ul>
194 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10021">[10021]</a> Remove dead code related to notifys</li>
195 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306">[10306]</a> Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264)</li>
196 </ul>
197
198 <blockquote>
199   <p>This patchset adds the ability to map several MARC fields to a single Koha field. The first existing mapped field will be saved into the database. This allows for flexibility in a system using RDA and AACR2 records where some store the publication data in the 260 fields and others in the 264.</p>
200 </blockquote>
201
202 <ul>
203 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12001">[12001]</a> GetMemberAccountRecords slows down display of patron details and checkout pages</li>
204 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12904">[12904]</a> Force browser to load new JavaScript and CSS files after upgrade</li>
205 </ul>
206
207 <blockquote>
208   <p>For non-package installations, the following rewrite rules will need to be added to the apache config file: <br />
209   RewriteRule ^(.<em>)<em>[0-9][0-9].[0-9][0-9][0-9][0-9][0-9][0-9][0-9].js$ $1.js [L] <br />
210   RewriteRule ^(.</em>)</em>[0-9][0-9].[0-9][0-9][0-9][0-9][0-9][0-9][0-9].css$ $1.css [L]</p>
211 </blockquote>
212
213 <ul>
214 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16735">[16735]</a> Replace existing library search groups functionality with the new hierarchical groups system</li>
215 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17553">[17553]</a> Move GetOverduesForPatron to Koha::Patron</li>
216 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17672">[17672]</a> Items table should have a damaged_on column</li>
217 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17833">[17833]</a> <em>initilize</em>memcached() warns if errors</li>
218 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18255">[18255]</a> Koha::Biblio - Remove GetBiblioItemByBiblioNumber</li>
219 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18336">[18336]</a> Add support for Unicode supplementary characters</li>
220 </ul>
221
222 <blockquote>
223   <p>Koha now supports Unicode supplementary characters like emojis or supplementary japanese, chinese and others. <br />
224   The DB structure definition is changed to make use of the utf8mb4 encoding, instead of utf8.</p>
225 </blockquote>
226
227 <ul>
228 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18789">[18789]</a> Send a Koha::Patron object to the templates</li>
229 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18913">[18913]</a> Allow symbolic link in /etc/koha/sites</li>
230 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096">[19096]</a> Koha to MARC mappings (Part 2): Make Default authoritative</li>
231 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19280">[19280]</a> CanBookBeIssued must take a Koha::Patron in parameter</li>
232 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19299">[19299]</a> Replace C4::Reserves::GetReservesForBranch with Koha::Holds->waiting</li>
233 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19300">[19300]</a> Move C4::Reserves::OPACItemHoldsAllowed to the Koha namespace</li>
234 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19301">[19301]</a> Move C4::Reserves::OnShelfHoldsAllowed to the Koha namespace</li>
235 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19303">[19303]</a> Move C4::Members::GetFirstValidEmailAddress to Koha::Patron->first_valid_email_address</li>
236 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19304">[19304]</a> Move C4::Members::GetNoticeEmailAddress to Koha::Patron->notice_email_address</li>
237 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19802">[19802]</a> Move Selenium code to its own module</li>
238 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19826">[19826]</a> Introduce Koha::Acquisition::Budget(s) and Koha::Acquisition::Fund(s)</li>
239 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19828">[19828]</a> Koha::Object->store should catch DBIC exceptions and raise Koha::Exceptions</li>
240 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19830">[19830]</a> Add the Koha::Patron->old_checkout method</li>
241 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19841">[19841]</a> AddMember should raise an exception if categorycode is invalid</li>
242 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19855">[19855]</a> Move the "alert" code to Koha::Subscription</li>
243 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19926">[19926]</a> Add the Koha::Object->unblessed_all_relateds method</li>
244 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19929">[19929]</a> Add Koha Objects for class_source and class_sort_rules</li>
245 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19933">[19933]</a> Move C4::Members::patronflags to the Koha namespace - part 1</li>
246 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19935">[19935]</a> Move C4::Members::GetPendingIssues to the Koha namespace</li>
247 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19936">[19936]</a> Move Check_userid and Generate_Userid to Koha::Patron</li>
248 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19940">[19940]</a> Koha::Biblio - Remove GetBiblioItemInfosOf</li>
249 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19943">[19943]</a> Koha::Biblio - Remove GetBiblioItemData</li>
250 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19992">[19992]</a> use Modern::Perl in Admin perl scripts</li>
251 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19993">[19993]</a> use Modern::Perl in Acquisition perl scripts</li>
252 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19995">[19995]</a> use Modern::Perl in Catalogue perl scripts</li>
253 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19996">[19996]</a> use Modern::Perl in cataloguing perl scripts</li>
254 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19997">[19997]</a> use Modern::Perl in Circulation perl scripts</li>
255 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19998">[19998]</a> use Modern::Perl in error perl scripts</li>
256 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19999">[19999]</a> use Modern::Perl in Labels perl scripts</li>
257 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20009">[20009]</a> use Modern::Perl in Members perl scripts</li>
258 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20010">[20010]</a> use Modern::Perl in Patroncards perl scripts</li>
259 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20011">[20011]</a> use Modern::Perl in plugins perl scripts</li>
260 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20012">[20012]</a> use Modern::Perl in Reports perl scripts</li>
261 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20013">[20013]</a> use Modern::Perl in Reserves perl scripts</li>
262 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20015">[20015]</a> use Modern::Perl in Serials perl scripts</li>
263 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20016">[20016]</a> use Modern::Perl in svc scripts</li>
264 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20017">[20017]</a> use Modern::Perl in Tools perl scripts</li>
265 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20018">[20018]</a> use Modern::Perl in offline circulation perl scripts</li>
266 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20019">[20019]</a> use Modern::Perl in miscellaneous perl scripts</li>
267 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20020">[20020]</a> use Modern::Perl in XT scripts</li>
268 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20047">[20047]</a> Add Z3950Server Object and use it for getting server count</li>
269 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20052">[20052]</a> Add Reports object class</li>
270 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20157">[20157]</a> Use group 'features' to decide which groups to use for group searching functionality</li>
271 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20264">[20264]</a> Syspref checkdigit is no longer in used</li>
272 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20267">[20267]</a> Add basic .gitignore</li>
273 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20275">[20275]</a> Add comment to let users know they can define multiple plugindirs</li>
274 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20444">[20444]</a> Remove C4::Members::Attributes::GetAttributes</li>
275 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20538">[20538]</a> Remove the need of writing [% KOHA_VERSION %] everywhere</li>
276 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20599">[20599]</a> Add the Koha::Subscription->vendor method</li>
277 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20622">[20622]</a> Add some color to bootstrap modal headers and footers</li>
278 </ul>
279
280 <h3 id="authentication">Authentication</h3>
281
282 <ul>
283 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12227">[12227]</a> Remove demo user functionality</li>
284 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20489">[20489]</a> Prevent DB user login</li>
285 </ul>
286
287 <blockquote>
288   <p>It is no longer possible to use the database user (defined in koha-conf.xml) to login into Koha. <br />
289   You should first create a superlibrarian patron and use it for logging in. <br />
290   See the script misc/devel/create_superlibrarian.pl</p>
291 </blockquote>
292
293 <ul>
294 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20612">[20612]</a> Make OAuth2 use patron's client_id/secret pairs</li>
295 </ul>
296
297 <h3 id="browsercompatibility">Browser compatibility</h3>
298
299 <ul>
300 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20062">[20062]</a> Remove support for Internet Explorer 7 in the staff client</li>
301 </ul>
302
303 <blockquote>
304   <p>Internet Explorer 7, released in 2006, is no longer supported by Koha.</p>
305 </blockquote>
306
307 <h3 id="cataloging">Cataloging</h3>
308
309 <ul>
310 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9701">[9701]</a> Configure default indicators</li>
311 </ul>
312
313 <blockquote>
314   <p>This adds default indicators to bibliographic frameworks. The table marc_tag_structure is adjusted. In order to make effective use of this enhancement, you may want to add values in your MARC frameworks administration.</p>
315 </blockquote>
316
317 <ul>
318 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11046">[11046]</a> Better handling of uncertain years for publicationyear/copyrightdate</li>
319 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18417">[18417]</a> Advanced Editor - Rancor - add shortcuts for copyright symbols (C) (P)</li>
320 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18878">[18878]</a> Improve item form display / labels too far from input fields</li>
321 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18904">[18904]</a> Advanced editor - Rancor - Add authority support</li>
322 </ul>
323
324 <blockquote>
325   <p>This patchset adds the ability to search for and link authorities in the advanced cataloging editor. When  editing a record staff can press 'Shift+Ctrl+L' to launch the authorities search. Choosing a record will update the field and add a subfield 9 for linking.</p>
326 </blockquote>
327
328 <ul>
329 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19267">[19267]</a> Advanced Editor - Rancor - Add warning before leaving page if there are unsaved modifications</li>
330 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19538">[19538]</a> Advanced editor - Rancor - Move syspref from labs to cataloging and remove experimental note</li>
331 </ul>
332
333 <h3 id="circulation">Circulation</h3>
334
335 <ul>
336 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11210">[11210]</a> Allow partial writeoff</li>
337 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15752">[15752]</a> Automatically switch from circulation to new patron when a cardnumber is scanned during circulation</li>
338 </ul>
339
340 <blockquote>
341   <p>The new system preference AutoSwitchPatron allows to automatically switch to another patron record on scanning the cardnumber during circulation. This will allow to streamline processes at the circulation desk a bit more. Note: Use only if there is no overlap in your cardnumber and barcode ranges.</p>
342 </blockquote>
343
344 <ul>
345 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18786">[18786]</a> Add ability to create custom payment types</li>
346 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18790">[18790]</a> Add ability to void payments</li>
347 <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>
348 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19494">[19494]</a> Add reservedate to Holds awaiting pickup</li>
349 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19752">[19752]</a> Improve authentication response in offline_circ/service.pl</li>
350 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19804">[19804]</a> Suspension calculation doesn't honor 'Suspension charging interval'</li>
351 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19831">[19831]</a> Turn on EnhancedMessagingPreferences by default for new installations</li>
352 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20322">[20322]</a> Circulation page layout and design update</li>
353 </ul>
354
355 <blockquote>
356   <p>These patches give a facelift to the circulation homepage. All functionality remains the same, however, things have been moved to make the interface little friendlier and more responsive on different screens.</p>
357 </blockquote>
358
359 <ul>
360 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20343">[20343]</a> Show number of checkouts by itemtype in circulation.pl</li>
361 </ul>
362
363 <h3 id="command-lineutilities">Command-line Utilities</h3>
364
365 <ul>
366 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598">[12598]</a> New misc/import_borrowers.pl command line tool</li>
367 </ul>
368
369 <blockquote>
370   <p>Koha now has a command line tool for importing patron CSV files of the same format the web-based tool uses. This tool allows a user to specify a matchpoint, set default values for non-existing fields, decide if a match should be overwritten, and if extended attributes should be preserved! <br />
371   For more details, run "misc/import_patrons.pl -h"</p>
372 </blockquote>
373
374 <ul>
375 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17467">[17467]</a> Introduce a single koha-zebra script to handle Zebra daemons for instances</li>
376 </ul>
377
378 <blockquote>
379   <p>To ease multi-tenant sites maintenance, several handy scripts were introduced. For handling Zebra, 4 scripts were introduced: koha-start-zebra, koha-stop-zebra, koha-restart-zebra and koha-rebuild-zebra. <br />
380   This patch introduces a new script, koha-zebra, that unifies those actions regarding Zebra daemons on a per instance base, through the use of option switches.</p>
381 </blockquote>
382
383 <ul>
384 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17468">[17468]</a> Remove koha-*-zebra scripts in favor of koha-zebra</li>
385 </ul>
386
387 <blockquote>
388   <p>The new koha-zebra maintenance script replaces the old koha-start-zebra, koha-stop-zebra and koha-restart-zebra scripts. This patch removes them, while keeping backwards compatibility (i.e. you can still run them until you get used to the new syntax).</p>
389 </blockquote>
390
391 <ul>
392 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18964">[18964]</a> Add a --debugger flag to koha-plack</li>
393 </ul>
394
395 <blockquote>
396   <p>Remote debugging capabilities are added to the koha-plack script. This is very important for developers.</p>
397 </blockquote>
398
399 <ul>
400 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19451">[19451]</a> Let borrowers-force-messaging-defaults.pl optionally add preferences only when not already present</li>
401 </ul>
402
403 <blockquote>
404   <p>This report adds the command-line option 'no-overwrite' so that you can add preferences only when they are not yet <br />
405   present (in other words: skip patrons that already set their prefs).</p>
406 </blockquote>
407
408 <ul>
409 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19454">[19454]</a> Add the ability to filter on patron category for borrowers-force-messaging-defaults.pl</li>
410 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19955">[19955]</a> Add ability to process only one 'type' of message ( sms, email, etc ) for a given run of process_message_queue.pl</li>
411 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20525">[20525]</a> Add --timezone switch to koha-create</li>
412 </ul>
413
414 <h3 id="coursereserves">Course reserves</h3>
415
416 <ul>
417 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15378">[15378]</a> Remove 'lost' items from course reserves</li>
418 </ul>
419
420 <h3 id="holdrequests">Hold requests</h3>
421
422 <ul>
423 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18382">[18382]</a> action_logs entry for module HOLDS, action SUSPEND is spammy</li>
424 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19769">[19769]</a> 'Pickup library is different' message does not display library branch name when placing hold</li>
425 </ul>
426
427 <h3 id="i18nl10n">I18N/L10N</h3>
428
429 <ul>
430 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11674">[11674]</a> Configuration for MARC field doc URLs</li>
431 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20295">[20295]</a> Allow translating link title in ILL module</li>
432 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20296">[20296]</a> Untranslatable "All" in patrons table filter</li>
433 </ul>
434
435 <h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
436
437 <ul>
438 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18819">[18819]</a> Correct "whereas UNIMARC tends to be used in Europe." in web installer files</li>
439 </ul>
440
441 <h3 id="lists">Lists</h3>
442
443 <ul>
444 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19658">[19658]</a> Style fix for staff client lists page</li>
445 </ul>
446
447 <h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
448
449 <ul>
450 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14769">[14769]</a> Authorities merge: Set correct indicators in biblio field</li>
451 </ul>
452
453 <blockquote>
454   <p>This report adds pref AuthorityControlledIndicators. It controls how the indicators of linked authority records affect the corresponding biblio indicators. Currently, the default pref value is finetuned for MARC21, and copies the authority indicators for UNIMARC. <br />
455   An example to illustrate: A MARC21 field 100 in a biblio record should pick its first indicator from the linked authority record. The second indicator is not controlled by the authority. This report supports such MARC conventions.</p>
456 </blockquote>
457
458 <ul>
459 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18071">[18071]</a> Add new script update_authorities.pl</li>
460 </ul>
461
462 <blockquote>
463   <p>This patch adds a script to perform various authority related maintenance tasks. <br />
464   This version supports deleting an authority record and updating all linked biblio records. <br />
465   Furthermore it supports merging authority records with one reference record, and updating all linked biblio records. <br />
466   It also allows you to force a renumber, i.e. save the authid into field 001.</p>
467 </blockquote>
468
469 <h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
470
471 <ul>
472 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16427">[16427]</a> Direct link to authority records missing in staff detail view (MARC21 6xx)</li>
473 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18198">[18198]</a> MARC21: Further improve handling of 5XX$u in GetMarcNotes</li>
474 </ul>
475
476 <h3 id="notices">Notices</h3>
477
478 <ul>
479 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17981">[17981]</a> Add the ability to preview generated notice templates</li>
480 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18007">[18007]</a> Interface updates to notices and notice previews</li>
481 </ul>
482
483 <h3 id="opac">OPAC</h3>
484
485 <ul>
486 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11976">[11976]</a> Add column settings + new column "Publication date" to the subscription table</li>
487 </ul>
488
489 <blockquote>
490   <p>This patchset adds a new column to the subscriptions tab on the opac details page, 'publication date' so a user can see the date of issue rather than the date of receipt. <br />
491   Additionally, the patch brings the table under column settings in the administration side so that staff can determine which columns should be shown by default</p>
492 </blockquote>
493
494 <ul>
495 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15794">[15794]</a> Add emoji picker to tag entry in OPAC</li>
496 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18083">[18083]</a> Don't show 'library' selection on popular titles page for single-branch libraries</li>
497 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18313">[18313]</a> Remove Delicious icon from OPAC social network links</li>
498 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19573">[19573]</a> Link to make a new list in masthead in OPAC only appears / works if no other list already exists</li>
499 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19708">[19708]</a> Printing code improvements in opac-basket.tt</li>
500 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19989">[19989]</a> opac-memberentry.pl has a FIXME that can be fixed</li>
501 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20155">[20155]</a> Improve readability of OPAC header language menu</li>
502 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20181">[20181]</a> Allow plugins to add CSS and Javascript to OPAC</li>
503 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20400">[20400]</a> Add routing list tab to the patron account in OPAC</li>
504 </ul>
505
506 <blockquote>
507   <p>Adds a routing list tab to the patron account in the OPAC that will be visible if RoutingSerials is turned on and the user is at least on one routing list.</p>
508 </blockquote>
509
510 <ul>
511 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20432">[20432]</a> Add black version of small Koha logo for use in the OPAC</li>
512 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20497">[20497]</a> LibraryThing: always use https instead of http</li>
513 </ul>
514
515 <h3 id="packaging">Packaging</h3>
516
517 <ul>
518 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17951">[17951]</a> koha-create should create the template cache dir and configure it in koha-conf.xml</li>
519 </ul>
520
521 <h3 id="patrons">Patrons</h3>
522
523 <ul>
524 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18626">[18626]</a> Add ability to track cardnumber changes for patrons</li>
525 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19471">[19471]</a> Show creation date in patron restrictions list</li>
526 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19801">[19801]</a> Display messages on user details page as well as on check out page</li>
527 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19988">[19988]</a> Change 'sex' to 'gender'</li>
528 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20100">[20100]</a> A non-superlibrarian should not be able to add superlibrarian privileges</li>
529 </ul>
530
531 <blockquote>
532   <p>This report adds pref ProtectSuperlibrarianPrivileges in order to block users without superlibrarian privileges to modify the superlibrarian flag for themselves or other users, if the pref is enabled. For existing installs the pref will not be set, so behavior does not change. For new installs the pref will be enabled.</p>
533 </blockquote>
534
535 <ul>
536 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20516">[20516]</a> Show patron's library in pending discharges table</li>
537 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20524">[20524]</a> Make columns of pending discharges table sortable</li>
538 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20526">[20526]</a> Show and sort by date of request in pending discharges table</li>
539 </ul>
540
541 <h3 id="restapi">REST api</h3>
542
543 <ul>
544 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16213">[16213]</a> Allow to select hold's itemtype when using API</li>
545 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18330">[18330]</a> REST API: Date-time handling</li>
546 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19234">[19234]</a> Add query parameters handling helpers</li>
547 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19278">[19278]</a> Add a configurable default page size for endpoints</li>
548 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19369">[19369]</a> Add a helper function for translating pagination params into SQL::Abstract</li>
549 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19370">[19370]</a> Add a helper function for translating order_by params into SQL::Abstract</li>
550 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19410">[19410]</a> Add a helper function for generating object searches for the API</li>
551 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19686">[19686]</a> Add to_model and to_api params to objects.search helper</li>
552 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19784">[19784]</a> Adapt /v1/patrons to new naming guidelines</li>
553 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20004">[20004]</a> Adapt /v1/cities to new naming guidelines</li>
554 </ul>
555
556 <h3 id="reports">Reports</h3>
557
558 <ul>
559 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9573">[9573]</a> Ability to download items lost report</li>
560 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9634">[9634]</a> Allow for parameters re-use on SQL reports</li>
561 </ul>
562
563 <blockquote>
564   <p>This new feature allows parameters to be re-used in reports. When a report asks for two variables using the same name and type/authorised value they will be combined into a single input field on the form. i.e. <br />
565   SELECT * <br />
566   FROM items <br />
567   WHERE homebranch=&lt;<Branchcode|branches>> AND holdingbranch=&lt;<Branchcode|branches>> AND itype=&lt;<Item type|itemtypes>> <br />
568   Will ask for only 2 parameters when run, Branchcode and Item type.</p>
569 </blockquote>
570
571 <ul>
572 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317">[11317]</a> Add a way to access files from the intranet</li>
573 </ul>
574
575 <blockquote>
576   <p>This feature allows to access files on the server from the staff interface. The directories where the files are stored need to be defined in the koha-conf.xml file. In order to be able to access the tool the staff patron requires either the superlibrarian or the new access_files permission.</p>
577 </blockquote>
578
579 <ul>
580 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13445">[13445]</a> Clean up options for scheduled reports, remove URL, add HTML and Text/TSV</li>
581 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16782">[16782]</a> Display JSON report URL in staff client report interface</li>
582 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19233">[19233]</a> Add ability to send itemnumbers in report results to batch modification</li>
583 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19664">[19664]</a> Reports sidebar menu should match list of reports on reports home page</li>
584 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19716">[19716]</a> Add option to send header line for CSV output with runreport.pl</li>
585 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19856">[19856]</a> Improve styling of reports sidebar to match tools sidebar</li>
586 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19957">[19957]</a> Allow continued editing after saving a report</li>
587 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20345">[20345]</a> Put saved report keyword search form on reports home</li>
588 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20350">[20350]</a> Add column configuration to table of saved reports</li>
589 </ul>
590
591 <h3 id="sip2">SIP2</h3>
592
593 <ul>
594 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17826">[17826]</a> Allow extended patron attributes to be sent in arbitrary SIP2 fields</li>
595 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18625">[18625]</a> Update borrower last seen from SIP</li>
596 </ul>
597
598 <h3 id="searching">Searching</h3>
599
600 <ul>
601 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13660">[13660]</a> rebuild_zebra_sliced.sh - Exclude export phase and use existing exported MARCXML.</li>
602 </ul>
603
604 <h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
605
606 <ul>
607 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18825">[18825]</a> Elasticsearch - Update default authority mappings</li>
608 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19582">[19582]</a> Elasticsearch: Auth-finder.pl must use search_auth_compat</li>
609 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20386">[20386]</a> Improve warning and error messages for Search Engine Configuration</li>
610 </ul>
611
612 <h3 id="serials">Serials</h3>
613
614 <ul>
615 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7910">[7910]</a> Batch renewal of subscriptions</li>
616 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18327">[18327]</a> Add the ability to set the received date to today on multi receiving serials</li>
617 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18426">[18426]</a> Subscriptions batch editing</li>
618 </ul>
619
620 <h3 id="staffclient">Staff Client</h3>
621
622 <ul>
623 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19488">[19488]</a> Add borrowernumber to brief info on patron details pages in staff client</li>
624 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19806">[19806]</a> Add class to items.itemnotes_nonpublic</li>
625 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19953">[19953]</a> Add column for invoice in acquisition details tab</li>
626 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20291">[20291]</a> Add a StaffLoginInstructions system preference to add text to the staff client login box</li>
627 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20404">[20404]</a> Extended patron attributes should always be on</li>
628 </ul>
629
630 <h3 id="systemadministration">System Administration</h3>
631
632 <ul>
633 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13287">[13287]</a> Add a system preference to define the number of days used in purge_suggestions.pl</li>
634 </ul>
635
636 <blockquote>
637   <p>Apart from introducing the new preference PurgeSuggestionsOlderThan, this report also adds a -confirm flag to the cron job purge_suggestions.pl. Please adjust existing cron tab files and add this flag in order to have the expected results.</p>
638 </blockquote>
639
640 <ul>
641 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16764">[16764]</a> Update printers administration page</li>
642 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19292">[19292]</a> Add MARC code column on libraries list</li>
643 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20133">[20133]</a> "Hide patron information" feature should not affect all library groups</li>
644 </ul>
645
646 <h3 id="templates">Templates</h3>
647
648 <ul>
649 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4078">[4078]</a> Add the ability to customize and display the symbol for a currency</li>
650 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15922">[15922]</a> Show authorized value description in staff client search results for lost, withdrawn, and damaged</li>
651 </ul>
652
653 <blockquote>
654   <p>Show the library's description for variations of "Lost," "Damaged," and "Withdrawn" statuses which have been defined in Koha's authorized values.</p>
655 </blockquote>
656
657 <ul>
658 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18791">[18791]</a> Add the ability for librarians to easily copy, download or print DataTables based tables in Koha</li>
659 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19592">[19592]</a> Move admin templates JavaScript to the footer: Acquisitions</li>
660 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19594">[19594]</a> Move admin templates JavaScript to the footer: MARC-related</li>
661 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19600">[19600]</a> Move admin templates JavaScript to the footer: Other catalog pages</li>
662 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19601">[19601]</a> Move admin templates JavaScript to the footer: Additional parameters</li>
663 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19603">[19603]</a> Move admin templates JavaScript to the footer: Patrons and circulation</li>
664 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19607">[19607]</a> Move admin templates JavaScript to the footer: Basic parameters</li>
665 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19608">[19608]</a> Move admin templates JavaScript to the footer: The rest</li>
666 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19623">[19623]</a> Move template JavaScript to the footer: Cataloging</li>
667 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19627">[19627]</a> Move patron clubs templates JS to the footer</li>
668 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19628">[19628]</a> Move course reserves templates JS to the footer</li>
669 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19641">[19641]</a> Move patron templates JavaScript to the footer</li>
670 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19647">[19647]</a> Move patron lists templates JS to the footer</li>
671 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19653">[19653]</a> Move tools templates JavaScript to the footer: Additional tools</li>
672 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19654">[19654]</a> Move tools templates JavaScript to the footer: Batch MARC tools</li>
673 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19656">[19656]</a> Move rotating collections templates JS to the footer</li>
674 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19657">[19657]</a> Move lists templates JS to the footer</li>
675 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19659">[19659]</a> Move JS to the footer: Suggestions and tags</li>
676 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19663">[19663]</a> Move JS to the footer: Reports</li>
677 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19672">[19672]</a> Move tools templates JavaScript to the footer: More MARC tools</li>
678 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19679">[19679]</a> Move templates JavaScript to the footer: More tools templates</li>
679 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19680">[19680]</a> Move JS to the footer: Patron and circulation tools</li>
680 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19682">[19682]</a> Move JS to the footer: Two patron-related tools</li>
681 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19697">[19697]</a> Move template JavaScript to the footer: Search results</li>
682 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19700">[19700]</a> Move template JavaScript to the footer: Some circulation pages</li>
683 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19710">[19710]</a> Move plugins templates javascript to the footer</li>
684 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19726">[19726]</a> Move admin templates JavaScript to the footer: Preferences</li>
685 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19744">[19744]</a> Move template JavaScript to the footer: Offline circulation</li>
686 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19751">[19751]</a> Holds awaiting pickup report should not be fixed-width</li>
687 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19753">[19753]</a> Move template JavaScript to the footer: Acquisitions</li>
688 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19754">[19754]</a> Move template JavaScript to the footer: Acquisitions, part 2</li>
689 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19755">[19755]</a> Move template JavaScript to the footer: Acquisitions, part 3</li>
690 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19758">[19758]</a> Move template JavaScript to the footer: Serials, part 1</li>
691 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19761">[19761]</a> Move template JavaScript to the footer: Serials, part 2</li>
692 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19777">[19777]</a> Move template JavaScript to the footer: Serials, part 3</li>
693 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19778">[19778]</a> Move template JavaScript to the footer: Serials, part 4</li>
694 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19785">[19785]</a> Move template JavaScript to the footer: Authorities, part 1</li>
695 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19786">[19786]</a> Move template JavaScript to the footer: Authorities, part 2</li>
696 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19805">[19805]</a> Add DataTables to Koha to MARC mapping page</li>
697 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19823">[19823]</a> Move template JavaScript to the footer: MARC21 editor plugins</li>
698 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19860">[19860]</a> Make staff client home page responsive</li>
699 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19866">[19866]</a> Move template JavaScript to the footer: UNIMARC editor plugins, part 1</li>
700 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19868">[19868]</a> Move template JavaScript to the footer: UNIMARC editor plugins, part 2</li>
701 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19869">[19869]</a> Move template JavaScript to the footer: UNIMARC editor plugins, part 3</li>
702 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19872">[19872]</a> Move template JavaScript to the footer: UNIMARC editor plugins, part 4</li>
703 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19874">[19874]</a> Move template JavaScript to the footer: UNIMARC editor plugins, part 5</li>
704 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19877">[19877]</a> Move template JavaScript to the footer: UNIMARC editor plugins, part 6</li>
705 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19878">[19878]</a> Move template JavaScript to the footer: UNIMARC editor plugins, part 7</li>
706 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19882">[19882]</a> Add Novelist Select staff client profile</li>
707 </ul>
708
709 <blockquote>
710   <p>This patch adds a new Staff Client profile for Novelist information. Previously we used the same value as the opac, this caused malformed links on the staff side. With this patch Novelist features will be disabled on the staff client until a correct profile is obtained from Novelist and entered into the system preference</p>
711 </blockquote>
712
713 <ul>
714 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19892">[19892]</a> Replace numbersphr variable with Koha.Preference('OPACNumbersPreferPhrase') in OPAC</li>
715 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19932">[19932]</a> Update popup window templates to use Bootstrap grid: Cataloging Z39.50 search</li>
716 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19939">[19939]</a> Move cataloging Z39.50 results actions into menu</li>
717 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19946">[19946]</a> Update popup window templates to use Bootstrap grid: Authority Z39.50 search</li>
718 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19947">[19947]</a> Update popup window templates to use Bootstrap grid: Acquisitions transfer order</li>
719 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19949">[19949]</a> Update popup window templates to use Bootstrap grid: Cataloging authority search</li>
720 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19950">[19950]</a> Update popup window templates to use Bootstrap grid: Serials</li>
721 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19952">[19952]</a> Update popup window templates to use Bootstrap grid: UNIMARC cataloging plugins</li>
722 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19954">[19954]</a> Update popup window templates to use Bootstrap grid: Patrons</li>
723 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19960">[19960]</a> Update popup window templates to use Bootstrap grid: Add to list</li>
724 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19961">[19961]</a> Move template JavaScript to the footer: Patron card creator</li>
725 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19981">[19981]</a> Switch single-column templates to Bootstrap grid: Course reserves</li>
726 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19982">[19982]</a> Switch single-column templates to Bootstrap grid: Patrons</li>
727 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19983">[19983]</a> Switch single-column templates to Bootstrap grid: Authorities</li>
728 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20032">[20032]</a> Switch single-column templates to Bootstrap grid: Tools</li>
729 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20033">[20033]</a> Switch single-column templates to Bootstrap grid: Catalog</li>
730 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20034">[20034]</a> Switch single-column templates to Bootstrap grid: Circulation</li>
731 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20035">[20035]</a> Switch single-column templates to Bootstrap grid: Patron clubs</li>
732 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20036">[20036]</a> Switch single-column templates to Bootstrap grid: Offline circulation</li>
733 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20037">[20037]</a> Switch single-column templates to Bootstrap grid: Serials</li>
734 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20038">[20038]</a> Switch single-column templates to Bootstrap grid: Acquisitions</li>
735 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20045">[20045]</a> Switch single-column templates to Bootstrap grid: Various</li>
736 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20518">[20518]</a> Don't show "Messages" header and link on patron details if there are no messages</li>
737 </ul>
738
739 <h3 id="testsuite">Test Suite</h3>
740
741 <ul>
742 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18055">[18055]</a> Speed up '00-strict.t' test</li>
743 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18797">[18797]</a> t/db_dependent/rollingloans.t is skipping</li>
744 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19181">[19181]</a> Intranet and OPAC authentication selenium test</li>
745 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19243">[19243]</a> Selenium test for testing the administration module functionality - part 1</li>
746 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19483">[19483]</a> t/db_dependent/www/* crashes test harness due to misconfigured test plan</li>
747 </ul>
748
749 <h3 id="tools">Tools</h3>
750
751 <ul>
752 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19554">[19554]</a> The inventory table should jump to detail instead of MARCdetail</li>
753 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19584">[19584]</a> Inventory: Trivial interface improvements</li>
754 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19585">[19585]</a> Inventory: Allow additional separators in a barcode file</li>
755 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19837">[19837]</a> Add multiple patrons to a list by cardnumber</li>
756 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20081">[20081]</a> Enable uploaded pdfs to be viewed inline</li>
757 </ul>
758
759 <h2 id="criticalbugsfixed">Critical bugs fixed</h2>
760
761 <p>(This list includes all bugfixes since the previous major version. Most of them
762 have already been fixed in maintainance releases)</p>
763
764 <h3 id="acquisitions">Acquisitions</h3>
765
766 <ul>
767 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18593">[18593]</a> Suggestions aren't updated when one biblio is merged with another</li>
768 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19030">[19030]</a> Link order &lt;-> subscription is lost when an order is edited</li>
769 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19694">[19694]</a> Edited shipping cost in invoice doesn't save</li>
770 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20303">[20303]</a> Receive order fails if no "authorised_by" value</li>
771 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20426">[20426]</a> Can't import all titles from a stage file with default values</li>
772 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20446">[20446]</a> QUOTES processing broken by run time error</li>
773 </ul>
774
775 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
776
777 <ul>
778 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15770">[15770]</a> Number::Format issues with large numbers</li>
779 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19319">[19319]</a> Reflected XSS Vulnerability in opac-MARCdetail.pl</li>
780 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19439">[19439]</a> Some error responses from opac/unapi get lost in eval</li>
781 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19568">[19568]</a> Wrong html filter used in opac-opensearch.tt url</li>
782 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19569">[19569]</a> X-Frame-Options=SAMEORIGIN is not set from opac-showmarc.pl</li>
783 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19570">[19570]</a> autocomplete="off" no set for login forms at the OPAC</li>
784 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19599">[19599]</a> anonymise_issue_history can be very slow on large systems</li>
785 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19611">[19611]</a> XSS Flaws in supplier.pl</li>
786 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19612">[19612]</a> Fix XSS in /cgi-bin/koha/members/memberentry.pl</li>
787 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19614">[19614]</a> Fix XSS in /cgi-bin/koha/members/pay.pl</li>
788 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19766">[19766]</a> Preview routing slip is broken</li>
789 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19847">[19847]</a> tracklinks.pl accepts any url from a parameter for proxying</li>
790 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19881">[19881]</a> authorities-list.pl can be executed by anybody</li>
791 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20126">[20126]</a> Saving a biblio does no longer update MARC field lengths</li>
792 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20145">[20145]</a> borrowers.datexpiry eq '0000-00-00' means expired?</li>
793 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20229">[20229]</a> Remove problematic SQL modes</li>
794 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20299">[20299]</a> Koha is a gift</li>
795 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20323">[20323]</a> Batch patron modification tool broken</li>
796 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20325">[20325]</a> C4::Accounts::purge_zero_balance_fees does not check account_offsets</li>
797 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20428">[20428]</a> MARC import fails on Debian Stretch</li>
798 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20701">[20701]</a> maninvoice.pl is vulnerable for CSRF attacks</li>
799 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20730">[20730]</a> Missing authentication check in serials/routing.pl</li>
800 </ul>
801
802 <h3 id="cataloging">Cataloging</h3>
803
804 <ul>
805 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19646">[19646]</a> value_builder marc21_linking_section template is broken</li>
806 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19706">[19706]</a> Item search: Unsupported format html</li>
807 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19968">[19968]</a> Undefined subroutine &amp;Date::Calc::Today</li>
808 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19974">[19974]</a> Marking an item as 'lost' will not actually modify the current item (cataloguing/additem.pl)</li>
809 </ul>
810
811 <blockquote>
812   <p>The behaviour for marking a checked out item as 'Lost' is different, depending on the path you use: sometimes the item is checked in, sometimes not. <br />
813   The system preference 'MarkLostItemsAsReturned' now allows libraries to choose if the item is checked for each of the 4 ways an item can be marked as 'Lost': from the edit item form, from the 'Items' tab of the catalog module, from the batch item modification and with the longoverdue cronjob.</p>
814 </blockquote>
815
816 <ul>
817 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20063">[20063]</a> $9 is lost when cataloguing authority records</li>
818 </ul>
819
820 <h3 id="circulation">Circulation</h3>
821
822 <ul>
823 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2696">[2696]</a> Fine payments should show what was paid for</li>
824 </ul>
825
826 <blockquote>
827   <p>This adds a details view for every fine and payment in a patron account that will show detailed information about the payments made forward a fine and how a payment has been split up to pay towards several fines.</p>
828 </blockquote>
829
830 <ul>
831 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4319">[4319]</a> waiting and in transit items cannot be reserved</li>
832 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19204">[19204]</a> Fines in days restriction calculation is not taking calendar into account</li>
833 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19444">[19444]</a> Automatic renewal script should not auto-renew if a patron's record has expired</li>
834 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19771">[19771]</a> Pending offline circulation actions page will crash on unknown barcode or on payment action</li>
835 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19798">[19798]</a> Returns.pl doesn't define itemnumber for transfer-slip.</li>
836 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19899">[19899]</a> The float items feature is broken - cannot checkin</li>
837 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20499">[20499]</a> Checkout of bad barcode: Internal Server Error</li>
838 </ul>
839
840 <h3 id="command-lineutilities">Command-line Utilities</h3>
841
842 <ul>
843 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12812">[12812]</a> Longoverdue.pl --mark-returned doesn't return items</li>
844 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17717">[17717]</a> Fix broken cronjobs due to permissions of the current directory</li>
845 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19730">[19730]</a> misc/export_records.pl should use biblio_metadata.timestamp</li>
846 </ul>
847
848 <h3 id="documentation">Documentation</h3>
849
850 <ul>
851 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20706">[20706]</a> Fix links to help files for changed file structure (removed numbering on files)</li>
852 </ul>
853
854 <h3 id="finesandfees">Fines and fees</h3>
855
856 <ul>
857 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20562">[20562]</a> issue_id is not stored in accountlines for rental fees</li>
858 </ul>
859
860 <h3 id="holdrequests">Hold requests</h3>
861
862 <ul>
863 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18474">[18474]</a> Placing multiple holds from results breaks when patron is searched for</li>
864 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20167">[20167]</a> Item hold is set to bibliographic hold when changing pickup location</li>
865 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20724">[20724]</a> ReservesNeedReturns syspref breaks "Holds awaiting pickup"</li>
866 </ul>
867
868 <h3 id="ill">ILL</h3>
869
870 <ul>
871 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20001">[20001]</a> ILL: Adding a 'new request' from OPAC is not possible</li>
872 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20284">[20284]</a> ILL: Adding a 'new request' from OPAC fails with template error if text exists in ILLModuleCopyrightClearance</li>
873 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20556">[20556]</a> Marking ILL request as complete results in "Internal server error"</li>
874 </ul>
875
876 <h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
877
878 <ul>
879 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19514">[19514]</a> No Password restrictions in onboarding tool patron creation</li>
880 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20745">[20745]</a> indexing/searching not active at end of installation</li>
881 </ul>
882
883 <h3 id="lists">Lists</h3>
884
885 <ul>
886 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20687">[20687]</a> Multiple invitations to share lists prevents some users from accepting</li>
887 </ul>
888
889 <h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
890
891 <ul>
892 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20074">[20074]</a> Auth_subfield_structure changes hidden attribute</li>
893 </ul>
894
895 <h3 id="notices">Notices</h3>
896
897 <ul>
898 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18477">[18477]</a> AR_PENDING notice does not populate values from article_requests table</li>
899 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18725">[18725]</a> process_message_queue.pl sends duplicate emails if message_queue is not writable</li>
900 </ul>
901
902 <h3 id="opac">OPAC</h3>
903
904 <ul>
905 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18915">[18915]</a> Creating a checkout note (patron note) sends an incomplete email message</li>
906 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18975">[18975]</a> Wrong CSRF token when emailing cart contents</li>
907 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19496">[19496]</a> Patron notes about item does not get emailed as indicated</li>
908 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19808">[19808]</a> Reviews from deleted patrons make few scripts to explode</li>
909 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19843">[19843]</a> reviews.datereviewed is not set</li>
910 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19911">[19911]</a> Passwords displayed to user during self-registration are not HTML-encoded</li>
911 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19913">[19913]</a> Embedded HTML5 videos are broken</li>
912 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19975">[19975]</a> Tag cloud searching does not working</li>
913 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19978">[19978]</a> Fix ITEMTYPECAT feature for grouping item types for search</li>
914 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20218">[20218]</a> Tracklinks fails when URL has special characters</li>
915 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20286">[20286]</a> Subscribing to a search via rss goes to an empty page</li>
916 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20363">[20363]</a> Privacy management shows misleading "No reading history to delete"</li>
917 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20479">[20479]</a> Superlibrarians cannot log into opac</li>
918 </ul>
919
920 <h3 id="packaging">Packaging</h3>
921
922 <ul>
923 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20061">[20061]</a> koha-common is not pulling libsearch-elasticsearch-perl</li>
924 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20437">[20437]</a> Force requirement for HTTP::OAI 3.27</li>
925 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20693">[20693]</a> Plack fails, because 'libcgi-emulate-psgi-perl' package is not installed</li>
926 </ul>
927
928 <h3 id="patrons">Patrons</h3>
929
930 <ul>
931 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19466">[19466]</a> Cardnumber auto calc is broken because field is required</li>
932 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19908">[19908]</a> Password should not be mandatory</li>
933 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19921">[19921]</a> Error when updating child to adult patron on system with only one adult patron category</li>
934 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20214">[20214]</a> Patron search is broken</li>
935 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20792">[20792]</a> Can't go to patron record with TranslateNotices active</li>
936 </ul>
937
938 <h3 id="restapi">REST api</h3>
939
940 <ul>
941 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19546">[19546]</a> Make koha-plack run Starman from the instance's directory</li>
942 </ul>
943
944 <h3 id="sip2">SIP2</h3>
945
946 <ul>
947 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20251">[20251]</a> Regression - SIP checkout 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=19563">[19563]</a> Generation of sort_fields uses incorrect condition</li>
954 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20261">[20261]</a> No result in some page in authority search opac and pro (ES)</li>
955 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20385">[20385]</a> ElasticSearch authority search raises Software error</li>
956 </ul>
957
958 <h3 id="staffclient">Staff Client</h3>
959
960 <ul>
961 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19223">[19223]</a> Avoid encoding issues in plugins by providing helper methods to output headers correctly</li>
962 </ul>
963
964 <blockquote>
965   <p>The current plugin writing practice is to craft the response header in the controller methods. This patchset adds new helper methods for plugin authors to use when dealing with output on their plugins. This way the end-user experience is better, and the plugin author's tasks easier.</p>
966 </blockquote>
967
968 <ul>
969 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20625">[20625]</a> Cannot add new patron category without currency</li>
970 </ul>
971
972 <h3 id="systemadministration">System Administration</h3>
973
974 <ul>
975 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20216">[20216]</a> Editing itemtypes does not pull existing values correctly</li>
976 </ul>
977
978 <h3 id="templates">Templates</h3>
979
980 <ul>
981 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20135">[20135]</a> Staff client language choose pop-up can appear off-screen</li>
982 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20498">[20498]</a> Patron advanced search form missing from patron entry page</li>
983 </ul>
984
985 <h3 id="webservices">Web services</h3>
986
987 <ul>
988 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19725">[19725]</a> OAI-PMH ListRecords and ListIdentifiers should use biblio_metadata.timestamp</li>
989 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20665">[20665]</a> OAI-PMH Provider should reset MySQL connection time zone</li>
990 </ul>
991
992 <h2 id="otherbugsfixed">Other bugs fixed</h2>
993
994 <p>(This list includes all bugfixes since the previous major version. Most of them
995 have already been fixed in maintainance releases)</p>
996
997 <h3 id="about">About</h3>
998
999 <ul>
1000 <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>
1001 </ul>
1002
1003 <h3 id="acquisitions">Acquisitions</h3>
1004
1005 <ul>
1006 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3841">[3841]</a> Add a Default ACQ framework</li>
1007 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18183">[18183]</a> jQuery append error related to script tags in cloneItemBlock</li>
1008 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19200">[19200]</a> Warns when exporting a basket</li>
1009 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19401">[19401]</a> No confirm message when deleting an invoice from invoice detail page</li>
1010 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19429">[19429]</a> No confirm message when deleting an invoice from invoice search</li>
1011 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19792">[19792]</a> Reduce number of SQL calls in GetBudgetHierarchy</li>
1012 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19812">[19812]</a> Holds count in "Already received" table has confusing and unexpected values</li>
1013 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19813">[19813]</a> MarcItemFieldsToOrder cannot handle a tag not existing</li>
1014 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19916">[19916]</a> Can't search keyword or standard ID from Acquisitions external source / z3950</li>
1015 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19928">[19928]</a> Acquisitions' CSV exports should honor syspref "delimiter"</li>
1016 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20110">[20110]</a> Don't allow adding same user multiple times to same budget fund</li>
1017 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20148">[20148]</a> Don't allow adding same user multiple times to a basket or an order</li>
1018 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20201">[20201]</a> Silence warnings in admin/aqplan.pl</li>
1019 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20318">[20318]</a> Merge invoices can lead to an merged invoice without Invoice number</li>
1020 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20623">[20623]</a> PDF export of a basket group fails when an item has an itemtype that is not in the itemtype table</li>
1021 </ul>
1022
1023 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
1024
1025 <ul>
1026 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18342">[18342]</a> Set memcached as 'enabled' by default</li>
1027 </ul>
1028
1029 <blockquote>
1030   <p>Memcached is now required and enabled by default.</p>
1031 </blockquote>
1032
1033 <ul>
1034 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19713">[19713]</a> 2 occurrences of OpacShowLibrariesPulldownMobile have not been removed</li>
1035 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19714">[19714]</a> 2 occurrences of memberofinstitution have not been removed</li>
1036 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19738">[19738]</a> XSS in serials module</li>
1037 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19739">[19739]</a> Add default ES configuration to koha-conf.xml</li>
1038 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19746">[19746]</a> Debug statements are left in returns.pl</li>
1039 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19756">[19756]</a> Encoding issues when update DB is run from the interface</li>
1040 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19760">[19760]</a> Die instead of warn if koha-conf is not accessible</li>
1041 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19827">[19827]</a> checkuniquemember is exported from C4::Members but has been removed</li>
1042 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19839">[19839]</a> invoice.pl warns about bad variable scope</li>
1043 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19985">[19985]</a> TestBuilder.t fails if default circ rule exists</li>
1044 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20031">[20031]</a> CGI param in list context warn in guided_reports.pl</li>
1045 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20056">[20056]</a> Uninitialized warn in cmp_sysprefs.pl</li>
1046 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20060">[20060]</a> Uninitialized warn from Koha::Template::Plugin::Branches</li>
1047 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20088">[20088]</a> Use of uninitialized value in array element in svc/holds</li>
1048 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20097">[20097]</a> marc2dcxml croaks on format dc</li>
1049 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20185">[20185]</a> Some scripts don't pass perl -wc</li>
1050 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20187">[20187]</a> New rewrite rules can break custom css</li>
1051 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20189">[20189]</a> No style on authentication and installer pages</li>
1052 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20190">[20190]</a> TinyMCE is broken and not displayed</li>
1053 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20219">[20219]</a> t/smolder_smoke_signal is no longer used</li>
1054 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20225">[20225]</a> Remove unused script reports/stats.print.pl</li>
1055 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20304">[20304]</a> Warnings in cataloguing scripts need to be removed</li>
1056 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20305">[20305]</a> Warnings in tools scripts need to be removed</li>
1057 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20321">[20321]</a> C4:XISBN->get_biblionumber_from_isbn is not used</li>
1058 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20494">[20494]</a> Remove unused code in neworderempty.pl and addbiblio.pl</li>
1059 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20510">[20510]</a> Remove unused sub TotalPaid from C4::Stats</li>
1060 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20530">[20530]</a> trailing ':' in columns_settings.yml</li>
1061 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20539">[20539]</a> Warnings in catalogue/search.pl need to be removed</li>
1062 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20580">[20580]</a> create_superlibrarian.pl should accept parameters</li>
1063 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20590">[20590]</a> Koha::Exceptions does not stringify the exceptions</li>
1064 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20603">[20603]</a> Remove unused subs from C4::Accounts</li>
1065 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20620">[20620]</a> Warning in moredetail.pl need to be removed</li>
1066 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20659">[20659]</a> Blocking errors are not longer displayed</li>
1067 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20734">[20734]</a> Add warning to the about page if RESTOAuth2ClientCredentials and not Net::OAuth2::AuthorizationServer</li>
1068 </ul>
1069
1070 <h3 id="authentication">Authentication</h3>
1071
1072 <ul>
1073 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20083">[20083]</a> Information disclosure when (mis)using the MARC Preview feature</li>
1074 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20480">[20480]</a> Fix styling issues on bad SCI/SCO module logins</li>
1075 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20624">[20624]</a> Disable the OAuth2 client credentials grant by default</li>
1076 </ul>
1077
1078 <h3 id="cataloging">Cataloging</h3>
1079
1080 <ul>
1081 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18833">[18833]</a> plugin unimarc_field_210c pagination error</li>
1082 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19595">[19595]</a> Clicking plugin link does not fill item's date acquired field</li>
1083 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20067">[20067]</a> Wrong display of authorised value for items.materials on staff detail page</li>
1084 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20341">[20341]</a> Show authorized value description for withdrawn like damaged and lost</li>
1085 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20477">[20477]</a> Silence warnings Fast Cataloguing</li>
1086 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20540">[20540]</a> TransformHtmlToXml can duplicate the datafield close tag</li>
1087 </ul>
1088
1089 <h3 id="circulation">Circulation</h3>
1090
1091 <ul>
1092 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16603">[16603]</a> Hide option to apply directly when processing uploaded offline circulation file</li>
1093 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19530">[19530]</a> Prevent multiple transfers from existing for one item</li>
1094 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19825">[19825]</a> List of pending offline operations does not links to biblio</li>
1095 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19840">[19840]</a> Patron note is not displayed on checkin</li>
1096 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20003">[20003]</a> Result summary of remaining checkouts items not displaying.</li>
1097 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20536">[20536]</a> ILL: authnotrequired not explicitly unset</li>
1098 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20546">[20546]</a> Shelving location not displayed on checkin</li>
1099 </ul>
1100
1101 <h3 id="command-lineutilities">Command-line Utilities</h3>
1102
1103 <ul>
1104 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11936">[11936]</a> Consistent log message for item insert</li>
1105 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19452">[19452]</a> The -truncate option in borrowers-force-messaging-defaults.pl should not remove category preferences</li>
1106 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19712">[19712]</a> Fix command line options of delete_records_via_leader.pl</li>
1107 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20234">[20234]</a> Make maintenance scripts use koha-zebra instead of koha-*-zebra</li>
1108 </ul>
1109
1110 <h3 id="coursereserves">Course reserves</h3>
1111
1112 <ul>
1113 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19230">[19230]</a> Warn when deleting a course in course reserves</li>
1114 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19678">[19678]</a> Clicking Cancel when adding New Course to course reserves shows message Invalid Course!</li>
1115 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20282">[20282]</a> Wrong attribute in template calls to match holding branch when adding/editing a course reserve item</li>
1116 </ul>
1117
1118 <h3 id="database">Database</h3>
1119
1120 <ul>
1121 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19547">[19547]</a> Maria DB doesn't have a debian.cnf</li>
1122 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19724">[19724]</a> Add timestamp to biblio_metadata and deletedbiblio_metadata</li>
1123 </ul>
1124
1125 <h3 id="finesandfees">Fines and fees</h3>
1126
1127 <ul>
1128 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19750">[19750]</a> Overdues without a fine rule add warnings to log</li>
1129 </ul>
1130
1131 <h3 id="holdrequests">Hold requests</h3>
1132
1133 <ul>
1134 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11512">[11512]</a> Only allow to override maximum number of holds from staff as other overrides would never be filled</li>
1135 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19533">[19533]</a> Hold pulldown for itemtype is empty if hold placement needs override</li>
1136 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19972">[19972]</a> Holds to pull should honor syspref "item-level_itypes"</li>
1137 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20637">[20637]</a> Holds to pull: filter shows two itypes on the same line if a biblio has two items of a different type</li>
1138 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20707">[20707]</a> Permissions for circ/ysearch.pl override specific page level permissions and delete sessions improperly</li>
1139 </ul>
1140
1141 <h3 id="i18nl10n">I18N/L10N</h3>
1142
1143 <ul>
1144 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11827">[11827]</a> Untranslatable "Cancel Rating" in jQuery rating plugin</li>
1145 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12020">[12020]</a> Allow translating label-edit-batch hardcoded strings</li>
1146 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19522">[19522]</a> Label creator - some strings are not translatable</li>
1147 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20082">[20082]</a> Vietnamese language display name is incorrect</li>
1148 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20085">[20085]</a> Better translatability of smart-rules.tt</li>
1149 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20109">[20109]</a> Allow translating "Remove" in Add Fund</li>
1150 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20111">[20111]</a> Patron card creator - some strings are not translatable</li>
1151 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20115">[20115]</a> Languages appear in a different order in the footer</li>
1152 </ul>
1153
1154 <blockquote>
1155   <p>The languages displayed in the footer are now displayed in the same order as they are in the system preferences languages and opaclanguages (they can be reordered by drag and drop).</p>
1156 </blockquote>
1157
1158 <ul>
1159 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20124">[20124]</a> Allow translating did you mean config save message</li>
1160 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20139">[20139]</a> Improve MARC mapping translatable strings</li>
1161 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20140">[20140]</a> Allow translating more of OAI sets</li>
1162 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20141">[20141]</a> Untranslatable string in Transport cost matrix</li>
1163 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20142">[20142]</a> Allow translating offline circ message</li>
1164 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20147">[20147]</a> Allow translating prompt in label edit batch</li>
1165 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20166">[20166]</a> Untranslatable course reserves delete prompt</li>
1166 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20195">[20195]</a> Untranslatable Show/Hide title attr replacement in opac detail</li>
1167 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20301">[20301]</a> Allow translating "View" in manage MARC import</li>
1168 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20302">[20302]</a> Allow translating Delete button in Patron batch mod tool</li>
1169 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20330">[20330]</a> Allow translating more of quote upload</li>
1170 </ul>
1171
1172 <h3 id="ill">ILL</h3>
1173
1174 <ul>
1175 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20041">[20041]</a> ILL module missing from more menu in staff when activated</li>
1176 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20515">[20515]</a> "ILL Request" menu options displayed when user has no ILL permissions</li>
1177 </ul>
1178
1179 <h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
1180
1181 <ul>
1182 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12932">[12932]</a> Web installer's Perl version check will not raise errors if all modules are installed</li>
1183 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19790">[19790]</a> Remove additionalauthors.author from installer files</li>
1184 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19862">[19862]</a> RoutingListAddReserves must be disabled by default</li>
1185 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19973">[19973]</a> SQL syntax error in uk-UA/mandatory/sample_notices.sql</li>
1186 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20075">[20075]</a> Change authority hidden attribute in sql installer files</li>
1187 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20103">[20103]</a> Readonly::XS version not detected</li>
1188 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20104">[20104]</a> Update minimum version of Perl to 5.20 because of caller()</li>
1189 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20746">[20746]</a> Improve behaviour of onboarding tool for Italian by standardizing file structure of it-IT installer</li>
1190 </ul>
1191
1192 <h3 id="labelpatroncardprinting">Label/patron card printing</h3>
1193
1194 <ul>
1195 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10222">[10222]</a> Error when saving Demco label templates</li>
1196 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19681">[19681]</a> label-item-search.pl result count formatting error when there is only one page</li>
1197 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20193">[20193]</a> Path to Greybox CSS broken after Bug 12904</li>
1198 </ul>
1199
1200 <h3 id="lists">Lists</h3>
1201
1202 <ul>
1203 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11943">[11943]</a> Koha::Virtualshelfshare duplicates rows for the same list</li>
1204 </ul>
1205
1206 <h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
1207
1208 <ul>
1209 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18458">[18458]</a> Merging authority record incorrectly orders subfields</li>
1210 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20430">[20430]</a> Z39.50 button display depends on wrong server count</li>
1211 </ul>
1212
1213 <h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
1214
1215 <ul>
1216 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20245">[20245]</a> Wrong language code for Slovak</li>
1217 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20482">[20482]</a> language_rfc4646_to_iso639 uses some Terminology instead of Bibliographic codes</li>
1218 </ul>
1219
1220 <h3 id="notices">Notices</h3>
1221
1222 <ul>
1223 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12123">[12123]</a> HTML notices can break the notice viewer</li>
1224 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18570">[18570]</a> Password recovery e-mail only sent after message queue is processed</li>
1225 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18990">[18990]</a> Overdue Notices are not sending through SMS correctly</li>
1226 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19578">[19578]</a> TT syntax for notices - There is no way to pre-process DB fields</li>
1227 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20298">[20298]</a> Notices template uses same html id for each language</li>
1228 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20685">[20685]</a> Modify letter template does not render correctly</li>
1229 </ul>
1230
1231 <h3 id="opac">OPAC</h3>
1232
1233 <ul>
1234 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12497">[12497]</a> Make OPAC search history feature accessible when it should</li>
1235 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17682">[17682]</a> Change URL for Google Scholar in OPACSearchForTitleIn</li>
1236 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18856">[18856]</a> Cancel Waiting Hold in OPAC does not give useful message</li>
1237 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19171">[19171]</a> Confusing message "no items available" when placing a hold in OPAC</li>
1238 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19338">[19338]</a> Dates sorting incorrectly in opac-account.tt</li>
1239 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19450">[19450]</a> OverDrive integration failing on missing method</li>
1240 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19579">[19579]</a> PatronSelfRegistrationEmailMustBeUnique does not prevent duplicates when using PatronSelfRegistrationVerifyByEmail</li>
1241 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19640">[19640]</a> IdRef webservice display is broken</li>
1242 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19702">[19702]</a> Basket not displaying correctly on home page</li>
1243 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19845">[19845]</a> Patron password is ignored during self-registration if PatronSelfRegistrationVerifyByEmail is enabled</li>
1244 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20054">[20054]</a> Remove attribute "text/css" for the style tags used in the OPAC templates</li>
1245 </ul>
1246
1247 <blockquote>
1248   <p>Prevents warnings about type attribute being generated for the style tags when testing the OPAC pages using W3C Validator for HTML5.</p>
1249 </blockquote>
1250
1251 <ul>
1252 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20068">[20068]</a> Warn on OPAC homepage if not logged in due to OPAC dashboard</li>
1253 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20122">[20122]</a> Empty and close link on cart page not working</li>
1254 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20163">[20163]</a> Position of NoLoginInstructions text is inconsistent</li>
1255 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20420">[20420]</a> Remove unnecessary [% KOHA_VERSION %] from OPAC third-party sources</li>
1256 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20459">[20459]</a> Correct message for cancelling an article request</li>
1257 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20686">[20686]</a> OPAC shows 'Login to OverDrive account' with 'OverDriveCirculation' syspref disabled</li>
1258 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20737">[20737]</a> Use https for Baker and Taylor cover images</li>
1259 </ul>
1260
1261 <h3 id="packaging">Packaging</h3>
1262
1263 <ul>
1264 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17084">[17084]</a> Automatic debian/control updates (master)</li>
1265 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18696">[18696]</a> Change debian/source/format to quilt</li>
1266 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18907">[18907]</a> Warning "dpkg-source: warning: relation &lt; is deprecated: use &lt;&lt; or &lt;="</li>
1267 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18908">[18908]</a> Warning "Compatibility levels before 9 are deprecated"</li>
1268 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18993">[18993]</a> Bump libtest-simple-perl to 1.302073</li>
1269 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19610">[19610]</a> Make koha-common.logrotate use copytruncate</li>
1270 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20072">[20072]</a> Fix build-git-snapshot for Debian source format quilt</li>
1271 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20800">[20800]</a> Keep Koha on Stretch from using broken libhttp-oai-perl</li>
1272 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20801">[20801]</a> Make dependency on memcached mandatory</li>
1273 </ul>
1274
1275 <h3 id="patrons">Patrons</h3>
1276
1277 <ul>
1278 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19510">[19510]</a> edi_manage permission has no description</li>
1279 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19621">[19621]</a> Routing lists tab not present when viewing 'Holds history' tab for a patron</li>
1280 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19673">[19673]</a> Patron batch modification tool cannot use authorised value "0"</li>
1281 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19907">[19907]</a> Email validation on patron add/edit not working</li>
1282 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20008">[20008]</a> Restrictions added from memberentry.pl have expiration date ignored if TimeFormat is 12hr</li>
1283 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20205">[20205]</a> Add IDs to buttons in patron-toolbar.inc</li>
1284 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20367">[20367]</a> userid resets to firstname.surname when BorrowerUnwantedField contains userid</li>
1285 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20455">[20455]</a> Can't sort patron search on date expired</li>
1286 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20666">[20666]</a> Wrong Permissions prevent non-plack pages to load</li>
1287 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20719">[20719]</a> Home library not displayed on all patron account tabs</li>
1288 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20803">[20803]</a> Cannot search to hold or use print options from API keys interface</li>
1289 </ul>
1290
1291 <h3 id="restapi">REST api</h3>
1292
1293 <ul>
1294 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20134">[20134]</a> Remove /api/v1/app.pl from the generated URLs</li>
1295 </ul>
1296
1297 <h3 id="reports">Reports</h3>
1298
1299 <ul>
1300 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18497">[18497]</a> Downloading a report passes the constructed SQL as a parameter</li>
1301 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19467">[19467]</a> Display location and itemtype description on lost items report</li>
1302 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19551">[19551]</a> Cash register report has bad erroneous results from wrong order of operations</li>
1303 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19583">[19583]</a> Report updater triggers on auth_header.marcxml</li>
1304 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19638">[19638]</a> False positives for 'Update SQL' button</li>
1305 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19669">[19669]</a> Remove deprecated checkouts by patron category report</li>
1306 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19671">[19671]</a> Circulation wizard / issues_stats.pl does not populate itemtype descriptions correctly</li>
1307 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19910">[19910]</a> Download report as 'Comma separated' is misleading</li>
1308 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20663">[20663]</a> Dead report code for "Create Compound Report" since prior to 3.0.x</li>
1309 </ul>
1310
1311 <h3 id="sip2">SIP2</h3>
1312
1313 <ul>
1314 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20348">[20348]</a> SIP2 patron identification fails to use userid</li>
1315 </ul>
1316
1317 <h3 id="searching">Searching</h3>
1318
1319 <ul>
1320 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18799">[18799]</a> XSLTresultsdisplay hides the icons</li>
1321 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19807">[19807]</a> IntranetCatalogSearchPulldown doesn't honor IntranetNumbersPreferPhrase</li>
1322 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19873">[19873]</a> Make it possible to search on value 0</li>
1323 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19971">[19971]</a> typo in the comments of parseQuery routine</li>
1324 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20369">[20369]</a> Analytics search is broken with QueryAutoTruncate set to 'only if * is added'</li>
1325 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20722">[20722]</a> Searching only for an ITEMTYPECAT itemtype is impossible</li>
1326 </ul>
1327
1328 <h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1329
1330 <ul>
1331 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17373">[17373]</a> Elasticsearch - Authority mappings for UNIMARC</li>
1332 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19564">[19564]</a> Fix extraction of sort order from sort condition name</li>
1333 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19580">[19580]</a> Elasticsearch: QueryAutoTruncate exclude period as splitting character in autotruncation</li>
1334 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19581">[19581]</a> Elasticsearch - Catmandu split option adds extra null fields to indexes</li>
1335 </ul>
1336
1337 <h3 id="serials">Serials</h3>
1338
1339 <ul>
1340 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19315">[19315]</a> Routing preview may use wrong biblionumber</li>
1341 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19767">[19767]</a> serial-issues.pl is unused and should be removed</li>
1342 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19794">[19794]</a> Rename RLIST - Routing list notice template as it's not related to routing lists</li>
1343 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20461">[20461]</a> New subscription form: "Item type" and "item type for older issues" fields are ignored</li>
1344 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20614">[20614]</a> Firefox prevents parent page reload when renewing subscriptions</li>
1345 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20616">[20616]</a> Using "Edit serials" with no issues selected gives an ugly error</li>
1346 </ul>
1347
1348 <h3 id="staffclient">Staff Client</h3>
1349
1350 <ul>
1351 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19221">[19221]</a> Onboarding tool says user needs to be made superlibrarian</li>
1352 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19456">[19456]</a> Some pages title tag contains html</li>
1353 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19636">[19636]</a> Hold priority changes incorrectly via dropdown select</li>
1354 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19857">[19857]</a> Optionally hide SMS provider field in patron modification screen</li>
1355 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20227">[20227]</a> admin/smart-rules.pl should pass categorycode instead of branchcode</li>
1356 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20268">[20268]</a> CSS regression: white gap on the top of the staff pages</li>
1357 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20329">[20329]</a> Text input fields are wider than the fieldset class they are inside of</li>
1358 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20347">[20347]</a> Add missing classes to search results elements</li>
1359 </ul>
1360
1361 <h3 id="systemadministration">System Administration</h3>
1362
1363 <ul>
1364 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13676">[13676]</a> OpacSuppression description says 'items' but means 'records'</li>
1365 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19560">[19560]</a> Unable to delete library when branchcode contains special characters</li>
1366 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19788">[19788]</a> Case sensitivity is not preserved when creating local system preferences</li>
1367 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19977">[19977]</a> Local Use tab in systempreferences tries to open text editor's temporary files, and die</li>
1368 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19987">[19987]</a> If no z39.50/SRU servers, the z39.50/SRU buttons should not show</li>
1369 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20091">[20091]</a> FailedLoginAttempts is not part of NorwegianPatronDatabase pref group</li>
1370 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20383">[20383]</a> Hide link to plugin management if plugins are not enabled</li>
1371 </ul>
1372
1373 <h3 id="templates">Templates</h3>
1374
1375 <ul>
1376 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18820">[18820]</a> The different parts in the main don't automatically adjust with the available space</li>
1377 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19602">[19602]</a> Add usage statistics link to administration sidebar menu</li>
1378 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19677">[19677]</a> Angle brackets in enumchron do not display in opac or staff side</li>
1379 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19692">[19692]</a> Unclosed div in opac-shelves.tt</li>
1380 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19851">[19851]</a> Improve responsive layout handling of staff client menu bar</li>
1381 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19918">[19918]</a> span tag not closed in opac-registration-confirmation.tt</li>
1382 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20051">[20051]</a> Invalid markup in staff client's header.inc</li>
1383 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20156">[20156]</a> Staff client header language menu doesn't show check mark for current language</li>
1384 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20173">[20173]</a> Clean up koha-tmpl directory</li>
1385 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20221">[20221]</a> Fix for JavaScript error during checkout patron search</li>
1386 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20239">[20239]</a> Fix spelling on authority linker plugin</li>
1387 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20240">[20240]</a> Remove space before : when searching for a vendor in serials (Vendor name :)</li>
1388 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20249">[20249]</a> "Patron has no outstanding fines" now appears alongside fines</li>
1389 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20290">[20290]</a> Fix capitalization: Routing List</li>
1390 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20372">[20372]</a> Correct toolbar markup on some pages</li>
1391 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20382">[20382]</a> Missing space between patron and cardnumber on check out screen</li>
1392 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20422">[20422]</a> Fix warn on URI/Escape.pm line 184 from opac-detail</li>
1393 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20433">[20433]</a> Remove unused Mozilla Persona image file</li>
1394 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20552">[20552]</a> Fix HTML tag for search facets</li>
1395 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20617">[20617]</a> Add 'Search Engine configuration' link to administration menu</li>
1396 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20619">[20619]</a> Remove last occurrences of long gone syspref (opacsmallimage)</li>
1397 </ul>
1398
1399 <h3 id="testsuite">Test Suite</h3>
1400
1401 <ul>
1402 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17770">[17770]</a> t/db_dependent/Sitemapper.t fails when date changes during test run</li>
1403 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18979">[18979]</a> Speed up 'valid-templates.t' tests</li>
1404 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19705">[19705]</a> DecreaseLoanHighHolds.t is still failing randomly</li>
1405 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19759">[19759]</a> TestBuilder generates too many decimals for float</li>
1406 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19775">[19775]</a> Search/History.t is failing randomly</li>
1407 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19776">[19776]</a> Test failing randomly - fix categorycode vs category_type</li>
1408 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19783">[19783]</a> Move check_kohastructure.t to db_dependent</li>
1409 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19867">[19867]</a> HouseboundRoles.t is failing randomly</li>
1410 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19914">[19914]</a> Cannot locate the "Delete" in the library list table</li>
1411 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19937">[19937]</a> Silence warnings t/db_dependent/www/batch.t</li>
1412 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19979">[19979]</a> Search.t fails on facet info with one branch</li>
1413 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20042">[20042]</a> 00-load.t fails when Elasticsearch is not installed</li>
1414 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20144">[20144]</a> Test suite is failing with new default SQL modes</li>
1415 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20175">[20175]</a> Set a correct default value for club_enrollments.date_created</li>
1416 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20176">[20176]</a> Set biblio.datecreated to NOW if not defined</li>
1417 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20179">[20179]</a> Remove GROUP BY in get_shelves_containing_record</li>
1418 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20180">[20180]</a> Remove GROUP BY clause in manage-marc-import.pl</li>
1419 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20182">[20182]</a> Remove group by clause in search_patrons_to_anonymise</li>
1420 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20191">[20191]</a> OAI/Server.t still fails on slow servers</li>
1421 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20199">[20199]</a> Letters.t does not pass with new SQL modes</li>
1422 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20204">[20204]</a> FrameworkPlugin.t should not depend on CPL branch</li>
1423 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20250">[20250]</a> NoIssuesChargeGuarantees.t is still failing randomly</li>
1424 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20311">[20311]</a> get_age tests can fail on February 28th</li>
1425 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20466">[20466]</a> Incorrect fixtures for active currency in t/Prices.t</li>
1426 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20474">[20474]</a> Passwordrecovery.t should mock Mail::Sendmail::sendmail</li>
1427 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20490">[20490]</a> Correct wrong bug number in comment in Circulation.t</li>
1428 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20503">[20503]</a> Borrower_PrevCheckout.t  is failing randomly</li>
1429 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20531">[20531]</a> IssueSlip is failing randomly</li>
1430 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20557">[20557]</a> Koha/Acquisition/Order.t is failing randomly</li>
1431 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20584">[20584]</a> Koha/Patron/Categories.t is failing on slow servers</li>
1432 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20721">[20721]</a> Circulation.t keeps failing randomly</li>
1433 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20764">[20764]</a> t/Koha_Template_Plugin_KohaPlugins.t is DB dependent</li>
1434 </ul>
1435
1436 <h3 id="tools">Tools</h3>
1437
1438 <ul>
1439 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18201">[18201]</a> Export data -Fix "Remove non-local items" option and add "Removes non-local records" option for existing functionality</li>
1440 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19643">[19643]</a> Pagination buttons on staged marc management are stacking instead of inline</li>
1441 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19674">[19674]</a> Broken indicators of changed fields in manage staged MARC records template</li>
1442 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19683">[19683]</a> Export.pl does not populate the Authority Types dropdown correctly</li>
1443 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20098">[20098]</a> Inventory: CSV export: itemlost column is always empty</li>
1444 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20222">[20222]</a> Make bread crumb for cleanborrowers.pl match the link text in tools-home.pl</li>
1445 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20376">[20376]</a> "Select all" button no longer selects disabled checkboxes in Batch Record Deletion Tool</li>
1446 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20438">[20438]</a> Allow uninstalling plugins not implementing the 'uninstall' method</li>
1447 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20462">[20462]</a> Duplicate barcodes in batch item deletion cause software error if deleting biblio records</li>
1448 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20695">[20695]</a> Upload does not show all results when uploading multiple files</li>
1449 </ul>
1450
1451 <h3 id="webservices">Web services</h3>
1452
1453 <ul>
1454 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13990">[13990]</a> ILS-DI LookupPatron Requries ID Type</li>
1455 </ul>
1456
1457 <h3 id="z39.50sruopensearchservers">Z39.50 / SRU / OpenSearch Servers</h3>
1458
1459 <ul>
1460 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19986">[19986]</a> 'Server name' doesn't appear as required when creating new z39.50/sru server</li>
1461 </ul>
1462
1463 <h2 id="newsystempreferences">New system preferences</h2>
1464
1465 <ul>
1466 <li>AuthorityControlledIndicators</li>
1467 <li>AutoSwitchPatron</li>
1468 <li>BrowseResultSelection</li>
1469 <li>CanMarkHoldsToPullAsLost</li>
1470 <li>MarcFieldDocURL</li>
1471 <li>NovelistSelectStaffProfile</li>
1472 <li>ProtectSuperlibrarianPrivileges</li>
1473 <li>PurgeSuggestionsOlderThan</li>
1474 <li>RESTOAuth2ClientCredentials</li>
1475 <li>RESTdefaultPageSize</li>
1476 <li>SelfCheckInMainUserBlock</li>
1477 <li>SelfCheckInModule</li>
1478 <li>SelfCheckInTimeout</li>
1479 <li>SelfCheckInUserCSS</li>
1480 <li>SelfCheckInUserJS</li>
1481 <li>StaffLoginInstructions</li>
1482 <li>UpdateItemWhenLostFromHoldList</li>
1483 <li>UseACQFrameworkForBiblioRecords</li>
1484 </ul>
1485
1486 <h2 id="renamedsystempreferences">Renamed system preferences</h2>
1487
1488 <ul>
1489 <li>NoLoginInstructions => OpacLoginInstructions</li>
1490 </ul>
1491
1492 <h2 id="deletedsystempreferences">Deleted system preferences</h2>
1493
1494 <ul>
1495 <li>checkdigit</li>
1496 </ul>
1497
1498 <h2 id="newauthorizedvaluecategories">New Authorized value categories</h2>
1499
1500 <ul>
1501 <li>PAYMENT_TYPE</li>
1502 </ul>
1503
1504 <h2 id="newnotices">New notices</h2>
1505
1506 <ul>
1507 <li>CANCEL_HOLD_ON_LOST</li>
1508 </ul>
1509
1510 <h2 id="renamednotices">Renamed notices</h2>
1511
1512 <ul>
1513 <li>RLIST => SERIAL_ALERT</li>
1514 </ul>
1515
1516 <h2 id="systemrequirements">System requirements</h2>
1517
1518 <p>Important notes:</p>
1519
1520 <ul>
1521 <li>Perl 5.10 is required</li>
1522 <li>Zebra is required</li>
1523 </ul>
1524
1525 <h2 id="documentation">Documentation</h2>
1526
1527 <p>The Koha manual is maintained in Sphinx. The home page for Koha 
1528 documentation is </p>
1529
1530 <ul>
1531 <li><a href="http://koha-community.org/documentation/">Koha Documentation</a></li>
1532 </ul>
1533
1534 <p>As of the date of these release notes, the Koha manual is available in the following languages:</p>
1535
1536 <ul>
1537 <li><a href="http://koha-community.org/manual/18.05/en/html/">English</a></li>
1538 <li><a href="http://koha-community.org/manual/18.05/ar/html/">Arabic</a></li>
1539 <li><a href="http://koha-community.org/manual/18.05/zh_TW/html/">Chinese - Taiwan</a></li>
1540 <li><a href="http://koha-community.org/manual/18.05/cs/html/">Czech</a></li>
1541 <li><a href="http://koha-community.org/manual/18.05/fr/html/">French</a></li>
1542 <li><a href="http://koha-community.org/manual/18.05/fr_CA/html/">French (Canada)</a></li>
1543 <li><a href="http://koha-community.org/manual/18.05/de/html/">German</a></li>
1544 <li><a href="http://koha-community.org/manual/18.05/hi/html/">Hindi</a></li>
1545 <li><a href="http://koha-community.org/manual/18.05/it/html/">Italian</a></li>
1546 <li><a href="http://koha-community.org/manual/18.05/pt_BR/html/">Portuguese - Brazil</a></li>
1547 <li><a href="http://koha-community.org/manual/18.05/es/html/">Spanish</a></li>
1548 <li><a href="http://koha-community.org/manual/18.05/tr/html/">Turkish</a></li>
1549 </ul>
1550
1551 <p>The Git repository for the Koha manual can be found at</p>
1552
1553 <ul>
1554 <li><a href="https://gitlab.com/koha-community/koha-manual">Koha Git Repository</a></li>
1555 </ul>
1556
1557 <h2 id="translations">Translations</h2>
1558
1559 <p>Complete or near-complete translations of the OPAC and staff
1560 interface are available in this release for the following languages:</p>
1561
1562 <ul>
1563 <li>Arabic (96.8%)</li>
1564 <li>Armenian (99.7%)</li>
1565 <li>Basque (73.6%)</li>
1566 <li>Chinese (China) (78%)</li>
1567 <li>Chinese (Taiwan) (100%)</li>
1568 <li>Czech (91.5%)</li>
1569 <li>Danish (64.5%)</li>
1570 <li>English (New Zealand) (97%)</li>
1571 <li>English (USA)</li>
1572 <li>Finnish (93.1%)</li>
1573 <li>French (100%)</li>
1574 <li>French (Canada) (89.7%)</li>
1575 <li>German (100%)</li>
1576 <li>German (Switzerland) (100%)</li>
1577 <li>Greek (78.9%)</li>
1578 <li>Hindi (100%)</li>
1579 <li>Italian (97.1%)</li>
1580 <li>Norwegian Bokmål (53%)</li>
1581 <li>Occitan (post 1500) (71.3%)</li>
1582 <li>Persian (53.6%)</li>
1583 <li>Polish (95%)</li>
1584 <li>Portuguese (100%)</li>
1585 <li>Portuguese (Brazil) (78.8%)</li>
1586 <li>Slovak (93.8%)</li>
1587 <li>Spanish (100%)</li>
1588 <li>Swedish (95.2%)</li>
1589 <li>Turkish (99.7%)</li>
1590 <li>Vietnamese (66%)</li>
1591 </ul>
1592
1593 <p>Partial translations are available for various other languages.</p>
1594
1595 <p>The Koha team welcomes additional translations; please see</p>
1596
1597 <ul>
1598 <li><a href="http://wiki.koha-community.org/wiki/Translating_Koha">Koha Translation Info</a></li>
1599 </ul>
1600
1601 <p>For information about translating Koha, and join the koha-translate 
1602 list to volunteer:</p>
1603
1604 <ul>
1605 <li><a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate">Koha Translate List</a></li>
1606 </ul>
1607
1608 <p>The most up-to-date translations can be found at:</p>
1609
1610 <ul>
1611 <li><a href="http://translate.koha-community.org/">Koha Translation</a></li>
1612 </ul>
1613
1614 <h2 id="releaseteam">Release Team</h2>
1615
1616 <p>The release team for Koha 18.05.00 is</p>
1617
1618 <ul>
1619 <li>Release Manager: <a href="mailto:jonathan.druart@bugs.koha-community.org">Jonathan Druart</a></li>
1620 <li>Release Manager assistant: <a href="mailto:nick@bywatersolutions.com">Nick Clemens</a></li>
1621 <li>QA Manager: <a href="mailto:Katrin.Fischer@bsz-bw.de">Katrin Fischer</a></li>
1622 <li>QA Team:
1623 <ul>
1624 <li><a href="mailto:tomascohen@gmail.com">Tomás Cohen Arazi</a></li>
1625 <li><a href="mailto:alex.arnaud@biblibre.com">Alex Arnaud</a></li>
1626 <li><a href="mailto:brendan@bywatersolutions.com">Brendan Gallagher</a></li>
1627 <li><a href="mailto:kyle@bywatersolutions.com">Kyle Hall</a></li>
1628 <li><a href="mailto:julian.maurice@biblibre.com">Julian Maurice</a></li>
1629 <li>Josef Moravec</li>
1630 <li><a href="mailto:m.de.rooy@rijksmuseum.nl">Marcel de Rooy</a></li>
1631 </ul></li>
1632 <li>Bug Wranglers:
1633 <ul>
1634 <li>Claire Gravely</li>
1635 <li>Jon Knight</li>
1636 <li><a href="mailto:veron@veron.ch">Marc Véron</a></li>
1637 <li>Alex Buckley</li>
1638 </ul></li>
1639 <li>Packaging Manager: <a href="mailto:mirko@abunchofthings.net">Mirko Tietgen</a></li>
1640 <li>Documentation Team:
1641 <ul>
1642 <li>Lee Jamison</li>
1643 <li>David Nind</li>
1644 <li>Caroline Cyr La Rose</li>
1645 </ul></li>
1646 <li>Translation Manager: <a href="mailto:bgkriegel@gmail.com">Bernardo Gonzalez Kriegel</a></li>
1647 <li>Release Maintainers:
1648 <ul>
1649 <li>17.11 -- <a href="mailto:nick@bywatersolutions.com">Nick Clemens</a></li>
1650 <li>17.05 -- <a href="mailto:fridolin.somers@biblibre.com">Fridolin Somers</a></li>
1651 <li>16.11 -- <a href="mailto:chrisc@catalyst.net.nz">Chris Cormack</a></li>
1652 </ul></li>
1653 </ul>
1654
1655 <h2 id="credits">Credits</h2>
1656
1657 <p>We thank the following libraries who are known to have sponsored
1658 new features in Koha 18.05.00:</p>
1659
1660 <ul>
1661 <li>BULAC - http://www.bulac.fr/</li>
1662 <li>ByWater Solutions</li>
1663 <li>Camden County</li>
1664 <li>Catalyst IT</li>
1665 <li>Goethe-Institut</li>
1666 <li>Hotchkiss School</li>
1667 <li>Orex Digital</li>
1668 </ul>
1669
1670 <p>We thank the following individuals who contributed patches to Koha 18.05.00.</p>
1671
1672 <ul>
1673 <li>Aleisha Amohia (9)</li>
1674 <li>Alex Arnaud (8)</li>
1675 <li>Philippe Audet-Fortin (1)</li>
1676 <li>Zoe Bennett (8)</li>
1677 <li>Chad Billman (1)</li>
1678 <li>David Bourgault (10)</li>
1679 <li>Alex Buckley (4)</li>
1680 <li>Pongtawat C (1)</li>
1681 <li>Colin Campbell (2)</li>
1682 <li>Nick Clemens (76)</li>
1683 <li>Tomás Cohen Arazi (130)</li>
1684 <li>David Cook (2)</li>
1685 <li>Charlotte Cordwell (8)</li>
1686 <li>Chris Cormack (1)</li>
1687 <li>Bonnie Crawford (1)</li>
1688 <li>Christophe Croullebois (1)</li>
1689 <li>Olivier Crouzet (1)</li>
1690 <li>Roch D'Amour (3)</li>
1691 <li>Indranil Das Gupta (L2C2 Technologies) (1)</li>
1692 <li>Frédéric Demians (1)</li>
1693 <li>Marcel de Rooy (108)</li>
1694 <li>Jonathan Druart (578)</li>
1695 <li>Magnus Enger (3)</li>
1696 <li>Charles Farmer (4)</li>
1697 <li>Katrin Fischer (24)</li>
1698 <li>Jessica Freeman (1)</li>
1699 <li>Joachim Ganseman (1)</li>
1700 <li>Claire Gravely (5)</li>
1701 <li>Victor Grousset (22)</li>
1702 <li>Isabel Grubi (1)</li>
1703 <li>Amit Gupta (4)</li>
1704 <li>David Gustafsson (3)</li>
1705 <li>Andrew Isherwood (6)</li>
1706 <li>Mason James (4)</li>
1707 <li>Lee Jamison (1)</li>
1708 <li>Srdjan Jankovic (1)</li>
1709 <li>Janusz Kaczmarek (2)</li>
1710 <li>Pasi Kallinen (20)</li>
1711 <li>Olli-Antti Kivilahti (4)</li>
1712 <li>Ulrich Kleiber (1)</li>
1713 <li>Jon Knight (3)</li>
1714 <li>Owen Leonard (129)</li>
1715 <li>Ere Maijala (3)</li>
1716 <li>Sherryn Mak (1)</li>
1717 <li>Jose Martin (1)</li>
1718 <li>Jesse Maseto (1)</li>
1719 <li>Julian Maurice (36)</li>
1720 <li>Remi Mayrand-Provencher (1)</li>
1721 <li>Kyle M Hall (103)</li>
1722 <li>Josef Moravec (53)</li>
1723 <li>Chris Nighswonger (1)</li>
1724 <li>Priya Patel (1)</li>
1725 <li>Eric Phetteplace (1)</li>
1726 <li>Simon Pouchol (1)</li>
1727 <li>Te Rauhina Jackson (6)</li>
1728 <li>Liz Rea (6)</li>
1729 <li>Martin Renvoize (1)</li>
1730 <li>Benjamin Rokseth (1)</li>
1731 <li>Andreas Roussos (1)</li>
1732 <li>Maksim Sen (1)</li>
1733 <li>Radek Šiman (1)</li>
1734 <li>Grace Smyth (6)</li>
1735 <li>Fridolin Somers (7)</li>
1736 <li>Lari Taskula (7)</li>
1737 <li>Mirko Tietgen (15)</li>
1738 <li>Mark Tompsett (50)</li>
1739 <li>Jenny Way (6)</li>
1740 <li>Jesse Weaver (2)</li>
1741 <li>Chris Weeks (1)</li>
1742 </ul>
1743
1744 <p>We thank the following libraries, companies, and other institutions who contributed
1745 patches to Koha 18.05.00</p>
1746
1747 <ul>
1748 <li>abunchofthings.net (15)</li>
1749 <li>ACPL (128)</li>
1750 <li>BibLibre (74)</li>
1751 <li>BSZ BW (30)</li>
1752 <li>bugs.koha-community.org (578)</li>
1753 <li>ByWater-Solutions (180)</li>
1754 <li>Catalyst (17)</li>
1755 <li>Foundations (1)</li>
1756 <li>Göteborgs universitet (3)</li>
1757 <li>helsinki.fi (3)</li>
1758 <li>informaticsglobal.com (4)</li>
1759 <li>inLibro.com (2)</li>
1760 <li>jns.fi (11)</li>
1761 <li>joensuu.fi (20)</li>
1762 <li>KohaAloha (4)</li>
1763 <li>l2c2.co.in (1)</li>
1764 <li>Libriotech (3)</li>
1765 <li>Loughborough University (3)</li>
1766 <li>Marywood University (1)</li>
1767 <li>Oslo Public Library (1)</li>
1768 <li>pennmanor.net (1)</li>
1769 <li>Prosentient Systems (2)</li>
1770 <li>PTFS-Europe (9)</li>
1771 <li>punsarn.asia (1)</li>
1772 <li>rbit.cz (1)</li>
1773 <li>Rijksmuseum (108)</li>
1774 <li>Solutions inLibro inc (17)</li>
1775 <li>student.ua.ac.be (1)</li>
1776 <li>Tamil (1)</li>
1777 <li>Theke Solutions (130)</li>
1778 <li>unidentified (155)</li>
1779 <li>Université Jean Moulin Lyon 3 (1)</li>
1780 </ul>
1781
1782 <p>We also especially thank the following individuals who tested patches
1783 for Koha.</p>
1784
1785 <ul>
1786 <li>Arturo (3)</li>
1787 <li>claude (3)</li>
1788 <li>delaye (6)</li>
1789 <li>Joel (1)</li>
1790 <li>Brendan A Gallagher (1)</li>
1791 <li>Hugo Agud (7)</li>
1792 <li>Aleisha Amohia (1)</li>
1793 <li>Alex Arnaud (10)</li>
1794 <li>Marjorie Barry-Vila (2)</li>
1795 <li>Zoe Bennett (8)</li>
1796 <li>Anne-Claire Bernaudin (2)</li>
1797 <li>Sonia Bouis (1)</li>
1798 <li>David Bourgalt (1)</li>
1799 <li>David Bourgault (29)</li>
1800 <li>claude brayer (1)</li>
1801 <li>Jean-Manuel Broust (1)</li>
1802 <li>JM Broust (5)</li>
1803 <li>Alex Buckley (11)</li>
1804 <li>Colin Campbell (9)</li>
1805 <li>Barry Cannon (1)</li>
1806 <li>Marci Chen (1)</li>
1807 <li>Barton Chittenden (1)</li>
1808 <li>Axelle Clarisse (1)</li>
1809 <li>Nick Clemens (113)</li>
1810 <li>Tomas Cohen Arazi (175)</li>
1811 <li>Koha-us conference (1)</li>
1812 <li>Charlotte Cordwell (5)</li>
1813 <li>Chris Cormack (2)</li>
1814 <li>Roch D'Amour (26)</li>
1815 <li>Marcel de Rooy (252)</li>
1816 <li>Jonathan Druart (1507)</li>
1817 <li>Charles Farmer (16)</li>
1818 <li>Bouzid Fergani (1)</li>
1819 <li>Katrin Fischer (374)</li>
1820 <li>Brendan Gallagher (14)</li>
1821 <li>Lucie Gay (2)</li>
1822 <li>Bernardo Gonzalez Kriegel (1)</li>
1823 <li>Claire Gravely (79)</li>
1824 <li>Victor Grousset (11)</li>
1825 <li>Amit Gupta (1)</li>
1826 <li>Mohd Hafiz Yusoff (1)</li>
1827 <li>Sebastian Hierl (2)</li>
1828 <li>Mason James (2)</li>
1829 <li>Lee Jamison (3)</li>
1830 <li>Dilan Johnpullé (18)</li>
1831 <li>Eugene Jose Espinoza (1)</li>
1832 <li>Pasi Kallinen (20)</li>
1833 <li>Nancy Keener (1)</li>
1834 <li>Scott Kehoe (2)</li>
1835 <li>Olli-Antti Kivilahti (1)</li>
1836 <li>Jon Knight (37)</li>
1837 <li>Nicolas Legrand (14)</li>
1838 <li>Owen Leonard (52)</li>
1839 <li>Ere Maijala (1)</li>
1840 <li>Jesse Maseto (11)</li>
1841 <li>Daniel Mauchley (1)</li>
1842 <li>Julian Maurice (135)</li>
1843 <li>Jon McGowan (26)</li>
1844 <li>Kyle M Hall (219)</li>
1845 <li>Josef Moravec (351)</li>
1846 <li>Björn Nylén (2)</li>
1847 <li>Eric Phetteplace (1)</li>
1848 <li>Dominic Pichette (8)</li>
1849 <li>Simon Pouchol (23)</li>
1850 <li>Séverine QUEUNE (33)</li>
1851 <li>Te Rauhina Jackson (3)</li>
1852 <li>Liz Rea (2)</li>
1853 <li>Benjamin Rokseth (29)</li>
1854 <li>BWS Sandboxes (3)</li>
1855 <li>Maksim Sen (12)</li>
1856 <li>Grace Smyth (3)</li>
1857 <li>Fridolin Somers (2)</li>
1858 <li>Lari Taskula (17)</li>
1859 <li>Mirko Tietgen (9)</li>
1860 <li>Mark Tompsett (122)</li>
1861 <li>Ed Veal (2)</li>
1862 <li>Marc Véron (7)</li>
1863 <li>Marjorie Vila (5)</li>
1864 <li>Jenny Way (1)</li>
1865 <li>George Williams (3)</li>
1866 </ul>
1867
1868 <p>And people who contributed to the Koha manual during the release cycle of Koha 18.05.00.</p>
1869
1870 <ul>
1871 <li>Chris Cormack (37)</li>
1872 <li>Caroline Cyr La Rose (45)</li>
1873 <li>Jonathan Druart (9)</li>
1874 <li>Magnus Enger (2)</li>
1875 <li>Katrin Fischer (34)</li>
1876 <li>Bernardo Gonzalez Kriegel (2)</li>
1877 <li>Lee Jamison (49)</li>
1878 <li>Hugh Rundle (2)</li>
1879 </ul>
1880
1881 <p>We regret any omissions.  If a contributor has been inadvertently missed,
1882 please send a patch against these release notes to 
1883 koha-patches@lists.koha-community.org.</p>
1884
1885 <h2 id="specialthanks">Special thanks</h2>
1886
1887 <p>I would like to add special thanks to the documentation team.</p>
1888
1889 <p>They provided documentation for all the new features and enhancements we have in this release.</p>
1890
1891 <p>I also think the whole Koha team can be thanked for their patience with my requests!</p>
1892
1893 <p>And, of course, Karen, for her daily help and support.</p>
1894
1895 <h2 id="notesfromthereleasemanager">Notes from the Release Manager</h2>
1896
1897 <p>During this release we mainly focussed on:
1898  * improving the online manual - it is now available in several languages and formats!
1899  * integrating new features: we have 12 of them into this release!
1900  * keeping our testing suite and our code robust
1901  * elastic search
1902  * REST API</p>
1903
1904 <p>Enjoy this new version of Koha and wish the best of luck to Nick!</p>
1905
1906 <h2 id="revisioncontrolnotes">Revision control notes</h2>
1907
1908 <p>The Koha project uses Git for version control.  The current development 
1909 version of Koha can be retrieved by checking out the master branch of:</p>
1910
1911 <ul>
1912 <li><a href="git://git.koha-community.org/koha.git">Koha Git Repository</a></li>
1913 </ul>
1914
1915 <p>The branch for this version of Koha and future bugfixes in this release
1916 line is master.</p>
1917
1918 <h2 id="bugsandfeaturerequests">Bugs and feature requests</h2>
1919
1920 <p>Bug reports and feature requests can be filed at the Koha bug
1921 tracker at:</p>
1922
1923 <ul>
1924 <li><a href="http://bugs.koha-community.org">Koha Bugzilla</a></li>
1925 </ul>
1926
1927 <p>He rau ringa e oti ai.
1928 (Many hands finish the work)</p>
1929
1930 <p>Autogenerated release notes updated last on 22 May 2018 15:34:41.</p>