Rmaint fix: Revert bug 35148 as it needs 31453 not in 22.11.x
[koha.git] / misc / release_notes / release_notes_22_11_06.md
1 # RELEASE NOTES FOR KOHA 22.11.06
2 23 May 2023
3
4 Koha is the first free and open source software library automation
5 package (ILS). Development is sponsored by libraries of varying types
6 and sizes, volunteers, and support companies from around the world. The
7 website for the Koha project is:
8
9 - [Koha Community](http://koha-community.org)
10
11 Koha 22.11.06 can be downloaded from:
12
13 - [Download](http://download.koha-community.org/koha-22.11.06.tar.gz)
14
15 Installation instructions can be found at:
16
17 - [Koha Wiki](http://wiki.koha-community.org/wiki/Installation_Documentation)
18 - OR in the INSTALL files that come in the tarball
19
20 Koha 22.11.06 is a bugfix/maintenance release.
21
22 It includes 8 enhancements, 161 bugfixes.
23
24 **System requirements**
25
26 You can learn about the system components (like OS and database) needed for running Koha on the [community wiki](https://wiki.koha-community.org/wiki/System_requirements_and_recommendations).
27
28
29
30
31 ## Security
32
33
34 - [33702](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33702) Patrons should only see their own ILLs in the OPAC
35
36 ## Bugfixes
37
38
39
40 ### Acquisitions
41
42
43
44 #### Critical bugs fixed
45
46
47 - [33262](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33262) When an ordered record is deleted, we lose all information on what was ordered
48 - [33653](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33653) Search for late orders can show received order lines
49
50
51 #### Other bugs fixed
52
53
54 - [32484](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32484) Enable framework plugins when UseACQFrameworkForBiblioRecords is set
55   >This bugfix enables the use of framework plugins when: 
56   >- `UseACQFrameworkForBiblioRecords` is enabled, and
57   >- entering catalog details when adding items to a basket from a new (empty) record. 
58   >This requires plugins to be enabled for fields in the `ACQ` framework.
59
60
61
62
63 ### Architecture, internals, and plumbing
64
65
66
67
68
69 #### Other bugs fixed
70
71
72 - [32990](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32990) Possible deadlock in C4::ImportBatch::_update_batch_record_counts
73 - [32992](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32992) Move background worker script to misc/workers
74 - [33053](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33053) Tables item_groups and recalls have a biblio_id column with a default of 0
75 - [33167](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33167) Cleanup staff interface catalog details page
76 - [33447](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33447) Add caching to Biblio->pickup_locations
77 - [33488](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33488) Library transfer limits should have an index on fromBranch
78 - [33489](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33489) The borrowers table should have indexes on default patron search fields
79 - [33710](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33710) Ignore howto files
80
81
82
83
84 ### Cataloging
85
86
87
88 #### Critical bugs fixed
89
90
91 - [28328](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28328) Editing a record can cause an ISE if data too long for column
92 - [33445](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33445) Regression - Replacing authority via Z39.50 will not search for anything but the value from the existing authority
93 - [33591](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33591) Cannot merge bibliographic records
94
95
96 #### Other bugs fixed
97
98
99 - [32253](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32253) Advanced cataloging editor doesn't load every line initially
100 - [32817](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32817) Clean up cataloguing/value_builder/dateaccessioned.pl
101 - [32818](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32818) Clean up cataloguing/value_builder/marc21_field_005.pl
102 - [32865](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32865) Clean up cataloguing/value_builder/unimarc_field_146a.pl
103 - [32866](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32866) Clean up cataloguing/value_builder/unimarc_field_146h.pl
104 - [32867](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32867) Clean up cataloguing/value_builder/unimarc_field_146i.pl
105 - [32868](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32868) Fix cataloguing/value_builder/unimarc_field_210c_bis.pl
106 - [32869](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32869) Fix cataloguing/value_builder/unimarc_field_210c.pl
107 - [32870](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32870) Fix cataloguing/value_builder/unimarc_field_225a_bis.pl
108 - [32871](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32871) Fix cataloguing/value_builder/unimarc_field_225a.pl
109 - [32872](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32872) Fix cataloguing/value_builder/unimarc_field_4XX.pl
110 - [32873](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32873) Fix cataloguing/value_builder/unimarc_field_686a.pl
111 - [32874](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32874) Fix cataloguing/value_builder/unimarc_field_700-4.pl
112 - [32875](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32875) Fix cataloguing/value_builder/unimarc_leader_authorities.pl
113 - [32876](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32876) Fix cataloguing/value_builder/unimarc_leader.pl
114 - [33655](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33655) z39.50 search no longer shows search in progress
115
116
117
118
119 ### Circulation
120
121
122
123 #### Critical bugs fixed
124
125
126 - [33300](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33300) Wrong system preference name AutomaticWrongTransfer
127
128
129 #### Other bugs fixed
130
131
132 - [18398](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18398) CHECKIN/CHECKOUT/RENEWAL don't use AutoEmailPrimaryAddress but first valid e-mail
133   >This enhancement applies the EmailFieldPrimary (formerly AutoEmailPrimaryAddress) system preference choice to the CHECKIN, CHECKOUT, RENEWAL and various RECALL notices.
134 - [26967](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26967) Patron autocomplete does not correctly format addresses
135 - [32121](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32121) Show an alert when adding a checked out item to an item bundle
136 - [32129](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32129) Use patron categorycode of most relevant recall when checking if item can be a waiting recall
137
138   **Sponsored by** *Auckland University of Technology*
139   >This patch uses the patron category of the patron who requested the most relevant recall to check for more specific circulation rules relating to recalls. This ensures that patrons who are allowed to place recalls are able to fill their recalls, especially when recalls are not  generally available for all patron categories.
140 - [33021](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33021) Show an alert when adding an item on hold to an item bundle
141   >When adding an item that is currently on hold to an item bundle, a warning will display, but you can still choose to add the item to the bundle.
142 - [33577](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33577) Buttons on reserve/request.pl are misaligned
143 - [33613](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33613) Claim return doesn't charge when "Ask if a lost fee should be charged" is selected and marked to charge
144
145
146
147
148 ### Command-line Utilities
149
150
151
152 #### Critical bugs fixed
153
154
155 - [33108](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33108) We need a way to launch the ES indexer automatically
156 - [33603](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33603) misc/maintenance/search_for_data_inconsistencies.pl fails if biblio.biblionumber on control field
157
158
159 #### Other bugs fixed
160
161
162 - [33626](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33626) compare_es_to_db.pl does not work with Search::Elasticsearch 7.0
163 - [33645](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33645) koha-foreach always returns 1 if --chdir not specified
164 - [33677](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33677) Remove --verbose from koha-worker manpage
165
166
167
168
169 ### Database
170
171
172
173
174
175 #### Other bugs fixed
176
177
178 - [32357](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32357) Set borrower_message_preferences.days_in_advance default to NULL
179   >This fixes the default value in the database for the 'Days in advance' field for patron messaging preferences so that it defaults to NULL instead of 0 (borrower_message_preferences table and the days_in_advance field).
180
181
182
183
184 ### ERM
185
186
187
188 #### Critical bugs fixed
189
190
191 - [32782](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32782) Add UNIMARC support to the ERM module
192 - [33482](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33482) Errors from EBSCO's ws are not reported to the UI
193 - [33483](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33483) Cannot link EBSCO's package with local agreement
194 - [33623](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33623) getAll not encoding URL params
195
196
197 #### Other bugs fixed
198
199
200 - [33354](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33354) Error 400 Bad Request when submitting form in ERM
201 - [33355](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33355) ERM UI and markup has some issues
202 - [33408](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33408) Fetch sysprefs from svc/config/systempreferences
203
204   **Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
205 - [33490](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33490) Agreements - Filter by expired results in error
206 - [33491](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33491) EBSCO Packages - Add new agreement UI has some issues
207 - [33648](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33648) Errors when enabling ERM in 22.11
208
209
210
211
212 ### Hold requests
213
214
215
216 #### Critical bugs fixed
217
218
219 - [30687](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30687) Unable to override hold policy if no pickup locations are available
220 - [33611](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33611) Holds being placed in the future if DefaultHoldExpirationdate is set
221
222
223 #### Other bugs fixed
224
225
226 - [32627](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32627) Reprinting holds slips should not reset the expiration date
227 - [32993](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32993) Holds priority changed incorrectly with dropdown selector
228 - [33210](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33210) (Bug 31963 follow-up) No hold fee message on OPAC should be displayed when there is no fee
229 - [33302](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33302) Placing item level holds in OPAC allows to pick forbidden pick-up locations, but then places no hold
230 - [33672](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33672) Item group features shows when placing holds if EnableItemGroupHolds is disabled
231
232
233
234
235 ### I18N/L10N
236
237
238
239 #### Critical bugs fixed
240
241
242 - [30352](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30352) "Not for loan" in result list doesn't translate in OPAC
243
244
245 #### Other bugs fixed
246
247
248 - [26403](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26403) Move debit and credit types to YAML files and fix other related translation issues
249   >With this patch the descriptions of system internal credit and debit types will be translated into the selected language at installation time. This will only affect new installations and SQL reporting. If you are building your own SQL reports, you'll be able to pull the descriptions from the tables.
250   >
251   >It also makes sure, that all system internal debit and credit types appear translated in the GUI. This now also includes the administration pages for managing credit and debit types. Some descriptions for discount, payout, purchase, and void were missing. These have now also been added.
252 - [32931](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32931) ERM - (is perpetual) Yes / No options untranslatable
253 - [33533](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33533) Translatability: Do not separate "Patron" or "Organization" and "identity" in memberentrygen.tt
254
255
256
257
258 ### ILL
259
260
261
262
263
264 #### Other bugs fixed
265
266
267 - [22440](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22440) Improve ILL page performance by moving to server side filtering
268
269
270
271
272 ### Installation and upgrade (command-line installer)
273
274
275
276 #### Critical bugs fixed
277
278
279 - [28267](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28267) Older databases fail to upgrade due to having a row format other than "DYNAMIC"
280
281
282
283
284
285
286 ### Installation and upgrade (web-based installer)
287
288
289
290
291
292 #### Other bugs fixed
293
294
295 - [33671](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33671) Database update  22.06.00.048  breaks update process
296
297
298
299
300 ### MARC Authority data support
301
302
303
304 #### Critical bugs fixed
305
306
307 - [32250](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32250) link_bibs_to_authorities generates too many background jobs
308 - [33277](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33277) Correctly handle linking subfields with no defined thesaurus
309 - [33557](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33557) Add a system preference to disable/enable thesaurus checking during authority linking
310
311
312
313
314
315
316 ### MARC Bibliographic data support
317
318
319
320
321
322 #### Other bugs fixed
323
324
325 - [31432](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31432) MARC21: Make 245 n and p subfields visible in frameworks by default
326 - [32766](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32766) Update plugin unimarc_field_116.pl fields
327   >This updates the labels for some values so that they match with the definitions in UNIMARC Bibliographic (3rd ed.) Updates, and to help with translation:
328   >
329   >- Specific material designation: 
330   >  i- print (no change in display)
331   >  m- master -> m- mould
332   >
333   >- Techniques (drawings, paintings) 1, 2, and 3:
334   >  crayon -> charcoal
335   >
336   >- Technique (prints) 1,2, and 3:
337   >  Label for dropdown list changed to Techniques (print) 1, 2, and 3
338   >  camaiu -> cameo
339   >  computer graphics -> infography
340   >
341   >- Functional designation
342   >  ab- item cover -> ab- resource cover
343   >  ag- chart -> ag- diagram
344 - [33419](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33419) Make home library and holding library in items mandatory by default
345   >This will make the home library and holding library on the item form manatory for new installations. It's recommended to also manually make these changes for existing installations as Koha won't function properly if any of these fields are missing.
346
347
348
349
350 ### Notices
351
352
353
354
355
356 #### Other bugs fixed
357
358
359 - [32917](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32917) Change patron.firstname and patron.surname in password change sample notice
360 - [33622](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33622) Notice content does not show on default tab if TranslateNotices enabled
361 - [33649](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33649) Fix use of cronlogaction
362
363
364
365
366 ### OPAC
367
368
369
370 #### Critical bugs fixed
371
372
373 - [33069](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33069) File download from list in OPAC gives error
374
375
376 #### Other bugs fixed
377
378
379 - [32412](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32412) OPACShelfBrowser controls add extra Coce images to biblio-cover-slider
380 - [32701](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32701) Self checkout help page lacks required I18N JavaScript
381 - [32995](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32995) Koha agent string not sent for OverDrive fulfillment requests
382 - [33102](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33102) Cart in OPAC and staff interface does no longer display infos from biblioitems table
383 - [33233](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33233) OPAC advanced search inputs stay disabled when using browser's back button
384
385
386
387
388 ### Packaging
389
390
391
392 #### Critical bugs fixed
393
394
395 - [33629](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33629) allow pbuilder to use network via build-git-snapshot
396
397
398
399
400
401
402 ### Patrons
403
404
405
406 #### Critical bugs fixed
407
408
409 - [19249](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19249) Date picker broken in "Quick add new patron" form
410
411
412 #### Other bugs fixed
413
414
415 - [25379](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25379) HTML in circulation notes doesn't show correctly on checkin
416 - [32232](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32232) Koha crashes if dateofbirth is 1947-04-27, 1948-04-25, or 1949-04-24
417 - [33684](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33684) Able to save patron with empty mandatory date fields
418
419
420
421
422 ### Plugin architecture
423
424
425
426
427
428 #### Other bugs fixed
429
430
431 - [30367](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30367) Plugins: Search explodes in error when searching for specific keywords
432
433
434
435
436 ### REST API
437
438
439
440
441
442 #### Other bugs fixed
443
444
445 - [33328](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33328) x-marc-schema should be renamed x-record-schema
446 - [33329](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33329) GET /biblios encoding wrong when UNIMARC
447 - [33470](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33470) Don't calculate overridden values when placing a hold via the REST API
448
449
450
451
452 ### Reports
453
454
455
456
457
458 #### Other bugs fixed
459
460
461 - [33513](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33513) Batch update from report module - no patrons loaded into view
462
463
464
465
466 ### SIP2
467
468
469
470 #### Critical bugs fixed
471
472
473 - [33216](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33216) SIP fee paid messages explode if payment registers are enabled and the SIP account has no register
474
475
476 #### Other bugs fixed
477
478
479 - [33580](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33580) Bring back ability to mark item as seen via SIP2 item information request
480
481
482
483
484 ### Searching
485
486
487
488
489
490 #### Other bugs fixed
491
492
493 - [33093](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33093) (Bug 27546 follow-up) With ES searching within results does not work for 'Keyword' and 'Keyword as phrase'
494 - [33506](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33506) Series has wrong index name on scan index page and search option selection is not retained
495 - [33569](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33569) Order by relevance may not be visible
496
497
498
499
500 ### Searching - Elasticsearch
501
502
503
504 #### Critical bugs fixed
505
506
507 - [32594](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32594) Add a dedicated ES indexing background worker
508
509
510 #### Other bugs fixed
511
512
513 - [33206](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33206) Bad title__sort made of multisubfield 245
514 - [33486](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33486) Remove Koha::BackgroundJob::UpdateElasticIndex->process routine
515
516
517
518
519 ### Searching - Zebra
520
521
522
523
524
525 #### Other bugs fixed
526
527
528 - [32937](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32937) Zebra: Ignore copyright symbol when searching
529
530
531
532
533 ### Self checkout
534
535
536
537
538
539 #### Other bugs fixed
540
541
542 - [32921](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32921) SelfCheckTimeout doesn't logout if SelfCheckReceiptPrompt modal is open
543
544
545
546
547 ### Serials
548
549
550
551
552
553 #### Other bugs fixed
554
555
556 - [33037](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33037) [Bugs 32555  and 31313 follow-up] Koha does not display difference between enumchron and serialseq in record detail view (OPAC and intranet)
557 - [33512](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33512) Labels/buttons are confusing on serials-edit page
558 - [33560](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33560) Batch edit link broken if subscriptions are selected using "select all" link
559
560
561
562
563 ### Staff interface
564
565
566
567
568
569 #### Other bugs fixed
570
571
572 - [28315](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28315) PopupMARCFieldDoc is defined twice in addbiblio.tt
573 - [33253](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33253) 2FA - Form not excluded from autofill
574 - [33505](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33505) Improve styling of scan index page
575 - [33588](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33588) Inventory item list is missing page-section class
576 - [33590](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33590) WRAPPER tab_panel breaks JS on some pages (Select all/Clear all, post-Ajax updates)
577 - [33596](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33596) Merge result page is missing page-section
578 - [33615](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33615) Date picker icon not visible
579 - [33621](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33621) Javascript error when claiming return via circulation.pl
580 - [33631](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33631) results_summary label and content are slightly misaligned in staff interface
581 - [33642](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33642) Typo: No log found .
582 - [33643](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33643) Add page-section to 'scan index' page
583
584
585
586
587 ### System Administration
588
589
590
591
592
593 #### Other bugs fixed
594
595
596 - [32745](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32745) Jobs view breaks when there are jobs with context IS NULL
597 - [33196](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33196) Terminology: rephrase Pseudonymization system preference to be more general
598 - [33197](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33197) Terminology: rename GDPR_Policy system preference
599 - [33335](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33335) MARC overlay rules broken because of "categorycode.categorycode " which contains "-"
600 - [33549](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33549) Patron restriction types - Style missing for dialog messages
601 - [33586](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33586) Library and category are switched in table configuration for patron search results table settings
602 - [33634](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33634) Sidebar navigation links in system preferences not taking user to the clicked section
603
604
605
606
607 ### Templates
608
609
610
611
612
613 #### Other bugs fixed
614
615
616 - [22375](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22375) Due dates should be formatted consistently
617 - [31405](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31405) Set focus for cursor to setSpec input when adding a new OAI set
618 - [31410](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31410) Set focus for cursor to Server name when adding a new Z39.50 or SRU server
619 - [32642](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32642) Loading spinner always visible when cover image is short (OPAC)
620 - [33320](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33320) Patron modification requests: options are squashed
621 - [33336](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33336) Use a dedicated column for plugin status in plugins table
622 - [33388](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33388) Use template wrapper for breadcrumbs: Patrons part 4
623 - [33437](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33437) Use template wrapper for breadcrumbs: Reports part 2
624 - [33438](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33438) Use template wrapper for breadcrumbs: Reports part 3
625 - [33439](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33439) Use template wrapper for breadcrumbs: Reports part 4
626 - [33551](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33551) Rogue span in patron restriction types admin page title
627 - [33555](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33555) Use template wrapper for breadcrumbs: Rotating collections
628 - [33558](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33558) Use template wrapper for breadcrumbs: Serials part 1
629 - [33559](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33559) Use template wrapper for breadcrumbs: Serials part 2
630 - [33564](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33564) Use template wrapper for breadcrumbs: Serials part 3
631 - [33565](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33565) Use template wrapper for breadcrumbs: Tags
632 - [33566](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33566) Use template wrapper for breadcrumbs: Tools, part 1
633 - [33571](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33571) Use template wrapper for breadcrumbs: Tools, part 2
634 - [33572](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33572) Use template wrapper for breadcrumbs: Tools, part 3
635 - [33579](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33579) Typo: record record
636 - [33582](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33582) Use template wrapper for breadcrumbs: Tools, part 4
637 - [33597](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33597) Get rid of few SameSite warnings
638 - [33598](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33598) Use template wrapper for breadcrumbs: Tools, part 5
639 - [33600](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33600) Use template wrapper for breadcrumbs: Tools, part 7
640 - [33601](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33601) Use template wrapper for breadcrumbs: Tools, part 8
641 - [33696](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33696) Doubled up home icon in budgets page
642 - [33699](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33699) Typo in identity_provider_domains.tt (presedence)
643
644
645
646
647 ### Test Suite
648
649
650
651 #### Critical bugs fixed
652
653
654 - [33416](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33416) Agreements.ts is failing
655
656
657 #### Other bugs fixed
658
659
660 - [33402](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33402) ERM Cypress tests needs to be moved to their own directory
661 - [33403](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33403) Letters.t: Foreign key exception if you do not have a numberpattern with id=1
662
663
664
665
666 ### Tools
667
668
669
670 #### Critical bugs fixed
671
672
673 - [33156](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33156) Batch patron modification tool is missing search bar and other attributes
674 - [33412](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33412) (bug 15869 follow-up) Overlay record framework is always setting records to original framework
675 - [33576](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33576) Records are not indexed when imported if using Elasticsearch
676
677
678 #### Other bugs fixed
679
680
681 - [32041](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32041) OPAC and staff client results page do not honor SyndeticsCoverImageSize
682 - [33637](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33637) Batch patron modification broken
683
684
685
686
687 ### Web services
688
689
690
691 #### Critical bugs fixed
692
693
694 - [33504](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33504) ILS-DI does not record renewer_id for renewals creating issue with renewal history view
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711 ## Enhancements 
712
713 ### Architecture, internals, and plumbing
714
715
716
717 #### Enhancements
718
719
720 - [33066](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33066) We need a KohaTable Vue component
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750 ### ERM
751
752
753
754 #### Enhancements
755
756
757 - [32924](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32924) Filter agreements by logged in librarian
758 - [33064](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33064) Add a search option for licenses to top search bar
759
760   **Sponsored by** *PTFS Europe*
761 - [33466](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33466) Link vendor name in list of licenses
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791 ### Installation and upgrade (web-based installer)
792
793
794
795 #### Enhancements
796
797
798 - [33128](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33128) Add Polish translations for language descriptions
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906 ### Templates
907
908
909
910 #### Enhancements
911
912
913 - [33127](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33127) Use template wrapper for breadcrumbs: Administration part 5
914 - [33310](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33310) Use template wrapper for tabs: Suggestions
915
916
917
918
919
920
921
922
923
924
925
926 ### Tools
927
928
929
930 #### Enhancements
931
932
933 - [32164](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32164) Add link to MARC modification templates from batch record modification page
934
935
936
937
938
939
940
941
942
943
944
945 ## New system preferences
946 - AutomaticConfirmTransfer
947 - LinkerConsiderThesaurus
948 - PrivacyPolicyConsent
949
950
951 ## Deleted system preferences
952 - AutomaticWrongTransfer
953 - GDPR_Policy
954
955
956 ## Documentation
957
958 The Koha manual is maintained in Sphinx. The home page for Koha
959 documentation is
960
961 - [Koha Documentation](http://koha-community.org/documentation/)
962
963
964
965 The Git repository for the Koha manual can be found at
966
967 - [Koha Git Repository](https://gitlab.com/koha-community/koha-manual)
968
969
970 ## Translations
971
972 Complete or near-complete translations of the OPAC and staff
973 interface are available in this release for the following languages:
974 <div style="column-count: 2;">
975
976 - Arabic (72.2%)
977 - Armenian (100%)
978 - Armenian (Classical) (64.9%)
979 - Bulgarian (90.8%)
980 - Chinese (Taiwan) (81.7%)
981 - Czech (59.9%)
982 - English (New Zealand) (68.4%)
983 - English (USA)
984 - English (United Kingdom) (100%)
985 - Finnish (95.6%)
986 - French (99.3%)
987 - French (Canada) (95.9%)
988 - German (100%)
989 - German (Switzerland) (50.4%)
990 - Greek (50.4%)
991 - Hindi (100%)
992 - Italian (92.2%)
993 - Nederlands-Nederland (Dutch-The Netherlands) (85%)
994 - Norwegian Bokmål (64.9%)
995 - Persian (70.4%)
996 - Polish (93.9%)
997 - Portuguese (89.6%)
998 - Portuguese (Brazil) (100%)
999 - Russian (93.8%)
1000 - Slovak (62%)
1001 - Spanish (100%)
1002 - Swedish (76%)
1003 - Telugu (77.4%)
1004 - Turkish (87.4%)
1005 - Ukrainian (78.2%)
1006 </div>
1007 Partial translations are available for various other languages.
1008
1009 The Koha team welcomes additional translations; please see
1010
1011 - [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
1012
1013 For information about translating Koha, and join the koha-translate 
1014 list to volunteer:
1015
1016 - [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
1017
1018 The most up-to-date translations can be found at:
1019
1020 - [Koha Translation](http://translate.koha-community.org/)
1021
1022 ## Release Team
1023
1024 The release team for Koha 22.11.06 is
1025
1026
1027 - Release Manager: Tomás Cohen Arazi
1028
1029 - Release Manager assistants:
1030   - Jonathan Druart
1031   - Martin Renvoize
1032
1033 - QA Manager: Katrin Fischer
1034
1035 - QA Team:
1036   - Aleisha Amohia
1037   - Nick Clemens
1038   - David Cook
1039   - Jonathan Druart
1040   - Lucas Gass
1041   - Victor Grousset
1042   - Kyle M Hall
1043   - Martin Renvoize
1044   - Marcel de Rooy
1045   - Fridolin Somers
1046
1047 - Topic Experts:
1048   - UI Design -- Owen Leonard
1049   - Zebra -- Fridolin Somers
1050   - REST API -- Martin Renvoize
1051
1052 - Bug Wranglers:
1053   - Aleisha Amohia
1054   - Indranil Das Gupta
1055
1056 - Packaging Manager: Mason James
1057
1058
1059 - Documentation Manager: Caroline Cyr La Rose
1060
1061
1062 - Documentation Team:
1063   - Aude Charillon
1064   - David Nind
1065   - Lucy Vaux-Harvey
1066
1067 - Translation Manager: Bernardo González Kriegel
1068
1069
1070 - Wiki curators: 
1071   - Thomas Dukleth
1072   - Katrin Fischer
1073
1074 - Release Maintainers:
1075   - 22.11 -- PTFS Europe (Martin Renvoize, Matt Blenkinsop, Jacob O'Mara, Pedro Amorim)
1076   - 22.05 -- Lucas Gass
1077   - 21.11 -- Arthur Suzuki
1078   - 21.05 -- Wainui Witika-Park
1079
1080 ## Credits
1081 We thank the following libraries, companies, and other institutions who are known to have sponsored
1082 new features in Koha 22.11.06
1083 <div style="column-count: 2;">
1084
1085 - Auckland University of Technology
1086 - [Bibliothèque Universitaire des Langues et Civilisations (BULAC)](http://www.bulac.fr)
1087 </div>
1088
1089 We thank the following individuals who contributed patches to Koha 22.11.06
1090 <div style="column-count: 2;">
1091
1092 - Aleisha Amohia (2)
1093 - Pedro Amorim (23)
1094 - Tomás Cohen Arazi (39)
1095 - Matt Blenkinsop (2)
1096 - Nick Clemens (41)
1097 - David Cook (3)
1098 - Frédéric Demians (1)
1099 - Jonathan Druart (70)
1100 - emlam (1)
1101 - Magnus Enger (3)
1102 - Laura Escamilla (1)
1103 - Katrin Fischer (31)
1104 - Lucas Gass (12)
1105 - Didier Gautheron (1)
1106 - Thibaud Guillot (2)
1107 - Kyle M Hall (5)
1108 - Mason James (2)
1109 - Janusz Kaczmarek (6)
1110 - Owen Leonard (24)
1111 - Marius Mandrescu (1)
1112 - Julian Maurice (17)
1113 - Josef Moravec (1)
1114 - Jacob O'Mara (3)
1115 - Philip Orr (1)
1116 - Martin Renvoize (13)
1117 - Marcel de Rooy (17)
1118 - Caroline Cyr La Rose (3)
1119 - Slava Shishkin (4)
1120 - Fridolin Somers (4)
1121 - Lari Taskula (1)
1122 - Koha translators (1)
1123 - Hammat Wele (1)
1124 </div>
1125
1126 We thank the following libraries, companies, and other institutions who contributed
1127 patches to Koha 22.11.06
1128 <div style="column-count: 2;">
1129
1130 - Athens County Public Libraries (24)
1131 - BibLibre (24)
1132 - Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) (31)
1133 - ByWater-Solutions (59)
1134 - Catalyst Open Source Academy (2)
1135 - Hypernova Oy (1)
1136 - Independant Individuals (14)
1137 - Koha Community Developers (70)
1138 - KohaAloha (2)
1139 - Libriotech (3)
1140 - lmscloud.de (1)
1141 - montgomerycountymd.gov (1)
1142 - Prosentient Systems (3)
1143 - PTFS-Europe (38)
1144 - Rijksmuseum (17)
1145 - Solutions inLibro inc (5)
1146 - Tamil (1)
1147 - Theke Solutions (39)
1148 </div>
1149
1150 We also especially thank the following individuals who tested patches
1151 for Koha
1152 <div style="column-count: 2;">
1153
1154 - Aleisha Amohia (6)
1155 - Pedro Amorim (39)
1156 - Tomás Cohen Arazi (284)
1157 - Andrew Auld (10)
1158 - Bob Bennhoff (1)
1159 - Matt Blenkinsop (100)
1160 - Nick Clemens (44)
1161 - Paul Derscheid (1)
1162 - Jonathan Druart (55)
1163 - emlam (2)
1164 - Magnus Enger (8)
1165 - Laura Escamilla (2)
1166 - Katrin Fischer (70)
1167 - Lucas Gass (16)
1168 - Nicolas Giraud (1)
1169 - Victor Grousset (4)
1170 - Kyle M Hall (7)
1171 - Frank Hansen (6)
1172 - Sally Healey (3)
1173 - Barbara Johnson (10)
1174 - Emily Lamancusa (2)
1175 - Owen Leonard (6)
1176 - Marius Mandrescu (2)
1177 - Julian Maurice (1)
1178 - Agustín Moyano (26)
1179 - David Nind (76)
1180 - Jacob O'Mara (54)
1181 - Laurence Rault (2)
1182 - Martin Renvoize (216)
1183 - Phil Ringnalda (3)
1184 - Marcel de Rooy (32)
1185 - Caroline Cyr La Rose (6)
1186 - Lisette Scheer (1)
1187 - Michaela Sieber (2)
1188 - Emmi Takkinen (3)
1189 - Hinemoea Viault (5)
1190 </div>
1191
1192
1193
1194
1195
1196 We regret any omissions.  If a contributor has been inadvertently missed,
1197 please send a patch against these release notes to koha-devel@lists.koha-community.org.
1198
1199 ## Revision control notes
1200
1201 The Koha project uses Git for version control.  The current development
1202 version of Koha can be retrieved by checking out the master branch of:
1203
1204 - [Koha Git Repository](https://git.koha-community.org/koha-community/koha)
1205
1206 The branch for this version of Koha and future bugfixes in this release
1207 line is 22.11.x.
1208
1209 ## Bugs and feature requests
1210
1211 Bug reports and feature requests can be filed at the Koha bug
1212 tracker at:
1213
1214 - [Koha Bugzilla](http://bugs.koha-community.org)
1215
1216 He rau ringa e oti ai.
1217 (Many hands finish the work)
1218
1219 Autogenerated release notes updated last on 23 May 2023 08:14:41.