Update release notes for 22.11.18 release
[koha.git] / misc / release_notes / release_notes_22_11_03.md
1 # RELEASE NOTES FOR KOHA 22.11.03
2 23 Feb 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.03 can be downloaded from:
12
13 - [Download](http://download.koha-community.org/koha-22.11.03.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.03 is a bugfix/maintenance release.
21
22 It includes 40 enhancements, 87 bugfixes.
23
24 ### System requirements
25
26 You can learn about the system components (like OS and database) needed for running Koha [here](https://wiki.koha-community.org/wiki/System_requirements_and_recommendations).
27
28
29
30
31 ## Enhancements
32
33 ### Acquisitions
34
35 - [[32377]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32377) GetBudgetHierarchy slows down acqui/histsearch.pl
36
37   **Sponsored by** *Koha-Suomi Oy*
38
39 ### Architecture, internals, and plumbing
40
41 - [[28672]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28672) Improve EDI debug logging
42 - [[30310]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30310) Replace Moment.js with Day.js
43 - [[30642]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30642) We should record the renewal type (automatic/manual)
44 - [[31095]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31095) Remove Koha::Patron::Debarment::GetDebarments and use $patron->restrictions in preference
45
46 ### I18N/L10N
47
48 - [[30993]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30993) Translation: Unbreak sentence in upload.tt
49 - [[31957]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31957) Translation: Ability to change the sentence structure on library administration page
50
51 ### ILL
52
53 - [[32546]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32546) Move ILL system preferences to their own tab in administration
54
55 ### Notices
56
57 - [[24616]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24616) Cannot copy notice to another library if it already exists
58
59   **Sponsored by** *Koha-Suomi Oy*
60 - [[29100]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29100) Add checkouts data loop to predue/due notices script (advance_notices.pl)
61
62 ### OPAC
63
64 - [[26765]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26765) Make author span a clickable link on OPAC results list
65 - [[31699]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31699) Add a generic way to redirect back to the page you were on at login for modal logins
66
67   >This enhancement adds the ability to redirect users back to where they were when using the modal type logins in place of an action that requires login on the OPAC.
68   >
69   >Example: On the OPAC detail page you can add comments if logged in. Prior to this patch, clicking the link to add a comment prior to being logged in would expose the login modal and then re-direct you to your OPAC user page, and thus lose the context of your action.  With this enhancement, you are redirected back to the record you were looking at and can then post your comment.
70 - [[32125]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32125) Implement contextual return on OPAC comments
71
72   >This enhancement ensures patrons are returned to the correct biblio detail page after a login that is prompted when attempting to comment on a bilio.
73
74 ### REST API
75
76 - [[30962]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30962) REST API: Add endpoint /auth/password/validation
77 - [[32409]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32409) Cannot search cashups using non-latin-1 scripts
78
79   >This fixes the cashup history table so that filters can use non latin-1 characters (Point of sale > Cash summary for <library> > select register). Before this fix, the table was not filtered or refreshed if you entered non latin-1 characters.
80
81 ### SIP2
82
83 - [[32408]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32408) If a fine can be overridden on checkout in Koha, what should the SIP client do?
84
85 ### Searching
86
87 - [[14911]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14911) Item search: Display additional 245 subfields in search results
88 - [[31326]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31326) Koha::Biblio->get_components_query fetches too many component parts
89
90   **Sponsored by** *Koha-Suomi Oy*
91 - [[31338]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31338) Show in advanced search when IncludeSeeFromInSearches is used
92
93 ### Staff interface
94
95 - [[32239]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32239) Report options for adding groups/sub groups are misaligned
96 - [[32644]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32644) Terminology: staff/intranet and biblio in plugins home page
97
98   >This patch replaces some incorrect terminology in the plugins home page regarding enhanced content plugins.
99 - [[32718]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32718) Capitalization: Display Order
100 - [[32733]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32733) Add more page-sections to basket summary page
101
102 ### Templates
103
104 - [[31407]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31407) Set focus for cursor to Currency when adding a new currency
105 - [[31932]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31932) The basket summary page template needs a cleanup
106 - [[32482]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32482) Reindent holds awaiting pickup template
107
108   >This tidies up the template used to display the holds awaiting pickup page (Circulation > Holds > Holds awaiting pickup). It also fixes the page so that the circulation sidebar is now shown.
109 - [[32562]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32562) Reindent the about page template
110 - [[32571]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571) Use template wrapper to build tabbed components
111 - [[32586]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32586) Reindent items with no checkouts reports template
112 - [[32587]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32587) Add page-section to items with no checkouts report
113 - [[32649]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32649) Use template wrapper for library transfer limits tabs
114 - [[32660]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32660) Use template wrapper for basket groups tabs
115 - [[32661]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32661) Use template wrapper for invoices page tabs
116 - [[32662]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32662) Use template wrapper for item circulation alerts page
117 - [[32688]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32688) Convert recalls awaiting pickup tabs to Bootstrap
118 - [[32690]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32690) Reindent the serial collection template
119 - [[32698]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32698) Use template wrapper for serials pages tabs
120 - [[32743]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32743) Reindent the invoice details page
121 - [[32769]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32769) Standardize structure around action fieldsets in administration
122
123 ### Tools
124
125 - [[32600]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32600) Housebound module needs page-section treatment
126
127
128 ## Critical bugs fixed
129
130 ### Acquisitions
131
132 - [[32401]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32401) x-koha-query cannot contain non-ISO-8859-1 values
133
134 ### Architecture, internals, and plumbing
135
136 - [[32393]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32393) background job worker explodes if JSON is incorrect
137 - [[32561]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32561) background job worker is still running with all the modules in RAM
138 - [[32612]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32612) Koha background worker should log to worker-error/output.log
139 - [[32656]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32656) Script delete_records_via_leader.pl no longer deletes items
140
141 ### ERM
142
143 - [[32779]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32779) Import from list is broken
144
145 ### Fines and fees
146
147 - [[30254]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30254) New overdue fine applied to incorrectly when using "Refund lost item charge and charge new overdue fine" option in circ rules
148
149 ### I18N/L10N
150
151 - [[32356]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32356) xx-XX installer dir /kohadevbox/koha/installer/data/mysql/xx-XX already exists.
152
153 ### Notices
154
155 - [[32442]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32442) Invalid Template Toolkit in notices can cause errors
156
157 ### OPAC
158
159 - [[32712]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32712) OPACShowCheckoutName makes OPAC explode
160
161 ### Plugin architecture
162
163 - [[32539]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32539) UI hooks can break the UI
164
165 ### SIP2
166
167 - [[32515]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32515) SIP2 no block flag on checkin calls routine that does not exist
168
169 ### Serials
170
171 - [[32555]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32555) Error when viewing serial in OPAC
172
173 ### Staff interface
174
175 - [[32772]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32772) Patron autocomplete should not use contains on all fields
176
177 ### Tools
178
179 - [[32631]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32631) Error when previewing record during batch record modification
180
181   >This patch corrects an error in the script which outputs MARC data for preview during batch record modification.
182
183
184 ## Other bugs fixed
185
186 ### Acquisitions
187
188 - [[20473]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20473) "Item information" tab should not appear if item is not created upon placing an order
189 - [[32382]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32382) Fund input misaligned on invoice summary page
190 - [[32406]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32406) Cannot search pending orders using non-latin-1 scripts
191 - [[32603]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32603) Suggester category in Suggestions management
192 - [[32694]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32694) Keep current option for budgets in receiving broken
193
194 ### Architecture, internals, and plumbing
195
196 - [[18247]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18247) Remove SQL queries from branch_transfer_limit.pl administrative script
197
198   **Sponsored by** *Catalyst*
199 - [[31893]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31893) Some pages load about.tt template to check authentication rather than using checkauth
200 - [[32573]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32573) background_jobs_worker.pl should ACK a message before it forks and runs the job
201 - [[32580]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32580) Background job cancel button broken, leads to background_jobs.pl with a kc
202 - [[32583]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32583) Restore display of only one item in catalogue/moredetails
203
204 ### Cataloging
205
206 - [[15869]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15869) Change framework on overlay
207
208   >This change fixes a long-standing bug where the framework specified during import only applied to new records and not overlaid matches.
209 - [[29173]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29173) Button "replace authority record via Z39/50/SRU" doesn't pre-fill
210
211   >This fixes the behaviour of the replace an authority record via Z39.50/SRU buttons when editing an authority record. Both ways of doing this (Edit > Edit record > Replace record via Z39.50/SRU search and Edit > Replace record via Z39.50/SRU search) now pre-fill the search form with available data.
212 - [[32204]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32204) in-page anchor to edititem on additem.pl not working
213 - [[32321]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32321) 006 field not correctly prepopulated in Advanced cataloging editor
214 - [[32567]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32567) Update plugin unimarc_field_110.pl 'Script of title' and 'Transliteration code'
215 - [[32692]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32692) Terminology: MARC framework tag subfield editor uses intranet instead of staff interface
216
217 ### Circulation
218
219 - [[29021]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29021) Automatic renewal due to RenewAccruingItemWhenPaid should not be considered Seen
220
221 ### Command-line Utilities
222
223 - [[32793]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32793) import_patrons.pl typo in usage
224
225 ### Database
226
227 - [[28674]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28674) old_reserves.item_level_hold and reserves.item_level_hold comments have typo "hpld" not "hold"
228
229 ### Hold requests
230
231 - [[32455]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32455) Don't send hold notices from the library's inbound email address
232
233 ### I18N/L10N
234
235 - [[32292]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32292) Update and add database column descriptions used in guided reports
236
237   >This completes and adds column descriptions that show up when creating a new guided report for following tables:
238   >* items
239   >* borrowers
240   >* biblio
241   >* aqorders
242   >* suggestions
243 - [[32588]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32588) Filters on top of 'Items with no checkouts' report are untranslatable
244
245 ### ILL
246
247 - [[22693]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22693) ILL "Price paid" column does not appear in column configuration
248
249   >This adds the "Price paid" column to the inter-library loan requests table.  This column is also configurable using the Columns button and in the table settings (Administration > Additional parameters > Table settings > Interlibrary loans > ill-requests).
250
251 ### MARC Bibliographic data support
252
253 - [[31860]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31860) Standardize capitalization for item subfield descriptions (UNIMARC 995/MARC21 952)
254 - [[32689]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32689) Host item entry (773) missing a space between label and content when $i is used
255
256 ### Notices
257
258 - [[32221]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32221) Password entry should be removed from placeholder list in notices editor
259
260 ### OPAC
261
262 - [[16522]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16522) Add 773 (Host item entry) to the cart and list displays and e-mails
263
264   **Sponsored by** *Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)*
265
266   >This adds information from host item entry (MARC21 773) and if applicable a link to the host record in the following places:
267   >* Staff interface: list, list email, cart, cart email, and search results
268   >* OPAC: list, list email, cart, cart email, and search results
269 - [[32251]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32251) opac-page.pl: Add a fallback for when language cookie was removed
270
271 ### Patrons
272
273 - [[32570]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32570) City is duplicated in patron search if the patron has both city and state
274 - [[32655]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32655) Variables showing in patron messaging preferences
275
276 ### Reports
277
278 - [[32589]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32589) Improve headings on result tables for 'checkouts with no items' report
279
280 ### SIP2
281
282 - [[32537]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32537) Add 'no_block' option to sip_cli_emulator
283
284   >This enhanced adds the no-block option to the SIP emulator for optional use in checkout/checkin/renew messages.
285 - [[32624]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32624) Patrons fines are not accurate in SIP2 when NoIssuesChargeGuarantorsWithGuarantees or NoIssuesChargeGuarantees are enabled
286
287 ### Searching - Zebra
288
289 - [[32416]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32416) arp - Accelerated reader point searches fail due to conflicting attribute
290
291   >This fixes
292 - [[32741]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32741) Attribute codes should not be repeated in bib1.att
293
294 ### Self checkout
295
296 - [[19188]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19188) Self checkout: Fine blocking checkout is missing currency symbol
297
298 ### Staff interface
299
300 - [[28314]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28314) Spinning icon is not always going away for local covers in staff
301 - [[31768]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31768) Tags is a 'Tool' but doesn't include the tools nav sidebar
302 - [[31962]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31962) Add tooltip to 'configure' on datatable controls
303 - [[32027]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32027) Terminology: change "librarian interface" to "staff interface" in additional contents tool
304 - [[32504]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32504) Empty column name, misaligning visibility, and export for basket/orders in table settings
305 - [[32520]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32520) Patron autocomplete should respect DefaultPatronSearchFields
306 - [[32523]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32523) Shortcuts / Links to missing fields in MARC-Editor don't work as expected
307
308   >This fixes the standard MARC editor so that the links for any errors go to the correct tab. Currently, the links only work if you are the correct tab.
309 - [[32797]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32797) Cannot save OAI set mapping rule for subfield 0
310 - [[32881]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32881) System preferences sub menu text is hard to read
311 - [[32908]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32908) Item type icons broken in the bibliographic record details page
312 - [[32909]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32909) Item type icons broken when placing an item-level hold
313
314 ### System Administration
315
316 - [[32544]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32544) borrowers.flags should not be an option in any BorrowerMandatory or BorrowerUnwanted system preferences
317 - [[32761]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32761) Typos in description of CircControlReturnsBranch system preference
318 - [[32786]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32786) Curbside pickup admin page has cities search bar
319 - [[32787]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32787) Patron restrictions admin page has patron categories search bar
320 - [[32788]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32788) Curbside pickups - Order curbside pickup slots chronologically
321
322 ### Templates
323
324 - [[32023]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32023) Remove horizontal line from OPAC navigation for CMS pages
325 - [[32222]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32222) Capitalization: id
326 - [[32226]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32226) Capitalization: Edit html content
327 - [[32229]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32229) Typo: Items missing from bundle at checkin for %s
328 - [[32230]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32230) Capitalization: Manage Domains
329 - [[32264]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32264) Capitalization/Terminology: Show in Staff client?
330 - [[32289]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32289) Punctuation: Delete desk "...?"
331 - [[32290]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32290) ILL requests uses some wrong terminology
332 - [[32294]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32294) Capitalization: Enter your User ID...
333 - [[32295]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32295) Punctuation: Filters :
334 - [[32605]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32605) Restore some form styling from before the redesign
335 - [[32606]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32606) Revert Flatpickr style changes made in Bug 31943
336 - [[32618]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32618) Add 'page-section' to various administration pages
337 - [[32633]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32633) Add 'page-section' to cataloging and authority pages
338 - [[32672]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32672) Incorrect CSS path to jquery-ui
339 - [[32738]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32738) Correct upload local cover image title tag
340 - [[32785]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32785) Typo: Maximum number of simultaneus pickups per interval (curbside pickups)
341
342 ### Test Suite
343
344 - [[32376]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32376) selenium/authentication_2fa.t produces artefact
345 - [[32673]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32673) Remove misc/load_testing/ scripts
346
347 ### Tools
348
349 - [[26628]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26628) Clubs permissions should grant access to Tools page
350
351
352
353 ## Documentation
354
355 The Koha manual is maintained in Sphinx. The home page for Koha
356 documentation is
357
358 - [Koha Documentation](http://koha-community.org/documentation/)
359
360
361
362 The Git repository for the Koha manual can be found at
363
364 - [Koha Git Repository](https://gitlab.com/koha-community/koha-manual)
365
366
367 ## Translations
368
369 Complete or near-complete translations of the OPAC and staff
370 interface are available in this release for the following languages:
371
372 - Arabic (72.8%)
373 - Armenian (100%)
374 - Bulgarian (92.1%)
375 - Chinese (Taiwan) (83.1%)
376 - Czech (59.6%)
377 - English (New Zealand) (69%)
378 - English (USA)
379 - Finnish (95.4%)
380 - French (97%)
381 - French (Canada) (95.9%)
382 - German (100%)
383 - German (Switzerland) (50.6%)
384 - Greek (50.4%)
385 - Hindi (98.9%)
386 - Italian (93.5%)
387 - Nederlands-Nederland (Dutch-The Netherlands) (77.1%)
388 - Norwegian Bokmål (52.8%)
389 - Persian (58.4%)
390 - Polish (92.7%)
391 - Portuguese (74.1%)
392 - Portuguese (Brazil) (78.3%)
393 - Russian (90.7%)
394 - Slovak (59.7%)
395 - Spanish (99%)
396 - Swedish (76.3%)
397 - Telugu (78.8%)
398 - Turkish (88.2%)
399 - Ukrainian (78.3%)
400
401 Partial translations are available for various other languages.
402
403 The Koha team welcomes additional translations; please see
404
405 - [Koha Translation Info](http://wiki.koha-community.org/wiki/Translating_Koha)
406
407 For information about translating Koha, and join the koha-translate 
408 list to volunteer:
409
410 - [Koha Translate List](http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate)
411
412 The most up-to-date translations can be found at:
413
414 - [Koha Translation](http://translate.koha-community.org/)
415
416 ## Release Team
417
418 The release team for Koha 22.11.03 is
419
420
421 - Release Manager: Tomás Cohen Arazi
422
423 - Release Manager assistants:
424   - Jonathan Druart
425   - Martin Renvoize
426
427 - QA Manager: Katrin Fischer
428
429 - QA Team:
430   - Aleisha Amohia
431   - Nick Clemens
432   - David Cook
433   - Jonathan Druart
434   - Lucas Gass
435   - Victor Grousset
436   - Kyle M Hall
437   - Martin Renvoize
438   - Marcel de Rooy
439   - Fridolin Somers
440
441 - Topic Experts:
442   - UI Design -- Owen Leonard
443   - Zebra -- Fridolin Somers
444   - REST API -- Martin Renvoize
445
446 - Bug Wranglers:
447   - Aleisha Amohia
448   - Indranil Das Gupta
449
450 - Packaging Manager: Mason James
451
452
453 - Documentation Manager: Caroline Cyr La Rose
454
455
456 - Documentation Team:
457   - Aude Charillon
458   - David Nind
459   - Lucy Vaux-Harvey
460
461 - Translation Manager: Bernardo González Kriegel
462
463
464 - Wiki curators: 
465   - Thomas Dukleth
466   - Katrin Fischer
467
468 - Release Maintainers:
469   - 22.11 -- PTFS Europe (Martin Renvoize, Matt Blenkinsop, Jacob O'Mara)
470   - 22.05 -- Lucas Gass
471   - 21.11 -- Arthur Suzuki
472   - 21.05 -- Wainui Witika-Park
473
474 ## Credits
475 We thank the following libraries, companies, and other institutions who are known to have sponsored
476 new features in Koha 22.11.03
477
478 - Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)
479 - [Catalyst](https://www.catalyst.net.nz/products/library-management-koha)
480 - [Koha-Suomi Oy](https://koha-suomi.fi)
481
482 We thank the following individuals who contributed patches to Koha 22.11.03
483
484 - Aleisha Amohia (3)
485 - Pedro Amorim (2)
486 - Tomás Cohen Arazi (23)
487 - Matt Blenkinsop (3)
488 - Alex Buckley (1)
489 - Nick Clemens (23)
490 - David Cook (5)
491 - Frédéric Demians (1)
492 - Jonathan Druart (22)
493 - Katrin Fischer (41)
494 - Andrew Fuerste-Henry (1)
495 - Lucas Gass (7)
496 - Thibaud Guillot (2)
497 - Michael Hafen (1)
498 - Kyle M Hall (14)
499 - Jan Kissig (1)
500 - Owen Leonard (34)
501 - Matthias Meusburger (1)
502 - David Nind (1)
503 - Jacob O'Mara (2)
504 - Johanna Raisa (1)
505 - Martin Renvoize (33)
506 - Marcel de Rooy (5)
507 - Caroline Cyr La Rose (4)
508 - Andreas Roussos (1)
509 - Slava Shishkin (2)
510 - Fridolin Somers (2)
511 - Emmi Takkinen (3)
512 - Koha translators (1)
513 - George Veranis (1)
514 - Jenny Way (1)
515 - Hammat Wele (1)
516
517 We thank the following libraries, companies, and other institutions who contributed
518 patches to Koha 22.11.03
519
520 - Athens County Public Libraries (34)
521 - BibLibre (5)
522 - Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) (41)
523 - ByWater-Solutions (44)
524 - Catalyst (1)
525 - Catalyst Open Source Academy (3)
526 - Dataly Tech (2)
527 - David Nind (1)
528 - dubcolib.org (1)
529 - Independant Individuals (5)
530 - Koha Community Developers (22)
531 - Koha-Suomi (3)
532 - Prosentient Systems (5)
533 - PTFS-Europe (40)
534 - Rijksmuseum (5)
535 - Solutions inLibro inc (5)
536 - Tamil (1)
537 - th-wildau.de (1)
538 - Theke Solutions (23)
539
540 We also especially thank the following individuals who tested patches
541 for Koha
542
543 - Pedro Amorim (22)
544 - Tomás Cohen Arazi (221)
545 - Matt Blenkinsop (76)
546 - Philippe Blouin (1)
547 - Felicity Brown (2)
548 - Nick Clemens (24)
549 - David Cook (1)
550 - Frédéric Demians (6)
551 - Jonathan Druart (24)
552 - Laura Escamilla (2)
553 - Katrin Fischer (65)
554 - Andrew Fuerste-Henry (10)
555 - Lucas Gass (19)
556 - Amaury GAU (2)
557 - Kyle M Hall (30)
558 - Heather Hernandez (7)
559 - Barbara Johnson (4)
560 - Owen Leonard (15)
561 - ml-inlibro (1)
562 - David Nind (73)
563 - Jacob O'Mara (143)
564 - Jacob Omara (1)
565 - Pascal (1)
566 - Martin Renvoize (69)
567 - Marcel de Rooy (20)
568 - Caroline Cyr La Rose (9)
569 - George Veranis (1)
570
571
572
573 We regret any omissions.  If a contributor has been inadvertently missed,
574 please send a patch against these release notes to koha-devel@lists.koha-community.org.
575
576 ## Revision control notes
577
578 The Koha project uses Git for version control.  The current development
579 version of Koha can be retrieved by checking out the master branch of:
580
581 - [Koha Git Repository](https://git.koha-community.org/koha-community/koha)
582
583 The branch for this version of Koha and future bugfixes in this release
584 line is 22.11.x.
585
586 ## Bugs and feature requests
587
588 Bug reports and feature requests can be filed at the Koha bug
589 tracker at:
590
591 - [Koha Bugzilla](http://bugs.koha-community.org)
592
593 He rau ringa e oti ai.
594 (Many hands finish the work)
595
596 Autogenerated release notes updated last on 23 Feb 2023 17:38:14.