Browse Source

22.12.00.009 66e9bc71e4

master
Martin Renvoize 1 year ago
parent
commit
1de0b220e2
Signed by untrusted user: martin.renvoize GPG Key ID: 422B469130441A0F
  1. 124
      release_notes_22_11_03.md

124
release_notes_22_11_03.md

@ -1,5 +1,5 @@
# RELEASE NOTES FOR KOHA 22.11.03
27 Feb 2023
28 Feb 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.03 is a bugfix/maintenance release with security fixes.
It includes 2 security fixes, 2 new features, 45 enhancements, 243 bugfixes.
It includes 2 security fixes, 2 new features, 50 enhancements, 260 bugfixes.
### System requirements
@ -62,6 +62,7 @@ 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)
- [[31095]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31095) Remove Koha::Patron::Debarment::GetDebarments and use $patron->restrictions in preference
- [[32609]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32609) Remove compiled files from src
- [[32806]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32806) Some Vue files need to be moved for better reusability
### Cataloging
@ -81,6 +82,8 @@ You can learn about the system components (like OS and database) needed for runn
- [[32495]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32495) Required fields in API and UI form don't match
>This enhancement changes the new agreement form so that the description field is no longer required (to match with the API).
- [[32925]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32925) Display loading info when a form is submitted
- [[32939]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32939) Have generic fetch functions in vue modules
### ILL
@ -117,6 +120,10 @@ You can learn about the system components (like OS and database) needed for runn
- [[30962]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30962) REST API: Add endpoint /auth/password/validation
### Reports
- [[17350]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17350) Add option to delete data stored in saved_reports with cleanup_database
### SIP2
- [[25812]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25812) Fines can be displayed on SIP checkin/checkout
@ -159,6 +166,7 @@ You can learn about the system components (like OS and database) needed for runn
- [[32757]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32757) "Save changes" button on housebound tab should be yellow
- [[32769]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32769) Standardize structure around action fieldsets in administration
- [[32912]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32912) Use template wrapper for notices tabs
- [[32973]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32973) Use template wrapper for breadcrumbs: about, main, and error page
### Tools
@ -243,6 +251,7 @@ You can learn about the system components (like OS and database) needed for runn
### REST API
- [[31381]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31381) Searching patrons by letter broken when using non-mandatory extended attributes
- [[33020]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33020) Unsupported method history
### SIP2
@ -293,6 +302,7 @@ You can learn about the system components (like OS and database) needed for runn
### Acquisitions
- [[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
- [[31056]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31056) Unable to 'Close and export as PDF' a basket group
- [[31984]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31984) TaxRate system preference - add note about updating vendor tax rates where required
>This enhancement adds a note to the TaxRates system preference about updating vendors tax rates when the TaxRates system preference values are changed or removed. (Vendors retain the original value entered, and this is used to calculate the tax rate for orders.)
@ -328,6 +338,7 @@ You can learn about the system components (like OS and database) needed for runn
- [[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
- [[32582]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32582) Mailmap maps to wrong email address
- [[32583]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32583) Restore display of only one item in catalogue/moredetails
- [[32585]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32585) Followup on Bug 32583 - fix some variable references
- [[32922]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32922) Remove space in shebang
- [[32935]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32935) basketgroup.js is not longer used and should be removed
- [[32975]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32975) Error in package.json's definition of css:build vs css:build:prod
@ -368,6 +379,7 @@ You can learn about the system components (like OS and database) needed for runn
- [[29021]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29021) Automatic renewal due to RenewAccruingItemWhenPaid should not be considered Seen
- [[31233]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31233) Fine grace period in circulation conditions is misnamed
- [[31563]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31563) Numbers on claims tab not showing in translated templates
- [[32503]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32503) Holds awaiting pickup doesn't sort dates correctly
### Command-line Utilities
@ -412,6 +424,7 @@ You can learn about the system components (like OS and database) needed for runn
>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).
- [[32525]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32525) Standardize labels between ILL request list and detail page
- [[32566]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32566) Don't show 'ILL request logs' button, when IllLog is turned off
- [[32799]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32799) ILLSTATUS authorized value category name is confusing
### Installation and upgrade (command-line installer)
@ -452,6 +465,7 @@ You can learn about the system components (like OS and database) needed for runn
- [[31248]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31248) Fix responsive table style in the OPAC after switch to Bootstrap tabs
- [[32251]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32251) opac-page.pl: Add a fallback for when language cookie was removed
- [[32597]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32597) Article requests not stacking in patron view
- [[32611]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32611) Not for loan items don't show the specific not for loan value in OPAC detail page
- [[32946]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32946) 'Send list/cart' forms in OPAC is misaligned
- [[32999]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32999) Click handler to show QR code in OPAC lacks preventDefault
@ -464,6 +478,9 @@ You can learn about the system components (like OS and database) needed for runn
- [[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
- [[32655]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32655) Variables showing in patron messaging preferences
- [[32770]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32770) Patron search field groups no longer exist
- [[32904]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32904) Patrons table processing eternally and not loading
**Sponsored by** *Education Services Australia SCIS*
### REST API
@ -471,6 +488,7 @@ You can learn about the system components (like OS and database) needed for runn
- [[32409]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32409) Cannot search cashups using non-latin-1 scripts
>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.
- [[32923]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32923) x-koha-embed must a header of collectionFormat csv
### Reports
@ -539,6 +557,7 @@ You can learn about the system components (like OS and database) needed for runn
- [[32909]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32909) Item type icons broken when placing an item-level hold
- [[32941]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32941) Sys prefs side menu styling applying where not intended
- [[32982]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32982) 'Add/Edit group' modals in library groups is missing it's primary button
- [[33032]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33032) Alternate holdings broken in staff interface search results
### System Administration
@ -552,6 +571,7 @@ You can learn about the system components (like OS and database) needed for runn
- [[32786]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32786) Curbside pickup admin page has cities search bar
- [[32787]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32787) Patron restrictions admin page has patron categories search bar
- [[32788]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32788) Curbside pickups - Order curbside pickup slots chronologically
- [[33004]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33004) Add VENDOR_TYPE to default authorised value categories
### Templates
@ -560,8 +580,11 @@ You can learn about the system components (like OS and database) needed for runn
- [[32023]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32023) Remove horizontal line from OPAC navigation for CMS pages
- [[32061]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32061) <span> in the title of z39.50 servers page
- [[32074]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32074) Edit vendor has a floating toolbar, but still an additional save button at the bottom
- [[32159]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32159) Uncertain prices has 2 level 1 headings
- [[32200]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32200) Add page-section checkout notes page (circ)
- [[32205]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32205) Unnecessary sysprefs used in template params for masthead during failed OPAC auth
- [[32213]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32213) Reindent item search fields template
- [[32215]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32215) 'You Searched for' for patron restrictions is not used
- [[32222]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32222) Capitalization: id
- [[32226]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32226) Capitalization: Edit html content
- [[32229]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32229) Typo: Items missing from bundle at checkin for %s
@ -571,6 +594,7 @@ You can learn about the system components (like OS and database) needed for runn
- [[32283]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32283) Capitalization: opac users of this domain to login with this identity provider
- [[32289]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32289) Punctuation: Delete desk "...?"
- [[32290]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32290) ILL requests uses some wrong terminology
- [[32293]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32293) Terminology: Some budgets are not defined in item records
- [[32294]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32294) Capitalization: Enter your User ID...
- [[32295]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32295) Punctuation: Filters :
- [[32300]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32300) Add page-section to cataloguing plugins (cat)
@ -601,7 +625,9 @@ You can learn about the system components (like OS and database) needed for runn
- [[32926]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32926) Cannot expand or collapse some System preference sections after a search
- [[32933]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32933) Use val() instead of attr("value") when getting field values with jQuery
- [[33011]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33011) Capitalization: Show in Staff interface?
- [[33015]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33015) 'Cancel' link still points to tools home when it should be cataloguing home on some pages
- [[33016]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33016) MARC diff view still shows tools instead of cataloging in title and breadcrumbs
- [[33048]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33048) Empty email link on error page when opac login not allowed
### Test Suite
@ -631,6 +657,7 @@ You can learn about the system components (like OS and database) needed for runn
- [[32389]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32389) Syndetics links are built wrong on the staff results page
- [[32456]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32456) Date accessioned is now cleared when items are replaced
- [[32600]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32600) Housebound module needs page-section treatment
- [[32685]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32685) Display incorrect when matching authority records during import
- [[32967]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32967) Recalls notices are using the wrong database columns
**Sponsored by** *Catalyst*
@ -667,19 +694,19 @@ interface are available in this release for the following languages:
- English (New Zealand) (69%)
- English (USA)
- Finnish (95.4%)
- French (97.7%)
- French (98.3%)
- French (Canada) (95.9%)
- German (100%)
- German (Switzerland) (50.6%)
- Greek (50.4%)
- Hindi (98.9%)
- Italian (93.5%)
- Italian (93.6%)
- Nederlands-Nederland (Dutch-The Netherlands) (77.1%)
- Norwegian Bokmål (53%)
- Persian (58.8%)
- Persian (58.9%)
- Polish (92.7%)
- Portuguese (74.1%)
- Portuguese (Brazil) (88.2%)
- Portuguese (Brazil) (92.1%)
- Russian (90.8%)
- Slovak (59.7%)
- Spanish (99%)
@ -768,6 +795,7 @@ new features in Koha 22.11.03
- [Association KohaLa](https://koha-fr.org)
- Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)
- [Catalyst](https://www.catalyst.net.nz/products/library-management-koha)
- Education Services Australia SCIS
- Horowhenua Libraries Trust
- [Koha-Suomi Oy](https://koha-suomi.fi)
- [PTFS Europe](https://ptfs-europe.com)
@ -775,29 +803,29 @@ new features in Koha 22.11.03
We thank the following individuals who contributed patches to Koha 22.11.03
- Aleisha Amohia (9)
- Pedro Amorim (5)
- Tomás Cohen Arazi (59)
- Aleisha Amohia (10)
- Pedro Amorim (6)
- Tomás Cohen Arazi (62)
- Andrew Auld (3)
- Matt Blenkinsop (9)
- Jérémy Breuillard (1)
- Alex Buckley (1)
- Nick Clemens (41)
- David Cook (13)
- Nick Clemens (43)
- David Cook (15)
- Frédéric Demians (2)
- Jonathan Druart (84)
- Jonathan Druart (118)
- Magnus Enger (1)
- Katrin Fischer (64)
- Katrin Fischer (74)
- Géraud Frappier (1)
- Andrew Fuerste-Henry (1)
- Andrew Fuerste-Henry (2)
- Lucas Gass (21)
- Didier Gautheron (1)
- Thibaud Guillot (2)
- Michael Hafen (2)
- Michael Hafen (3)
- Kyle M Hall (32)
- Mason James (4)
- Jan Kissig (1)
- Owen Leonard (52)
- Owen Leonard (54)
- The Minh Luong (1)
- Julian Maurice (16)
- Matthias Meusburger (3)
@ -805,12 +833,12 @@ We thank the following individuals who contributed patches to Koha 22.11.03
- Jacob O'Mara (2)
- Mona Panchaud (1)
- Johanna Raisa (1)
- Martin Renvoize (34)
- Martin Renvoize (36)
- Marcel de Rooy (19)
- Caroline Cyr La Rose (5)
- Andreas Roussos (3)
- Slava Shishkin (2)
- Fridolin Somers (6)
- Fridolin Somers (7)
- Emmi Takkinen (4)
- George Veranis (1)
- Shi Yao Wang (2)
@ -820,76 +848,78 @@ We thank the following individuals who contributed patches to Koha 22.11.03
We thank the following libraries, companies, and other institutions who contributed
patches to Koha 22.11.03
- Athens County Public Libraries (52)
- BibLibre (29)
- Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) (64)
- ByWater-Solutions (94)
- Athens County Public Libraries (54)
- BibLibre (30)
- Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) (74)
- ByWater-Solutions (96)
- Catalyst (1)
- Catalyst Open Source Academy (9)
- Catalyst Open Source Academy (10)
- Dataly Tech (4)
- David Nind (5)
- dubcolib.org (1)
- Independant Individuals (6)
- Koha Community Developers (84)
- dubcolib.org (2)
- Independant Individuals (7)
- Koha Community Developers (118)
- Koha-Suomi (4)
- KohaAloha (4)
- Libriotech (1)
- mpan.ch (1)
- Prosentient Systems (13)
- PTFS-Europe (53)
- Prosentient Systems (15)
- PTFS-Europe (56)
- Rijksmuseum (19)
- Solutions inLibro inc (11)
- Tamil (2)
- th-wildau.de (1)
- Theke Solutions (59)
- Theke Solutions (62)
We also especially thank the following individuals who tested patches
for Koha
- Pedro Amorim (5)
- Tomás Cohen Arazi (448)
- Pedro Amorim (17)
- Tomás Cohen Arazi (505)
- Axelle (2)
- Matt Blenkinsop (8)
- Matt Blenkinsop (30)
- Philippe Blouin (1)
- Christopher Brannon (1)
- Felicity Brown (2)
- Alex Buckley (1)
- Nick Clemens (54)
- Nick Clemens (89)
- Bob Bennhoff - CLiC (7)
- David Cook (7)
- Chris Cormack (2)
- David (2)
- Frédéric Demians (6)
- Paul Derscheid (1)
- Jonathan Druart (56)
- Paul Derscheid (7)
- Jonathan Druart (68)
- Laura Escamilla (3)
- Jonathan Field (1)
- Katrin Fischer (109)
- Andrew Fuerste-Henry (20)
- Lucas Gass (41)
- Katrin Fischer (112)
- Andrew Fuerste-Henry (21)
- Lucas Gass (47)
- Amaury GAU (2)
- Victor Grousset (2)
- Amit Gupta (1)
- Kyle M Hall (64)
- Kyle M Hall (65)
- Evelyn Hartline (1)
- Sally Healey (1)
- Sally Healey (2)
- Heather Hernandez (7)
- Mason James (1)
- Barbara Johnson (5)
- Jan Kissig (2)
- Emily Lamancusa (1)
- Owen Leonard (37)
- Owen Leonard (39)
- LMSCloudPaulD (1)
- Marie-Luce (2)
- Johanna Miettunen (1)
- ml-inlibro (1)
- David Nind (138)
- Solene Ngamga (1)
- David Nind (140)
- Jacob Omara (1)
- Pascal (1)
- Martin Renvoize (140)
- Marcel de Rooy (45)
- Caroline Cyr La Rose (13)
- Martin Renvoize (141)
- Marcel de Rooy (47)
- Caroline Cyr La Rose (14)
- Danyon Sewell (1)
- Fridolin Somers (11)
- Fridolin Somers (12)
- George Veranis (1)
- Hammat Wele (3)
@ -918,4 +948,4 @@ tracker at:
He rau ringa e oti ai.
(Many hands finish the work)
Autogenerated release notes updated last on 27 Feb 2023 14:12:15.
Autogenerated release notes updated last on 28 Feb 2023 09:26:50.

Loading…
Cancel
Save