Browse Source

22.12.00.036 f523b0d98b

master
Martin Renvoize 1 year ago
parent
commit
31d56a15fb
Signed by untrusted user: martin.renvoize GPG Key ID: 422B469130441A0F
  1. 111
      release_notes_22_11_05.md

111
release_notes_22_11_05.md

@ -1,5 +1,5 @@
# RELEASE NOTES FOR KOHA 22.11.05
11 May 2023
12 May 2023
Koha is the first free and open source software library automation
package (ILS). Development is sponsored by libraries of varying types
@ -19,7 +19,7 @@ Installation instructions can be found at:
Koha 22.11.05 is a bugfix/maintenance release with security fixes.
It includes 2 security fixes, 14 new features, 138 enhancements, 608 bugfixes.
It includes 2 security fixes, 13 new features, 141 enhancements, 623 bugfixes.
### System requirements
@ -65,7 +65,6 @@ You can learn about the system components (like OS and database) needed for runn
**Sponsored by** *The Research University in the Helmholtz Association (KIT)*
>This new feature adds the ability to add debits to a patrons account via API.
- [[29453]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29453) Add routes to fetch patron credits/debits
- [[31793]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31793) REST API: DELETE endpoint for Authorities
>This adds a DELETE endpoint for authorities to the REST API.
@ -110,6 +109,9 @@ You can learn about the system components (like OS and database) needed for runn
- [[30642]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30642) We should record the renewal type (automatic/manual)
- [[30943]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30943) Make background job classes use helpers
- [[31095]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31095) Remove Koha::Patron::Debarment::GetDebarments and use $patron->restrictions in preference
- [[31735]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31735) Avoid re-fetching objects from database by passing them down instead of object ids
**Sponsored by** *Gothenburg University Library*
- [[32013]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32013) Autorenewals is effectively a bulk action and should be treated as such
- [[32057]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32057) Add optional stack trace to action logs
@ -133,6 +135,7 @@ You can learn about the system components (like OS and database) needed for runn
- [[33289]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33289) Vue - Add API client class to interact with svc/config/systempreferences
**Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
- [[33567]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33567) Remove fallback for Reference_NFL_statuses in C4/XSLT module
### Cataloging
@ -143,6 +146,8 @@ You can learn about the system components (like OS and database) needed for runn
- [[30930]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30930) Ability to change authority type while editing record
**Sponsored by** *Education Services Australia SCIS*
- [[32766]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32766) Update plugin unimarc_field_116.pl fields
- [[33167]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33167) Cleanup staff interface catalog details page
### Circulation
@ -154,6 +159,7 @@ You can learn about the system components (like OS and database) needed for runn
- [[30963]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30963) Automatically refresh the curbside pickups list
**Sponsored by** *Association KohaLa*
- [[31557]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31557) Add ability for holds queue builder to prioritize either matching a patron's home library to the item's home or holding library
- [[31615]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31615) Allow checkin of items bundles without verifying their contents
- [[32134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32134) Show the bundle size when checked out
- [[32373]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32373) Show date of restriction on patron screen
@ -263,6 +269,7 @@ You can learn about the system components (like OS and database) needed for runn
### REST API
- [[29453]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29453) Add routes to fetch patron credits/debits
- [[30962]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30962) REST API: Add endpoint /auth/password/validation
- [[31800]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31800) REST API: POST endpoint for Biblios
- [[31801]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31801) REST API: PUT endpoint for Biblios
@ -324,15 +331,11 @@ You can learn about the system components (like OS and database) needed for runn
- [[33192]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33192) We should rename 'AutoEmailPrimaryAddress' to 'EmailFieldPrimary' for clarification
>The enhancement renames AutoEmailPrimaryAddress the system preference to EmailFieldPrimary to reflect the fact that it is not only used in the context of AutoEmailNewUser, but in general for email notices.
- [[33196]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33196) Terminology: rephrase Pseudonymization system preference to be more general
- [[33197]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33197) Terminology: rename GDPR_Policy system preference
### Templates
- [[27775]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27775) Add hint about drag and drop feature on framework subfield edit
- [[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
- [[31407]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31407) Set focus for cursor to Currency when adding a new currency
- [[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
- [[32095]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32095) Remove bullets from statuses in inventory tool
- [[32319]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32319) Give header search submit button more padding
- [[32507]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32507) Use template wrapper to build breadcrumb navigation
@ -357,6 +360,7 @@ You can learn about the system components (like OS and database) needed for runn
- [[33310]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33310) Use template wrapper for tabs: Suggestions
- [[33336]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33336) Use a dedicated column for plugin status in plugins table
- [[33349]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33349) Patron attributes don't have identifying info in the staff interface
- [[33699]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33699) Typo in identity_provider_domains.tt (presedence)
### Test Suite
@ -426,6 +430,7 @@ You can learn about the system components (like OS and database) needed for runn
- [[32550]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32550) 'Clear on loan' link on Batch item modification doesn't untick on loan items
- [[33100]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33100) Authority linking doesn't work for bib headings ending in two or more punctuation characters
- [[33375]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33375) Advanced editor crashes when using MySQL 8 due to reserved rank keyword
- [[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
- [[33591]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33591) Cannot merge bibliographic records
### Circulation
@ -459,6 +464,7 @@ You can learn about the system components (like OS and database) needed for runn
### Hold requests
- [[30687]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30687) Unable to override hold policy if no pickup locations are available
- [[32470]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32470) (Bug 14783 follow-up) Fix mysql error in db_rev for 22.06.000.064
- [[33611]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33611) Holds being placed in the future if DefaultHoldExpirationdate is set
@ -723,6 +729,7 @@ You can learn about the system components (like OS and database) needed for runn
- [[32876]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32876) Fix cataloguing/value_builder/unimarc_leader.pl
- [[33144]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33144) Authority lookup in advanced editor overencodes HTML
- [[33173]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33173) Save and continue button in standard cataloging module broken
- [[33655]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33655) z39.50 search no longer shows search in progress
### Circulation
@ -750,6 +757,7 @@ You can learn about the system components (like OS and database) needed for runn
- [[33285]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33285) It should be possible to specify the separator used in runreport.pl
- [[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
- [[33645]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33645) koha-foreach always returns 1 if --chdir not specified
- [[33677]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33677) Remove --verbose from koha-worker manpage
### Database
@ -782,6 +790,8 @@ You can learn about the system components (like OS and database) needed for runn
- [[32247]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32247) Real time HoldsQueue does not need to check items if there are no holds
- [[32455]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32455) Don't send hold notices from the library's inbound email address
- [[32627]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32627) Reprinting holds slips should not reset the expiration date
- [[32993]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32993) Holds priority changed incorrectly with dropdown selector
- [[33198]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33198) request.pl is calculating pickup locations that are not used
- [[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
- [[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
@ -901,6 +911,7 @@ You can learn about the system components (like OS and database) needed for runn
- [[32679]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32679) CSS class article-request-title is doubled up in article requests list in staff patron account
- [[32701]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32701) Self checkout help page lacks required I18N JavaScript
- [[32946]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32946) 'Send list/cart' forms in OPAC is misaligned
- [[32995]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32995) Koha agent string not sent for OverDrive fulfillment requests
- [[32999]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32999) Click handler to show QR code in OPAC lacks preventDefault
- [[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
- [[33160]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33160) Make sure 773 (host item entry) displays in the cart when not linked by $w
@ -968,6 +979,7 @@ You can learn about the system components (like OS and database) needed for runn
>This enhanced adds the no-block option to the SIP emulator for optional use in checkout/checkin/renew messages.
- [[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
- [[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
### Searching
@ -1000,6 +1012,7 @@ You can learn about the system components (like OS and database) needed for runn
>This fixes
- [[32741]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32741) Attribute codes should not be repeated in bib1.att
- [[32937]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32937) Zebra: Ignore copyright symbol when searching
### Self checkout
@ -1078,6 +1091,7 @@ You can learn about the system components (like OS and database) needed for runn
- [[33615]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33615) Date picker icon not visible
- [[33621]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33621) Javascript error when claiming return via circulation.pl
- [[33631]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33631) results_summary label and content are slightly misaligned in staff interface
- [[33642]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33642) Typo: No log found .
- [[33643]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33643) Add page-section to 'scan index' page
### System Administration
@ -1097,6 +1111,8 @@ You can learn about the system components (like OS and database) needed for runn
- [[32964]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32964) OPACResultsMaxItemsUnavailable description is misleading
- [[33004]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33004) Add VENDOR_TYPE to default authorised value categories
- [[33060]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33060) Fix yes/no setting to 1/0 in system preference YAML files
- [[33196]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33196) Terminology: rephrase Pseudonymization system preference to be more general
- [[33197]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33197) Terminology: rename GDPR_Policy system preference
- [[33509]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33509) Staff search result list shows "other holdings" with AlternateHoldingsField when there are no alternate holdings
- [[33549]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33549) Patron restriction types - Style missing for dialog messages
- [[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
@ -1107,7 +1123,9 @@ You can learn about the system components (like OS and database) needed for runn
- [[22375]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22375) Due dates should be formatted consistently
- [[28235]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28235) Custom cover images are very large in staff search results and OPAC details
- [[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
- [[31409]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31409) Set focus for cursor to Fund code when adding a new fund
- [[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
- [[31413]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31413) Set focus for cursor to Selector when adding a new audio alert
- [[31932]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31932) The basket summary page template needs a cleanup
- [[31994]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31994) Clicking the next button of a DataTable loading its data from the HTML does nothing
@ -1207,6 +1225,7 @@ You can learn about the system components (like OS and database) needed for runn
- [[33293]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33293) Use template wrapper for tabs: Holds
- [[33294]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33294) Use template wrapper for tabs: Checkout history
- [[33307]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33307) Use template wrapper for tabs: Lists
- [[33320]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33320) Patron modification requests: options are squashed
- [[33322]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33322) "Please select at least one suggestion" when doing a catalog search from suggestions page
- [[33324]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33324) Use template wrapper for tabs: Tools
- [[33333]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33333) Use template wrapper for tabs: SQL reports
@ -1301,6 +1320,7 @@ You can learn about the system components (like OS and database) needed for runn
- CatalogerEmails
- ContentWarningField
- EmailFieldPrimary
- HoldsQueuePrioritizeBranch
- LinkerConsiderThesaurus
- OPACShowSavings
- OpacCatalogConcerns
@ -1348,13 +1368,13 @@ interface are available in this release for the following languages:
- Greek (50.2%)
- Hindi (99.1%)
- Italian (92.7%)
- Nederlands-Nederland (Dutch-The Netherlands) (84.8%)
- Nederlands-Nederland (Dutch-The Netherlands) (85.4%)
- Norwegian Bokmål (65.3%)
- Persian (70.6%)
- Polish (94.1%)
- Portuguese (89.6%)
- Portuguese (Brazil) (100%)
- Russian (94.4%)
- Russian (94.5%)
- Slovak (62.2%)
- Spanish (100%)
- Swedish (76.5%)
@ -1444,6 +1464,7 @@ new features in Koha 22.11.05
- [Bibliothèque Universitaire des Langues et Civilisations (BULAC)](http://www.bulac.fr)
- [Catalyst](https://www.catalyst.net.nz/products/library-management-koha)
- Education Services Australia SCIS
- Gothenburg University Library
- Horowhenua Libraries Trust
- [Koha-Suomi Oy](https://koha-suomi.fi)
- Koha-US
@ -1458,7 +1479,7 @@ We thank the following individuals who contributed patches to Koha 22.11.05
- Axel Amghar (1)
- Aleisha Amohia (21)
- Pedro Amorim (51)
- Tomás Cohen Arazi (161)
- Tomás Cohen Arazi (165)
- Alex Arnaud (2)
- Andrew Auld (3)
- Matt Blenkinsop (21)
@ -1466,22 +1487,24 @@ We thank the following individuals who contributed patches to Koha 22.11.05
- Alex Buckley (4)
- Kevin Carnes (1)
- Galen Charlton (1)
- Nick Clemens (134)
- Nick Clemens (140)
- David Cook (24)
- Frédéric Demians (5)
- Paul Derscheid (2)
- Jonathan Druart (252)
- Jonathan Druart (255)
- emlam (1)
- Magnus Enger (6)
- Laura Escamilla (1)
- Katrin Fischer (142)
- Katrin Fischer (145)
- Géraud Frappier (1)
- Andrew Fuerste-Henry (2)
- Lucas Gass (51)
- Didier Gautheron (2)
- Victor Grousset (1)
- Thibaud Guillot (2)
- Thibaud Guillot (4)
- David Gustafsson (2)
- Michael Hafen (3)
- Kyle M Hall (57)
- Kyle M Hall (60)
- Mark Hofstetter (1)
- Olivier Hubert (1)
- Mason James (7)
@ -1489,7 +1512,7 @@ We thank the following individuals who contributed patches to Koha 22.11.05
- Janusz Kaczmarek (8)
- Pasi Kallinen (1)
- Jan Kissig (1)
- Owen Leonard (145)
- Owen Leonard (147)
- The Minh Luong (1)
- Julian Maurice (75)
- Matthias Meusburger (3)
@ -1502,7 +1525,7 @@ We thank the following individuals who contributed patches to Koha 22.11.05
- Johanna Raisa (2)
- Martin Renvoize (102)
- Phil Ringnalda (1)
- Marcel de Rooy (81)
- Marcel de Rooy (85)
- Caroline Cyr La Rose (11)
- Andreas Roussos (4)
- Slava Shishkin (6)
@ -1519,10 +1542,10 @@ We thank the following individuals who contributed patches to Koha 22.11.05
We thank the following libraries, companies, and other institutions who contributed
patches to Koha 22.11.05
- Athens County Public Libraries (145)
- BibLibre (110)
- Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) (142)
- ByWater-Solutions (243)
- Athens County Public Libraries (147)
- BibLibre (112)
- Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) (145)
- ByWater-Solutions (252)
- Catalyst (4)
- Catalyst Open Source Academy (21)
- Chetco Community Public Library (1)
@ -1530,23 +1553,25 @@ patches to Koha 22.11.05
- David Nind (7)
- dubcolib.org (2)
- Equinox Open Library Initiative (1)
- Göteborgs Universitet (2)
- hofstetter.at (1)
- Independant Individuals (22)
- kit.edu (1)
- Koha Community Developers (253)
- Koha Community Developers (256)
- Koha-Suomi (6)
- KohaAloha (7)
- Kreablo AB (1)
- Libriotech (6)
- lmscloud.de (7)
- montgomerycountymd.gov (1)
- mpan.ch (1)
- Prosentient Systems (24)
- PTFS-Europe (181)
- Rijksmuseum (81)
- Rijksmuseum (85)
- Solutions inLibro inc (23)
- Tamil (5)
- th-wildau.de (1)
- Theke Solutions (179)
- Theke Solutions (183)
- ub.lu.se (1)
We also especially thank the following individuals who tested patches
@ -1554,10 +1579,10 @@ for Koha
- Michael Adamyk (1)
- Hugo Agud (1)
- Aleisha Amohia (10)
- Aleisha Amohia (11)
- Pedro Amorim (79)
- Anke (1)
- Tomás Cohen Arazi (1316)
- Tomás Cohen Arazi (1342)
- Andrew Auld (28)
- Axelle (2)
- Matt Blenkinsop (50)
@ -1567,28 +1592,28 @@ for Koha
- Alex Buckley (1)
- Kevin Carnes (1)
- Catrina (1)
- Nick Clemens (224)
- Nick Clemens (227)
- Bob Bennhoff - CLiC (7)
- David Cook (7)
- Chris Cormack (2)
- David (2)
- Frédéric Demians (6)
- Paul Derscheid (10)
- Jonathan Druart (189)
- Jonathan Druart (193)
- emlam (3)
- Magnus Enger (13)
- Laura Escamilla (15)
- Magnus Enger (15)
- Laura Escamilla (16)
- Jonathan Field (16)
- Katrin Fischer (306)
- Andrew Fuerste-Henry (35)
- Katrin Fischer (309)
- Andrew Fuerste-Henry (36)
- Brendan Gallagher (1)
- Lucas Gass (91)
- Lucas Gass (92)
- Amaury Gau (1)
- Amaury GAU (2)
- Nicolas Giraud (1)
- Victor Grousset (11)
- Amit Gupta (1)
- Kyle M Hall (162)
- Kyle M Hall (165)
- Frank Hansen (9)
- Evelyn Hartline (1)
- Sally Healey (16)
@ -1598,16 +1623,16 @@ for Koha
- Janusz Kaczmarek (2)
- Jan Kissig (4)
- Emily Lamancusa (2)
- Owen Leonard (57)
- Owen Leonard (59)
- LMSCloudPaulD (1)
- Marius Mandrescu (3)
- Marie-Luce (7)
- Julian Maurice (2)
- Julian Maurice (3)
- Johanna Miettunen (1)
- ml-inlibro (1)
- Agustín Moyano (41)
- Solene Ngamga (3)
- David Nind (331)
- David Nind (343)
- Jacob O'Mara (2)
- Helen Oliver (22)
- Jacob Omara (1)
@ -1616,18 +1641,18 @@ for Koha
- Séverine Queune (1)
- Laurence Rault (2)
- Martin Renvoize (256)
- Phil Ringnalda (9)
- Marcel de Rooy (106)
- Caroline Cyr La Rose (34)
- Phil Ringnalda (11)
- Marcel de Rooy (117)
- Caroline Cyr La Rose (35)
- Lisette Scheer (2)
- Danyon Sewell (1)
- Michaela Sieber (16)
- Fridolin Somers (14)
- Alexandra Speer (1)
- Emmi Takkinen (3)
- Emmi Takkinen (4)
- Clemens Tubach (1)
- George Veranis (1)
- Hinemoea Viault (4)
- Hinemoea Viault (5)
- Hammat Wele (6)
We thank the following individuals who mentored new contributors to the Koha project
@ -1659,4 +1684,4 @@ tracker at:
He rau ringa e oti ai.
(Many hands finish the work)
Autogenerated release notes updated last on 11 May 2023 16:29:15.
Autogenerated release notes updated last on 12 May 2023 16:09:18.

Loading…
Cancel
Save