Browse Source

22.06.00.085 7c7db3eb6b

master
Martin Renvoize 2 years ago
parent
commit
227a8423a6
  1. 155
      release_notes_22_06_00.md

155
release_notes_22_06_00.md

@ -1,5 +1,5 @@
# RELEASE NOTES FOR KOHA 22.06.00
15 Nov 2022
22 Nov 2022
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.06.00 is a major release, that comes with many new features.
It includes 11 new features, 351 enhancements, 497 bugfixes.
It includes 12 new features, 354 enhancements, 534 bugfixes.
### System requirements
@ -44,6 +44,9 @@ You can learn about the system components (like OS and database) needed for runn
### Cataloging
- [[24606]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24606) Allow storing item values as a template for creating new items
>This new feature allows librarians to create and share "item templates" where one or more item field values can be set for a template. Templates can be applied on a one by one basis, or set for the remainder of the logged in session. Each template may be optionally shared ( read only ) to other catalogers. Librarians with the manage_item_editor_templates permission may edit any template regardless of who created it.
- [[24857]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24857) Add ability to group items for records
>This feature allows for libraries to group items within a record. A new system preference has been added for this feature, EnableItemGroups. This system preference once enabled will allow the library to group specific items on a record to each other. A library can name the group and add items from the same record to this group. From the record, a new tab will appear and display on that item if it is part of a group.
@ -120,7 +123,6 @@ You can learn about the system components (like OS and database) needed for runn
>This enhancement allows you to specify an estimated delivery date per order. The specified estimated delivery date is also considered (alongside the calculated estimated delivery date, if no date has been specified) when searching for late orders and exporting late orders. You can also edit the estimated delivery date from the late orders page.
- [[25763]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25763) Allow update of order fund after receipt
- [[27017]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27017) Add defensive coding to EDI Invoice handling
- [[27817]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27817) Enhance display of title information throughout acquisitions
- [[28269]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28269) Order search should be possible with ISSN too
- [[29983]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29983) Display the return claims column in the circulation overdues page (overdue.tt)
@ -176,6 +178,8 @@ You can learn about the system components (like OS and database) needed for runn
- [[30275]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30275) Checkout renewals should be stored in their own table
**Sponsored by** *Loughborough University*
>This enhancement adds a renewals table to store details of a checkouts renewals.
- [[30420]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30420) Rename Koha::Patron->get_overdues with ->overdues
>This enhancement makes the method naming more consistent.
@ -247,7 +251,6 @@ You can learn about the system components (like OS and database) needed for runn
### Cataloging
- [[23063]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23063) Item table in cataloguing doesn't respect CurrencyFormat
- [[24606]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24606) Allow storing item values as a template for creating new items
- [[26368]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26368) Add support for OCLC Encoding level values
- [[27981]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27981) Add option to automatically set the 001 control number to the biblionumber
@ -308,6 +311,8 @@ You can learn about the system components (like OS and database) needed for runn
- [[23838]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23838) Add ability to view item renew history
**Sponsored by** *Loughborough University*
>This enhancement adds a modal to display checkout renewal history details.
- [[29129]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29129) The clear screen and print icons in circulation should be configuarable to print either ISSUESLIP or ISSUEQSLIP
>This enhancement expands upon the 'DisplayClearScreenButton' allowing the choice of printing either the ISSUESLIP or the ISSUEQSLIP when using the printclearscreen icon.
@ -790,6 +795,7 @@ You can learn about the system components (like OS and database) needed for runn
- [[31941]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31941) Add page-section to admin > item types area
- [[31945]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31945) Add page-section to admin > patron categories area
- [[31955]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31955) Add page-section to additional fields (admin)
- [[32155]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32155) Course reserves - instructors display is misaligned on course information page
### System Administration
@ -906,8 +912,12 @@ You can learn about the system components (like OS and database) needed for runn
- [[32099]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32099) Consistent classes for primary buttons: Assorted templates
- [[32101]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32101) Add padding to floating toolbars
- [[32102]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32102) Improve specificity of batch record modification breadcrumbs
- [[32112]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32112) Move "Delete selected items" button to new line
- [[32147]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32147) Capitalization: E-Resource management should be E-resource management
- [[32165]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32165) Add page-section to some catalog pages
- [[32179]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32179) ERM is missing page-sections
- [[32182]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32182) Replace static tabs markup with Bootstrap
- [[32193]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32193) Reindent item details template
### Test Suite
@ -946,6 +956,9 @@ have already been fixed in maintainance releases)
- [[14680]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14680) When creating orders from a staged file discounts supplied in the form are added
- [[31134]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31134) t/Ediorder.t tests failing on 22.05.02
- [[31158]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31158) Can't filter suggestions by date ranges
- [[32045]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32045) Cannot order multiple from staged file
- [[32166]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32166) When adding to a basket from a staged file we may use the wrong inputs
- [[32171]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32171) Order prices not populated when adding to a basket from a staged file
### Architecture, internals, and plumbing
@ -963,11 +976,13 @@ have already been fixed in maintainance releases)
- [[31785]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31785) Adding or editing library does not respect public flag
- [[32011]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32011) 2FA - Problem with qr_code generation
- [[32119]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32119) Cannot add new guarantee
- [[32242]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32242) The job has not been sent to the message broker: (Wide character in syswrite ... )
### Authentication
- [[31247]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31247) Staff interface 2FA blocks logging into the OPAC
- [[31382]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31382) Cannot reach password reset page when password expired
- [[32178]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32178) query parameters in check_api_auth lets anyone assume a user id
### Cataloging
@ -1035,6 +1050,7 @@ have already been fixed in maintainance releases)
- [[29196]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29196) Follow-up to Bug 27068 - Remove unnecessary check
- [[30742]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30742) Confusion when placing hold on record with no items available because of not for loan
- [[30794]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30794) 'Default checkout, hold and return policy' overrides Unlimited holds in 'Default checkout, hold policy by patron category'
- [[30892]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30892) Holds not getting placed
- [[30960]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30960) Koha lets you place item-level holds without a pick-up place
- [[31355]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31355) Specific item holds table on OPAC only showing 10 items
@ -1127,6 +1143,7 @@ have already been fixed in maintainance releases)
- [[32035]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32035) "Koha" less prominent in new staff interface
>This adds "Koha" in front of the version number on the staff interface home page and links it to Koha Community website.
- [[32172]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32172) Random biblionumber passed when clicking 'Z3950 SRU/Search' from the search results in staff client
### System Administration
@ -1141,11 +1158,13 @@ have already been fixed in maintainance releases)
### Templates
- [[31558]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31558) Upgrade of TinyMCE broke image drag and drop
- [[32212]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32212) Add separate Bootstrap 4 node module for the OPAC
### Test Suite
- [[31108]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31108) rename ./t/00-check-atomic-updates.pl extension to *.t
- [[31992]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31992) t::lib::Mocks::Zebra still using old stage for import page
- [[32010]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32010) selenium/authentication_2fa.t is failing randomly
### Tools
@ -1177,6 +1196,7 @@ have already been fixed in maintainance releases)
>
>The basket group form is now in one column and ungrouped baskets in another. Baskets are listed in sortable tables, and using 'Add to group' and 'Remove' buttons lets you add and remove baskets from the group.
- [[23202]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23202) Problems when adding multiple items to an order in acquisitions
- [[27017]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27017) Add defensive coding to EDI Invoice handling
- [[27550]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27550) "Duplicate budget" does not keep users associated with the funds
>Users linked to funds in acquisitions will now be kept when a budget and fund structure is duplicated.
@ -1199,6 +1219,7 @@ have already been fixed in maintainance releases)
- [[31367]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31367) Display of sub-funds does not include totals of sub-sub-funds on acquisitions home page
- [[31587]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31587) Basket not accessible from ACQORDER notice
- [[31649]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31649) Acquisition basket CSV export fails if biblio does not exist
- [[31711]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31711) When creating order lines "From a new file" you are no longer redirected to acq after import
- [[31840]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31840) Incorrect warning that order total amount exceeds allowed budget when editing existing order
**Sponsored by** *Waikato Institute of Technology*
@ -1261,6 +1282,9 @@ have already been fixed in maintainance releases)
- [[32161]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32161) ErmEholdingsPackagesAgreement has wrong koha_object_class
- [[32162]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32162) erm_eholdings_packages_agreements does not have a primary key
- [[32163]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32163) ErmUserRole has wrong koha_object[s]_class
- [[32223]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32223) package.json script paths too specific
- [[32224]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32224) Add cypress and prettier to the yarn commands
- [[32248]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32248) t/00-checkdatabase-version.t should be removed
### Authentication
@ -1302,6 +1326,8 @@ have already been fixed in maintainance releases)
- [[22115]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22115) Table of checkouts doesn't respect CurrencyFormat setting
- [[25426]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25426) Allow return policy to be selected via syspref and not just home library
>This enhancement adds a new system preference, CircControlReturnsBranch. Previously circulation rules for return policies always used the item's home library. This new preference allows choosing between the item's home library, the item's holding library, and the logged in library when selecting the return policy from the circulation rules.
- [[26626]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26626) When checking in a hold that is not found the X option is 'ignore' and when hold is found it is 'cancel'
- [[29050]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29050) Add punctuation in Unseen Renewals message
@ -1347,6 +1373,7 @@ have already been fixed in maintainance releases)
- [[31299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31299) Duplicate output in search_for_data_inconsistencies.pl
- [[31325]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31325) Fix koha-preferences get
- [[31356]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31356) Itiva outbound script doesn't respect calendar when calculating expiration date for holds
- [[32093]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32093) cleanup_database.pl bg-jobs parameter should be bg-days
### Course reserves
@ -1364,6 +1391,10 @@ have already been fixed in maintainance releases)
- [[27315]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27315) The man pages for the command line utilities do not display properly
- [[31465]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31465) Link system preference tabs to correct manual pages
### ERM
- [[32181]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32181) ERM - Cannot filter by expired when adding an agreement to EBSCO's package
### Fines and fees
- [[29987]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29987) Manual credits are not recorded for a register
@ -1550,6 +1581,7 @@ have already been fixed in maintainance releases)
- [[31739]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31739) Password reset from staff fails if previous expired reset-entry exists
**Sponsored by** *Lund University Library*
- [[31937]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31937) Prevent cleanup_database.pl from locking too many accounts
### Plugin architecture
@ -1613,6 +1645,7 @@ have already been fixed in maintainance releases)
- [[30327]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30327) Sort component parts
- [[30865]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30865) Koha::Biblio->get_components_query should double quote Host-item search
- [[31252]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31252) Advanced search in staff interface should call barcodedecode if the search index is a barcode
- [[31543]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31543) MaxComponentRecords link is broken
- [[31847]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31847) Add page section to item search results
- [[31967]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31967) Search terms retained in header search when only one result
@ -1685,7 +1718,9 @@ have already been fixed in maintainance releases)
- [[31663]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31663) Item not showing transit status on detail page in staff interface
- [[31664]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31664) Show pending transfers on catalog details page
- [[31747]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31747) Round corners in boxes
- [[31751]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31751) Breadcrumb style
- [[31760]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31760) Fix contrast of separator in top header in staff client (WCAG)
- [[31774]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31774) Add 'page-section' to Manage staged MARC records page
- [[31803]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31803) "remove from cart" button displayed even if not in cart
- [[31810]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31810) Place hold button should be yellow
- [[31812]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31812) Add yellow button to stage imports page
@ -1715,6 +1750,12 @@ have already been fixed in maintainance releases)
- [[32006]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32006) Add page-section to local use system preference tab (admin)
- [[32028]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32028) Add page-section to various administration pages (part 2)
- [[32122]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32122) Wrong permissions check on item circulation alerts
- [[32169]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32169) Add page-section to item list on top of batch item edit (tools)
- [[32170]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32170) Add page-section to CSV profiles (tools)
- [[32214]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32214) Staff interface toolbar - no options when search catalog selected
- [[32298]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32298) Add page-section to cataloguing search results (cat)
**Sponsored by** *PTFS Europe*
### System Administration
@ -1816,13 +1857,22 @@ have already been fixed in maintainance releases)
- [[31986]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31986) Add page-section to various administration pages
- [[31991]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31991) Restore style of sidebar forms
- [[31996]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31996) Make note-style messages consistent with dialogs
- [[32042]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32042) Add page-section to catalog's item detail view
- [[32043]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32043) Circulation alerts can overlap other elements on smaller screens
- [[32044]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32044) Yellow buttons are styled differently in different spots
- [[32108]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32108) Change "x" icon to replace patron when scheduling a pickup
- [[32109]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32109) Toolbar containing text links lacks spacing
- [[32145]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32145) Cancel hold modal confirm/submit button has a white background and text can't be read
- [[32146]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32146) Add page-section to course reserves
- [[32148]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32148) Buttons must inherit Bootstrap size classes
- [[32158]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32158) Specify due date field is very long now
- [[32197]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32197) Add page-section to catalog's stock rotation page
- [[32199]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32199) Add page-section to various patron pages
- [[32207]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32207) Add page-section to some circulation pages
- [[32270]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32270) Add page-section to label creator - manage label layouts
**Sponsored by** *PTFS Europe*
- [[32308]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32308) Update Chocolat image viewer CSS to conform to redesign color scheme
### Test Suite
@ -1835,6 +1885,10 @@ have already been fixed in maintainance releases)
- [[31598]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31598) Fix random failure on Jenkins for t/db_dependent/Upload.t
- [[31883]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31883) Filter trim causes false warnings
- [[32064]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32064) Add missing test to template permission calculation
- [[32131]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32131) Cypress tests are failing if ERMModule is off
- [[32240]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32240) api/erm_users.t fails if checkouts exist
- [[32267]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32267) Koha/ERM/Agreements.t is failing
- [[32268]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32268) t/db_dependent/XSLT.t is failing randomly
### Tools
@ -1863,8 +1917,10 @@ have already been fixed in maintainance releases)
- [[31644]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31644) MARCModification template fails to copy to/from subfield 0
- [[31752]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31752) Alignment of labels in notices is wonky
- [[31754]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31754) Improve appearance of behavior of DataTables controls
- [[31891]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31891) Regression: show "MARC staging results" with clear link to manage staged batch
- [[32037]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32037) Circulation module in action logs has bad links for deleted items
- [[32103]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32103) Content field in HTML customizations is too narrow ( CodeMirror )
- [[32104]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32104) Console error on additional_content.pl after saving
### Transaction logs
@ -1942,19 +1998,19 @@ Complete or near-complete translations of the OPAC and staff
interface are available in this release for the following languages:
- Arabic (73.7%)
- Armenian (95%)
- Bulgarian (83.4%)
- Chinese (Taiwan) (84.1%)
- Armenian (95.8%)
- Bulgarian (86.2%)
- Chinese (Taiwan) (84.2%)
- Czech (58.7%)
- English (New Zealand) (53.1%)
- English (New Zealand) (57.3%)
- English (USA)
- Finnish (89.1%)
- French (91.2%)
- French (Canada) (94.7%)
- German (96.6%)
- French (Canada) (94.8%)
- German (100%)
- German (Switzerland) (51.2%)
- Greek (50.9%)
- Hindi (99.7%)
- Hindi (100%)
- Italian (94.3%)
- Nederlands-Nederland (Dutch-The Netherlands) (78.1%)
- Norwegian Bokmål (52.8%)
@ -1964,11 +2020,11 @@ interface are available in this release for the following languages:
- Portuguese (Brazil) (72.6%)
- Russian (73.7%)
- Slovak (60.2%)
- Spanish (92%)
- Swedish (75.9%)
- Spanish (92.9%)
- Swedish (76.9%)
- Telugu (79.8%)
- Turkish (86.5%)
- Ukrainian (67.7%)
- Ukrainian (68%)
Partial translations are available for various other languages.
@ -2079,6 +2135,7 @@ new features in Koha 22.06.00
- Montgomery County Public Libraries
- Orex
- Orex Digital
- [PTFS Europe](https://ptfs-europe.com)
- PTFS-Europe
- Pymble Ladies' College
- Rijksmuseum, Netherlands
@ -2094,10 +2151,11 @@ new features in Koha 22.06.00
We thank the following individuals who contributed patches to Koha 22.06.00
- Aleisha Amohia (32)
- Pedro Amorim (23)
- Pedro Amorim (24)
- Nuño López Ansótegui (1)
- Tomás Cohen Arazi (372)
- Tomás Cohen Arazi (381)
- Stefan Berndtsson (7)
- Matt Blenkinsop (1)
- Philippe Blouin (1)
- Florian Bontemps (5)
- Jérémy Breuillard (10)
@ -2105,17 +2163,17 @@ We thank the following individuals who contributed patches to Koha 22.06.00
- Colin Campbell (1)
- Kevin Carnes (6)
- Galen Charlton (1)
- Nick Clemens (229)
- Nick Clemens (235)
- David Cook (28)
- Nisha Dahya (1)
- Frédéric Demians (1)
- Paul Derscheid (1)
- Solène Desvaux (12)
- Jonathan Druart (447)
- Jonathan Druart (465)
- Marion Durand (4)
- Magnus Enger (3)
- Katrin Fischer (125)
- Lucas Gass (72)
- Katrin Fischer (131)
- Lucas Gass (74)
- Evan Giles (1)
- Isobel Graham (12)
- Victor Grousset (12)
@ -2134,23 +2192,24 @@ We thank the following individuals who contributed patches to Koha 22.06.00
- Bernardo González Kriegel (2)
- krisw (2)
- Joonas Kylmälä (34)
- Owen Leonard (145)
- Owen Leonard (155)
- The Minh Luong (2)
- Julian Maurice (81)
- Tim McMahon (1)
- Matthias Meusburger (1)
- Lucio Moraes (1)
- Agustín Moyano (15)
- Agustín Moyano (17)
- David Nind (11)
- Andrew Nugged (2)
- Björn Nylén (7)
- Jacob O'Mara (1)
- François Pichenot (1)
- Séverine Queune (1)
- Johanna Raisa (4)
- MJ Ray (1)
- Martin Renvoize (259)
- Martin Renvoize (261)
- Adolfo Rodríguez (1)
- Marcel de Rooy (148)
- Marcel de Rooy (153)
- Caroline Cyr La Rose (24)
- Andreas Roussos (2)
- Danyon Sewell (2)
@ -2163,8 +2222,8 @@ We thank the following individuals who contributed patches to Koha 22.06.00
- Emmi Takkinen (10)
- Lari Taskula (11)
- Mark Tompsett (1)
- Christophe TORIN (1)
- Christophe Torin (1)
- Christophe TORIN (1)
- Karen Turner (1)
- Michal Urban (2)
- Petro Vashchuk (10)
@ -2177,11 +2236,11 @@ We thank the following individuals who contributed patches to Koha 22.06.00
We thank the following libraries, companies, and other institutions who contributed
patches to Koha 22.06.00
- Athens County Public Libraries (145)
- Athens County Public Libraries (155)
- BibLibre (158)
- Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) (125)
- Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) (131)
- Bibliothèque Universitaire des Langues et Civilisations (BULAC) (1)
- ByWater-Solutions (409)
- ByWater-Solutions (417)
- Catalyst (32)
- Catalyst Open Source Academy (30)
- Dataly Tech (2)
@ -2192,20 +2251,20 @@ patches to Koha 22.06.00
- Hypernova Oy (11)
- Independant Individuals (109)
- jabra.com (1)
- Koha Community Developers (460)
- Koha Community Developers (478)
- Koha-Suomi (10)
- KohaAloha (6)
- Libriotech (3)
- lmscloud.de (1)
- MASmedios (1)
- Prosentient Systems (28)
- PTFS-Europe (277)
- Rijksmuseum (148)
- PTFS-Europe (282)
- Rijksmuseum (153)
- Software.coop (1)
- Solutions inLibro inc (39)
- Tamil (1)
- The City of Joensuu (1)
- Theke Solutions (387)
- Theke Solutions (398)
- ub.lu.se (17)
- Universidad Nacional de Córdoba (2)
- University of Helsinki (3)
@ -2223,9 +2282,9 @@ for Koha
- Salman Ali (1)
- Aleisha Amohia (2)
- Pedro Amorim (3)
- andrew (1)
- Andrew (9)
- Tomás Cohen Arazi (2080)
- andrew (1)
- Tomás Cohen Arazi (2136)
- Nason Bimbe (1)
- Christopher Brannon (2)
- Anke Bruns (1)
@ -2234,29 +2293,29 @@ for Koha
- Caroline (3)
- Catrina (1)
- Axelle Clarisse (1)
- Nick Clemens (210)
- Nick Clemens (212)
- Rebecca Coert (8)
- David Cook (2)
- David Cook (3)
- Chris Cormack (26)
- Roch D'Amour (1)
- Claude Demeure (2)
- Paul Derscheid (13)
- Solène Desvaux (1)
- Orex Digital (5)
- Jonathan Druart (108)
- Jonathan Druart (113)
- Magnus Enger (7)
- Victoria Faafia (1)
- Charles Farmer (1)
- Bouzid Fergani (1)
- Jonathan Field (192)
- Katrin Fischer (653)
- Andrew Fuerste-Henry (55)
- Katrin Fischer (676)
- Andrew Fuerste-Henry (59)
- Lucas Gass (56)
- KIT Library Germany (4)
- Victor Grousset (37)
- Amit Gupta (1)
- Géraud (1)
- Kyle M Hall (435)
- Kyle M Hall (436)
- Sally Healey (37)
- Samu Heiskanen (1)
- Mark Hofstetter (1)
@ -2270,19 +2329,20 @@ for Koha
- Rhonda Kuiper (1)
- Joonas Kylmälä (95)
- Rachael Laritz (3)
- Owen Leonard (208)
- Owen Leonard (210)
- marie-luce (1)
- Julian Maurice (4)
- Kelly McElligott (2)
- Josef Moravec (1)
- David Nind (485)
- David Nind (502)
- Andrew Nugged (5)
- Jacob O'Mara (1)
- Séverine Queune (1)
- Liz Rea (4)
- Martin Renvoize (652)
- Martin Renvoize (658)
- Alexis Ripetti (1)
- Jason Robb (1)
- Marcel de Rooy (142)
- Marcel de Rooy (145)
- Caroline Cyr La Rose (13)
- Lisette Scheer (5)
- Michaela Sieber (9)
@ -2298,9 +2358,14 @@ for Koha
- George Veranis (1)
- Cab Vinton (1)
- Cédric Vita (3)
- Hammat Wele (1)
- <George Williams (1)
- George Williams (1)
We thank the following individuals who mentored new contributors to the Koha project
- Martin Renvoize
We regret any omissions. If a contributor has been inadvertently missed,
@ -2326,4 +2391,4 @@ tracker at:
He rau ringa e oti ai.
(Many hands finish the work)
Autogenerated release notes updated last on 15 Nov 2022 09:42:49.
Autogenerated release notes updated last on 22 Nov 2022 19:21:09.

Loading…
Cancel
Save