56d1b04f83bea1649302eb588df5f4c84314bb9f
[koha.git] / misc / release_notes / release_notes_22_11_00.html
1 <h1 id="releasenotesforkoha22.11.00rosalie">RELEASE NOTES FOR KOHA 22.11.00 ROSALIE</h1>
2
3 <p>25 nov 2022</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 22.11.00 can be downloaded from:</p>
15
16 <ul>
17 <li><a href="http://download.koha-community.org/koha-22.11-latest.tar.gz">Download</a></li>
18 </ul>
19
20 <p>Installation instructions can be found at:</p>
21
22 <ul>
23 <li><a href="http://wiki.koha-community.org/wiki/Installation_Documentation">Koha Wiki</a></li>
24 <li>OR in the INSTALL files that come in the tarball</li>
25 </ul>
26
27 <p>Koha 22.11.00 is a major release, that comes with many new features.</p>
28
29 <p>It includes 13 new features, 351 enhancements, 3 security fixes, 551 bugfixes.</p>
30
31 <h2 id="dedications">Dedications</h2>
32
33 <p>The Koha Community would like to dedicate the release of Koha 22.11 to Rosalie Blake.</p>
34
35 <p>Rosalie was the Head Librarian at Horowhenua Library Trust when Koha was started and without her Koha
36 would not exist. She was an inspiring leader and innovator and took the risk of her career entrusting
37 Chris, Joanne, Rachel and Simon to deliver the original project that became the international sensation
38 we all know and love.</p>
39
40 <p>She was also a practicing Justice of the Peace, a stalwart of the Levin Pottery Club and much loved
41 mother of Simon and Jeremy, and grandmother of Ben, Toby, Anna, Charlotte and Billy.</p>
42
43 <h3 id="systemrequirements">System requirements</h3>
44
45 <p>You can learn about the system components (like OS and database) needed for running Koha <a href="https://wiki.koha-community.org/wiki/System_requirements_and_recommendations">here</a>.</p>
46
47 <h2 id="newfeatures">New features</h2>
48
49 <h3 id="authentication">Authentication</h3>
50
51 <ul>
52 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30588">[30588]</a> Add the option to require 2FA setup on first staff login</p>
53
54 <p><strong>Sponsored by</strong> <em>Rijksmuseum, Netherlands</em></p>
55
56 <blockquote>
57   <p>This adds a third option 'enforce' to the  TwoFactorAuthentication system preference. If chosen, staff will no longer be able to log into the staff client without setting up and using 2-factor authentication.</p>
58 </blockquote></li>
59 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31378">[31378]</a> Add a generic OAuth2/OIDC client implementation</p>
60
61 <p><strong>Sponsored by</strong> <em>a ByWater Solutions partner</em></p>
62
63 <blockquote>
64   <p>This feature introduces a way to integrate Koha with any OAuth2/OIDC identity provider.</p>
65   
66   <p>It also prepares the ground for later adding more protocols and prioritizing authentication methods/identity providers.</p>
67 </blockquote></li>
68 </ul>
69
70 <h3 id="cataloging">Cataloging</h3>
71
72 <ul>
73 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24606">[24606]</a> Allow storing item values as a template for creating new items</p>
74
75 <blockquote>
76   <p>This new feature allows librarians to create and share "item templates" where one or more item field values can be set for a template. Templates can be applied on a one by one basis, or set for the remainder of the logged in session. Each template may be optionally shared ( read only ) to other catalogers. Librarians with the manage_item_editor_templates permission may edit any template regardless of who created it.</p>
77 </blockquote></li>
78 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24857">[24857]</a> Add ability to group items for records</p>
79
80 <blockquote>
81   <p>This feature allows for libraries to group items within a record.  A new system preference has been added for this feature, EnableItemGroups. This system preference, once enabled, will allow the library to group specific items on a record to each other. A library can name the group and add items from the same record to this group. From the record, a new tab will appear and display on that item if it is part of a group.</p>
82 </blockquote></li>
83 </ul>
84
85 <h3 id="circulation">Circulation</h3>
86
87 <ul>
88 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860">[24860]</a> Add ability to place item group level holds</p>
89
90 <blockquote>
91   <p>With this feature you can now place holds on groups of items. A group consists of multiple items of the same record, representing for example, all items of a specific volume. When a hold for an item group is placed, only items of the requested group will be able to fill the hold.
92   The feature is enabled using the new EnableItemGroupHolds system preference. It also requires EnableItemGroups for managing item groups.</p>
93 </blockquote></li>
94 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28854">[28854]</a> Add ability to create bundles of items for circulation</p>
95
96 <blockquote>
97   <p>This new feature adds the ability to create item bundles for loans.</p>
98   
99   <p>One can create a new collection level biblio record and add items to it as normal. Those items can then be converted to bundles by adding existing items to them using their barcodes. The items will be marked as 'not for loan' in their original parent records.</p>
100   
101   <p>Bundle items follow normal circulation rules for checkout. Upon check-in a new verification step is added where by the librarian is expected to scan each constituent item to varify it's presence in the bundle. If an item is missing from the bundle it is marked as lost with a new lost - Missing from bundle value.  If an item is found that is not expected to be in the bundle it it highlighted to the librarian after check-in so it can be placed to one side.</p>
102   
103   <p><strong>Sponsored by</strong> <em>PTFS Europe</em></p>
104 </blockquote></li>
105 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30650">[30650]</a> Add a curbside pickup module</p>
106
107 <p><strong>Sponsored by</strong> <em>Association KohaLa</em></p>
108
109 <blockquote>
110   <p>With this module staff and patrons will be available to manage curbside pickups from the OPAC and staff interface. 
111   It adds a new configuration page to the administration module which allows each library in an installation to set their own rules and time slots for scheduling pickups.
112   If a library chooses to activate curbside pickups, they will be able to manage all stages to the process from within Koha: scheduling a pickup time, preparing items for pickup and completing pickups. Patrons can indicate that they have arrived at the library for their pickup through the OPAC.
113   Use the CurbsidePickup system preference to enable this module.</p>
114 </blockquote></li>
115 </ul>
116
117 <h3 id="erm">ERM</h3>
118
119 <ul>
120 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32030">[32030]</a> Electronic resource management (ERM)</p>
121
122 <p><strong>Sponsored by</strong> <em>BibLibre</em>, <em>ByWater Solutions</em> and <em>PTFS Europe</em></p>
123
124 <blockquote>
125   <p>This new module adds a mechanism to track the selection, acquisition, licensing, access, maintenance, usage, evaluation, retention, and de-selection of a library’s electronic information resources. These resources include, but are not limited to, electronic journals, electronic books, streaming media, databases, datasets, CD-ROMs, and computer software.</p>
126 </blockquote></li>
127 </ul>
128
129 <h3 id="patrons">Patrons</h3>
130
131 <ul>
132 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12446">[12446]</a> Enable an adult to have a guarantor</p>
133
134 <blockquote>
135   <p>Before only categories of a certain type can be guarantees for other patron categories of certain types (Adult to child, organisation to professional). With this new feature it's possible to define which patron categories can be guarantees independent of the category type. This enables relationships like adult to adult or organisation to adult.</p>
136 </blockquote></li>
137 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23681">[23681]</a> Make patron restrictions user definable</p>
138
139 <p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em> and <em>Loughborough University</em></p>
140
141 <blockquote>
142   <p>This adds a new configuration page for managing user defined and Koha internal patron restrictions to the administration module.</p>
143   
144   <p>If the new system preference PatronRestrictionTypes is enabled, you will also be able to choose the restriction type when manually restricting a patron.</p>
145 </blockquote></li>
146 </ul>
147
148 <h3 id="searching">Searching</h3>
149
150 <ul>
151 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17170">[17170]</a> Add the ability to create 'saved searches' for use as filters when searching the catalog</p>
152
153 <p><strong>Sponsored by</strong> <em>Round Rock Public Library</em></p>
154
155 <blockquote>
156   <p>This patchset adds a new feature, the ability to save searches on the staff client and display them in the results page alongside facets (staff client and/or OPAC) as a search filter that can be applied to search result set.</p>
157   
158   <p>The feature is enabled/disabled by new system preference: SavedSearchFilters </p>
159   
160   <p>New filters can be added from the results page after a search, and there is an admin page for updating deleting and renaming filters.</p>
161   
162   <p>There is a new permission, manage_search_filters, to control management of these filters.</p>
163   
164   <p>New filters can be added that are not displayed along with facets, this allows for building custom links using these filters to keep URLs shorter</p>
165 </blockquote></li>
166 </ul>
167
168 <h3 id="staffinterface">Staff interface</h3>
169
170 <ul>
171 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15326">[15326]</a> Add CMS feature</p>
172
173 <p><strong>Sponsored by</strong> <em>Chartered Accountants Australia and New Zealand</em> and <em>Horowhenua Libraries Trust</em></p>
174
175 <blockquote>
176   <p>This enhancement utilises the additional contents feature to add custom pages to the staff interface and the OPAC in the user's desired language.</p>
177 </blockquote></li>
178 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30952">[30952]</a> New design for staff interface</p>
179
180 <blockquote>
181   <p>This is the result of a wide scale review of the staff interface user experience.</p>
182   
183   <p>A team of librarians, designers and developers has worked hard to refresh, modernize and increase consistency in the staff interface.</p>
184   
185   <p>We hope you like the fresh new look and feel.</p>
186 </blockquote></li>
187 </ul>
188
189 <h2 id="enhancements">Enhancements</h2>
190
191 <h3 id="acquisitions">Acquisitions</h3>
192
193 <ul>
194 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10086">[10086]</a> No way to go back to the basket on uncertain prices page</p>
195
196 <p><strong>Sponsored by</strong> <em>Catalyst</em></p>
197
198 <blockquote>
199   <p>This updates the display of the uncertain prices page (Acquisitions > Uncertain prices):</p>
200   
201   <ol>
202   <li>The basket name is now linked to the basket in the list of orders with uncertain prices, making it easier to quickly view the basket.</li>
203   <li>The edit link is now formatted as a button and moved into a column (similar to other areas), instead of being a text link in the order column.</li>
204   </ol>
205 </blockquote></li>
206 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15348">[15348]</a> Change/Edit estimated delivery date per order line</p>
207
208 <p><strong>Sponsored by</strong> <em>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)</em></p>
209
210 <blockquote>
211   <p>This enhancement allows you to specify an estimated delivery date per order line. The specified estimated delivery date is also considered (alongside the calculated estimated delivery date, if no date has been specified) when searching for late orders and exporting late orders. You can also edit the estimated delivery date from the late orders page.</p>
212 </blockquote></li>
213 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25763">[25763]</a> Allow update of order fund after receipt</li>
214 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27817">[27817]</a> Enhance display of title information throughout acquisitions</p>
215
216 <blockquote>
217   <p>This adds remainder of title/subtitle, medium, part name, and part number to several pages in the acquisitions module.</p>
218 </blockquote></li>
219 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28269">[28269]</a> Order search should be possible with ISSN too</p>
220
221 <blockquote>
222   <p>This adds ISSN as a new search option to the acquisitions advanced search form. If SearchWithISSNVariations is enabled, you'll be able to search for the ISSN with and without the hyphen.</p>
223 </blockquote></li>
224 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29983">[29983]</a> Display the return claims column in the circulation overdues page (overdue.tt)</p>
225
226 <blockquote>
227   <p>This enhancement adds the "Return claims" column to the circulation overdues page, like it is on a patron's check out and details pages. Display or hide the column using the column settings options. It can also be configured using the table settings options in the administration area - it is hidden by default.</p>
228 </blockquote></li>
229 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31017">[31017]</a> Add type field for vendors</p>
230
231 <blockquote>
232   <p>This enhancement adds a new field to record the vendor type when creating or editing vendors. This field can be used as a free text field, or a drop-down menu if there are authorized values in the VENDOR_TYPE authorized value category.</p>
233 </blockquote></li>
234 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31115">[31115]</a> Additional fields for invoices</p>
235
236 <p><strong>Sponsored by</strong> <em>The Research University in the Helmholtz Association (KIT)</em></p>
237
238 <blockquote>
239   <p>This new feature adds the ability to define additional fields to store information about vendor invoices.
240   There is a new 'Manage invoice fields' page in the acquisitions administration to configure the fields.
241   Users can name additional fields, tie them to authorised values, and specify whether the fields can be searched in the acquisitions module.
242   This also adds a new entry to the admin page for additional fields.</p>
243 </blockquote></li>
244 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31257">[31257]</a> Add a new English 1 page layout to export a basket as PDF</p>
245
246 <p><strong>Sponsored by</strong> <em>Pymble Ladies' College</em></p>
247
248 <blockquote>
249   <p>This patch adds a new English 1 page layout to be used when exporting a basket group as PDF. It can be selected as a new  option from the OrderPdfFormat system preference.</p>
250 </blockquote></li>
251 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31333">[31333]</a> Add the ability to limit purchase suggestions by patron category</p>
252
253 <p><strong>Sponsored by</strong> <em>Catalyst</em></p>
254
255 <blockquote>
256   <p>Exclude patron categories from submitting OPAC purchase suggestions by selecting them in the new suggestionPatronCategoryExceptions system preference.</p>
257 </blockquote></li>
258 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31374">[31374]</a> Add a non-public note column to the suggestions table</p>
259
260 <blockquote>
261   <p>This enhancement adds a non-public notes field to the suggestions tables in the staff interface. It is displayed by default in the suggestion management tables, and is configurable using the table settings.</p>
262 </blockquote></li>
263 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31377">[31377]</a> Add basket's internal note to tables on vendor search result list</li>
264 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31388">[31388]</a> Add select2 to fund selection in new order form</li>
265 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31459">[31459]</a> Make order receive page faster on systems with many budgets</li>
266 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31569">[31569]</a> Remove GetImportsRecordRange from acqui/addorderiso2709</li>
267 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31586">[31586]</a> Log basket number as object when an email order is sent</li>
268 </ul>
269
270 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
271
272 <ul>
273 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15545">[15545]</a> Remove remainders of unfinished reqholdnotes functionality</li>
274 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23991">[23991]</a> Move SearchSuggestion to Koha::Suggestions</li>
275 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24295">[24295]</a> C4::Circulation::GetTransfers should be removed, use Koha::Item->get_transfer instead</li>
276 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27272">[27272]</a> Move C4::Items::GetItemsInfo to Koha namespace</p>
277
278 <blockquote>
279   <p>Another step on the old code refactoring. At this time, related to item information display.</p>
280   
281   <p>There are several DB queries that get avoided with this change as well, leading to more performant processing of requests.</p>
282 </blockquote></li>
283 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27342">[27342]</a> Improve readability and improvement of C4::Auth::get_template_and_user</li>
284 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28186">[28186]</a> Use Koha::Authority in C4::AuthoritiesMarc::AddAuthority</li>
285 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29454">[29454]</a> Stash itemtypes in plugin objects to reduce DB calls</li>
286 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29623">[29623]</a> Cache effective circulation rules</li>
287 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29672">[29672]</a> Increase performance of Koha::Plugins->call</li>
288 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29697">[29697]</a> Replace GetMarcBiblio occurrences with $biblio->metadata->record</li>
289 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29744">[29744]</a> Harmonize psgi/plack detection methods</li>
290 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29883">[29883]</a> Uninitialized value warning when GetAuthorisedValues gets called with no parameters</li>
291 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29939">[29939]</a> Replace opac-ratings-ajax.pl with a new REST API route</li>
292 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29955">[29955]</a> Move C4::Acquisition::populate_order_with_prices to Koha::Acquisition::Order</li>
293 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30016">[30016]</a> Remove GetOpenIssue subroutine</li>
294 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30042">[30042]</a> Remove Date::Calc use</li>
295 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30057">[30057]</a> Move Virtualshelves exceptions to their own file</li>
296 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30168">[30168]</a> Use checkout object in GetSoonestRenewDate</li>
297 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30275">[30275]</a> Checkout renewals should be stored in their own table</p>
298
299 <p><strong>Sponsored by</strong> <em>Loughborough University</em></p>
300
301 <blockquote>
302   <p>This enhancement adds a renewals table to store details of a checkouts renewals.</p>
303 </blockquote></li>
304 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30420">[30420]</a> Rename Koha::Patron->get_overdues with ->overdues</p>
305
306 <blockquote>
307   <p>This enhancement makes the method naming more consistent.</p>
308 </blockquote></li>
309 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30543">[30543]</a> Decouple DumpSearchQueryTemplate from other template dump preferences</li>
310 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30578">[30578]</a> We should drop circ/ysearch.pl in preference to using the REST API's</li>
311 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30612">[30612]</a> Add account_lines method to Koha::[Old::]Checkout</li>
312 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30830">[30830]</a> Add Koha Objects  for Koha Import Items</li>
313 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30848">[30848]</a> Introduce Koha::Filter::ExpandCodedFields</li>
314 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30874">[30874]</a> Simplify patron category handling in memberentry</li>
315 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30877">[30877]</a> use List::MoreUtils::uniq from recalls_to_pull.pl</li>
316 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30901">[30901]</a> Add template method to be able to look up renewal data in Koha slips and notices</p>
317
318 <blockquote>
319   <p>This adds a way to print information about renewals to notices with Template Toolkit. This includes the numbers for used renewals, allowed renewals and remaining renewals and more.
320   Documentation: https://wiki.koha-community.org/wiki/Notices_with_Template_Toolkit#Example:_CirculationRules.Renewals</p>
321 </blockquote></li>
322 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30921">[30921]</a> Replace use of C4::XSLT::transformMARCXML4XSLT with RecordProcessor</li>
323 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30950">[30950]</a> timepicker.inc is no longer used and should be removed</li>
324 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30982">[30982]</a> Use the REST API for background job list view</li>
325 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31001">[31001]</a> "CGI::param called in list context" warning in basket.pl flooding error log</p>
326
327 <blockquote>
328   <p>This fixes the cause of a warning message that appears in the system logs when emailing an order to a vendor (Acquisitions > [select a vendor] > [select a basket] > E-mal order). The warning message was "[WARN] CGI::param called in list context from /kohadevbox/koha/acqui/basket.pl line 175, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /usr/share/perl5/CGI.pm line 414.".</p>
329 </blockquote></li>
330 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31183">[31183]</a> Add Koha::Item::Transfers->filter_by_current</li>
331 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31306">[31306]</a> Add Koha::Items->search_ordered method</li>
332 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31308">[31308]</a> Remove GetItemsInfo from basket/basket</li>
333 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31309">[31309]</a> Remove GetItemsInfo from basket/sendbasket</li>
334 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31310">[31310]</a> Remove GetItemsInfo from catalogue/imageviewer</li>
335 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31311">[31311]</a> Remove GetItemsInfo from labels/label-item-search</li>
336 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31312">[31312]</a> Remove GetItemsInfo from misc/migration_tools/rebuild_zebra.pl</li>
337 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31313">[31313]</a> Remove GetItemsInfo from opac-detail</li>
338 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31314">[31314]</a> Remove GetItemsInfo from opac-reserve.pl</li>
339 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31315">[31315]</a> Remove GetItemsInfo from moredetail</li>
340 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31316">[31316]</a> Remove GetItemsInfo from opac-sendbasket</li>
341 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31317">[31317]</a> Remove GetItemsInfo from opac-tags</li>
342 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31318">[31318]</a> Remove GetItemsInfo from serials/routing-preview</li>
343 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31319">[31319]</a> Remove GetItemsInfo from tags/list.pl</li>
344 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31320">[31320]</a> Remove GetItemsInfo from virtualshelves/sendshelf.pl</li>
345 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31321">[31321]</a> Remove GetItemsInfo from catalogue/detail.pl</li>
346 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31328">[31328]</a> Make Koha::Item->get_transfer* use Koha::Item::Transfers->filter_by_current</li>
347 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31389">[31389]</a> Calculate user permissions in separate function</li>
348 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31517">[31517]</a> C4::Tags should use Koha::Tags objects instead of raw SQL</li>
349 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31519">[31519]</a> Unused template parameters in request.pl</li>
350 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31590">[31590]</a> Remove Text::CSV::Unicode</li>
351 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31666">[31666]</a> Add job progress bar to stage-marc-import.pl</li>
352 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31776">[31776]</a> Typo in cleanup_database.pl cron's help/usage</li>
353 </ul>
354
355 <h3 id="authentication">Authentication</h3>
356
357 <ul>
358 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25936">[25936]</a> Notify users if their password has changed</p>
359
360 <blockquote>
361   <p>When the system preference NotifyPasswordChange is set to 'Notify' a notification will be sent to the user when their password is changed. The new notification uses the letter code PASSCHANGE.</p>
362   
363   <p><strong>Sponsored by</strong> <em>PTFS Europe</em></p>
364 </blockquote></li>
365 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28787">[28787]</a> Send a notice with the TOTP token</p>
366
367 <p><strong>Sponsored by</strong> <em>Rijksmuseum, Netherlands</em></p>
368
369 <blockquote>
370   <p>Add the ability to send an email containing the token to the
371   patron once it's authenticated</p>
372   
373   <p>The new notice template is '2FA_OTP_TOKEN'.</p>
374 </blockquote></li>
375 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31495">[31495]</a> Allow viewing CMS pages when enforcing GDPR policy</li>
376 </ul>
377
378 <h3 id="cataloging">Cataloging</h3>
379
380 <ul>
381 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23063">[23063]</a> Item table in cataloguing doesn't respect CurrencyFormat</p>
382
383 <blockquote>
384   <p>This makes sure that the price and replacement price of an item is displayed according to the CurrencyFormat setting in the items table above the add/edit item form.</p>
385 </blockquote></li>
386 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26368">[26368]</a> Add support for OCLC Encoding level values</li>
387 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27981">[27981]</a> Add option to automatically set the 001 control number to the biblionumber</p>
388
389 <blockquote>
390   <p>This patch adds a new system preference:
391   autoControlNumber</p>
392   
393   <p>The systempreference has two options, Control Number (001) is:</p>
394   
395   <ul>
396   <li>generated as biblionumber: will set field 001 to the biblionumber when you create a new record or edit an existing record and clear the 001 field. If a value is present in 001 when saving the record it will be preserved.When duplicating a record the pre-existing 001 will be removed.</li>
397   <li>not generated automatically: the 001 field will not be touched</li>
398   </ul>
399 </blockquote></li>
400 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30392">[30392]</a> Add a deleted_on column to deleteditems</li>
401 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30504">[30504]</a> Value builder for UNIMARC field 181</p>
402
403 <blockquote>
404   <p>This enhancement for UNIMARC field 181 adds value builders for subfields $a, $b, $c, and $2. These are based on the official UNIMARC codes.</p>
405 </blockquote></li>
406 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30506">[30506]</a> Value builder for UNIMARC field 182</p>
407
408 <blockquote>
409   <p>This enhancement for UNIMARC field 182 adds value builders for subfields $a, $c, and $2. These are based on the official UNIMARC codes.</p>
410 </blockquote></li>
411 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30507">[30507]</a> Value builder for UNIMARC field 183</p>
412
413 <blockquote>
414   <p>This enhancement for UNIMARC field 183 adds value builders for subfields $a and $2. These are based on the official UNIMARC codes.</p>
415 </blockquote></li>
416 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30716">[30716]</a> Add Collection column to cn_browser results table</li>
417 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30775">[30775]</a> 952w should have datepicker plugin enabled for it by default</p>
418
419 <blockquote>
420   <p>This enhancement adds the date picker to 952$w (price effective from). </p>
421   
422   <p>This improves usability (952$d (date acquired) has the date picker enabled) and also adds date field validation (the date is added to the database as YYYY-MM-DD and when entered incorrectly it can lead to crashes in other areas).</p>
423 </blockquote></li>
424 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30871">[30871]</a> Make it clear that 008 Type of Material is controlled by Leader 6th position in MARC21</p>
425
426 <blockquote>
427   <p>This enhancement adds title elements or clarifies existing title elements to indicate how default values are chosen (for both the default and advanced editor).</p>
428 </blockquote></li>
429 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30941">[30941]</a> Add value builders for UNIMARC 146 ($b, $c, $d, $e and $f)</p>
430
431 <blockquote>
432   <p>This enhancement adds value builders for UNIMARC 146$b, $c, $d, $e, and $f.</p>
433 </blockquote></li>
434 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30997">[30997]</a> "CGI::param called in list context" warning in detail.pl flooding error log</p>
435
436 <blockquote>
437   <p>This fixes the cause of "CGI::param called in list context from" warning messages that appear in the log files when viewing record detail pages in the staff interface.</p>
438 </blockquote></li>
439 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31250">[31250]</a> Don't remove advanced/basic cataloging editor cookie on logout</li>
440 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31371">[31371]</a> Value builder for UNIMARC field 283</li>
441 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31372">[31372]</a> Value builder for UNIMARC field 325</li>
442 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31417">[31417]</a> Re-instate the cataloguing sidebar menu</li>
443 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31536">[31536]</a> Add UNIMARC framework plugin to fetch PPN from sudoc.fr</p>
444
445 <blockquote>
446   <p>This enhancement adds a UNIMARC plugin (unimarc_field_009_ppn.pl) that uses sudoc.fr web services (isbn2ppn, issn2ppn, ean2ppn) to search for the Sudoc record identifier (PPN) using the ISBN, ISSN, or EAN identifiers as the search criteria. The plugin expects the ISBN in 010$a, ISSN in 011$a, and EAN in 073$a.</p>
447 </blockquote></li>
448 </ul>
449
450 <h3 id="circulation">Circulation</h3>
451
452 <ul>
453 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7021">[7021]</a> Add patron category to the statistics table</p>
454
455 <p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
456 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20262">[20262]</a> Add ability to refund lost item fees without creating credits</li>
457 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21381">[21381]</a> Add serial enumeration to circulation history</li>
458 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23012">[23012]</a> Possibility to mark processing fee by default refund when item is found</p>
459
460 <p><strong>Sponsored by</strong> <em>Auckland University of Technology</em></p>
461
462 <blockquote>
463   <p>This enhancement gives the ability to set a policy for the lost item processing fee that may get charged additional to the lost item replacement cost. The processing fee can be:</p>
464   
465   <ul>
466   <li>refunded</li>
467   <li>refunded if unpaid</li>
468   <li>kept</li>
469   </ul>
470 </blockquote></li>
471 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23838">[23838]</a> Add ability to view item renew history</p>
472
473 <p><strong>Sponsored by</strong> <em>Loughborough University</em></p>
474
475 <blockquote>
476   <p>This enhancement adds a modal to display checkout renewal history details where appropriate. This includes the circulation history and the items tab of the staff detail page.</p>
477 </blockquote></li>
478 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29129">[29129]</a> The clear screen and print icons in circulation should be configuarable to print either ISSUESLIP or ISSUEQSLIP</p>
479
480 <blockquote>
481   <p>This enhancement expands upon the 'DisplayClearScreenButton' allowing the choice of printing either the ISSUESLIP or the ISSUEQSLIP when using the printclearscreen icon.</p>
482 </blockquote></li>
483 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30407">[30407]</a> Add ability to syspref UpdateNotForLoanStatusOnCheckin to show only the notforloan values description</p>
484
485 <p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
486 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30802">[30802]</a> numReturnedItemsToShow doesn't show more than 20 items on the return screen</li>
487 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30905">[30905]</a> Show waiting recalls in patron account on checkouts tab</p>
488
489 <p><strong>Sponsored by</strong> <em>Catalyst</em></p>
490
491 <blockquote>
492   <p>This enhancement shows recalls ready for pick-up on the patron's account so they can't be missed.</p>
493 </blockquote></li>
494 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30947">[30947]</a> Simplify date handling in CanbookBeIssued</li>
495 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30964">[30964]</a> Add information about overdues and restrictions on the curbside pickup list</p>
496
497 <p><strong>Sponsored by</strong> <em>Association KohaLa</em></p></li>
498 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30965">[30965]</a> Add patron autocomplete search to curbside pickups</p>
499
500 <p><strong>Sponsored by</strong> <em>Association KohaLa</em></p></li>
501 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31157">[31157]</a> overdue_notices.pl --frombranch option should be available as a system preference</p>
502
503 <blockquote>
504   <p>This patch adds a new system preference "OverdueNoticeFrom" that overrides the --frombranch parameter of the overdue_notices.pl cronjob. </p>
505   
506   <p>This allows systems librarians the option to pick which address to use for overdues notices.</p>
507   
508   <p>The default value is "command-line option", meaning if there is a branch specified in the cronjob, the behavior will not change.</p>
509   
510   <p><strong>Sponsored by</strong> <em>PTFS Europe</em></p>
511 </blockquote></li>
512 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31261">[31261]</a> Curbside pickups - remove slots in the past</p>
513
514 <p><strong>Sponsored by</strong> <em>Association KohaLa</em></p></li>
515 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31262">[31262]</a> Curbside pickups - disable dates without slots</p>
516
517 <p><strong>Sponsored by</strong> <em>Association KohaLa</em></p></li>
518 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31265">[31265]</a> Curbside pickups - improve slots selection</li>
519 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31419">[31419]</a> Add accesskeys to recall modal</li>
520 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31485">[31485]</a> Move ItemsDeniedRenewal checks from C4::Circulation to Koha::Item</li>
521 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31753">[31753]</a> Dialog boxes inside of modals don't seem wide enough</li>
522 </ul>
523
524 <h3 id="command-lineutilities">Command-line Utilities</h3>
525
526 <ul>
527 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17379">[17379]</a> Add a man page for koha-passwd</li>
528 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21903">[21903]</a> koha-dump be able to include koha-upload</p>
529
530 <p><strong>Sponsored by</strong> <em>Orex Digital</em></p></li>
531 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26311">[26311]</a> Add patron invalid age to search_for_data_inconsistencies.pl</p>
532
533 <blockquote>
534   <p>This enhancement to the command line script used for searching for data inconsistencies (misc/maintenance/search_for_data_inconsistencies.pl) now lists patrons where their age doesn't match the criteria set for the patron category. </p>
535   
536   <p>This includes where there is:</p>
537   
538   <ul>
539   <li>a minimum age required</li>
540   <li>an upper age limit</li>
541   <li>a minimum age and an upper age limit</li>
542   </ul>
543   
544   <p>An example of the output:</p>
545   
546   <p>Patrons with invalid age for category:</p>
547   
548   <ul>
549   <li>Patron borrowernumber=49 has an invalid age of 10 for their category 'PT' (24 to unlimited)</li>
550   <li>Patron borrowernumber=49 has an invalid age of 71 for their category 'PT' (0 to 50)</li>
551   <li>Patron borrowernumber=44 has an invalid age of 70 for their category 'PT' (20 to 60)</li>
552   </ul>
553   
554   <p>Note: Where a patron's age can't be calculated (for example: a school or other organisation, or the date of birth is missing), then they are not included in the checks.</p>
555 </blockquote></li>
556 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28555">[28555]</a> Improve output of verbose option for overdue_notices.pl</li>
557 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30684">[30684]</a> koha-* scripts --restart should start even when not running</p>
558
559 <p><strong>Sponsored by</strong> <em>Catalyst</em></p>
560
561 <blockquote>
562   <p>This enhancement restarts services if they are not running when using the --restart option for koha-plack, koha-indexer, koha-sip, koha-worker, koha-z3950-responder, and koha-zebra . </p>
563   
564   <p>An example of a message if plack is not running and the service is restarted:
565   koha-plack --restart kohadev
566   [warn] Plack not running for kohadev. ... (warning).
567   [ ok ] Starting Plack daemon for kohadev:.</p>
568   
569   <p>Previously if a service was not running an error message was generated (Error: {servicename} not running for ${instancename}") and a start command for the service was required.</p>
570 </blockquote></li>
571 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31155">[31155]</a> Document --since option in help of borrowers-force-messaging-defaults.pl</p>
572
573 <blockquote>
574   <p>This enhancement adds a brief explanation of the --since option for borrowers-force-messaging-defaults.pl.</p>
575 </blockquote></li>
576 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31203">[31203]</a> Cronjobs should log completion as well as logging begin</li>
577 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31342">[31342]</a> process_message_queue can run over the top of itself causing double-up emails</p>
578
579 <p><strong>Sponsored by</strong> <em>ByWater Solutions</em></p></li>
580 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31854">[31854]</a> Document conflict with delete_patrons.pl --not_borrowed_since and anonymization</li>
581 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31969">[31969]</a> Options for cleanup_database.pl to remove finished jobs from the background job queue</li>
582 </ul>
583
584 <h3 id="database">Database</h3>
585
586 <ul>
587 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30571">[30571]</a> Table z3950servers: Make host, syntax and encoding NOT NULL</li>
588 </ul>
589
590 <h3 id="erm">ERM</h3>
591
592 <ul>
593 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32130">[32130]</a> Vue files must be kept tidy</li>
594 </ul>
595
596 <h3 id="finesandfees">Fines and fees</h3>
597
598 <ul>
599 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24865">[24865]</a> Customize the accountlines description</p>
600
601 <blockquote>
602   <p>This patch adds a new notice/slip: OVERDUE_FINE_DESC</p>
603   
604   <p>This can be used to customize the accountlines description for overdue fines that can access objects for the checkout, the item, and the borrower</p>
605 </blockquote></li>
606 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27802">[27802]</a> Set focus for cursor on first input field when adding a cash register</p>
607
608 <p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
609 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30335">[30335]</a> Add ability to hide/disable manual invoices and manual credits in patron accounts</li>
610 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30619">[30619]</a> Add the option to email receipts as an alternative to printing</p>
611
612 <p><strong>Sponsored by</strong> <em>Martin Renvoize</em></p>
613
614 <blockquote>
615   <p>This enhancement adds an email receipt option to the Point of Sale module, along with a sample notice (RECEIPT). When completing a transaction, there is now an 'Email receipt' button next to 'Print receipt' button - the email address is entered in a pop-up window if the email receipt option is selected.</p>
616 </blockquote></li>
617 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31121">[31121]</a> Format date range on top of cashup summary page</p>
618
619 <blockquote>
620   <p>This fixes the formatting of dates on the cashup summary modal (it uses the existing $datetime JS include).</p>
621   
622   <p><strong>Sponsored by</strong> <em>PTFS Europe</em></p>
623 </blockquote></li>
624 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31163">[31163]</a> Sort cashup history so that newest entries are first</li>
625 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31254">[31254]</a> Add additional fields for accountlines</li>
626 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31713">[31713]</a> Allow easy printing of patron's fines</p>
627
628 <blockquote>
629   <p>Adds the option to print an accounts summary from the print pull down in the patron's account in the staff interface. This uses the new notice ACCOUNTS_SUMMARY.</p>
630 </blockquote></li>
631 </ul>
632
633 <h3 id="holdrequests">Hold requests</h3>
634
635 <ul>
636 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14364">[14364]</a> Allow automatically canceled expired waiting holds to fill the next hold</li>
637 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14783">[14783]</a> Allow patrons to change pickup location for non-waiting holds</p>
638
639 <p><strong>Sponsored by</strong> <em>Lund University Library, Sweden</em></p>
640
641 <blockquote>
642   <p>This enhancement allows patrons to change the pickup location of non-waiting holds from the opac.</p>
643   
644   <p>The new system preference "OPACAllowUserToChangeBranch" controls at what stages the pickup location can be changed (Pending, In-transit, Suspended).</p>
645 </blockquote></li>
646 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29057">[29057]</a> Use font awesome icons on request.pl</p>
647
648 <blockquote>
649   <p>This enhancement updates the arrows used on the holds page for a record to change the hold priority. Instead of using images for the arrows, Font Awesome icons are now used.</p>
650   
651   <p>In addition, you can now override the icons using any Font Awesome icons in the IntranetUserCSS system preference. For an example, see https://gitlab.com/-/snippets/2319364</p>
652 </blockquote></li>
653 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30500">[30500]</a> Add option to allow user to change the pickup location while a hold is in transit</p>
654
655 <p><strong>Sponsored by</strong> <em>Montgomery County Public Libraries</em></p></li>
656 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30878">[30878]</a> Canceling holds from 'Holds awaiting pickup' should not reset the selected tab</li>
657 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31105">[31105]</a> Holds to pull counts items from other branches when independentbranches is active</li>
658 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31948">[31948]</a> Add timestamp to tmp_holdsqueue</p>
659
660 <blockquote>
661   <p>This adds a timestamp column to the tmp_holdsqueue table that the holds queue in circulation is built from. With RealTimeHoldsQueue this will enable reporting on the date and time an entry was added to the holds queue.</p>
662 </blockquote></li>
663 </ul>
664
665 <h3 id="i18nl10n">I18N/L10N</h3>
666
667 <ul>
668 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28708">[28708]</a> fr-CA localization file</li>
669 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30028">[30028]</a> Patron message delete confirmation untranslatable</p>
670
671 <blockquote>
672   <p>This fixes the patron delete messages dialogue box to make the message shown translatable.</p>
673 </blockquote></li>
674 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30733">[30733]</a> Simplify translatable strings</p>
675
676 <blockquote>
677   <p>Cleanup of translatable text done by guiding the string extractor to make it do simpler strings for translators instead of large concatenation of long strings in the code with a lot of unnecessary %s placeholders.</p>
678 </blockquote></li>
679 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31068">[31068]</a> Context for translation: Print (verb) vs. Print (noun)</p>
680
681 <blockquote>
682   <p>This enhancement adds context for translation purposes to the term 'Print' for notices and slips message transport types (email, print, SMS). (In English, the word "print" is the same whether it is a verb (to print something) or a noun (a print of something), however, for other languages different words may be used. When the word is in a sentence, it's not too difficult to translate, but in cases where the string to translate is simply "Print", it is often used in different cases (noun or verb). For example: in French there are two different spellings, "Imprimer" or "Imprimé".)</p>
683 </blockquote></li>
684 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31715">[31715]</a> Add missing German translations for language descriptions</p>
685
686 <blockquote>
687   <p>This adds the missing German translations for languages, as seen in the language list on the advanced search in staff interface and OPAC.</p>
688 </blockquote></li>
689 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31807">[31807]</a> Context for translation: Filter (verb) vs. Filter (noun)</p>
690
691 <blockquote>
692   <p>This enhancement adds some context for translators for the term "Filter" when used as a noun as opposed to a verb.</p>
693 </blockquote></li>
694 </ul>
695
696 <h3 id="ill">ILL</h3>
697
698 <ul>
699 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22321">[22321]</a> Make it possible to edit illrequests.borrowernumber</li>
700 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24239">[24239]</a> Let the ILL module set ad hoc hard due dates</li>
701 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28909">[28909]</a> Allow Interlibrary loans illview method to use backend template</li>
702 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30484">[30484]</a> Interlibrary loans should have the ability to send notices based on request supplier updates</p>
703
704 <blockquote>
705   <p>This interlibrary loans module enhancement allows backend developers to trigger notices to patrons upon certain backend actions.</p>
706   
707   <p><strong>Sponsored by</strong> <em>PTFS Europe</em></p>
708 </blockquote></li>
709 </ul>
710
711 <h3 id="installationandupgradecommand-lineinstaller">Installation and upgrade (command-line installer)</h3>
712
713 <ul>
714 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25622">[25622]</a> Change way MySQL password is generated by koha-create</li>
715 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29673">[29673]</a> Allow an English sql localization script</li>
716 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32191">[32191]</a> Consistent upgrade messages</li>
717 </ul>
718
719 <h3 id="installationandupgradeweb-basedinstaller">Installation and upgrade (web-based installer)</h3>
720
721 <ul>
722 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31403">[31403]</a> Activate circulation sidebar (CircSidebar system preference) on default in new installations</li>
723 </ul>
724
725 <h3 id="labelpatroncardprinting">Label/patron card printing</h3>
726
727 <ul>
728 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28512">[28512]</a> Quick spine label creator: Add CSS class with logged in library's branchcode</li>
729 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31633">[31633]</a> Add home and holding data attributes to quick spine label print to help customizing</li>
730 </ul>
731
732 <h3 id="lists">Lists</h3>
733
734 <ul>
735 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11889">[11889]</a> Option to keep public or shared lists when deleting patron</p>
736
737 <p><strong>Sponsored by</strong> <em>Catalyst</em></p>
738
739 <blockquote>
740   <p>This report adds the preference ListOwnershipUponPatronDeletion.</p>
741   
742   <p>It allows you to choose between the existing behavior of just deleting all lists when deleting a patron, or transfer ownership of public and shared lists to the staff member that deleted the patron.</p>
743   
744   <p>Follow-up reports will allow for even more flexibility.</p>
745 </blockquote></li>
746 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25498">[25498]</a> Allow to change owner of public or shared list</p>
747
748 <blockquote>
749   <p>This enhancement allows staff members with sufficient permissions to change the owner of a public list.</p>
750   
751   <p>It also add the possibility for the owner of a shared list to transfer ownership to one of the other users of the list via the opac shelves form. Implicitly, we hereby add the option of showing which users are currently sharing the list to the owner.</p>
752 </blockquote></li>
753 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29114">[29114]</a> Can not add barcodes with whitespaces at the beginning to the list</p>
754
755 <blockquote>
756   <p>This fixes an issue where barcodes with white spaces at the beginning could not be added to a list.</p>
757 </blockquote></li>
758 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30933">[30933]</a> Add a designated owner for shared and public lists at patron deletion</p>
759
760 <blockquote>
761   <p>This enhancement enables the transfer of public list ownership when a patron is deleted (from the staff interface, and scripts or cron jobs such as misc/cronjobs/delete_patrons.pl). A new system preference ListOwnershipUponPatronDeletion sets the action to take when a patron with public lists is deleted (options: delete the lists or change owner of these lists). If set to change the owner, the lists are transferred to the borrower number set in the new ListOwnerDesignated system preference.</p>
762 </blockquote></li>
763 </ul>
764
765 <h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
766
767 <ul>
768 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30218">[30218]</a> Add subfield g to 150 heading_fields</p>
769
770 <p><strong>Sponsored by</strong> <em>Steiermärkische Landesbibliothek</em></p></li>
771 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30280">[30280]</a> Support authority records with common subject headings from different thesaurus</p>
772
773 <p><strong>Sponsored by</strong> <em>Lund University Library, Sweden</em></p>
774
775 <blockquote>
776   <p>This enhancement adds support for displaying and linking to subject headings from different thesaurus when using Elasticsearch. The thesaurus used for the term is added to the authority record using 040$f. For the bibliographic record, set the second indicator to 7 for 650 and add the source to 650$2. For local terms, use 4 (Source not specified) as the indicator.</p>
777   
778   <p>Example for a bibliographic record:</p>
779   
780   <p>650 _ 0 $a Feminism
781   650 _ 7 $a Feminism $2 sao
782   650 _ 7 $a Feminism $2 barn</p>
783   
784   <p>The first example above is the LCSH term. The other two terms are from sao (controlled Swedish subject heading system) and barn (Swedish children subject heading system). These three are using the same TOPIC_TERM Feminism, but they belong to different thesaurus.</p>
785 </blockquote></li>
786 </ul>
787
788 <h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
789
790 <ul>
791 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21705">[21705]</a> Map copyrightdate to both 260/264c by default for new MARC21 installations</p>
792
793 <blockquote>
794   <p>This enhancement adds a default mapping from 264c to biblio.copyrightdate for MARC21. Previously, it was only mapped to 260c. Now it is mapped to both. 
795   **This only affects new installations. For current installations, you need to add it manually through Administration > Koha to MARC mapping.</p>
796 </blockquote></li>
797 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25449">[25449]</a> Make itemtype mandatory by default</li>
798 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30430">[30430]</a> UNIMARC XSLT : displaying field B_214</li>
799 </ul>
800
801 <h3 id="marcbibliographicrecordstagingimport">MARC Bibliographic record staging/import</h3>
802
803 <ul>
804 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27421">[27421]</a> Porting tools/stage-marc-import.pl to BackgroundJob</li>
805 </ul>
806
807 <h3 id="notices">Notices</h3>
808
809 <ul>
810 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19966">[19966]</a> Add ability to pass objects directly to slips and notices</li>
811 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26689">[26689]</a> Monetary accounts notices should be definable at the credit_type/debit_type level</p>
812
813 <blockquote>
814   <p><strong>Sponsored by</strong> <em>PTFS Europe</em></p>
815   
816   <p>This enhancement allows end users to define their account notices (print receipt and print invoice for example) at the debit type and credit type level.</p>
817   
818   <p>Simply add a new notice with code 'DEBIT_your_debit_type_code' or 'CREDIT_your_credit_type_code' to the notices and we will pick that over the existing default 'ACCOUNT_DEBIT' and 'ACCOUNT_CREDIT' notices.</p>
819 </blockquote></li>
820 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27265">[27265]</a> process_message_queue.pl cron should be able to take multiple types as a parameter</p>
821
822 <blockquote>
823   <p>This patch adds the ability to specify several types or letter codes when running the process_message_queue script. This allows libraries to consolidate calls when some message types or letter codes are scheduled differently than others</p>
824 </blockquote></li>
825 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31626">[31626]</a> Add letter ID to the message queue table</li>
826 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31714">[31714]</a> Add a more generic way to print patron slips</p>
827
828 <blockquote>
829   <p>This is a first step towards drying out our slip printing code.  We add a new, modern, controller script that accepts any notice template to be passed to it for printing.</p>
830   
831   <p>Next steps would be to start migrating some of the old slips to use this controller and drop their respective controller scripts.</p>
832 </blockquote></li>
833 </ul>
834
835 <h3 id="opac">OPAC</h3>
836
837 <ul>
838 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7960">[7960]</a> Choice to not show the text labels for item types</p>
839
840 <p><strong>Sponsored by</strong> <em>Catalyst</em></p>
841
842 <blockquote>
843   <p>This enhancement adds the class "itypetext" around item type descriptions so they can be hidden with CSS. To hide the descriptions, add .itypetext { display:none; } to the OPACUserCSS (for the OPAC) or IntranetUserCSS (for the staff interface) system preferences.</p>
844 </blockquote></li>
845 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8305">[8305]</a> Add an icon for iOS home screens</li>
846 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8948">[8948]</a> MARC21 field 787 doesn't display</li>
847 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22456">[22456]</a> Allow patrons to cancel their waiting holds</p>
848
849 <p><strong>Sponsored by</strong> <em>Montgomery County Public Libraries</em></p>
850
851 <blockquote>
852   <p>This enhancement allows patrons to cancel holds waiting for pickup from their account (summary > holds > request cancellation button), instead of having to contact the library (for example, by email, phone, or in person).</p>
853   
854   <p>This is enabled by setting rules by library, patron type, and item type. The rules are set from a new "Default waiting hold cancellation policy" section under Administration > Patrons and circulation > Circulation and fines rules.</p>
855   
856   <p>Cancellation requests are listed in a new tab "Holds with cancellation requests" under Circulation > Holds > Holds awaiting pickup.</p>
857 </blockquote></li>
858 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23538">[23538]</a> Email library when new patrons self register</p>
859
860 <p><strong>Sponsored by</strong> <em>Catalyst</em></p>
861
862 <blockquote>
863   <p>This enhancement allows libraries to receive notifications when patrons self-register.</p>
864   
865   <p>This is enabled using the new system preference EmailPatronRegistrations (options are: none, email address of library, EmailAddressForPatronRegistrations, and KohaAdminEmailAddress) and a new notice (OPAC_REG).</p>
866   
867   <p>To use a specific email address for notifications, use the new system preference EmailAddressForPatronRegistrations.</p>
868   
869   <p>If verification is required for self-registrations (when PatronSelfRegistrationVerifyByEmail is enabled), then notifications are only sent to the library once the registration is confirmed.</p>
870 </blockquote></li>
871 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29144">[29144]</a> Move branches.opac_info to AdditionalContents allowing multi language</p>
872
873 <blockquote>
874   <p>This reports moves the contents of column branches.opac_info to a HTML block under Additional contents, identified by the new location OpacLibraryInfo.
875   This allows translation of this block too.</p>
876 </blockquote></li>
877 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29897">[29897]</a> Display author identifiers for researchers</p>
878
879 <p><strong>Sponsored by</strong> <em>Orex Digital</em></p>
880
881 <blockquote>
882   <p>This new enhancement adds the capability to list the different identifiers of authors. It is helpful for research publications for instance.
883   It will add a new "Author identifiers" tab on the detail page (OPAC) of a bibliographic record, with the list of the authors and their identifiers.
884   On the detail page of the authority record, the same identifier list will be displayed.
885   The authority must have a 024$a (identifier) and 024$2 (source).</p>
886 </blockquote></li>
887 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29922">[29922]</a> Group of libraries are now displayed in alphabetical order</p>
888
889 <blockquote>
890   <p>This fixes the display of library groups in the advanced search (Groups of libraries) for the OPAC and staff interface so that they correctly sort in alphabetical order. Before this:</p>
891   
892   <ul>
893   <li>OPAC: were sorted in the order library groups were added, group names with diacritics and umlauts (such as Ä or À) came last (after something starting with Z)</li>
894   <li>Staff interface: were sorted correctly, but had the same issue as the OPAC for group names with diacritics and umlauts</li>
895   </ul>
896 </blockquote></li>
897 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30036">[30036]</a> Add XSLT for authority results view in OPAC</p>
898
899 <blockquote>
900   <p>This enhancement enables the use of custom XSLT stylesheets for displaying OPAC authority search results.</p>
901 </blockquote></li>
902 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30195">[30195]</a> Suggestion form in OPAC should use ISBN to FindDuplicate</p>
903
904 <p><strong>Sponsored by</strong> <em>Steiermärkische Landesbibliothek</em></p></li>
905 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30508">[30508]</a> Do not display OPAC message about block from holds when OPACHoldRequests is disabled</li>
906 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30566">[30566]</a> Incorporate link handling in OPAC's biblio-title include</p>
907
908 <blockquote>
909   <p>Output of titles in the OPAC was centralized into an include file (biblio-title), but unlike the staff interface this didn't include the option of adding a link to the default bibliographic view. This enhancement provides that option. It also updates OPAC pages where the biblio-title include was previously wrapped in an anchor tag, to add a link parameter: [% INCLUDE 'biblio-title.inc' link=> 1 %]</p>
910 </blockquote></li>
911 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30678">[30678]</a> Add OCLC_NO as option to OPACSearchForTitleIn</p>
912
913 <blockquote>
914   <p>This enhancement to the OPAC detail page allows you to search WorldCat using the OCLC number. (Example: add an entry to 035$a (such as (OCoLC)62385712) and use {OCLC_NO} in the OPACSearchForTitleIn system preference.)</p>
915 </blockquote></li>
916 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30880">[30880]</a> Expand OPACResultsUnavailableGroupingBy to have a 'branch only' option</p>
917
918 <p><strong>Sponsored by</strong> <em>Chartered Accountants Australia and New Zealand</em></p></li>
919 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30927">[30927]</a> Improve formatting or iCal files for checkout due dates</li>
920 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31064">[31064]</a> Local login is difficult to style using CSS</li>
921 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31217">[31217]</a> Fix Coce JavaScript to hide single-pixel cover images in the OPAC lightbox gallery</p>
922
923 <p><strong>Sponsored by</strong> <em>Toi Ohomai Institute of Technology, New Zealand</em></p></li>
924 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31294">[31294]</a> Article requests: Mandatory subfields in OPAC don't show they are required</li>
925 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31605">[31605]</a> Improve style of OPAC suggestions search form</li>
926 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31634">[31634]</a> Add part_number and part_name in OPAC result browser</p>
927
928 <blockquote>
929   <p>This enhancement adds the title's part number and part name in the OPAC result browser.</p>
930 </blockquote></li>
931 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31635">[31635]</a> Empty title for current result in OPAC results browser's tooltip on paging</li>
932 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31672">[31672]</a> Remove 'Your' from tab descriptions in OPAC patron account</li>
933 </ul>
934
935 <h3 id="packaging">Packaging</h3>
936
937 <ul>
938 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21366">[21366]</a> Add Plack reload</li>
939 </ul>
940
941 <h3 id="patrons">Patrons</h3>
942
943 <ul>
944 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7660">[7660]</a> Enhanced messaging preferences are not set when creating a child patron from the adult</li>
945 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10950">[10950]</a> Add preferred pronoun field to patron record</p>
946
947 <blockquote>
948   <p>This adds a new free text field 'pronouns' to the patron record. The pronouns also display prominently in the brief patron information section on the left side of the patron account pages.</p>
949 </blockquote></li>
950 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20439">[20439]</a> SMS provider sorting</li>
951 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21978">[21978]</a> Add middle name field</p>
952
953 <p><strong>Sponsored by</strong> <em>Cheshire Libraries</em></p>
954
955 <blockquote>
956   <p>This adds a new free text field 'Middle name' to the patron record.</p>
957 </blockquote></li>
958 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29971">[29971]</a> Remember selections across patron search pages</p>
959
960 <blockquote>
961   <p>This enhancement to patron search remembers selections across multiple pages of search results and multiple different searches. The selected patrons can be added to a patron list or submitted for merging. Selections can be cleared manually and are automatically removed upon logout. Previously, selections were only remembered for the current page of search results.</p>
962 </blockquote></li>
963 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30646">[30646]</a> Add option to send WELCOME notice for new patrons added at first login via LDAP/SAML</p>
964
965 <blockquote>
966   <p>When LDAP or Shibboleth are used to create user accounts on first login, the WELCOME notice can be send automatically to the new users. This requires adding the new configuration option <welcome>1</welcome> to the respective configuration files.</p>
967 </blockquote></li>
968 </ul>
969
970 <h3 id="pluginarchitecture">Plugin architecture</h3>
971
972 <ul>
973 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31894">[31894]</a> Extend hold hooks with more actions</p>
974
975 <blockquote>
976   <p>This patch adds three more hooks to the existing "after_hold_action", extending it to handle the different found values.</p>
977   
978   <ul>
979   <li>"transfer" when a hold calls "set_transfer()" (found=T)</li>
980   <li>"waiting" when a hold calls "set_waiting()" (found=W)</li>
981   <li>"processing" when a hold calls "set_processing()" (found=P)</li>
982   </ul>
983 </blockquote></li>
984 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31895">[31895]</a> New account hook when adding credit</p>
985
986 <blockquote>
987   <p>This patch adds a new hook "after_account_action" with the action "add_credit". This is triggered when a credit is added via for example PAYMENT or WRITEOFF.</p>
988 </blockquote></li>
989 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31896">[31896]</a> New recall hook when adding recall</p>
990
991 <blockquote>
992   <p>This adds a new hook "after_recall_action" with the action "add".</p>
993 </blockquote></li>
994 </ul>
995
996 <h3 id="restapi">REST API</h3>
997
998 <ul>
999 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22678">[22678]</a> Set 'Koha::Logger' as the default mojo logger for the REST API</li>
1000 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26635">[26635]</a> Expand coded values in REST API call</p>
1001
1002 <p><strong>Sponsored by</strong> <em>Virginia Polytechnic Institute and State University</em></p></li>
1003 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30923">[30923]</a> OAuth2 implementation is not experimental</p>
1004
1005 <blockquote>
1006   <p>This enhancement removes the [EXPERIMENTAL] text from the RESTOAuth2ClientCredentials system preference description. OAuth2 has been in use by third parties to securely interact with Koha since its introduction in 2018.</p>
1007 </blockquote></li>
1008 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31128">[31128]</a> Add effective_not_for_loan_status to API item objects</li>
1009 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31555">[31555]</a> Getting holds via REST API needs edit_borrowers permission</p>
1010
1011 <p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
1012 </ul>
1013
1014 <h3 id="reports">Reports</h3>
1015
1016 <ul>
1017 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29579">[29579]</a> Show saved SQL report ID in database query</p>
1018
1019 <blockquote>
1020   <p>This enhancement shows a saved SQL report's ID in the database process list (from example, "/* saved_sql.id: 123 */). This can help when troubleshooting reports that are causing issues, such as taking too long to run or taking up too many system resources.</p>
1021 </blockquote></li>
1022 </ul>
1023
1024 <h3 id="sip2">SIP2</h3>
1025
1026 <ul>
1027 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20058">[20058]</a> Option to use shelving location instead of homebranch for sorting</li>
1028 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31236">[31236]</a> Add ability to send custom item fields via SIP using Template Toolkit</li>
1029 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31296">[31296]</a> Add ability to disable demagnetizing items via SIP2 based on itemtypes</li>
1030 </ul>
1031
1032 <h3 id="searching">Searching</h3>
1033
1034 <ul>
1035 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23919">[23919]</a> Make ISSN searchable with and without hyphen</p>
1036
1037 <blockquote>
1038   <p>This enhancement enables searching by ISSN without using hyphens and using a space instead of the hyphen. This works in the advanced search (staff interface and OPAC) and item search (staff interface).</p>
1039   
1040   <p>It is enabled using a new system preference, SearchWithISSNVariations, with two options - "don't search" (the default), and "search".</p>
1041 </blockquote></li>
1042 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27136">[27136]</a> Add additional languages</p>
1043
1044 <blockquote>
1045   <p>Adds Cree, Afrikaans and Multiple languages, Undetermined and No linguistic content to our language definitions.</p>
1046 </blockquote></li>
1047 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27546">[27546]</a> Add option to search within results on the staff interface</p>
1048
1049 <blockquote>
1050   <p>This enhancement adds a new input above the search results allowing one to search within the results. The search
1051   box will take a query and add it as a limit to the previous search.</p>
1052 </blockquote></li>
1053 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30858">[30858]</a> Add serial enumeration/chronology to itemsearch.pl</p>
1054
1055 <blockquote>
1056   <p>This enhancement to the item search in the staff interface adds a serial enumeration/chronology (952$h) column to the search results and export.</p>
1057 </blockquote></li>
1058 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31213">[31213]</a> When performing a basic search with no results, repeat the search with term quoted</p>
1059
1060 <blockquote>
1061   <p>This enhancement adds a second, automatic, search with the search terms between quotation marks when a search returns no results.</p>
1062   
1063   <p>For example, searches with special characters don't work with Elasticsearch.
1064   A search for Ivy + Bean will return no results. But a search for "Ivy + Bean" will return results.</p>
1065   
1066   <p>With this enhancement, if a user searches for Ivy + Bean without quotation marks and gets no results, Koha will automatically search for "Ivy + Bean" and return those results.</p>
1067   
1068   <p>This targets both Zebra and Elasticsearch, but is more relevant for Elasticsearch.</p>
1069 </blockquote></li>
1070 </ul>
1071
1072 <h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1073
1074 <ul>
1075 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27667">[27667]</a> Display the number of non-indexed records</p>
1076
1077 <blockquote>
1078   <p>This enhancement adds information about non-indexed records when using the Elasticsearch search engine on the About Koha > System information page.</p>
1079   
1080   <p>For example:</p>
1081   
1082   <p>Records are not indexed in Elasticsearch</p>
1083   
1084   <ul>
1085   <li>Warning 1 record(s) missing on a total of 435 in index koha_kohadev_biblios.record(s).</li>
1086   <li>Warning 1 record(s) missing on a total of 1705 in index koha_kohadev_authorities.</li>
1087   </ul>
1088 </blockquote></li>
1089 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31687">[31687]</a> Add see from and see also from tracings in Match index (Elasticsearch, MARC21)</p>
1090
1091 <blockquote>
1092   <p>This enhancement adds see from and see also from terms for uniform title, chronological term, topical term, geographic name, and genre/form term to the Match index in Elasticsearch for MARC21. These will now be searchable in the Authorities module, by selecting the 'Search all headings' tab.</p>
1093   
1094   <p>Previously, only see from/see also from for personal names,
1095   corporate names, and meeting names were indexed and searchable this way.</p>
1096 </blockquote></li>
1097 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31689">[31689]</a> Add see from tracings in Match-heading-see-from index (Elasticsearch, MARC21)</p>
1098
1099 <blockquote>
1100   <p>This enhancement adds fields 430, 448, 450, 451, and 455 to the Match-heading-see-from.</p>
1101   
1102   <p>Previously, only 400, 410, and 411 were indexed.</p>
1103 </blockquote></li>
1104 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31690">[31690]</a> Add see from tracings in See-from index (Elasticsearch, MARC21)</p>
1105
1106 <blockquote>
1107   <p>This enhancement adds fields 450, 451, and 455 to the See-from index for MARC21.</p>
1108   
1109   <p>Previously, only 400, 410, 411, 430, 447, 448, and 462 were indexed.</p>
1110 </blockquote></li>
1111 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31691">[31691]</a> Remove non-existent fields from the See-from index (Elasticsearch, MARC21)</p>
1112
1113 <blockquote>
1114   <p>This enhancement removes fields from the See-from index that don't exist in MARC21.</p>
1115   
1116   <p>The existing fields can be found here: https://www.loc.gov/marc/authority/ad4xx.html</p>
1117 </blockquote></li>
1118 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31693">[31693]</a> Remove non-existent fields from the See-also-from index (Elasticsearch, MARC21)</p>
1119
1120 <blockquote>
1121   <p>This enhancement removes fields from the See-from index that don't exist in MARC21.</p>
1122   
1123   <p>The existing fields can be found here: https://www.loc.gov/marc/authority/ad5xx.html</p>
1124 </blockquote></li>
1125 </ul>
1126
1127 <h3 id="searching-zebra">Searching - Zebra</h3>
1128
1129 <ul>
1130 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31614">[31614]</a> Add configurable timeout for Zebra connections</li>
1131 </ul>
1132
1133 <h3 id="serials">Serials</h3>
1134
1135 <ul>
1136 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26377">[26377]</a> Clearly label parts of subscription-add.pl that relate to optional item records</li>
1137 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26549">[26549]</a> Show value of global system preferences on subscription form</li>
1138 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29055">[29055]</a> Focus on keyword field when subscription biblio search window opens</li>
1139 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30039">[30039]</a> Add publication date column to serial claims table</li>
1140 </ul>
1141
1142 <h3 id="staffinterface">Staff interface</h3>
1143
1144 <ul>
1145 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27497">[27497]</a> Display Koha version in staff interface home page</li>
1146 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27779">[27779]</a> Cashup summary 'refunds' should denote what the refund was actioned against</li>
1147 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28864">[28864]</a> The patron search results in the patron card creator doesn't seem to use PatronsPerPage syspref</li>
1148 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29282">[29282]</a> Show items.issue and items.renewals in the holdings table on the detail page in the staff interface</li>
1149 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30077">[30077]</a> Add option for library dropdown in search function for staff interface</p>
1150
1151 <blockquote>
1152   <p>With the new system preference IntranetCatalogSearchPulldown enabled, you will be able to limit your simple searches in the staff interface by library.</p>
1153 </blockquote></li>
1154 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30922">[30922]</a> Make the "Relative's checkouts" table configurable by the table settings</li>
1155 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31116">[31116]</a> Article requests doesn't respect the 'CircSidebar' preference</li>
1156 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31162">[31162]</a> Add a clear cataloguing module home page</p>
1157
1158 <blockquote>
1159   <p>This enhancement brings more order to the cataloguing features. We create a new 'Cataloguing' module home page and collect the cataloguing tools into it.</p>
1160 </blockquote></li>
1161 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31750">[31750]</a> Need more padding in cataloguing</li>
1162 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31758">[31758]</a> Add 'page-section' to system preferences page</li>
1163 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31762">[31762]</a> Flat vs 3D or mixed</li>
1164 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31763">[31763]</a> Add 'page-section' to patron lists page</li>
1165 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31764">[31764]</a> Add 'page-section' to patron clubs page</li>
1166 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31765">[31765]</a> Add 'page-section' to import patrons page</li>
1167 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31766">[31766]</a> Add 'page-section' to notices and slips page</li>
1168 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31767">[31767]</a> Add 'page-section' to tags page</li>
1169 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31770">[31770]</a> Add 'page-section' to rotating collections page</li>
1170 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31771">[31771]</a> Add 'page-section' to stock rotation pages</li>
1171 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31773">[31773]</a> Add 'page-section' to manage MARC import page</li>
1172 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31780">[31780]</a> Add 'page-section' to audio alerts ( audio_alerts.tt )</li>
1173 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31781">[31781]</a> Transferred items table (branchtransfers.tt) needs page-section class</li>
1174 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31806">[31806]</a> Add 'page-section' to holds page</li>
1175 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31811">[31811]</a> Add 'page-section' to MARC modification templates pages</li>
1176 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31831">[31831]</a> Make inactive search options font slightly bigger</li>
1177 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31834">[31834]</a> Inconsistent table formatting for list of MARC imports</li>
1178 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31864">[31864]</a> Fix breadcrumbs for each link coming from the new cataloging module home page</li>
1179 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31879">[31879]</a> Convert mainpage.css to SCSS</li>
1180 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31882">[31882]</a> Fix page title of pages in the new cataloging module home page</li>
1181 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31906">[31906]</a> Managed by on basket summary page is misaligned</li>
1182 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31911">[31911]</a> Headings are inconsistent in rotating collections</li>
1183 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31917">[31917]</a> Headings don't seem quite right for system preference search</li>
1184 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31939">[31939]</a> Add page-section to admin > libraries area</li>
1185 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31940">[31940]</a> Add page-section to admin > library groups area</li>
1186 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31941">[31941]</a> Add page-section to admin > item types area</li>
1187 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31945">[31945]</a> Add page-section to admin > patron categories area</li>
1188 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31955">[31955]</a> Add page-section to additional fields (admin)</li>
1189 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32155">[32155]</a> Course reserves - instructors display is misaligned on course information page</li>
1190 </ul>
1191
1192 <h3 id="systemadministration">System Administration</h3>
1193
1194 <ul>
1195 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27519">[27519]</a> Normalize Show/Don't show vs Display/Don't display in system preferences</p>
1196
1197 <blockquote>
1198   <p>This enhancement replaces "Display/Don't display" with "Show/Don't show" for several system preferences to improve terminology consistency and make translation easier. A few preferences were also updated where "Yes/No" and "Show/Hide" were used.</p>
1199 </blockquote></li>
1200 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30462">[30462]</a> Improve the default display for the background jobs queue management page</li>
1201 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30850">[30850]</a> Add default mapping for biblio.author to 110$a (MARC21)</p>
1202
1203 <blockquote>
1204   <p>This enhancement maps 110$a (corporate author in MARC21) to biblio.author in the default framework. 
1205   Having the corporate author in biblio.author ensures it will appear wherever the author usually appears in the staff interface.</p>
1206 </blockquote></li>
1207 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30937">[30937]</a> Add a detail view for libraries</li>
1208 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31191">[31191]</a> Specify FacetLabelTruncationLength is only for Zebra</p>
1209
1210 <blockquote>
1211   <p>This enhancement adds a note to the FacetLabelTruncationLength system preference description that it only works with Zebra. When using ElasticSearch, facets are displayed in full.</p>
1212 </blockquote></li>
1213 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31264">[31264]</a> CalendarFirstDayOfWeek not taken into account when configuring curbside pickups</p>
1214
1215 <p><strong>Sponsored by</strong> <em>Association KohaLa</em></p></li>
1216 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31289">[31289]</a> Hide article requests column in circulation rules when ArticleRequests syspref is disabled</li>
1217 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31475">[31475]</a> Group system preferences for suggestions on OPAC tab under new heading</li>
1218 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31545">[31545]</a> ComponentSortField description is incorrect</li>
1219 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31577">[31577]</a> Use patron category multi-select for OpacHiddenItemsExceptions system preference</li>
1220 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31603">[31603]</a> Add search option for plugin page</li>
1221 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31730">[31730]</a> Link to authorized value interface when an authval is mentioned in preferences</li>
1222 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31923">[31923]</a> 'Ignore' tab description is misleading</p>
1223
1224 <blockquote>
1225   <p>This enhancement modifies the description of the 'Ignore' tab in MARC bibliographic and authority framework administration to add that not only does the 'ignored' subfield not appear in the editor, but the subfield will also be deleted from the record. This is the normal behavior of the 'Ignore' tab, it has not changed. Only the description was updated to reflect it's actual behavior.</p>
1226 </blockquote></li>
1227 </ul>
1228
1229 <h3 id="templates">Templates</h3>
1230
1231 <ul>
1232 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22276">[22276]</a> Add client storage of user-selected DataTables configuration</p>
1233
1234 <blockquote>
1235   <p>This allows Koha to remember the changes a user has made to the columns settings on a page so they are kept when reloading the page.</p>
1236 </blockquote></li>
1237 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26486">[26486]</a> Group edit buttons in reports toolbar</li>
1238 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27191">[27191]</a> Set focus for cursor to category code input box when creating new patron categories</p>
1239
1240 <blockquote>
1241   <p>This updates the new patron category input form so that the cursor focus is on the category code input field.</p>
1242 </blockquote></li>
1243 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27193">[27193]</a> Set focus for cursor to patron attribute type code input box when creating new patron attributes</li>
1244 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27195">[27195]</a> Set focus for cursor to city input box when creating new cities</li>
1245 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27436">[27436]</a> Set focus for cursor to report name field when creating new SQL report</li>
1246 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29723">[29723]</a> Add a "Configure table" button for KohaTable tables</li>
1247 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30304">[30304]</a> Reindent lists template in the staff interface</li>
1248 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30309">[30309]</a> Convert lists tabs in the staff interface to Bootstrap</li>
1249 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30333">[30333]</a> Move view actions on acquisitions receipt summary page into menu</li>
1250 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30389">[30389]</a> Switch to Bootstrap tabs on the page for adding orders from MARC file</li>
1251 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30487">[30487]</a> Convert checkout and patron details page tabs to Bootstrap</li>
1252 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30523">[30523]</a> Quiet console warning about missing shortcut-buttons map file</li>
1253 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30570">[30570]</a> Replace the use of jQueryUI tabs in OPAC templates</li>
1254 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30609">[30609]</a> Reindent serial claims template</p>
1255
1256 <blockquote>
1257   <p>This enhancement updates the serial claims template in the staff interface (claims.tt) so that the indentation is consistent and replaces tabs with spaces. It also adds comments to highlight the markup structure.</p>
1258 </blockquote></li>
1259 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30718">[30718]</a> Use flatpickr's altInput option everywhere</li>
1260 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30786">[30786]</a> Capitalization in (Opac)AdvancedSearchTypes</p>
1261
1262 <blockquote>
1263   <p>This fixes the descriptions for the AdvancedSearchTypes and OpacAdvancedSearchTypes system preferences - sentence case is now used for "..Shelving location..".</p>
1264 </blockquote></li>
1265 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30806">[30806]</a> Use patron-title.inc in member-flags template</p>
1266
1267 <blockquote>
1268   <p>This enhancement updates the template for the patron set permissions page (members/member-flags.pl) to use the patron-title.inc include wherever patron names are referenced. This is used to format patron name names consistently, rather than a custom format each time the patron name is referenced. The patron name is now displayed as "Set permissions for firstname lastname (patron card number), instead of "Set permissions for lastname, firstname".</p>
1269 </blockquote></li>
1270 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30807">[30807]</a> Use patron-title.inc in patron payments pages</p>
1271
1272 <blockquote>
1273   <p>This enhancement updates the templates for patron accounting - make a payment tab and payment pages (pay and write off options) to use the patron-title.inc include wherever patron names are referenced. This is used to format patron name names consistently, rather than a custom format each time the patron name is referenced. The patron name is now displayed as "Make a payment for firstname lastname (patron card number)" and "Pay charges for firstname lastname (patron card number)".</p>
1274 </blockquote></li>
1275 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30859">[30859]</a> Upgrade jQuery Validation plugin from v1.19.1</li>
1276 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30917">[30917]</a> Improve course reserves breadcrumbs</li>
1277 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30936">[30936]</a> Reindent authority detail template in staff interface</li>
1278 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31228">[31228]</a> Fix Coce JavaScript to hide single-pixel cover images in both the staff client detail and results pages</p>
1279
1280 <p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1281 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31397">[31397]</a> Set focus for cursor to framework code field when creating a new bibliographic framework</p>
1282
1283 <blockquote>
1284   <p>This enhancement sets the cursor focus on the first input field (Framework code) for the new bibliographic framework form.</p>
1285 </blockquote></li>
1286 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31398">[31398]</a> Set focus for cursor to framework code field when creating a new authority type</p>
1287
1288 <blockquote>
1289   <p>This enhancement sets the focus on the first input field for the new authority type form.</p>
1290 </blockquote></li>
1291 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31399">[31399]</a> Set focus for cursor to first input field when adding new classification source, filing rule, or splitting rule</p>
1292
1293 <blockquote>
1294   <p>This enhancement sets the cursor/focus on the first form field when adding an entry on the classification configuration page (includes input forms for new classification source, filing rule, and splitting rule).</p>
1295 </blockquote></li>
1296 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31400">[31400]</a> Set focus for cursor to matching rule code when adding a new matching rule</li>
1297 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31404">[31404]</a> Update circulation sidebar to match circulation start page</li>
1298 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31414">[31414]</a> Set focus for cursor to Name when adding additional fields for baskets or subscriptions</li>
1299 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31425">[31425]</a> Minor correction to patron categories admin title</li>
1300 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31428">[31428]</a> Shorten new button text "Configure this table"</li>
1301 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31490">[31490]</a> Terminology: change "staff client" to "staff interface" in marc-overlay-rules</li>
1302 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31528">[31528]</a> Replace scss-lint configuration with one for stylelint</li>
1303 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31529">[31529]</a> Fix errors in SCSS files raised by stylelint</li>
1304 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31677">[31677]</a> Convert basic MARC editor tabs to Bootstrap</li>
1305 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31678">[31678]</a> Convert authority editor tabs to Bootstrap</li>
1306 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31718">[31718]</a> Change the IF ELSE values in MARC subfields structure breadcrumbs to facilitate translation</p>
1307
1308 <blockquote>
1309   <p>This enhancement changes the strings in the IF ELSE for the framework name in the breadcrumbs on the marc_subfields_structure.pl page. There is no change to the page in English. However, it will facilitate the translation by having complete strings.</p>
1310 </blockquote></li>
1311 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31759">[31759]</a> Improve styling of tabs</li>
1312 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31993">[31993]</a> Improve specificity of authorized values breadcrumbs</li>
1313 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32014">[32014]</a> Tweak style of checkout settings panel</li>
1314 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32022">[32022]</a> Style tweaks to fieldsets and page-section</li>
1315 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32038">[32038]</a> Sidebar and footer style improvements on suggestions page</li>
1316 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32050">[32050]</a> Add 'page-section' to calendar page</li>
1317 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32068">[32068]</a> Consistent classes for primary buttons: Administration</li>
1318 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32070">[32070]</a> Consistent classes for primary buttons: Acquisitions</li>
1319 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32071">[32071]</a> Consistent classes for primary buttons: Catalog</li>
1320 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32072">[32072]</a> Consistent classes for primary buttons: Cataloging</li>
1321 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32073">[32073]</a> Consistent classes for primary buttons: Circulation</li>
1322 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32085">[32085]</a> Consistent classes for primary buttons: Labels</li>
1323 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32086">[32086]</a> Consistent classes for primary buttons: Patrons</li>
1324 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32087">[32087]</a> Consistent classes for primary buttons: Course reserves</li>
1325 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32088">[32088]</a> Consistent classes for primary buttons: Patron card creator</li>
1326 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32091">[32091]</a> Consistent classes for primary buttons: Reports</li>
1327 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32094">[32094]</a> Consistent classes for primary buttons: Serials</li>
1328 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32096">[32096]</a> Consistent classes for primary buttons: Tools</li>
1329 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32097">[32097]</a> Consistent classes for primary buttons: Lists</li>
1330 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32098">[32098]</a> Consistent classes for primary buttons: Clubs and rotating collections</li>
1331 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32099">[32099]</a> Consistent classes for primary buttons: Assorted templates</li>
1332 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32101">[32101]</a> Add padding to floating toolbars</li>
1333 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32102">[32102]</a> Improve specificity of batch record modification breadcrumbs</li>
1334 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32112">[32112]</a> Move "Delete selected items" button to new line</li>
1335 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32147">[32147]</a> Capitalization: E-Resource management should be E-resource management</li>
1336 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32165">[32165]</a> Add page-section to some catalog pages</li>
1337 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32179">[32179]</a> ERM is missing page-sections</li>
1338 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32182">[32182]</a> Replace static tabs markup with Bootstrap</li>
1339 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32193">[32193]</a> Reindent item details template</li>
1340 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32254">[32254]</a> Add 'page-section' to various tools pages</li>
1341 </ul>
1342
1343 <h3 id="testsuite">Test Suite</h3>
1344
1345 <ul>
1346 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31676">[31676]</a> Make db_dependent/Circulation.t tests more robust</p>
1347
1348 <p><strong>Sponsored by</strong> <em>Gothenburg University Library</em></p></li>
1349 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31870">[31870]</a> Cleaning up t/db_dependent/Context.t</li>
1350 </ul>
1351
1352 <h3 id="tools">Tools</h3>
1353
1354 <ul>
1355 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6936">[6936]</a> Allow to limit on multiple itemtypes when exporting bibliographic records</p>
1356
1357 <blockquote>
1358   <p>This allows multiple item types to be chosen when exporting
1359   bibliographic records from the export catalog tool.</p>
1360 </blockquote></li>
1361 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22659">[22659]</a> Add 'save and continue' functionality to news and HTML customizations</p>
1362
1363 <blockquote>
1364   <p>Adds the ability to save &amp; continue when working with either News or HTML customization editors.</p>
1365 </blockquote></li>
1366 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27920">[27920]</a> Add ability to update patron expiration dates when importing patrons</p>
1367
1368 <blockquote>
1369   <p>This adds a new option to the patron import from that allows to use the expiration date from the import file or recalculate the patron's expiration date using today's date or the original expiration date as base.</p>
1370 </blockquote></li>
1371 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31000">[31000]</a> Use of uninitialized value $record_type in string eq</p>
1372
1373 <blockquote>
1374   <p>This fixes the cause of an error message that appears in the system logs every time that Tools > Catalog > Export data (/cgi-bin/koha/tools/export.pl) is accessed. The error message was "AH01215: Use of uninitialized value $record_type in string eq at /kohadevbox/koha/tools/export.pl line 43.: /kohadevbox/koha/tools/export.pl,...".</p>
1375 </blockquote></li>
1376 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31062">[31062]</a> Change description of QOTD tool in tools-home</p>
1377
1378 <blockquote>
1379   <p>This enhancement changes the name and description of the QOTD tool in order to make them more consistent with the other tool names and descriptions.</p>
1380 </blockquote></li>
1381 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31385">[31385]</a> Additional contents: Allow searching a CMS page by code in multilanguage env</li>
1382 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31553">[31553]</a> News item contents field does not always expand when you click on a non-default language</p>
1383
1384 <p><strong>Sponsored by</strong> <em>Toi Ohomai Institute of Technology, New Zealand</em></p></li>
1385 </ul>
1386
1387 <h2 id="criticalbugsfixed">Critical bugs fixed</h2>
1388
1389 <p>(This list includes all bugfixes since the previous major version. Most of them
1390 have already been fixed in maintainance releases)</p>
1391
1392 <h3 id="acquisitions">Acquisitions</h3>
1393
1394 <ul>
1395 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14680">[14680]</a> When creating orders from a staged file discounts supplied in the form are added</li>
1396 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31134">[31134]</a> t/Ediorder.t tests failing on 22.05.02</li>
1397 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31158">[31158]</a> Can't filter suggestions by date ranges</li>
1398 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32045">[32045]</a> Cannot order multiple from staged file</li>
1399 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32166">[32166]</a> When adding to a basket from a staged file we may use the wrong inputs</li>
1400 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32167">[32167]</a> When adding an order from a a staged file without item fields we only add price if there is a vendor discount</li>
1401 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32171">[32171]</a> Order prices not populated when adding to a basket from a staged file</li>
1402 </ul>
1403
1404 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
1405
1406 <ul>
1407 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30876">[30876]</a> recalls/recalls_to_pull.pl introduces an incorrect use of ->search in list context</li>
1408 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30939">[30939]</a> remove_unused_authorities.pl is broken</p>
1409
1410 <blockquote>
1411   <p>This fixes the ./misc/migration_tools/remove_unused_authorities.pl script so that it now works and deletes unused authority records. Before this, it generated an error message at the first unused authority record and stopped (without deleting any unused authority records).</p>
1412 </blockquote></li>
1413 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31133">[31133]</a> TestBuilder fragile on virtual fks</li>
1414 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31140">[31140]</a> TestBuilder.t is failing on item groups modules</li>
1415 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31245">[31245]</a> Job detail view for batch mod explode if job not started</li>
1416 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31274">[31274]</a> OPACSuggestionAutoFill must be 1 or 0</li>
1417 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31351">[31351]</a> Worker dies on reindex job when operator last name/first name/branch name contains non-ASCII chars</li>
1418 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31396">[31396]</a> OPAC shelf browser broken after removal GetItemsInfo from opac-detail</li>
1419 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31437">[31437]</a> ModItemTransfer triggers indexing twice</li>
1420 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31785">[31785]</a> Adding or editing library does not respect public flag</li>
1421 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32011">[32011]</a> 2FA - Problem with qr_code generation</li>
1422 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32119">[32119]</a> Cannot add new guarantee</li>
1423 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32242">[32242]</a> The job has not been sent to the message broker: (Wide character in syswrite ... )</li>
1424 </ul>
1425
1426 <h3 id="authentication">Authentication</h3>
1427
1428 <ul>
1429 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31247">[31247]</a> Staff interface 2FA blocks logging into the OPAC</li>
1430 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31382">[31382]</a> Cannot reach password reset page when password expired</li>
1431 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32178">[32178]</a> query parameters in check_api_auth lets anyone assume a user id</li>
1432 </ul>
1433
1434 <h3 id="cataloging">Cataloging</h3>
1435
1436 <ul>
1437 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29958">[29958]</a> Missing dateaccessioned is set to today when storing an item</p>
1438
1439 <blockquote>
1440   <p>This fixes editing items without an accession date - the accessioned date will remain empty, instead of being updated to today's date.</p>
1441 </blockquote></li>
1442 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29963">[29963]</a> Date accessioned plugin should not automatically fill today's date on cataloguing screens</li>
1443 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30234">[30234]</a> Serial local covers don't appear in the staff interface for other libraries with SeparateHoldings</p>
1444
1445 <blockquote>
1446   <p>This fixes the display of item-specific local cover images in the staff interface. Before this, item images were not shown for holdings on the record's details view page.</p>
1447 </blockquote></li>
1448 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30909">[30909]</a> Regression, Permanent shelving location is always updated when editing location VIA ADDITEM.PL if both are mapped to MARC fields</li>
1449 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31179">[31179]</a> Duplicate item is duplicating internal item fields</li>
1450 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31223">[31223]</a> Batch edit items explodes if plugins disabled</li>
1451 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31234">[31234]</a> SubfieldsToAllowForRestrictedEditing : data from drop-down menu not stored</li>
1452 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31818">[31818]</a> Advanced editor doesn't show keyboard shortcuts</li>
1453 </ul>
1454
1455 <h3 id="circulation">Circulation</h3>
1456
1457 <ul>
1458 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28553">[28553]</a> Patrons can be set to receive auto_renew notices as SMS, but Koha does not generate them</li>
1459 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29012">[29012]</a> Some rules are not saved when left blank while editing a 'rule' line in smart-rules.pl</li>
1460 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29051">[29051]</a> Seen renewal methods incorrectly blocked</li>
1461 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29504">[29504]</a> Confirm item parts requires force_checkout permission (checkouts tab)</li>
1462 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30885">[30885]</a> Recall - detail page explosion</p>
1463
1464 <p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1465 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30886">[30886]</a> Recall status cannot be correct on OPAC detail page</p>
1466
1467 <p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1468 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30907">[30907]</a> Remaining incorrect uses of Koha::Recall->item_level_recall</li>
1469 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30924">[30924]</a> Fix recalls-related errors in transfers and cancelling actions</li>
1470 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30944">[30944]</a> Fix single cancel recall button in recalls tab in staff interface and correctly handle cancellations with branch transfers</p>
1471
1472 <p><strong>Sponsored by</strong> <em>Catalyst</em></p>
1473
1474 <blockquote>
1475   <p>This fixes the 'cancel' recall button in several places so that it now works as expected (including the recalls tab in a patron's details section, the recalls section for a record, and the circulation recalls queue and recalls to pull pages). It also ensures a correct cancellation reason is logged when cancelling a recall in transit.</p>
1476 </blockquote></li>
1477 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30971">[30971]</a> Recalls - log viewer error</p>
1478
1479 <blockquote>
1480   <p>This fixes an error that occurred when viewing recalls log entries. The error was caused by the renaming of itemnumber, biblionumber, and branchcode attributes.</p>
1481 </blockquote></li>
1482 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31395">[31395]</a> Checking in non-existent barcodes makes Koha explode</li>
1483 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32111">[32111]</a> Cannot schedule a pickup at the OPAC</li>
1484 </ul>
1485
1486 <h3 id="command-lineutilities">Command-line Utilities</h3>
1487
1488 <ul>
1489 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29325">[29325]</a> commit_file.pl error 'Already in a transaction'</p>
1490
1491 <blockquote>
1492   <p>This fixes the command line script misc/commit_file.pl and manage staged MARC records tool in the staff interface so that imported records are processed.</p>
1493   
1494   <p>The error message from The command line script was failing with this error message "DBIx::Class::Storage::DBI::<em>exec</em>txn_begin(): DBI Exception: DBD::mysql::db begin_work failed: Already in a transaction at /kohadevbox/koha/C4/Biblio.pm line 303". In the staff interface, the processing of staged records would fail without any error messages.</p>
1495 </blockquote></li>
1496 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30308">[30308]</a> bulkmarcimport.pl broken by OAI-PMH:AutoUpdateSets(EmbedItemData)</li>
1497 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30914">[30914]</a> cleanup_database.pl --transfers --old-reserves --confirm does not work</li>
1498 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32012">[32012]</a> runreport.pl should use binmode UTF-8</li>
1499 </ul>
1500
1501 <h3 id="database">Database</h3>
1502
1503 <ul>
1504 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30899">[30899]</a> Upgrade sometimes fails at "Upgrade to 21.11.05.004"</p>
1505
1506 <blockquote>
1507   <p>This database revision fixes the one from bug 30449 for table borrower_attribute_types.</p>
1508 </blockquote></li>
1509 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30912">[30912]</a> Database update fails for 21.12.00.016 Bug 30060</li>
1510 </ul>
1511
1512 <h3 id="finesandfees">Fines and fees</h3>
1513
1514 <ul>
1515 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24381">[24381]</a> ACCOUNT_CREDIT and ACCOUNT_DEBIT slip not printing information about paid fines/fees</li>
1516 </ul>
1517
1518 <h3 id="holdrequests">Hold requests</h3>
1519
1520 <ul>
1521 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29196">[29196]</a> Follow-up to Bug 27068 - Remove unnecessary check</li>
1522 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30742">[30742]</a> Confusion when placing hold on record with no items available because of not for loan</li>
1523 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30794">[30794]</a> 'Default checkout, hold and return policy' overrides Unlimited holds in 'Default checkout, hold policy by patron category'</li>
1524 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30892">[30892]</a> Holds not getting placed</li>
1525 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30960">[30960]</a> Koha lets you place item-level holds without a pick-up place</li>
1526 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31355">[31355]</a> Specific item holds table on OPAC only showing 10 items</li>
1527 </ul>
1528
1529 <h3 id="installationandupgradecommand-lineinstaller">Installation and upgrade (command-line installer)</h3>
1530
1531 <ul>
1532 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30539">[30539]</a> Koha upgrade error "Column 'claimed_on' cannot be null"</p>
1533
1534 <blockquote>
1535   <p>This fixes an upgrade error that could result in data loss when upgrading from earlier releases to 20.05 (and later releases). It results in the claim_dates for orders being replaced with the date the upgrade was run. (This was caused by an error in the database update for bug 24161 - Add ability to track the claim dates of later orders.)</p>
1536 </blockquote></li>
1537 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31673">[31673]</a> DB update of bug 31086 fails: Cannot change column 'branchcode': used in a foreign key constraint</li>
1538 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32110">[32110]</a> Duplicated additional content entries on DBRev 210600016</li>
1539 </ul>
1540
1541 <h3 id="lists">Lists</h3>
1542
1543 <ul>
1544 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30925">[30925]</a> Creating public list by adding items to new list creates a private list</li>
1545 </ul>
1546
1547 <h3 id="marcbibliographicdatasupport">MARC Bibliographic data support</h3>
1548
1549 <ul>
1550 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29001">[29001]</a> Subfields attributes are not preserved when order is changed in framework</li>
1551 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31238">[31238]</a> Unable to save authorised value to frameworks subfields</p>
1552
1553 <p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
1554 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31526">[31526]</a> Diff view on manage staged imports page is broken</li>
1555 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31869">[31869]</a> Unable to save thesaurus value to frameworks subfields</li>
1556 </ul>
1557
1558 <h3 id="opac">OPAC</h3>
1559
1560 <ul>
1561 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29782">[29782]</a> Additional contents: Fix handling records without title or content</li>
1562 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31303">[31303]</a> Fatal error when viewing OPAC user account with waiting holds</li>
1563 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32114">[32114]</a> Template error in OPAC search results RSS</li>
1564 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32185">[32185]</a> Template error in opac-reserve.pl</li>
1565 </ul>
1566
1567 <h3 id="packaging">Packaging</h3>
1568
1569 <ul>
1570 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31499">[31499]</a> Add libhttp-tiny-perl 0.076 dependency for ES7</li>
1571 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31588">[31588]</a> Update cpanfile for new OpenAPI versions</li>
1572 </ul>
1573
1574 <h3 id="patrons">Patrons</h3>
1575
1576 <ul>
1577 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30868">[30868]</a> Modifying a patron - page not found error after fixing validation errors where the message is displayed at the top of the page</p>
1578
1579 <blockquote>
1580   <p>This fixes a page not found error message generated after fixing validation errors when editing a patron (where the validation/error message is shown at the top of the page - below the patron name, but before the Save and Cancel buttons). (This was introduced by bug 29684: Fix warn about js/locale_data.js in 22.05.)</p>
1581 </blockquote></li>
1582 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31005">[31005]</a> Cannot edit patrons in other categories if an extended attribute is mandatory and limited to a category</p>
1583
1584 <blockquote>
1585   <p>This fixes an error when a mandatory patron attribute limited to a specific patron category was causing a '500 error' when editing a patron not in that category.</p>
1586 </blockquote></li>
1587 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31421">[31421]</a> Library limitation on patron category breaks patron search</li>
1588 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31497">[31497]</a> Quick add: mandatory fields save as empty when not filled in before first save attempt</li>
1589 </ul>
1590
1591 <h3 id="restapi">REST API</h3>
1592
1593 <ul>
1594 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30677">[30677]</a> Unknown column 'biblioitem.title' in 'where clause' 500 error in API /api/v1/acquisitions/orders</li>
1595 </ul>
1596
1597 <h3 id="searching">Searching</h3>
1598
1599 <ul>
1600 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26247">[26247]</a> Search terms retained in header search creates UX inconsistency</p>
1601
1602 <blockquote>
1603   <p>This fixes usability and consistency issues with the staff interface search header. Retaining or clearing search terms between searches is now configurable using two new system preferences - RetainCatalogSearchTerms (for searching the catalog) and RetainPatronsSearchTerms (for check out and searching patrons). Previously, search terms were retained when 1) searching the catalog and then switching to check out, check in, or renew 2) searching  from the check out or search patrons and then switching to check in, renew and search catalog. This then required manually clearing the input field.</p>
1604 </blockquote></li>
1605 </ul>
1606
1607 <h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
1608
1609 <ul>
1610 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30883">[30883]</a> Authorities merge is limited to 100 biblio with Elasticsearch</p>
1611
1612 <blockquote>
1613   <p>This fixes the hard-coded limit of 100 when merging authorities (when Elasticsearch is the search engine). When merging authorities where the term is used over 100 times, only the first 100 authorities would be merged and the old term deleted, irrespective of the value set in the AuthorityMergeLimit system preference.</p>
1614 </blockquote></li>
1615 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31076">[31076]</a> Bug 22605 breaks date of publication range search</p>
1616
1617 <blockquote>
1618   <p>This fixes the date of publication range searching in the staff interface when using Elasticsearch. It was working in the OPAC, but not the staff interface - caused by a regression from Bug 22605 introduced in Koha 22.05. For example: a search for 2005-2010 in the staff interface advanced search will now display the same results as the OPAC.</p>
1619 </blockquote></li>
1620 </ul>
1621
1622 <h3 id="searching-zebra">Searching - Zebra</h3>
1623
1624 <ul>
1625 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31106">[31106]</a> Error searching for analytics in detail view</p>
1626
1627 <p><strong>Sponsored by</strong> <em>Theke Solutions</em></p>
1628
1629 <blockquote>
1630   <p>This fixes two issues that affect searching and links for analytics on the detail view pages for records in the staff interface and OPAC:</p>
1631   
1632   <ol>
1633   <li><p>Several characters will break Zebra search engine queries, so search terms need to be quoted by the query builder for things to work. Double quotes in titles and used in search terms were not escaped, cuasing issues with results.</p></li>
1634   <li><p>This caused links to and from host records using 773$t and 773$a to fail (not find or display the expected results).</p></li>
1635   </ol>
1636   
1637   <p>Example: Before this was fixed, for a host record with the title 'Uncond"itional?¿' and child records linked using 773$t and 773$a:</p>
1638   
1639   <ul>
1640   <li>the 'Show analytics' link was not displayed in the staff interface and OPAC for the host record</li>
1641   <li>the link from the child record back to the host record ('In' Title of host record (linked)) didn't work.</li>
1642   </ul>
1643 </blockquote></li>
1644 </ul>
1645
1646 <h3 id="staffinterface">Staff interface</h3>
1647
1648 <ul>
1649 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31138">[31138]</a> DataTables is not raising error to the end user</li>
1650 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31749">[31749]</a> Detail view broken</li>
1651 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31819">[31819]</a> Formatting of item form in acq when ordering is broken</li>
1652 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31936">[31936]</a> Link to advanced search form in acquisitions is missing</li>
1653 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32035">[32035]</a> "Koha" less prominent in new staff interface</p>
1654
1655 <blockquote>
1656   <p>This adds "Koha" in front of the version number on the staff interface home page and links it to Koha Community website.</p>
1657 </blockquote></li>
1658 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32046">[32046]</a> When adding a new records from a staged files, there are style issues</li>
1659 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32172">[32172]</a> Random biblionumber passed when clicking 'Z3950  SRU/Search' from the search results in staff client</li>
1660 </ul>
1661
1662 <h3 id="systemadministration">System Administration</h3>
1663
1664 <ul>
1665 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29951">[29951]</a> Cannot add splitting rule to classification sources</p>
1666
1667 <blockquote>
1668   <p>This fixes an error* that was displayed when adding a splitting rule to classifications sources (Administration > Catalog > Classification configuration). </p>
1669   
1670   <ul>
1671   <li>Clicking 'Add a splitting rule' generates an error page starting "Can't locate object method "subclasses" via package "C4::ClassSplitRoutine" at /kohadevbox/koha/C4/ClassSplitRoutine.pm line 53".</li>
1672   </ul>
1673 </blockquote></li>
1674 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31364">[31364]</a> Saving multi-select system preference don't save when all checks are removed</li>
1675 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31422">[31422]</a> Library limitations might cause data loss when editing patrons</li>
1676 </ul>
1677
1678 <h3 id="templates">Templates</h3>
1679
1680 <ul>
1681 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31558">[31558]</a> Upgrade of TinyMCE broke image drag and drop</li>
1682 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32212">[32212]</a> Add separate Bootstrap 4 node module for the OPAC</li>
1683 </ul>
1684
1685 <h3 id="testsuite">Test Suite</h3>
1686
1687 <ul>
1688 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31108">[31108]</a> rename ./t/00-check-atomic-updates.pl extension to *.t</li>
1689 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31992">[31992]</a> t::lib::Mocks::Zebra still using old stage for import page</li>
1690 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32010">[32010]</a> selenium/authentication_2fa.t is failing randomly</li>
1691 </ul>
1692
1693 <h3 id="tools">Tools</h3>
1694
1695 <ul>
1696 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29828">[29828]</a> If no content is added to default, but a translation, news/additional content entries don't show in list</li>
1697 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30831">[30831]</a> Add unit test for BatchCommitItems</li>
1698 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30884">[30884]</a> Incomplete replace of jQuery UI tabs in batch patron modification breaks the form sending</li>
1699 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30889">[30889]</a> Background jobs lead to wrong/missing info in logs</li>
1700 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30972">[30972]</a> "Replace existing covers" checkbox replaces ALL local covers for a biblio, not only the specific item's covers</li>
1701 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31154">[31154]</a> Batch item modification fails when "Use default values" is checked</p>
1702
1703 <p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
1704 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31782">[31782]</a> Patron autocomplete broken when using js/autocomplete/patrons.js</li>
1705 </ul>
1706
1707 <h2 id="securitybugs">Security bugs</h2>
1708
1709 <h3 id="koha">Koha</h3>
1710
1711 <ul>
1712 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28739">[28739]</a> Objects in notices should restrict  the methods that can be called</li>
1713 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30969">[30969]</a> Cross site scripting (XSS) attack in OPAC authority search ( opac-authorities-home.pl )</li>
1714 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31219">[31219]</a> Patron attribute types not cleaned/checked</li>
1715 </ul>
1716
1717 <h2 id="otherbugsfixed">Other bugs fixed</h2>
1718
1719 <p>(This list includes all bugfixes since the previous major version. Most of them
1720 have already been fixed in maintainance releases)</p>
1721
1722 <h3 id="acquisitions">Acquisitions</h3>
1723
1724 <ul>
1725 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13614">[13614]</a> Replace usage of YUI on basket groups page</p>
1726
1727 <blockquote>
1728   <p>This enhancement:</p>
1729   
1730   <ol>
1731   <li>Updates the basket groups interface so that it doesn't rely on YUI to move baskets in and out of groups.</li>
1732   <li>Removes all YUI assets and many long-obsolete references to YUI-related classes and IDs.</li>
1733   </ol>
1734   
1735   <p>For basket groups, you no longer need to drag and drop baskets between columns (which could be a bit fiddly). </p>
1736   
1737   <p>The basket group form is now in one column and ungrouped baskets in another. Baskets are listed in sortable tables, and using 'Add to group' and 'Remove' buttons lets you add and remove baskets from the group.</p>
1738 </blockquote></li>
1739 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23202">[23202]</a> Problems when adding multiple items to an order in acquisitions</li>
1740 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27017">[27017]</a> Add further defensive coding to EDI Invoice handling</li>
1741 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27550">[27550]</a> "Duplicate budget" does not keep users associated with the funds</p>
1742
1743 <blockquote>
1744   <p>Users linked to funds in acquisitions will now be kept when a budget and fund structure is duplicated.</p>
1745 </blockquote></li>
1746 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29554">[29554]</a> neworderempty.pl may create records with biblioitems.itemtype NULL</li>
1747 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29607">[29607]</a> addorderiso2709: The stored discount when importing an order from a file is invalid</p>
1748
1749 <blockquote>
1750   <p>This fixes how the discount amount for an order is stored and shown when an order is added to a basket using "From staged MARC records". The discount amount was incorrectly stored in the database and shown incorrectly when modifying the order (for example, a 25% discount shown as 0.2500 in the database and .25% on the form). This would result in the order amount changing when modifying an order.</p>
1751 </blockquote></li>
1752 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29658">[29658]</a> Crash on cancelling cancelled order</li>
1753 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29961">[29961]</a> Horizontal scroll bar in acquisition z39.50 search should always show</li>
1754 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30268">[30268]</a> When creating an order from a staged file, mandatory item subfields that are empty do not block form submission</li>
1755 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30359">[30359]</a> GetBudgetHierarchy is slow on order receive page</p>
1756
1757 <p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
1758 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30658">[30658]</a> (Bug 29496 follow-up) CheckMandatorySubfields don't  work properly with select field in serials-edit.tt for Supplemental issue</li>
1759 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30938">[30938]</a> Fix column configuration to the acquisitions home page</p>
1760
1761 <blockquote>
1762   <p>This fixes the acquisitions home page to show the column configuration button.</p>
1763 </blockquote></li>
1764 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31054">[31054]</a> Manual importing for EDIFACT invoices fails with a 500 error page</li>
1765 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31144">[31144]</a> When modifying an order we should not load the vendor default discount</li>
1766 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31367">[31367]</a> Display of sub-funds does not include totals of sub-sub-funds on acquisitions home page</li>
1767 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31587">[31587]</a> Basket not accessible from ACQORDER notice</p>
1768
1769 <blockquote>
1770   <p>This makes sure that the basket object is passed to the ACQORDER notice in order to allow adding information about the basket and the order lines within it.</p>
1771 </blockquote></li>
1772 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31649">[31649]</a> Acquisition basket CSV export fails if biblio does not exist</li>
1773 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31711">[31711]</a> When creating order lines "From a new file" you are no longer redirected to acq after import</li>
1774 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31840">[31840]</a> Incorrect warning that order total amount exceeds allowed budget when editing existing order</p>
1775
1776 <p><strong>Sponsored by</strong> <em>Waikato Institute of Technology</em></p>
1777
1778 <blockquote>
1779   <p>This patch deducts the current cost of an order if modifying it, so that the current cost isn't counted when checking whether the updated cost will take the order total amount above the allowed budget.</p>
1780 </blockquote></li>
1781 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32016">[32016]</a> Fix 'clear filter' button behavior on datatable saving their state</li>
1782 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32076">[32076]</a> Form for editing a basket group is misaligned</li>
1783 </ul>
1784
1785 <h3 id="architectureinternalsandplumbing">Architecture, internals, and plumbing</h3>
1786
1787 <ul>
1788 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12758">[12758]</a> Failure when loading or parsing XSLT stylesheets over HTTPS</li>
1789 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20457">[20457]</a> Overdue and pre-overdue cronjobs not skipping phone notices</li>
1790 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25716">[25716]</a> Add ability to specify additional options in koha-conf.xml for z3950_responder.pl when using koha-z3950-responder</li>
1791 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26648">[26648]</a> Prevent internal server error if item attached to old checkout has been removed</li>
1792 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27259">[27259]</a> HomeOrHoldingBranch is not used in all places</li>
1793 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27849">[27849]</a> Koha::Token may access undefined C4::Context->userenv</li>
1794 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28167">[28167]</a> A warning when setting which library to use in intranet and UseCashRegisters is disabled</li>
1795 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28375">[28375]</a> Inefficiencies in fetching COinS</li>
1796 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29184">[29184]</a> Warn from chargelostitem when no replacement cost set for item</li>
1797 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29871">[29871]</a> Remove marcflavour param in Koha::Biblio->get_marc_notes</li>
1798 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30262">[30262]</a> opac/tracklinks.pl inconsistent with GetMarcUrls for whitespace</li>
1799 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30399">[30399]</a> Patron.t fails when there is a patron attribute that is mandatory</li>
1800 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30409">[30409]</a> barcodedecode() should always trim barcode</li>
1801 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30468">[30468]</a> koha-mysql does not honor Koha's timezone setting</li>
1802 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30731">[30731]</a> Noise from about script coming from Test::MockTime (or other CPAN modules)</li>
1803 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30744">[30744]</a> Use RecordProcessor in get_marc_notes to ensure non-public notes do not leak</li>
1804 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30813">[30813]</a> Refactor TransformMarcToKoha to remove TransformMarcToKohaOneField</li>
1805 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30822">[30822]</a> BatchCommit does not deal with indexation correctly</li>
1806 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30823">[30823]</a> Recalls should use 'FILL' in action logs</p>
1807
1808 <p><strong>Sponsored by</strong> <em>Catalyst</em></p>
1809
1810 <blockquote>
1811   <p>This enhancement changes recall fulfillment actions to log with the FILL action, same as holds. It will also update existing recalls FULFILL actions in the database to use the FILL action.</p>
1812 </blockquote></li>
1813 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30824">[30824]</a> Improve performance of BatchCommitItems</li>
1814 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30954">[30954]</a> includes/background_jobs_update_elastic_index.inc  must be removed</li>
1815 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30974">[30974]</a> Job size not correct for indexing jobs</li>
1816 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30984">[30984]</a> Action logs should log the cronjob script name that generated the given log</li>
1817 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31053">[31053]</a> Add Context module to Koha/Encryption</li>
1818 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31058">[31058]</a> Bad import in auto_unsuspend_holds</li>
1819 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31145">[31145]</a> Add some defaults for acquisitions in TestBuilder</li>
1820 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31177">[31177]</a> Misplaced import in C4::ILSDI::Services</li>
1821 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31196">[31196]</a> Key "default_value_for_mod_marc-" cleared from cache but not set anymore</li>
1822 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31222">[31222]</a> DBIC queries for batch mod can be very large</li>
1823 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31288">[31288]</a> Check userenv in ->disown_or_delete</li>
1824 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31305">[31305]</a> Useless "type" parameter passed in detail.tt</li>
1825 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31307">[31307]</a> already_reserved never used in opac/opac-reserve.pl</li>
1826 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31390">[31390]</a> Remove noisy warns in C4::Templates</li>
1827 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31441">[31441]</a> Koha::Item::as_marc_field ignores subfields where kohafield is an empty string</li>
1828 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31468">[31468]</a> Koha::Logger should prefix interface with 'plack'</li>
1829 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31469">[31469]</a> log4perl.conf: Plack logfiles need %n in conversionpattern</li>
1830 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31473">[31473]</a> Test about bad OpacHiddenItems conf fragile</li>
1831 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31535">[31535]</a> Fix a staff warn or two</li>
1832 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31842">[31842]</a> admin/branches: DT search generates js error on col.data.split</li>
1833 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31871">[31871]</a> Due date not shown on items tab</li>
1834 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31873">[31873]</a> Can't call method "safe_delete" on an undefined value at cataloguing/additem.pl</li>
1835 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31889">[31889]</a> Insert 952 tags in correct order when embedding items</li>
1836 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31920">[31920]</a> Unit test t/db_dependent/Holds.t leaves behind database cruft</li>
1837 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32151">[32151]</a> [WARN] Use of uninitialized value in numeric ne (!=) at C4/Ris.pm line 834.</li>
1838 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32154">[32154]</a> Missing primary key on erm_user_roles table</li>
1839 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32161">[32161]</a> ErmEholdingsPackagesAgreement has wrong koha_object_class</li>
1840 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32162">[32162]</a> erm_eholdings_packages_agreements does not have a primary key</li>
1841 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32163">[32163]</a> ErmUserRole has wrong koha_object[s]_class</li>
1842 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32223">[32223]</a> package.json script paths too specific</li>
1843 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32224">[32224]</a> Add cypress and prettier to the yarn commands</li>
1844 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32248">[32248]</a> t/00-checkdatabase-version.t should be removed</li>
1845 </ul>
1846
1847 <h3 id="authentication">Authentication</h3>
1848
1849 <ul>
1850 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30842">[30842]</a> Two-factor  authentication code should be valid longer</p>
1851
1852 <blockquote>
1853   <p>This extends the time a two-factor authentication code is valid for, in case it is not entered quickly enough. (Example: wait for the code to change, then enter the previous code - this should still work, but will not work when the code changes again.)</p>
1854 </blockquote></li>
1855 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32066">[32066]</a> 2FA: User could get stuck temporarily on login screen when disabling pref</li>
1856 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32138">[32138]</a> OIDC client uses backwards default mapping</li>
1857 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32139">[32139]</a> "Update on login" setting not set when creating domain from new IdP page</li>
1858 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32141">[32141]</a> New and edit identity provider UIs inconsistent</li>
1859 </ul>
1860
1861 <h3 id="cataloging">Cataloging</h3>
1862
1863 <ul>
1864 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25387">[25387]</a> Avoid merge different type of authorities</li>
1865 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27683">[27683]</a> Bind results of GetAnalyticsCount to the EasyAnalyticalRecords pref</li>
1866 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29662">[29662]</a> PrefillItem should apply to all subfields when SubfieldsToUseWhenPrefill is null</li>
1867 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30250">[30250]</a> Configure when to apply framework defaults when cataloguing</p>
1868
1869 <p><strong>Sponsored by</strong> <em>Catalyst</em> and <em>Education Services Australia SCIS</em></p>
1870
1871 <blockquote>
1872   <p>This patch adds a system preference ApplyFrameworkDefaults to configure when to apply framework defaults - when cataloguing a new record, when editing a record as new (duplicating), or when changing the framework while editing an existing record, or when importing a record. This applies to both bibliographic records and authority records.</p>
1873 </blockquote></li>
1874 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30976">[30976]</a> Cover images for biblio should be displayed first</li>
1875 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31643">[31643]</a> Link authorities automatically requires ALL cataloging and authorities permissions</li>
1876 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31646">[31646]</a> Focus input by default when clicking on a dropdown field in the cataloguing editor</li>
1877 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31682">[31682]</a> Silence warn when using automatic linker in biblio editor</p>
1878
1879 <p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1880 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31724">[31724]</a> MARC framework subfield deletion - 'i' added to end of the breadcrumb on confirm deletion page</p>
1881
1882 <blockquote>
1883   <p>This fixes the breadcrumb when deleting a subfield for a framework. An 'i' was incorrectly added to the end of the breadcrumb on the deletion confirmation page, for example: ... > Confirm deletion of subfield bi</p>
1884 </blockquote></li>
1885 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31863">[31863]</a> Advanced cataloging editor no longer auto-resizes</li>
1886 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31876">[31876]</a> Capitalization: Click to Expand this Tag</li>
1887 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31877">[31877]</a> Capitalization: Delete this Tag and Repeat this Tag</li>
1888 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31881">[31881]</a> Link in MARC view does not work</li>
1889 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31987">[31987]</a> Update plugin unimarc_field_110.pl fields</li>
1890 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32188">[32188]</a> Only show template controls above item form if templates have been defined</li>
1891 </ul>
1892
1893 <h3 id="circulation">Circulation</h3>
1894
1895 <ul>
1896 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22115">[22115]</a> Table of checkouts doesn't respect CurrencyFormat setting</li>
1897 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25426">[25426]</a> Allow return policy to be selected via syspref and not just home library</p>
1898
1899 <blockquote>
1900   <p>This enhancement adds a new system preference, CircControlReturnsBranch. Previously circulation rules for return policies always used the item's home library. This new preference allows choosing between the item's home library, the item's holding library, and the logged in library when selecting the return policy from the circulation rules.</p>
1901 </blockquote></li>
1902 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26626">[26626]</a> When checking in a hold that is not found the X option is 'ignore' and when hold is found it is 'cancel'</li>
1903 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29050">[29050]</a> Add punctuation in Unseen Renewals message</p>
1904
1905 <p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
1906 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29792">[29792]</a> Transfers created from 'wrong transfer' checkin are not sent if modal is dismissed</li>
1907 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30337">[30337]</a> Holds to pull ( pendingreserves.pl ) ignores holds if priority 1 hold is suspended</li>
1908 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30447">[30447]</a> pendingreserves.pl is checking too many transfers</li>
1909 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30755">[30755]</a> auto_too_soon should not be counted as an error in autorenewals</p>
1910
1911 <blockquote>
1912   <p>This patch alters the way errors/successes are counted in auto renewals. Prior to this patch, using [% error %] in a template would provide a count of all items not renewed, even if 'too_soon'</p>
1913   
1914   <p>After this patch [% error + results.auto_too_soon %] will provide the same count, or you can get a count of each error  in the results variable</p>
1915   
1916   <p>e.g.
1917   Some items were not renewed:
1918   [% FOREACH key in results.keys %]
1919      [% results.$key %] item(s) were not renewed for reason [% key %]
1920   [% END %]</p>
1921 </blockquote></li>
1922 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31080">[31080]</a> Block adding the bundle item to its own bundle</li>
1923 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31083">[31083]</a> Part name (245$p) breaks item bundle detail view</li>
1924 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31085">[31085]</a> The return claims table no longer reloads on resolution</li>
1925 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31087">[31087]</a> Undefined notes in returns claims get stringified to 'null'</li>
1926 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31120">[31120]</a> Items will renew for zero ( 0 ) days if renewalperiod is blank/empty value</li>
1927 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31129">[31129]</a> Number of restrictions is always "0" on the "Check out" tab</li>
1928 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31192">[31192]</a> Checking in an unkown barcode causes error</li>
1929 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31343">[31343]</a> DataTables error on waitingreserves.tt</li>
1930 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31447">[31447]</a> "Please confirm checkout" message uses patron's home library not holds pick up library</p>
1931
1932 <p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
1933 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31728">[31728]</a> Duplicate claims modal template markup</li>
1934 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31903">[31903]</a> Article requests: Edit URLs link missing in the New tab</li>
1935 </ul>
1936
1937 <h3 id="command-lineutilities">Command-line Utilities</h3>
1938
1939 <ul>
1940 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30781">[30781]</a> Use of uninitialized value $val in substitution iterator at /usr/share/koha/lib/C4/Letters.pm line 665.</li>
1941 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30788">[30788]</a> Argument "" isn't numeric in multiplication (*) at /usr/share/koha/lib/C4/Overdues.pm</li>
1942 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30893">[30893]</a> Typo: update_patrons_category.pl fine(s)</p>
1943
1944 <blockquote>
1945   <p>This updates the help text for the update patrons category cronjob script (misc/cronjobs/update_patrons_category.pl). It changes the full option names and associated information for -fo (--fineover to --finesover) and -fu (--fineunder to --finesunder), as well as some minor formatting and text tidy ups.</p>
1946 </blockquote></li>
1947 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31239">[31239]</a> search_for_data_inconsistencies.pl fails for Koha to MARC mapping using biblio table</li>
1948 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31282">[31282]</a> Broken characters in patron_emailer.pl verbose mode</p>
1949
1950 <blockquote>
1951   <p>This fixes the patron_emailer.pl script (misc/cronjobs/patron_emailer.pl) so that non-ASCII characters in notices display correctly.</p>
1952 </blockquote></li>
1953 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31299">[31299]</a> Duplicate output in search_for_data_inconsistencies.pl</li>
1954 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31325">[31325]</a> Fix koha-preferences get</li>
1955 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31356">[31356]</a> Itiva outbound script doesn't respect calendar when calculating expiration date for holds</li>
1956 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32093">[32093]</a> cleanup_database.pl bg-jobs parameter should be bg-days</li>
1957 </ul>
1958
1959 <h3 id="coursereserves">Course reserves</h3>
1960
1961 <ul>
1962 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30840">[30840]</a> Add support for barcode filters to course reserves</li>
1963 </ul>
1964
1965 <h3 id="database">Database</h3>
1966
1967 <ul>
1968 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30472">[30472]</a> Field borrower_relationships.guarantor_id should be marked as NOT NULL</li>
1969 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30483">[30483]</a> Do not allow NULL in issues.borrowernumber and issues.itemnumber</li>
1970 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30490">[30490]</a> Adjust foreign key for parent item type</li>
1971 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30497">[30497]</a> Constraint old_reserves_ibfk_4 should be SET NULL instead of CASCADE</li>
1972 </ul>
1973
1974 <h3 id="documentation">Documentation</h3>
1975
1976 <ul>
1977 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27315">[27315]</a> The man pages for the command line utilities do not display properly</li>
1978 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31465">[31465]</a> Link system preference tabs to correct manual pages</li>
1979 </ul>
1980
1981 <h3 id="erm">ERM</h3>
1982
1983 <ul>
1984 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32181">[32181]</a> ERM - Cannot filter by expired when adding an agreement to EBSCO's package</li>
1985 </ul>
1986
1987 <h3 id="finesandfees">Fines and fees</h3>
1988
1989 <ul>
1990 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29987">[29987]</a> Manual credits are not recorded for a register</p>
1991
1992 <blockquote>
1993   <p>This fixes the recording of manual credits for patrons so that these transactions are now included in the cash summary report for a library. When adding a manual credit, there are now fields for choosing the transaction type and cash register.</p>
1994 </blockquote></li>
1995 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30458">[30458]</a> Librarian ( manager_id ) not included in accountline when using "Payout amount" button</li>
1996 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30567">[30567]</a> Create manual invoice with FR currency format show the incorrect format</p>
1997
1998 <blockquote>
1999   <p>This fixes the price formatting when CurrencyFormat = FR. When adding a manual invoice, the amount input field was shown with a comma for debit types with default amounts, but it should be a decimal point. (For input fields we always use the decimal point and the display format uses the decimal separator defined by CurrencyFormat.)</p>
2000 </blockquote></li>
2001 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31036">[31036]</a> Cash management doesn't take SIP00 (Cash via SIP2) transactions into account</p>
2002
2003 <blockquote>
2004   <p>This fix adds the last missing piece for cash management when involving transactions via a SIP client.</p>
2005   
2006   <p>We now understand that a SIP00 coded transaction is equal to 'CASH' in other register environments. This means we treat it as such in the cashup system and also that we now require a register for cash transactions.</p>
2007   
2008   <p>WARNING: This makes register a required configuration field for SIP devices when cash registers are enabled on the system.</p>
2009 </blockquote></li>
2010 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31513">[31513]</a> NaN errors when using refund and payout with CurrencyFormat = FR</li>
2011 </ul>
2012
2013 <h3 id="holdrequests">Hold requests</h3>
2014
2015 <ul>
2016 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12630">[12630]</a> Prioritizing "Hold starts on date" -holds causes all other holds to be prioritized as well!</li>
2017 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19540">[19540]</a> opac-reserve does not correctly warn of too_much reserves</li>
2018 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23659">[23659]</a> Allow hold pickup location to default to item home branch for item-level holds</p>
2019
2020 <blockquote>
2021   <p>This patch adds a new system preference 'DefaultHoldPickupLocation'</p>
2022   
2023   <p>This preference will allow the library to determine which library is the default for pickup location dropdowns while placing holds in the staff client. The options are logged in library, homebranch, or holdingbranch</p>
2024   
2025   <p>Previously the behavior was inconsistent, and varied between versions. Libraries may need to adjust this preference after upgrade to mirror their expected workflow</p>
2026 </blockquote></li>
2027 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28529">[28529]</a> Item type-constrained biblio-level holds should honour max_holds as item-level do</li>
2028 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29071">[29071]</a> HoldsSplitQueueNumbering not set for new installs</li>
2029 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29102">[29102]</a> DecreaseLoanHighHolds will decrease loan period if patron has an 'unfound' hold</li>
2030 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29389">[29389]</a> Add holding branch to holds queue report</li>
2031 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30213">[30213]</a> Hide Delete (aka Priority) column when user only has place_hold permission</li>
2032 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30828">[30828]</a> Remove unused variable in placerequest.pl</li>
2033 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30935">[30935]</a> Holds to pull shows wrong first patron</li>
2034 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31086">[31086]</a> Do not allow hold requests with no branchcode</li>
2035 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31112">[31112]</a> Able to renew checkout when the number of holds exceeds available number of items</p>
2036
2037 <blockquote>
2038   <p>When AllowRenewalIfOtherItemsAvailable is set to Allow it now correctly takes into account all the holds instead of just one per patron.</p>
2039 </blockquote></li>
2040 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31518">[31518]</a> Hidden items count not displayed on hold request page</li>
2041 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31540">[31540]</a> Holds reminder cronjob should consider expiration date of holds, and not send notices if hold expired</li>
2042 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31575">[31575]</a> Missing warning for holds where AllowHoldPolicyOverride can be used to force a hold to be placed</li>
2043 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31808">[31808]</a> When placing a hold patron name is not displaying correctly</li>
2044 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31963">[31963]</a> Only show hold fee message on OPAC and charge hold fee if HoldFeeMode conditions are true as described in the system preference</p>
2045
2046 <p><strong>Sponsored by</strong> <em>Horowhenua Libraries Trust</em></p>
2047
2048 <blockquote>
2049   <p>When HoldFeeMode is set to not_always or "only if all items are checked out and the record has at least one hold already", Koha will unexpectedly show a hold fee message and charge a hold fee if at least one of those conditions are met. </p>
2050   
2051   <p>This patch fixes the behaviour so that a hold fee message is only shown, and hold fee only charged, if all items on the record are checked out, AND the record has at least one hold already - both of these conditions must be met, as the system preference implies.</p>
2052 </blockquote></li>
2053 </ul>
2054
2055 <h3 id="i18nl10n">I18N/L10N</h3>
2056
2057 <ul>
2058 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28707">[28707]</a> Missing strings in translation of sample data</li>
2059 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30517">[30517]</a> Translation breaks editing parent type circulation rule</li>
2060 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30958">[30958]</a> OPAC Overdrive search result page broken for translations</p>
2061
2062 <p><strong>Sponsored by</strong> <em>Melbourne Athenaeum Library, Australia</em></p></li>
2063 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30991">[30991]</a> [% ELSE %]0[% END %] will break translations if used for assigning variables</p>
2064
2065 <p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
2066 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30992">[30992]</a> Hard to translate single word strings</li>
2067 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31292">[31292]</a> Untranslatable string in sample_notices.yaml</li>
2068 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31738">[31738]</a> Unstranslatable string in checkouts.js for recalls</li>
2069 </ul>
2070
2071 <h3 id="ill">ILL</h3>
2072
2073 <ul>
2074 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28634">[28634]</a> ILL partner request notices are attached to the request creator rather than the partner recipient</li>
2075 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30890">[30890]</a> ILL breadcrumbs are wrong</li>
2076 </ul>
2077
2078 <h3 id="labelpatroncardprinting">Label/patron card printing</h3>
2079
2080 <ul>
2081 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30837">[30837]</a> Fix table width on 'Print summary'</p>
2082
2083 <blockquote>
2084   <p>This fixes the width of the table for the print summary so that it fits the width of the page.</p>
2085 </blockquote></li>
2086 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31137">[31137]</a> Error editing label template</li>
2087 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31352">[31352]</a> Terminology: Borrower name</p>
2088
2089 <p><strong>Sponsored by</strong> <em>Catalyst</em></p>
2090
2091 <blockquote>
2092   <p>This updates the table heading name from "Borrower name" to "Patron name" when adding a new batch in the patron card creator.</p>
2093 </blockquote></li>
2094 </ul>
2095
2096 <h3 id="lists">Lists</h3>
2097
2098 <ul>
2099 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32237">[32237]</a> Batch delete records "no record IDs defined"</li>
2100 </ul>
2101
2102 <h3 id="marcauthoritydatasupport">MARC Authority data support</h3>
2103
2104 <ul>
2105 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19693">[19693]</a> Update of an authority record creates inconsistency when the heading tag is changed</li>
2106 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29260">[29260]</a> UNIMARC 210a is reported to Author (meeting/conference) when upgrading an authority through Z3950</p>
2107
2108 <blockquote>
2109   <p>This fixes UNIMARC authority editing when using 'Replace record via Z3950/SRU search'. When pre-populating the search form the value of 210$a (Authorized Access Point - Corporate Body Name) now goes into the Author (corporate) search form field instead of Author (meeting / conference).</p>
2110 </blockquote></li>
2111 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29333">[29333]</a> Importing UNIMARC authorities in MARCXML UTF-8 breaks the encoding</li>
2112 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29434">[29434]</a> In UNIMARC instances, the authority finder uses MARC21 relationship codes</p>
2113
2114 <blockquote>
2115   <p>This fixes the values displayed for the relationship codes in the authority finder 'Special relationships' drop down list in UNIMARC catalogs - UNIMARC values are now displayed, instead of MARC21 values.</p>
2116 </blockquote></li>
2117 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30025">[30025]</a> Split BiblioAddsAuthorities into 2 preferences</p>
2118
2119 <blockquote>
2120   <p>This patch splits the system preference BiblioAddsAuthorities into two new system preferences that more clearly define what the settings do:
2121   1- RequireChoosingExistingAuthority: this preference indicates whether a cataloger must choose from existing authorities, or if they can enter free text into controlled fields
2122   2- AutoLinkBiblios: this preference determines whether Koha will attempt to link a new record to existing authorities upon saving. In conjunction with the existing preference, AutoCreateAuthorities, unmatched headings will either be linked to a new authority, or remain uncontrolled</p>
2123 </blockquote></li>
2124 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31660">[31660]</a> MARC preview for authority search results comes up empty</li>
2125 </ul>
2126
2127 <h3 id="marcbibliographicrecordstagingimport">MARC Bibliographic record staging/import</h3>
2128
2129 <ul>
2130 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26632">[26632]</a> BatchStageMarcRecords passes a random number to AddBiblioToBatch / AddAuthToBatch</li>
2131 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30738">[30738]</a> Forked CGI MARC import warnings are not logged</li>
2132 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30789">[30789]</a> Improve performance of AddBiblio when importing records with many items</li>
2133 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31269">[31269]</a> DataTables error when managing staged MARC records</li>
2134 </ul>
2135
2136 <h3 id="notices">Notices</h3>
2137
2138 <ul>
2139 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28355">[28355]</a> Add warning note about Email SMS driver option for SMSSendDriver</p>
2140
2141 <blockquote>
2142   <p>This updates the text for the SMSSendDriver system preference. The Email SMS driver option is no longer recommended unless you use a dedicated SMS to Email gateway. Many mobile providers offer inconsistent support for the email to SMS gateway (sometimes it works, and sometimes it doesn't), which can cause frustration for patrons.</p>
2143 </blockquote></li>
2144 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29409">[29409]</a> Update for bug 25333 can fail due to bad data or constraints</li>
2145 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30838">[30838]</a> to_address is misleading for SMS transports</li>
2146 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31122">[31122]</a> Terminology: Replace &amp; with and for Notices &amp; slips</p>
2147
2148 <blockquote>
2149   <p>This updates occurrences of 'Notices &amp; slips' with 'Notices and slips', as per the terminology guidelines.</p>
2150 </blockquote></li>
2151 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31170">[31170]</a> Capitalization: Overdue Item Fine Description</li>
2152 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31281">[31281]</a> Overdue notices reply-to email address of a branch not respected</li>
2153 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31743">[31743]</a> Cannot change my notice language when EnhancedMessagingPreferencesOPAC is off</li>
2154 </ul>
2155
2156 <h3 id="opac">OPAC</h3>
2157
2158 <ul>
2159 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20207">[20207]</a> Anonymous suggestions show in OPAC even when OPACViewOthersSuggestions is set to 'Don't show'</p>
2160
2161 <p><strong>Sponsored by</strong> <em>Library of the Natural History Museum Vienna</em></p></li>
2162 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30231">[30231]</a> Don't display (rejected) forms of series entry in search results</li>
2163 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30746">[30746]</a> JS error on 'your personal details' in OPAC</li>
2164 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30844">[30844]</a> The OPAC detail page's browser is limited to the current page of results when using Elasticsearch</p>
2165
2166 <p><strong>Sponsored by</strong> <em>Lund University Library, Sweden</em></p></li>
2167 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30847">[30847]</a> Cleanup opac-reserve.pl</li>
2168 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30918">[30918]</a> Non-public note is visible in OPAC in Title Notes tab</p>
2169
2170 <blockquote>
2171   <p>This fixes the display of nonpublic notes (583$x) in the OPAC. Before this, if the OPAC visibility setting in the framework for 583$x was set not to show, it was still showing.</p>
2172 </blockquote></li>
2173 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30989">[30989]</a> Tags with some special characters are not encoded right</p>
2174
2175 <blockquote>
2176   <p>This fixes tags with special characters (such as +) so that the searching returns results when the tag is selected (from the record detail view in the OPAC and staff interface, and from the search results, tag cloud, and list pages in the OPAC).</p>
2177 </blockquote></li>
2178 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31069">[31069]</a> Did you mean? in the OPAC - links have <span> tags</p>
2179
2180 <blockquote>
2181   <p>This removes <span> tags incorrectly displayed around the links for options available when 'Did you mean?' is enabled (for example, 'Search also for related subjects').</p>
2182 </blockquote></li>
2183 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31146">[31146]</a> Minor UI problem in recalls history in OPAC</li>
2184 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31186">[31186]</a> Search result numbering in OPAC got suppressed</li>
2185 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31272">[31272]</a> Show library name not code when placing item level holds in OPAC</li>
2186 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31331">[31331]</a> OPAC suggestions table doesn't sort correctly by suggestiondate in some dateformats</li>
2187 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31346">[31346]</a> On the OPAC detail page some Syndetics links are wrong</li>
2188 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31387">[31387]</a> Marking othernames as required via PatronSelfRegistrationBorrowerMandatoryField does not display required label</p>
2189
2190 <blockquote>
2191   <p>This fixes the patron self-registration form so that the 'Other names' (othernames) field correctly displays the text 'Required' when this is set as required (using the PatronSelfRegistrationBorrowerMandatoryField system preference). Currently, this text is not displayed (however, an error message is displayed when submitting the form).</p>
2192 </blockquote></li>
2193 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31463">[31463]</a> (Bug 31313 follow-up) Show item order status on opac-detail</li>
2194 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31483">[31483]</a> Minor UI problem in opac-reset-password.pl</li>
2195 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31527">[31527]</a> Breadcrumbs for anonymous suggestions are not correct</li>
2196 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31531">[31531]</a> Some modules loaded twice in opac-memberentry.pl</li>
2197 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31654">[31654]</a> Hide non-public libraries from MastheadLibraryPulldown</p>
2198
2199 <p><strong>Sponsored by</strong> <em>Steiermärkische Landesbibliothek</em></p></li>
2200 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31685">[31685]</a> Article request count in table caption of opac-user missing</li>
2201 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31775">[31775]</a> Show opac_info of single library</li>
2202 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31907">[31907]</a> Show items as On hold when in processing</li>
2203 </ul>
2204
2205 <h3 id="packaging">Packaging</h3>
2206
2207 <ul>
2208 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29882">[29882]</a> Remove unrequired package definitions in list-deps script</li>
2209 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31348">[31348]</a> Plack stop should be graceful</li>
2210 </ul>
2211
2212 <h3 id="patrons">Patrons</h3>
2213
2214 <ul>
2215 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30026">[30026]</a> International phone number not supported for sending SMS</li>
2216 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30713">[30713]</a> Patron entry should limit date of birth selection to dates in the past</p>
2217
2218 <blockquote>
2219   <p>This fixes the date of birth field for the patron entry form so that the calendar widget does not let you select a date in the future.</p>
2220 </blockquote></li>
2221 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30891">[30891]</a> SMS provider shows on staff side even if SMS::Send driver is not set to "Email"</li>
2222 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31153">[31153]</a> Search bar not visible on recalls history page</li>
2223 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31486">[31486]</a> Deleting a message from checkouts tab redirects to detail tab in patron account</p>
2224
2225 <blockquote>
2226   <p>This patch corrects a problem where message deletion was improperly redirecting to the patron delete page when a message is deleted on the circulation page.</p>
2227 </blockquote></li>
2228 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31516">[31516]</a> Missing error handling for accessing deleted/non-existent club enrollment</p>
2229
2230 <blockquote>
2231   <p>This adds an error message when viewing enrollments for a non-existent club. Previously, a page with an empty title and table were displayed.</p>
2232 </blockquote></li>
2233 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31525">[31525]</a> Street number not being accessed correctly on patron search results page</p>
2234
2235 <p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
2236 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31562">[31562]</a> Patron 'flags' don't respect unwanted fields</li>
2237 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31597">[31597]</a> Missing semicolon after try-catch in restrictions.pl</p>
2238
2239 <p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
2240 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31739">[31739]</a> Password reset from staff fails if previous expired reset-entry exists</p>
2241
2242 <p><strong>Sponsored by</strong> <em>Lund University Library, Sweden</em></p></li>
2243 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31937">[31937]</a> Prevent cleanup_database.pl from locking too many accounts</li>
2244 </ul>
2245
2246 <h3 id="pluginarchitecture">Plugin architecture</h3>
2247
2248 <ul>
2249 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31684">[31684]</a> Plugin versions starting with a "v" cause unnecessary warnings</li>
2250 </ul>
2251
2252 <h3 id="restapi">REST API</h3>
2253
2254 <ul>
2255 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29105">[29105]</a> Add effective_item_type_id to the API items responses</li>
2256 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30780">[30780]</a> Librarians with only "place_holds" permissions can not update holds data via REST API</p>
2257
2258 <p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p>
2259
2260 <blockquote>
2261   <p>This enhancement enables librarians with only "place_holds" permissions to cancel, suspend and resume holds using the REST API.</p>
2262 </blockquote></li>
2263 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30853">[30853]</a> Missing description for 'baskets' in swagger.yaml</li>
2264 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30854">[30854]</a> Missing description for 'import_record_matches' in swagger.yaml</li>
2265 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30855">[30855]</a> Rename /import => /import_batches</li>
2266 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31104">[31104]</a> Pagination generates HTTP "Link:" header which is over 8192 bytes apache's limit</li>
2267 </ul>
2268
2269 <h3 id="reports">Reports</h3>
2270
2271 <ul>
2272 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21982">[21982]</a> Circulation statistics wizard does not count deleted items</p>
2273
2274 <blockquote>
2275   <p>This patch corrects a bug in the Circulation statistics wizard. Previously, the wizard only looked at existing items to calculate statistics. It now includes transactions made on items that are now deleted.</p>
2276 </blockquote></li>
2277 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27045">[27045]</a> Exports using CSV profiles with tab as separator don't work correctly</li>
2278 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28967">[28967]</a> Patrons with no checkouts report shows patrons from other libraries with IndependentBranches</li>
2279 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29312">[29312]</a> Punctuation: Total number of results: 961 (300 shown) .</li>
2280 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31276">[31276]</a> Report results are limited to 999,999 no matter the actual number of results</li>
2281 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31594">[31594]</a> Report results count of shown can be incorrect on last page</li>
2282 </ul>
2283
2284 <h3 id="sip2">SIP2</h3>
2285
2286 <ul>
2287 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12225">[12225]</a> SIP does not respect the "no block" flag</li>
2288 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29094">[29094]</a> Placing holds via SIP2 does not check if a patron can hold the given item</p>
2289
2290 <blockquote>
2291   <p>This fixes holds placed using SIP2 to check that the patron can actually place a hold for the item.</p>
2292 </blockquote></li>
2293 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31033">[31033]</a> SIP2 configuration does not correctly handle multiple simultaneous connections by default</li>
2294 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31202">[31202]</a> Koha removes optional SIP fields with a value of "0"</li>
2295 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31552">[31552]</a> SIP2 option format_due_date not honored for AH field in item information response</li>
2296 </ul>
2297
2298 <h3 id="searching">Searching</h3>
2299
2300 <ul>
2301 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11158">[11158]</a> Authorities 'starts with'  search returns the same as 'contains' when using ICU</p>
2302
2303 <blockquote>
2304   <p>This fixes searching authorities when using ICU* so that 'starts with' searching works correctly. Before this, a 'starts with' search would return the same results as 'contains'.</p>
2305   
2306   <p>Technical details: this adds the "complete field" to the authority "starts with" search so that it uses the untokenized "p" register.</p>
2307   
2308   <p>(* ICU is a feature of the Zebra search engine that can be configured to make searching with non-latin languages (such as Chinese and Arabic) work correctly.)</p>
2309 </blockquote></li>
2310 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15048">[15048]</a> Genre/Form (655) searches fail on searches with $x 'General subdivision' subfield values</li>
2311 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15187">[15187]</a> Adding 880 Fields to index-list in order to Increase Search for ALL non-latin Scripts</p>
2312
2313 <blockquote>
2314   <p>This fixes the Zebra search engine when using ICU* so that 880 fields are rewritten as their linked fields and the alternate graphic representation of fields are indexed, in the same way that it works for Elasticsearch. </p>
2315   
2316   <p>Example: add 245-01 to 880$6 and 教牧書信 to 880$a - the Chinese characters are now indexed into the title index using the 245 rules.</p>
2317   
2318   <ul>
2319   <li>ICU is a feature of the Zebra search engine that can be configured to make searching with non-latin languages (such as Chinese and Arabic) work correctly.</li>
2320   </ul>
2321 </blockquote></li>
2322 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24127">[24127]</a> Improve wording on location drop-down in advanced search in the staff interface</p>
2323
2324 <blockquote>
2325   <p>This amends the "Shelving location" option in the search option drop-down on the advanced search page in the staff interface to read "Shelving location (code)" to make it more obvious that the LOC authorised value code needs to be used for searching.</p>
2326 </blockquote></li>
2327 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27697">[27697]</a> Opening bibliographic record page prepopulates search bar text</li>
2328 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28372">[28372]</a> Use variables for 007 controlfield translations in MARC21slim2intranetResults.xsl</li>
2329 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30327">[30327]</a> Sort component parts</li>
2330 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30865">[30865]</a> Koha::Biblio->get_components_query should double quote Host-item search</li>
2331 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31252">[31252]</a> Advanced search in staff interface should call barcodedecode if the search index is a barcode</li>
2332 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31543">[31543]</a> MaxComponentRecords link is broken</li>
2333 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31847">[31847]</a> Add page section to item search results</li>
2334 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31967">[31967]</a> Search terms retained in header search when only one result</li>
2335 </ul>
2336
2337 <h3 id="searching-elasticsearch">Searching - Elasticsearch</h3>
2338
2339 <ul>
2340 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25375">[25375]</a> Elasticsearch: Limit on available items does not work</li>
2341 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25669">[25669]</a> ElasticSearch 6: [types removal] Specifying types in put mapping requests is deprecated (incompatible with 7)</li>
2342 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29048">[29048]</a> Incorrect search for linked authority records from authority search result list in OPAC</li>
2343 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29561">[29561]</a> Remove blank facet for languages</p>
2344
2345 <blockquote>
2346   <p>This removes blank facets from search results when using Elasticsearch. Currently, this only seems to affect language fields, but could affect any facetable field that contains blank values.</p>
2347 </blockquote></li>
2348 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29632">[29632]</a> Callnumber sorting is incorrect in Elasticsearch</p>
2349
2350 <blockquote>
2351   <p>This fixes the sorting of call numbers when using Elasticsearch. Sorting will now work correctly for non-numeric call numbers, for example, E45 will now sort before E7.</p>
2352 </blockquote></li>
2353 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30152">[30152]</a> Elasticsearch - queries with OR don't work with limits</p>
2354
2355 <p><strong>Sponsored by</strong> <em>Lund University Library, Sweden</em></p></li>
2356 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30882">[30882]</a> Add max_result_window to index config</p>
2357
2358 <blockquote>
2359   <p>This updates the number of results set by default in Elasticsearch for the setting "index.max-result-window" from  10,000 to 1,000,000. This can be useful for really large catalogs.</p>
2360 </blockquote></li>
2361 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31013">[31013]</a> Reserved words as branchcodes cause search error in Elasticsearch</li>
2362 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31023">[31023]</a> Cannot create new GENRE/FORM authorities when  QueryRegexEscapeOptions  set to 'Unescape escaped'</li>
2363 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31537">[31537]</a> Elasticsearch - index mapping for 003 control-number-identifier is twice in mappings.yaml</li>
2364 </ul>
2365
2366 <h3 id="searching-zebra">Searching - Zebra</h3>
2367
2368 <ul>
2369 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30528">[30528]</a> Limits are not correctly parsed when query contains CCL</li>
2370 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30879">[30879]</a> Add option to sort components by biblionumber</li>
2371 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31532">[31532]</a> Zebra search results including 880 with original script incorrect because of Bug 15187</li>
2372 </ul>
2373
2374 <h3 id="selfcheckout">Self checkout</h3>
2375
2376 <ul>
2377 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31488">[31488]</a> Rephrase "You have checked out too many items" to be friendlier</li>
2378 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31496">[31496]</a> SCO slip uses data of patron's home library instead of the SCO staff users's library</li>
2379 </ul>
2380
2381 <h3 id="serials">Serials</h3>
2382
2383 <ul>
2384 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24010">[24010]</a> Number of issues to display to staff accepts non-integer values</p>
2385
2386 <blockquote>
2387   <p>This adds validation to the subscription entry form to check that the values for these fields are numbers:</p>
2388   
2389   <ul>
2390   <li>Number of issues to display to staff</li>
2391   <li>Number of issues to display to the public</li>
2392   </ul>
2393 </blockquote></li>
2394 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28950">[28950]</a> serialsUpdate cron does not mark an issue late until the next issue is expected</li>
2395 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29608">[29608]</a> Editing numbering patterns does require full serials permission</li>
2396 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30973">[30973]</a> Serials search wrong body id</li>
2397 </ul>
2398
2399 <h3 id="staffinterface">Staff interface</h3>
2400
2401 <ul>
2402 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18556">[18556]</a> Message "Patron's address in doubt" is confusing</li>
2403 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28723">[28723]</a> Holds table not displayed when it contains a biblio without title</li>
2404 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30471">[30471]</a> Typo in circulation rules - lost item fee refund policy</li>
2405 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30499">[30499]</a> Keyboard shortcuts broken on several pages</li>
2406 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30798">[30798]</a> Columns Home library and Checked out from in wrong order on table settings for account_fines table</p>
2407
2408 <p><strong>Sponsored by</strong> <em>Koha-Suomi Oy</em></p></li>
2409 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31038">[31038]</a> Amounts in cashup summary modal no longer properly formatted</p>
2410
2411 <blockquote>
2412   <p>This fixes the formatting of amounts on the cashup summary modal (it uses the existing format_price JS include to format prices).  For example, the amount for a product was formatted as 15 instead of 15.00.</p>
2413 </blockquote></li>
2414 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31039">[31039]</a> Rebase issues lead to duplicate JS for cash summary modal printing</p>
2415
2416 <blockquote>
2417   <p>This fixes a duplicate print dialogue box appearing when printing the cashup summary for cash registers - ins some circumstances when cancelling the print dialogue, it reappeared instead of closing.</p>
2418 </blockquote></li>
2419 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31067">[31067]</a> Sub-tools permission not applying on intranet-main.tt</li>
2420 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31229">[31229]</a> Column visibility broken on patron search view</li>
2421 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31244">[31244]</a> Logout when not logged in raise a 500</li>
2422 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31251">[31251]</a> "Clear" patron attribute link does not work</li>
2423 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31271">[31271]</a> "Edit search" always resets search options to keyword</li>
2424 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31439">[31439]</a> Item count bullet (&bull;) should be easier to style/remove</li>
2425 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31565">[31565]</a> Patron search filter by category code with special character returns no results</li>
2426 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31566">[31566]</a> 'Patrons selected' counter doubles on 'Select all'</li>
2427 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31601">[31601]</a> Materials specified note should include an ID on both the check in and checkout pages</li>
2428 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31663">[31663]</a> Item not showing transit status on detail page in staff interface</li>
2429 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31664">[31664]</a> Show pending transfers on catalog details page</li>
2430 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31747">[31747]</a> Round corners in boxes</li>
2431 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31751">[31751]</a> Breadcrumb style</li>
2432 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31760">[31760]</a> Fix contrast of separator in top header in staff client (WCAG)</li>
2433 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31774">[31774]</a> Add 'page-section' to Manage staged MARC records page</li>
2434 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31803">[31803]</a> "remove from cart" button displayed even if not in cart</li>
2435 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31810">[31810]</a> Place hold button should be yellow</li>
2436 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31812">[31812]</a> Add yellow button to stage imports page</li>
2437 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31813">[31813]</a> Specify white-space: normal for spans styled as labels</li>
2438 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31821">[31821]</a> Add page-section to vendor result list (acq)</li>
2439 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31822">[31822]</a> Add page-section to vendor detail page (acq)</li>
2440 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31829">[31829]</a> Change password form in patron account is misaligned</li>
2441 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31830">[31830]</a> Add page-section to budgets and funds table on acq start page (acq)</li>
2442 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31835">[31835]</a> Add page-section to holds queue</li>
2443 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31837">[31837]</a> Add page-section to basket summary page</li>
2444 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31848">[31848]</a> Holds queue: Submit button for filters on the left is closer to nav than to its form</li>
2445 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31850">[31850]</a> Patron import: welcome email option style as list</li>
2446 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31861">[31861]</a> Table controls on checkouts table are buttons</li>
2447 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31886">[31886]</a> No side menu when searching for syspref</li>
2448 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31902">[31902]</a> Inconsistent table formatting for 'Existing holds'</li>
2449 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31905">[31905]</a> Buttons lack spacing on holds</li>
2450 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31910">[31910]</a> Article request form is misaligned/misformatted</li>
2451 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31919">[31919]</a> Hovered items in "More" should change background color</li>
2452 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31927">[31927]</a> Use bigger font-size for bibliographic information on staff details page</li>
2453 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31929">[31929]</a> On vendor edit page options are not aligned</li>
2454 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31952">[31952]</a> Sending an empty system preference search breaks layout</li>
2455 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31960">[31960]</a> Information on job detail view is misaligned</li>
2456 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31974">[31974]</a> Regression: Bug 31813 incorrectly affected labels in the header search</li>
2457 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32002">[32002]</a> Make submit button yellow on administration > Did you mean?</li>
2458 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32004">[32004]</a> Increase font size in top navigation pull downs</li>
2459 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32005">[32005]</a> Spacing between entries in left side navigation on staff catalog detail page is uneven</li>
2460 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32006">[32006]</a> Add page-section to local use system preference tab (admin)</li>
2461 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32028">[32028]</a> Add page-section to various administration pages (part 2)</li>
2462 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32122">[32122]</a> Wrong permissions check on item circulation alerts</li>
2463 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32169">[32169]</a> Add page-section to item list on top of batch item edit (tools)</li>
2464 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32170">[32170]</a> Add page-section to CSV profiles (tools)</li>
2465 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32214">[32214]</a> Staff interface toolbar - no options when search catalog selected</li>
2466 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32241">[32241]</a> Add page-section to list of records in batch record modificaton (tool)</li>
2467 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32260">[32260]</a> Prevent alert when searching patron (autocomplete)</li>
2468 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32298">[32298]</a> Add page-section to cataloguing search results (cat)</p>
2469
2470 <p><strong>Sponsored by</strong> <em>PTFS Europe</em></p></li>
2471 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32299">[32299]</a> Add page-section to Z39.50/SRU results (cat)</li>
2472 </ul>
2473
2474 <h3 id="systemadministration">System Administration</h3>
2475
2476 <ul>
2477 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30585">[30585]</a> Table settings for course_reserves_table are wrong due to lack of "Holding library" option</li>
2478 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30862">[30862]</a> Typo: langues</li>
2479 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30864">[30864]</a> Patron category form - no validation for password expiration field</p>
2480
2481 <blockquote>
2482   <p>This adds validation to the "Password expiration" field on the patron category form. If letters or other characters were entered, there was no error message. If what was entered was not a number, then it was not saved.</p>
2483 </blockquote></li>
2484 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31020">[31020]</a> PassItemMarcToXSLT only applies on results pages</p>
2485
2486 <blockquote>
2487   <p>This fixes the note about the PassItemMarcToXSLT system preference so that it is only shown for the OPACXSLTResultsDisplay and XSLTResultsDisplay system preferences - it was appearing in all XSLT system preferences, when it only applies for results pages. (The note is removed from OPACXSLTListsDisplay, XSLTListsDisplay, OPACXSLTDetailsDisplay, and XSLTDetailsDisplay system preferences.)</p>
2488 </blockquote></li>
2489 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31117">[31117]</a> Cloning standard circulation rules for all libraries show up as from '*'</li>
2490 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31214">[31214]</a> Regression: subfield code editable in MARC framework editor</li>
2491 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31249">[31249]</a> update_patrons_category.pl cron does not log to action_logs</li>
2492 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31401">[31401]</a> Update administration sidebar to match entries on administration start page</li>
2493 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31489">[31489]</a> Typo in EnableExpiredPasswordReset description</li>
2494 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31619">[31619]</a> Cannot select title when setting non-default value for OPACSuggestionMandatoryFields</p>
2495
2496 <blockquote>
2497   <p>This fixes the OPACSuggestionMandatoryFields system preference so that the title field is visible and marked as mandatory (in red).</p>
2498 </blockquote></li>
2499 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31887">[31887]</a> Search on MARC field does not work in Elasticsearch mappings table</li>
2500 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31931">[31931]</a> Terminology for HoldsSplitQueue - staff client should be staff interface</p>
2501
2502 <blockquote>
2503   <p>This fixes the description for the HoldsSplitQueue system preference so that it says "In the staff interface, ..." instead of "In the staff client, ...", as per the terminology guidelines.</p>
2504 </blockquote></li>
2505 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31976">[31976]</a> Incorrect default category selected by authorized values page</li>
2506 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31995">[31995]</a> build_holds_queue.pl should check to see if the RealTime syspref is on</li>
2507 </ul>
2508
2509 <h3 id="templates">Templates</h3>
2510
2511 <ul>
2512 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13600">[13600]</a> XSLT: 8xx not showing if there is no 4xx</li>
2513 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20395">[20395]</a> Use Price formatter in more templates (paycollect, request, parcel, smart-rules)</li>
2514 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27081">[27081]</a> Notes missing from lost items report column configuration when CSV export is active</li>
2515 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29671">[29671]</a> Dropbox mode is unchecked after check in confirm on item with Materials specified</li>
2516 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30384">[30384]</a> Reindent template for ordering from a MARC file</li>
2517 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30388">[30388]</a> Fix some errors in the template for ordering from a MARC file</li>
2518 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30629">[30629]</a> <span> in title of patron card creator template needs to be removed</p>
2519
2520 <blockquote>
2521   <p>This removes <span> tags incorrectly displaying in browser page titles for some pages in the staff interface (Tools > Patron card creator > Layouts; Tools > Label creator > Manage > Label batches; Administration > Budgets administration > select a budget > Plan by ...).</p>
2522 </blockquote></li>
2523 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30726">[30726]</a> Flatpickr's "yesterday" shortcut doesn't work if entry is limited to past dates</li>
2524 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30761">[30761]</a> Typo: PLease</li>
2525 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30762">[30762]</a> Terminology: Go to Staff client</li>
2526 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30763">[30763]</a> Typo: Barcode proceeds bibliographic data</li>
2527 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30764">[30764]</a> Terminology: Cancelled reserve</p>
2528
2529 <p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
2530 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30766">[30766]</a> Typo: Cannot cancel receipt. Possible reasons :</li>
2531 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30767">[30767]</a> Terminology: Do not forget that the issue has not been checked in yet.</p>
2532
2533 <p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
2534 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30768">[30768]</a> Typo: pin should be PIN</li>
2535 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30769">[30769]</a> Typo: Item typeX:</li>
2536 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30770">[30770]</a> Terminology: Lost reserve</p>
2537
2538 <p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
2539 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30772">[30772]</a> Terminology: Replace instances of "reserve" with "hold"</li>
2540 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30773">[30773]</a> Standardize spelling i-tive / Itiva</p>
2541
2542 <blockquote>
2543   <p>This standardizes the spelling used for i-tiva in the staff interface. When modifying notices (Tools > Notices &amp; slips > [select any notice]) the section is now labelled 'Phone ( i-tiva )' - this is now consistent with the table heading used for Tools > Overdue notice/status triggers.</p>
2544 </blockquote></li>
2545 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30774">[30774]</a> Typo: i %sEdit %sReserve %s</li>
2546 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30784">[30784]</a> Rephrase OPACMandatoryHoldDates slightly</p>
2547
2548 <blockquote>
2549   <p>This updates the text for the OPACMandatoryHoldDates system preference. It replaces the URL for the form (opac-reserve) with a description, formats the note similar to other notes, and links to other system preferences mentioned in the description.</p>
2550 </blockquote></li>
2551 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30785">[30785]</a> Typo in SIP2SortBinMapping</li>
2552 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30990">[30990]</a> Terminology: DefaultHoldPickupLocation</li>
2553 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30994">[30994]</a> Typo: item was on loan. couldn't be returned.</p>
2554
2555 <blockquote>
2556   <p>This updates some error messages for the inventory tool to make them more readable and consistent: punctuation fixed, capitalization made more consistent, and language corrections ("check in" instead of "return").</p>
2557 </blockquote></li>
2558 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31040">[31040]</a> jsTree image being used outside of jsTree plugin</p>
2559
2560 <blockquote>
2561   <p>This fixes OPAC templates which had a missing "spinner" image when queries were being performed (such as for OpenLibrary, RecordedBooks, and OverDrive). Previously, they were using an image from the jsTree plugin - this was upgraded (see bug 11873), and the plugin's folder structure was changed. Templates now use /images/spinner-small.gif instead.</p>
2562 </blockquote></li>
2563 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31071">[31071]</a> Regression: date due removed from staff search results</p>
2564
2565 <blockquote>
2566   <p>This fixes a regression introduced in Koha 21.11 that inadvertently removed the date due in the staff interface search results.</p>
2567 </blockquote></li>
2568 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31141">[31141]</a> We can remove 'select_column' from waiting_holds.inc</li>
2569 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31246">[31246]</a> <span> displayed in 'Additional fields' section</li>
2570 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31302">[31302]</a> Spelling: You can download the scanned materials via the following url(s):</p>
2571
2572 <p><strong>Sponsored by</strong> <em>Catalyst</em></p></li>
2573 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31379">[31379]</a> Change results per page text for default</li>
2574 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31402">[31402]</a> Update tools sidebar to match tools start page</li>
2575 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31412">[31412]</a> Set focus for cursor to Name when adding a new SMTP server</li>
2576 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31420">[31420]</a> Managing funds: Labels of statistic fields overlap with pull downs</li>
2577 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31435">[31435]</a> "Configure this table" appears for non-configurable tables</li>
2578 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31530">[31530]</a> HTML tags in TT comments in patron-search.inc</li>
2579 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31542">[31542]</a> Home page links wrong font-family</li>
2580 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31559">[31559]</a> Staff results page doesn't always use up full available screen width</li>
2581 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31625">[31625]</a> Reindent tools home and tools sidebar</li>
2582 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31653">[31653]</a> jQuery upgrade broke search button hover effect</li>
2583 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31823">[31823]</a> Add page-section to uncertain prices page (acq)</li>
2584 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31824">[31824]</a> Add page-section to list of pending/received orders (acq)</li>
2585 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31826">[31826]</a> Add page-section to item form on order receive page (acq)</li>
2586 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31827">[31827]</a> Add page-section to list to log viewer</li>
2587 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31828">[31828]</a> Add page-section to list of open invoices on receive shipment page (acq)</li>
2588 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31884">[31884]</a> In check in page submit button should be yellow</li>
2589 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31885">[31885]</a> In renew page submit button should be yellow</li>
2590 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31888">[31888]</a> In Elasticsearch mappings page save button should be yellow</li>
2591 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31928">[31928]</a> Add page-section to callnumber browser value builder (cat)</li>
2592 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31943">[31943]</a> Date inputs wider than other inputs</li>
2593 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31973">[31973]</a> Restore background color to message-style alerts</li>
2594 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31986">[31986]</a> Add page-section to various administration pages</li>
2595 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31991">[31991]</a> Restore style of sidebar forms</li>
2596 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31996">[31996]</a> Make note-style messages consistent with dialogs</li>
2597 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32042">[32042]</a> Add page-section to catalog's item detail view</li>
2598 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32043">[32043]</a> Circulation alerts can overlap other elements on smaller screens</li>
2599 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32044">[32044]</a> Yellow buttons are styled differently in different spots</li>
2600 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32108">[32108]</a> Change "x" icon to replace patron when scheduling a pickup</li>
2601 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32109">[32109]</a> Toolbar containing text links lacks spacing</li>
2602 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32145">[32145]</a> Cancel hold modal confirm/submit button has a white background and text can't be read</li>
2603 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32146">[32146]</a> Add page-section to course reserves</li>
2604 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32148">[32148]</a> Buttons must inherit Bootstrap size classes</li>
2605 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32158">[32158]</a> Specify due date field is very long now</li>
2606 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32197">[32197]</a> Add page-section to catalog's stock rotation page</li>
2607 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32198">[32198]</a> Add page-section to stock rotation stages list (cat)</li>
2608 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32199">[32199]</a> Add page-section to various patron pages</li>
2609 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32207">[32207]</a> Add page-section to some circulation pages</li>
2610 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32238">[32238]</a> Add page-section to label creator pages</li>
2611 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32270">[32270]</a> Add page-section to label creator - manage label layouts</p>
2612
2613 <p><strong>Sponsored by</strong> <em>PTFS Europe</em></p></li>
2614 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32303">[32303]</a> DT pagination on system preference search result</li>
2615 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32308">[32308]</a> Update Chocolat image viewer CSS to conform to redesign color scheme</li>
2616 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32310">[32310]</a> Correct CSS in the staff interface which still uses old color scheme</li>
2617 </ul>
2618
2619 <h3 id="testsuite">Test Suite</h3>
2620
2621 <ul>
2622 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29860">[29860]</a> Useless warnings in regressions.t</li>
2623 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30756">[30756]</a> Get skip block out of Koha_Authority.t and add TestBuilder</li>
2624 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30870">[30870]</a> Don't skip tests if Test::Deep is not installed</li>
2625 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31139">[31139]</a> basic_workflow.t is failing</li>
2626 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31201">[31201]</a> Pseudonymization.t failing if selenium/patrons_search.t failed before</li>
2627 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31593">[31593]</a> Remove Test::DBIx::Class from Context.t</li>
2628 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31598">[31598]</a> Fix random failure on Jenkins for t/db_dependent/Upload.t</li>
2629 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31883">[31883]</a> Filter trim causes false warnings</li>
2630 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32064">[32064]</a> Add missing test to template permission calculation</li>
2631 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32131">[32131]</a> Cypress tests are failing if ERMModule is off</li>
2632 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32240">[32240]</a> api/erm_users.t fails if checkouts exist</li>
2633 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32267">[32267]</a> Koha/ERM/Agreements.t is failing</li>
2634 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32268">[32268]</a> t/db_dependent/XSLT.t is failing randomly</li>
2635 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32269">[32269]</a> Circulation.t is failing randomly</li>
2636 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32304">[32304]</a> Fix subtest search_limited and purge in BackgroundJobs.t</li>
2637 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32343">[32343]</a> Koha/Patron.t is failing randomly</li>
2638 </ul>
2639
2640 <h3 id="tools">Tools</h3>
2641
2642 <ul>
2643 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28152">[28152]</a> Hidden error when importing an item with an existing itemnumber</li>
2644 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28290">[28290]</a> Record matching rules with no subfields cause ISE</li>
2645 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28327">[28327]</a> System preference CSVdelimiter special case for tabulation</p>
2646
2647 <blockquote>
2648   <p>This fixes the CSV export so that data is correctly exported with a tab (\t) as the separator when this format is selected. This was incorrectly using the word 'tabulation' as the separator. (The default export format is set using the CSVdelimiter system preference.) In addition, the code where this is used was simplified (including several of the default reports, item search export, and the log viewer), and the default for CSVdelimiter was set to the comma separator.</p>
2649 </blockquote></li>
2650 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30778">[30778]</a> ModBiblioInBatch is not used and can be removed</li>
2651 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30779">[30779]</a> Do not need to remove items from import biblios marc</li>
2652 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30903">[30903]</a> CSV import of quotes broken</p>
2653
2654 <blockquote>
2655   <p>This fixes the import of quotes from a CSV file for the Quote of the Day feature.</p>
2656 </blockquote></li>
2657 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30904">[30904]</a> (bug 24387 follow-up) Modifying library in news (additional contents) causes inconsistencies</li>
2658 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30911">[30911]</a> Datatables error on course-details.pl after adding a bib-level course reserve</li>
2659 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31066">[31066]</a> Can't use regex in batch modification on fields associated with a plugin</li>
2660 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31204">[31204]</a> Edit dropdown on results.tt should indicate it is record modification</li>
2661 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31211">[31211]</a> Check slips and notices for valid Template Toolkit and report errors</li>
2662 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31220">[31220]</a> Error when attempting to export selected labels as PDF</li>
2663 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31373">[31373]</a> Notice template validation is missing INCLUDE_PATH</li>
2664 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31455">[31455]</a> Batch modification tool orders found items by itemnumber</li>
2665 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31482">[31482]</a> Label creator does not call barcodedecode</li>
2666 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31564">[31564]</a> Pass start label when exporting single label as PDF</li>
2667 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31595">[31595]</a> Import patrons tool should not process extended attributes if no attributes are being imported</li>
2668 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31609">[31609]</a> JavaScript error on Additional contents main page</li>
2669 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31644">[31644]</a> MARCModification template fails to copy to/from subfield 0</li>
2670 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31752">[31752]</a> Alignment of labels in notices is wonky</li>
2671 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31754">[31754]</a> Improve appearance of behavior of DataTables controls</li>
2672 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31891">[31891]</a> Regression: show "MARC staging results" with clear link to manage staged batch</li>
2673 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32037">[32037]</a> Circulation module in action logs has bad links for deleted items</li>
2674 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32103">[32103]</a> Content field in HTML customizations is too narrow ( CodeMirror )</li>
2675 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32104">[32104]</a> Console error on additional_content.pl after saving</li>
2676 </ul>
2677
2678 <h3 id="transactionlogs">Transaction logs</h3>
2679
2680 <ul>
2681 <li><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28799">[28799]</a> Action logs should capture lost items found</li>
2682 </ul>
2683
2684 <h3 id="webservices">Web services</h3>
2685
2686 <ul>
2687 <li><p><a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30636">[30636]</a> ILS-DI shows incorrect availability when not for loan by item type</p>
2688
2689 <blockquote>
2690   <p>This fixes the ILS-DI web service so that requests where item types are not for loan are correctly returned, the same as for the OPAC. Currently, the item not for loan status is ignored and records are shown as available.</p>
2691 </blockquote></li>
2692 </ul>
2693
2694 <h2 id="newsystempreferences">New system preferences</h2>
2695
2696 <ul>
2697 <li>ApplyFrameworkDefaults</li>
2698 <li>AuthorityXSLTOpacResultsDisplay</li>
2699 <li>AutoLinkBiblios</li>
2700 <li>AutomaticWrongTransfer</li>
2701 <li>BundleLostValue</li>
2702 <li>BundleNotLoanValue</li>
2703 <li>CircControlReturnsBranch</li>
2704 <li>ComponentSortField</li>
2705 <li>ComponentSortOrder</li>
2706 <li>CurbsidePickup</li>
2707 <li>DefaultHoldPickupLocation</li>
2708 <li>ERMModule</li>
2709 <li>ERMProviderEbscoApiKey</li>
2710 <li>ERMProviderEbscoCustomerID</li>
2711 <li>ERMProviders</li>
2712 <li>EmailAddressForPatronRegistrations</li>
2713 <li>EmailPatronRegistrations</li>
2714 <li>EnableItemGroupHolds</li>
2715 <li>EnableItemGroups</li>
2716 <li>ExpireReservesAutoFill</li>
2717 <li>ExpireReservesAutoFillEmail</li>
2718 <li>HoldsSplitQueueNumbering</li>
2719 <li>IntranetAddMastheadLibraryPulldown</li>
2720 <li>ListOwnerDesignated</li>
2721 <li>ListOwnershipUponPatronDeletion</li>
2722 <li>NotifyPasswordChange</li>
2723 <li>OPACAllowUserToChangeBranch</li>
2724 <li>OPACAuthorIdentifiers</li>
2725 <li>OverdueNoticeFrom</li>
2726 <li>PatronRestrictionTypes</li>
2727 <li>RequireChoosingExistingAuthority</li>
2728 <li>RetainCatalogSearchTerms</li>
2729 <li>RetainPatronsSearchTerms</li>
2730 <li>SavedSearchFilters</li>
2731 <li>SearchWithISSNVariations</li>
2732 <li>UseLocationAsAQInSIP</li>
2733 <li>UseOCLCEncodingLevels</li>
2734 <li>autoControlNumber</li>
2735 <li>suggestionPatronCategoryExceptions</li>
2736 </ul>
2737
2738 <h2 id="deletedsystempreferences">Deleted system preferences</h2>
2739
2740 <ul>
2741 <li>BiblioAddsAuthorities (replaced by AutoLinkBiblios and AllowManualAuthorityEditing)</li>
2742 </ul>
2743
2744 <h2 id="newauthorizedvaluecategories">New Authorized value categories</h2>
2745
2746 <ul>
2747 <li>ERM_AGREEMENT_STATUS</li>
2748 <li>ERM_AGREEMENT_CLOSURE_REASON</li>
2749 <li>ERM_AGREEMENT_RENEWAL_PRIORITY</li>
2750 <li>ERM_USER_ROLES</li>
2751 <li>ERM_LICENSE_TYPE</li>
2752 <li>ERM_LICENSE_STATUS</li>
2753 <li>ERM_AGREEMENT_LICENSE_STATUS</li>
2754 <li>ERM_AGREEMENT_LICENSE_LOCATION</li>
2755 <li>ERM_PACKAGE_TYPE</li>
2756 <li>ERM_PACKAGE_CONTENT_TYPE</li>
2757 <li>ERM_TITLE_PUBLICATION_TYPE</li>
2758 </ul>
2759
2760 <h2 id="newlettercodes">New letter codes</h2>
2761
2762 <ul>
2763 <li>2FA_OTP_TOKEN</li>
2764 <li>ACCOUNTS_SUMMARY</li>
2765 <li>HOLD_CHANGED</li>
2766 <li>ILL_REQUEST_UPDATE</li>
2767 <li>NEW_CURBSIDE_PICKUP</li>
2768 <li>OPAC_REG</li>
2769 <li>OVERDUE_FINE_DESC</li>
2770 <li>PASSWORD_CHANGE</li>
2771 <li>RECEIPT</li>
2772 </ul>
2773
2774 <h2 id="documentation">Documentation</h2>
2775
2776 <p>The Koha manual is maintained in Sphinx. The home page for Koha
2777 documentation is</p>
2778
2779 <ul>
2780 <li><a href="http://koha-community.org/documentation/">Koha Documentation</a></li>
2781 </ul>
2782
2783 <p>The Git repository for the Koha manual can be found at</p>
2784
2785 <ul>
2786 <li><a href="https://gitlab.com/koha-community/koha-manual">Koha Git Repository</a></li>
2787 </ul>
2788
2789 <h2 id="translations">Translations</h2>
2790
2791 <p>Complete or near-complete translations of the OPAC and staff
2792 interface are available in this release for the following languages:</p>
2793
2794 <ul>
2795 <li>Arabic (73.7%)</li>
2796 <li>Armenian (98%)</li>
2797 <li>Bulgarian (89.4%)</li>
2798 <li>Chinese (Taiwan) (84.2%)</li>
2799 <li>Czech (58.7%)</li>
2800 <li>English (New Zealand) (57.3%)</li>
2801 <li>English (USA)</li>
2802 <li>Finnish (92.1%)</li>
2803 <li>French (91.2%)</li>
2804 <li>French (Canada) (94.8%)</li>
2805 <li>German (100%)</li>
2806 <li>German (Switzerland) (51.2%)</li>
2807 <li>Greek (50.9%)</li>
2808 <li>Hindi (100%)</li>
2809 <li>Italian (94.3%)</li>
2810 <li>Nederlands-Nederland (Dutch-The Netherlands) (78.1%)</li>
2811 <li>Norwegian Bokmål (52.8%)</li>
2812 <li>Persian (55.5%)</li>
2813 <li>Polish (93.9%)</li>
2814 <li>Portuguese (74.6%)</li>
2815 <li>Portuguese (Brazil) (72.6%)</li>
2816 <li>Russian (73.7%)</li>
2817 <li>Slovak (60.2%)</li>
2818 <li>Spanish (100%)</li>
2819 <li>Swedish (76.9%)</li>
2820 <li>Telugu (79.8%)</li>
2821 <li>Turkish (86.5%)</li>
2822 <li>Ukrainian (68%)</li>
2823 </ul>
2824
2825 <p>Partial translations are available for various other languages.</p>
2826
2827 <p>The Koha team welcomes additional translations; please see</p>
2828
2829 <ul>
2830 <li><a href="http://wiki.koha-community.org/wiki/Translating_Koha">Koha Translation Info</a></li>
2831 </ul>
2832
2833 <p>For information about translating Koha, and join the koha-translate 
2834 list to volunteer:</p>
2835
2836 <ul>
2837 <li><a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate">Koha Translate List</a></li>
2838 </ul>
2839
2840 <p>The most up-to-date translations can be found at:</p>
2841
2842 <ul>
2843 <li><a href="http://translate.koha-community.org/">Koha Translation</a></li>
2844 </ul>
2845
2846 <h2 id="releaseteam">Release Team</h2>
2847
2848 <p>The release team for Koha 22.11.00 is</p>
2849
2850 <ul>
2851 <li><p>Release Manager: Tomás Cohen Arazi</p></li>
2852 <li><p>Release Manager assistants:</p>
2853
2854 <ul>
2855 <li>Jonathan Druart</li>
2856 <li>Martin Renvoize</li>
2857 </ul></li>
2858 <li><p>QA Manager: Katrin Fischer</p></li>
2859 <li><p>QA Team:</p>
2860
2861 <ul>
2862 <li>Aleisha Amohia</li>
2863 <li>Nick Clemens</li>
2864 <li>Jonathan Druart</li>
2865 <li>Lucas Gass</li>
2866 <li>Victor Grousset</li>
2867 <li>Kyle M Hall</li>
2868 <li>Joonas Kylmälä</li>
2869 <li>Andrew Nugged</li>
2870 <li>Martin Renvoize</li>
2871 <li>Marcel de Rooy</li>
2872 <li>Fridolin Somers</li>
2873 <li>Petro Vashchuk</li>
2874 </ul></li>
2875 <li><p>Topic Experts:</p>
2876
2877 <ul>
2878 <li>UI Design -- Owen Leonard</li>
2879 <li>Zebra -- Fridolin Somers</li>
2880 </ul></li>
2881 <li><p>Bug Wranglers:</p>
2882
2883 <ul>
2884 <li>Aleisha Amohia</li>
2885 <li>Jake Deery</li>
2886 <li>Lucas Gass</li>
2887 <li>Séverine Queune</li>
2888 </ul></li>
2889 <li><p>Packaging Manager: Mason James</p></li>
2890 <li><p>Documentation Manager: David Nind</p></li>
2891 <li><p>Documentation Team:</p>
2892
2893 <ul>
2894 <li>Donna Bachowski</li>
2895 <li>Aude Charillon</li>
2896 <li>Martin Renvoize</li>
2897 <li>Lucy Vaux-Harvey</li>
2898 </ul></li>
2899 <li><p>Translation Managers: </p>
2900
2901 <ul>
2902 <li>Bernardo González Kriegel</li>
2903 </ul></li>
2904 <li><p>Wiki curators: </p>
2905
2906 <ul>
2907 <li>Thomas Dukleth</li>
2908 <li>Katrin Fischer</li>
2909 </ul></li>
2910 <li><p>Release Maintainers:</p>
2911
2912 <ul>
2913 <li>22.05 -- Lucas Gass</li>
2914 <li>21.11 -- Arthur Suzuki</li>
2915 <li>21.05 -- Victor Grousset</li>
2916 </ul></li>
2917 </ul>
2918
2919 <h2 id="credits">Credits</h2>
2920
2921 <p>We thank the following libraries, companies, and other institutions who are known to have sponsored
2922 new features in Koha 22.11.00</p>
2923
2924 <ul>
2925 <li><a href="https://koha-fr.org">Association KohaLa</a></li>
2926 <li>Auckland University of Technology</li>
2927 <li><a href="https://www.biblibre.com">BibLibre</a></li>
2928 <li>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)</li>
2929 <li><a href="https://bywatersolutions.com">ByWater Solutions</a></li>
2930 <li><a href="https://www.catalyst.net.nz/products/library-management-koha">Catalyst</a></li>
2931 <li>Chartered Accountants Australia and New Zealand</li>
2932 <li>Cheshire Libraries</li>
2933 <li>Education Services Australia SCIS</li>
2934 <li>Gothenburg University Library</li>
2935 <li>Horowhenua Libraries Trust</li>
2936 <li><a href="https://koha-suomi.fi">Koha-Suomi Oy</a></li>
2937 <li>Library of the Natural History Museum Vienna</li>
2938 <li>Loughborough University</li>
2939 <li>Lund University Library, Sweden</li>
2940 <li><a href="martin.renvoize@gmail.com">Martin Renvoize</a></li>
2941 <li>Melbourne Athenaeum Library, Australia</li>
2942 <li>Montgomery County Public Libraries</li>
2943 <li><a href="https://orex.es">Orex Digital</a></li>
2944 <li><a href="https://ptfs-europe.com">PTFS Europe</a></li>
2945 <li>Pymble Ladies' College</li>
2946 <li>Rijksmuseum, Netherlands</li>
2947 <li><a href="https://www.roundrocktexas.gov/departments/library">Round Rock Public Library</a></li>
2948 <li>Steiermärkische Landesbibliothek</li>
2949 <li>The Research University in the Helmholtz Association (KIT)</li>
2950 <li><a href="https://theke.io">Theke Solutions</a></li>
2951 <li>Toi Ohomai Institute of Technology, New Zealand</li>
2952 <li>Virginia Polytechnic Institute and State University</li>
2953 <li>Waikato Institute of Technology</li>
2954 <li>a ByWater Solutions partner</li>
2955 </ul>
2956
2957 <p>We thank the following individuals who contributed patches to Koha 22.11.00</p>
2958
2959 <ul>
2960 <li>Aleisha Amohia (32)</li>
2961 <li>Pedro Amorim (24)</li>
2962 <li>Nuño López Ansótegui (1)</li>
2963 <li>Tomás Cohen Arazi (388)</li>
2964 <li>Andrew Auld (1)</li>
2965 <li>Stefan Berndtsson (7)</li>
2966 <li>Matt Blenkinsop (1)</li>
2967 <li>Philippe Blouin (1)</li>
2968 <li>Florian Bontemps (5)</li>
2969 <li>Jérémy Breuillard (10)</li>
2970 <li>Alex Buckley (18)</li>
2971 <li>Colin Campbell (1)</li>
2972 <li>Kevin Carnes (6)</li>
2973 <li>Galen Charlton (1)</li>
2974 <li>Nick Clemens (236)</li>
2975 <li>David Cook (28)</li>
2976 <li>Nisha Dahya (1)</li>
2977 <li>Frédéric Demians (1)</li>
2978 <li>Paul Derscheid (1)</li>
2979 <li>Solène Desvaux (12)</li>
2980 <li>Jonathan Druart (469)</li>
2981 <li>Marion Durand (4)</li>
2982 <li>Magnus Enger (3)</li>
2983 <li>Katrin Fischer (135)</li>
2984 <li>Géraud Frappier (1)</li>
2985 <li>Lucas Gass (74)</li>
2986 <li>Evan Giles (1)</li>
2987 <li>Isobel Graham (12)</li>
2988 <li>Victor Grousset (12)</li>
2989 <li>Thibaud Guillot (3)</li>
2990 <li>David Gustafsson (2)</li>
2991 <li>Michael Hafen (1)</li>
2992 <li>Kyle M Hall (108)</li>
2993 <li>Frank Hansen (4)</li>
2994 <li>Mark Hofstetter (1)</li>
2995 <li>Andrew Isherwood (16)</li>
2996 <li>Mason James (6)</li>
2997 <li>Janusz Kaczmarek (4)</li>
2998 <li>Pasi Kallinen (1)</li>
2999 <li>Olli-Antti Kivilahti (2)</li>
3000 <li>Thomas Klausner (3)</li>
3001 <li>Bernardo González Kriegel (2)</li>
3002 <li>Joonas Kylmälä (34)</li>
3003 <li>Owen Leonard (164)</li>
3004 <li>The Minh Luong (2)</li>
3005 <li>Julian Maurice (81)</li>
3006 <li>Tim McMahon (1)</li>
3007 <li>Matthias Meusburger (1)</li>
3008 <li>Lucio Moraes (1)</li>
3009 <li>Agustín Moyano (17)</li>
3010 <li>David Nind (11)</li>
3011 <li>Andrew Nugged (2)</li>
3012 <li>Björn Nylén (7)</li>
3013 <li>Jacob O'Mara (1)</li>
3014 <li>François Pichenot (1)</li>
3015 <li>Séverine Queune (1)</li>
3016 <li>Johanna Raisa (4)</li>
3017 <li>MJ Ray (1)</li>
3018 <li>Martin Renvoize (263)</li>
3019 <li>Adolfo Rodríguez (1)</li>
3020 <li>Marcel de Rooy (155)</li>
3021 <li>Caroline Cyr La Rose (24)</li>
3022 <li>Andreas Roussos (2)</li>
3023 <li>Danyon Sewell (2)</li>
3024 <li>Slava Shishkin (9)</li>
3025 <li>Maryse Simard (3)</li>
3026 <li>Fridolin Somers (40)</li>
3027 <li>Lari Strand (1)</li>
3028 <li>Arthur Suzuki (1)</li>
3029 <li>Logan Symons (1)</li>
3030 <li>Emmi Takkinen (10)</li>
3031 <li>Lari Taskula (11)</li>
3032 <li>Mark Tompsett (1)</li>
3033 <li>Christophe Torin (2)</li>
3034 <li>Karen Turner (1)</li>
3035 <li>Michal Urban (2)</li>
3036 <li>Petro Vashchuk (10)</li>
3037 <li>Andrii Veremeienko (1)</li>
3038 <li>Filip Vujičić (1)</li>
3039 <li>Tosca Waerea (1)</li>
3040 <li>Shi Yao Wang (9)</li>
3041 <li>Kris Wehipeihana (2)</li>
3042 <li>Wainui Witika-Park (1)</li>
3043 </ul>
3044
3045 <p>We thank the following libraries, companies, and other institutions who contributed
3046 patches to Koha 22.11.00</p>
3047
3048 <ul>
3049 <li>Athens County Public Libraries (164)</li>
3050 <li>BibLibre (158)</li>
3051 <li>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) (135)</li>
3052 <li>Bibliothèque Universitaire des Langues et Civilisations (BULAC) (1)</li>
3053 <li>ByWater-Solutions (418)</li>
3054 <li>Catalyst (32)</li>
3055 <li>Catalyst Open Source Academy (30)</li>
3056 <li>Dataly Tech (2)</li>
3057 <li>David Nind (11)</li>
3058 <li>Equinox Open Library Initiative (1)</li>
3059 <li>Göteborgs Universitet (2)</li>
3060 <li>hofstetter.at (1)</li>
3061 <li>Hypernova Oy (11)</li>
3062 <li>Independant Individuals (109)</li>
3063 <li>jabra.com (1)</li>
3064 <li>Koha Community Developers (482)</li>
3065 <li>Koha-Suomi (10)</li>
3066 <li>KohaAloha (6)</li>
3067 <li>Libriotech (3)</li>
3068 <li>lmscloud.de (1)</li>
3069 <li>MASmedios (1)</li>
3070 <li>Prosentient Systems (28)</li>
3071 <li>PTFS-Europe (285)</li>
3072 <li>Rijksmuseum (155)</li>
3073 <li>Software.coop (1)</li>
3074 <li>Solutions inLibro inc (40)</li>
3075 <li>Tamil (1)</li>
3076 <li>The City of Joensuu (1)</li>
3077 <li>Theke Solutions (405)</li>
3078 <li>ub.lu.se (17)</li>
3079 <li>Universidad Nacional de Córdoba (2)</li>
3080 <li>University of Helsinki (3)</li>
3081 <li>Université Rennes 2 (2)</li>
3082 <li>ville-roubaix.fr (1)</li>
3083 <li>wlpl.org (1)</li>
3084 <li>Xercode (1)</li>
3085 </ul>
3086
3087 <p>We also especially thank the following individuals who tested patches
3088 for Koha</p>
3089
3090 <ul>
3091 <li>Michael Adamyk (1)</li>
3092 <li>Hugo Agud (1)</li>
3093 <li>Salman Ali (1)</li>
3094 <li>Aleisha Amohia (2)</li>
3095 <li>Pedro Amorim (3)</li>
3096 <li>Tomás Cohen Arazi (2160)</li>
3097 <li>Nason Bimbe (1)</li>
3098 <li>Christopher Brannon (2)</li>
3099 <li>Anke Bruns (1)</li>
3100 <li>Alex Buckley (1)</li>
3101 <li>Emmanuel Bétemps (7)</li>
3102 <li>Catrina Berka (1)</li>
3103 <li>Axelle Clarisse (1)</li>
3104 <li>Nick Clemens (213)</li>
3105 <li>Rebecca Coert (8)</li>
3106 <li>David Cook (3)</li>
3107 <li>Chris Cormack (26)</li>
3108 <li>Roch D'Amour (1)</li>
3109 <li>Claude Demeure (2)</li>
3110 <li>Paul Derscheid (13)</li>
3111 <li>Solène Desvaux (1)</li>
3112 <li>Orex Digital (5)</li>
3113 <li>Jonathan Druart (114)</li>
3114 <li>Magnus Enger (7)</li>
3115 <li>Victoria Faafia (1)</li>
3116 <li>Charles Farmer (1)</li>
3117 <li>Bouzid Fergani (1)</li>
3118 <li>Jonathan Field (192)</li>
3119 <li>Katrin Fischer (688)</li>
3120 <li>Andrew Fuerste-Henry (73)</li>
3121 <li>Lucas Gass (56)</li>
3122 <li>KIT Library Germany (5)</li>
3123 <li>Victor Grousset (37)</li>
3124 <li>Amit Gupta (2)</li>
3125 <li>Géraud Frappier (1)</li>
3126 <li>Kyle M Hall (436)</li>
3127 <li>Sally Healey (37)</li>
3128 <li>Samu Heiskanen (1)</li>
3129 <li>Mark Hofstetter (1)</li>
3130 <li>Barbara Johnson (19)</li>
3131 <li>Thibault Kero (3)</li>
3132 <li>Thibault Keromnès (3)</li>
3133 <li>Thomas Klausner (3)</li>
3134 <li>Lukasz Koszyk (17)</li>
3135 <li>Bernardo González Kriegel (1)</li>
3136 <li>Rhonda Kuiper (1)</li>
3137 <li>Joonas Kylmälä (95)</li>
3138 <li>Rachael Laritz (3)</li>
3139 <li>Owen Leonard (211)</li>
3140 <li>marie-luce (1)</li>
3141 <li>Julian Maurice (4)</li>
3142 <li>Kelly McElligott (2)</li>
3143 <li>Josef Moravec (1)</li>
3144 <li>David Nind (506)</li>
3145 <li>Andrew Nugged (5)</li>
3146 <li>Jacob O'Mara (1)</li>
3147 <li>Séverine Queune (1)</li>
3148 <li>Liz Rea (4)</li>
3149 <li>Martin Renvoize (665)</li>
3150 <li>Alexis Ripetti (1)</li>
3151 <li>Jason Robb (1)</li>
3152 <li>Marcel de Rooy (148)</li>
3153 <li>Caroline Cyr La Rose (16)</li>
3154 <li>Lisette Scheer (5)</li>
3155 <li>Michaela Sieber (9)</li>
3156 <li>Mika Smith (1)</li>
3157 <li>Fridolin Somers (44)</li>
3158 <li>Christian Stelzenmüller (12)</li>
3159 <li>Myka Kennedy Stephens (1)</li>
3160 <li>Lyon 3 Team (32)</li>
3161 <li>Michal Urban (6)</li>
3162 <li>Petro Vashchuk (4)</li>
3163 <li>Ben Veasey (1)</li>
3164 <li>Benjamin Veasey (9)</li>
3165 <li>George Veranis (1)</li>
3166 <li>Cab Vinton (1)</li>
3167 <li>Cédric Vita (3)</li>
3168 <li>Hammat Wele (2)</li>
3169 <li>George Williams (2)</li>
3170 </ul>
3171
3172 <p>We thank the following individuals who mentored new contributors to the Koha project</p>
3173
3174 <ul>
3175 <li>Martin Renvoize</li>
3176 </ul>
3177
3178 <p>And people who contributed to the Koha manual during the release cycle of Koha 22.06.00</p>
3179
3180 <ul>
3181 <li>Anke (13)</li>
3182 <li>Caroline Cyr La Rose (154)</li>
3183 <li>Katrin Fischer (10)</li>
3184 <li>David Nind (1)</li>
3185 <li>Martin Renvoize (10)</li>
3186 <li>Lucy Vaux-Harvey (1)</li>
3187 </ul>
3188
3189 <p>We regret any omissions.  If a contributor has been inadvertently missed,
3190 please send a patch against these release notes to koha-devel@lists.koha-community.org.</p>
3191
3192 <h2 id="notesfromthereleasemanager">Notes from the Release Manager</h2>
3193
3194 <p>From commit 1:, we expressed what this cycle was about:</p>
3195
3196 <pre><code>
3197 The road of excess
3198 leads to the palace of wisdom;
3199 for we never know what is enough
3200 until we know what is more than enough.
3201         William Blake.
3202 </code></pre>
3203
3204 <p>It's been a particularly busy release with several big challenges. I'm grateful for the chance
3205 I had to serve as Release Manager, and for this great community and its members, who invested
3206 their time to make this happen.</p>
3207
3208 <p>Special thanks to:</p>
3209
3210 <ul>
3211 <li>Martin</li>
3212 <li>Nick, Kyle and Lucas</li>
3213 <li>Katrina</li>
3214 <li>Owen</li>
3215 <li>the ByWater folks, for all the hugs and support</li>
3216 </ul>
3217
3218 <p>all of whom have been promptly available to tackle the different problems we faced through
3219 this vertiginous cycle.</p>
3220
3221 <h2 id="revisioncontrolnotes">Revision control notes</h2>
3222
3223 <p>The Koha project uses Git for version control.  The current development
3224 version of Koha can be retrieved by checking out the master branch of:</p>
3225
3226 <ul>
3227 <li><a href="https://git.koha-community.org/koha-community/koha">Koha Git Repository</a></li>
3228 </ul>
3229
3230 <p>The branch for this version of Koha and future bugfixes in this release
3231 line is 22.11.x.</p>
3232
3233 <h2 id="bugsandfeaturerequests">Bugs and feature requests</h2>
3234
3235 <p>Bug reports and feature requests can be filed at the Koha bug
3236 tracker at:</p>
3237
3238 <ul>
3239 <li><a href="http://bugs.koha-community.org">Koha Bugzilla</a></li>
3240 </ul>
3241
3242 <p>He rau ringa e oti ai.
3243 (Many hands finish the work)</p>
3244
3245 <p>Autogenerated release notes updated last on 25 nov 2022 14:22:01.</p>