Browse Source

22.11.04.002 1d23b6ff36

master
Martin Renvoize 1 year ago
parent
commit
f46cbbed49
Signed by untrusted user: martin.renvoize GPG Key ID: 422B469130441A0F
  1. 236
      release_notes_22_12_01.md

236
release_notes_22_12_01.md

@ -1,5 +1,5 @@
# RELEASE NOTES FOR KOHA 22.12.00
14 Apr 2023
18 Apr 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.12.00 is a major release, that comes with many new features.
It includes 8 enhancements, 52 bugfixes.
It includes 12 enhancements, 120 bugfixes.
### System requirements
@ -30,10 +30,21 @@ You can learn about the system components (like OS and database) needed for runn
## Enhancements
### Architecture, internals, and plumbing
- [[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)*
- [[33367]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33367) tmp/modified_authorities/README.txt seems useless
### ERM
- [[32807]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32807) No need to fetch all if we need to know if one exist
### I18N/L10N
- [[33077]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33077) Improve ease of translating template title tags
### System Administration
- [[32964]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32964) OPACResultsMaxItemsUnavailable description is misleading
@ -46,6 +57,7 @@ You can learn about the system components (like OS and database) needed for runn
- [[32771]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32771) Standardize structure around action fieldsets in serials
- [[32945]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32945) Capitalization: id (part 2)
- [[32969]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32969) Remove references to jQueryUI assets and style in the OPAC
- [[33005]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33005) Use template wrapper for breadcrumbs: Acquisitions part 3
## Critical bugs fixed
@ -53,9 +65,14 @@ You can learn about the system components (like OS and database) needed for runn
(This list includes all bugfixes since the previous major version. Most of them
have already been fixed in maintainance releases)
### Acquisitions
- [[32437]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32437) When adding to a basket form a staged file and matching the imported records are ignored when set to overwrite
### Architecture, internals, and plumbing
- [[33309]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33309) Race condition while checkout renewal with ES
- [[33368]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33368) borrowers.flags is about to reach the limit
### Cataloging
@ -67,6 +84,10 @@ have already been fixed in maintainance releases)
- [[29234]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29234) Transfers generated by stock rotation alert but do not initiate at checkin
### Label/patron card printing
- [[31259]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31259) Downloading patron card PDF hangs the server
### MARC Authority data support
- [[33159]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33159) Thesaurus is not defined by second indicator for controlled fields outside of 6XX
@ -85,6 +106,10 @@ have already been fixed in maintainance releases)
(This list includes all bugfixes since the previous major version. Most of them
have already been fixed in maintainance releases)
### Acquisitions
- [[33414]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33414) Dates displayed in ISO format in orders by fund
### Architecture, internals, and plumbing
- [[32794]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32794) mailto links in 856 can be incorrectly formed by XSLT
@ -114,6 +139,7 @@ have already been fixed in maintainance releases)
- [[32847]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32847) Fix cataloguing/value_builder/unimarc_field_124e.pl
- [[32848]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32848) Fix cataloguing/value_builder/unimarc_field_124f.pl
- [[32849]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32849) Fix cataloguing/value_builder/unimarc_field_124g.pl
- [[32850]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32850) Fix cataloguing/value_builder/unimarc_field_124.pl
- [[32851]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32851) Fix cataloguing/value_builder/unimarc_field_125a.pl
- [[32852]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32852) Fix cataloguing/value_builder/unimarc_field_125b.pl
- [[32854]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32854) Fix cataloguing/value_builder/unimarc_field_126a.pl
@ -131,40 +157,137 @@ have already been fixed in maintainance releases)
- [[32883]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32883) Curbside pickups - Order "To be staged" by date and time of scheduled pickup
### Command-line Utilities
- [[32800]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32800) build_oai_sets.pl fails on deleted records
- [[33285]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33285) It should be possible to specify the separator used in runreport.pl
### ERM
- [[33346]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33346) Add Help link to Koha manual in ERM module
- [[33381]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33381) Active link in the menu is not always correctly styled
- [[33422]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33422) ERM - Search header should change to match the section you are in
### Hold requests
- [[33198]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33198) request.pl is calculating pickup locations that are not used
### Holidays
- [[31057]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31057) Add clarifying text to 'To date' in the calendar tool
### I18N/L10N
- [[31640]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31640) Fuzzy translations of preferences can cause missing sections and inaccurate translations
- [[33323]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33323) Select button in patron search modal is not translatable
- [[33332]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33332) Fix formatting of TT comments to improve translations
### ILL
- [[28641]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28641) ILLHiddenRequestStatuses does not consider custom statuses
**Sponsored by** *PTFS Europe*
### MARC Authority data support
- [[32279]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32279) GetAuthorizedHeading missing from exports of C4::AuthoritiesMarc
- [[32280]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32280) Export method ImportBreedingAuth from C4::Breeding
### OPAC
- [[25590]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25590) Street number is missing from alternate address in the OPAC
- [[29311]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311) Do not allow editing of bibliographic information when entering suggestion from existing bibs
- [[30162]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30162) XSLT has broken link for traced series because of OPAC/staff interface confusion
- [[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
- [[33299]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33299) Item type column is empty when placing item level holds in OPAC
### Packaging
- [[33168]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33168) Timeline on "About Koha" is not working for package installs
### Patrons
- [[32510]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32510) "New list" option is not available when too many patron's lists
- [[32976]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32976) Patron image Add/Edit button should not appear if permission is turned off
### Reports
- [[27513]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27513) Add description to reports page
### Searching
- [[13976]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13976) Sorting search results by popularity is alphabetical
>This patch fixes the sorting of searches by popularity, ensuring that results are sorted numerically.
>
>Note: The popularity search requires the use of either the syspref UpdateTotalIssuesOnCirc or the update_totalissue.pl cronjob
### Searching - Elasticsearch
- [[33486]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33486) Remove Koha::BackgroundJob::UpdateElasticIndex->process routine
### Searching - Zebra
- [[31841]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31841) Shelving location search in staff interface sometimes creates invalid Zebra query
### Serials
- [[33040]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33040) Add "Date published (text)" to serials tab on record view (detail.pl)
- [[33261]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33261) Dates for issues on subscription detail page display unformatted
### Staff interface
- [[32301]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32301) Show correct defaultSortField in staff interface advanced search
- [[33133]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33133) Fast cataloging should be visible in cataloging
- [[33391]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33391) Currently active menu item on navmenulist should not change style on hover
### Templates
- [[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
- [[32263]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32263) Capitalization: ...and on the Libraries page in the OPAC.
- [[32447]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32447) In items table barcode column can not be filtered
- [[33001]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33001) Use template wrapper for breadcrumbs: Acquisitions part 2
- [[33006]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33006) Use template wrapper for breadcrumbs: Administration part 1
- [[33007]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33007) Use template wrapper for breadcrumbs: Administration part 2
- [[33111]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33111) Use template wrapper for breadcrumbs: Administration part 4
- [[33130]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33130) Use template wrapper for breadcrumbs: Authorities
- [[33131]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33131) Use template wrapper for breadcrumbs: Catalog part 1
- [[33136]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33136) Catalog search pop-up is missing page-section
- [[33137]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33137) Make sure columns on transactions and 'pay fines' tab are matching up
- [[33147]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33147) Use template wrapper for breadcrumbs: Catalog part 2
- [[33148]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33148) Use template wrapper for breadcrumbs: Cataloging
- [[33149]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33149) Use template wrapper for breadcrumbs: Circulation part 1
- [[33154]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33154) Tab WRAPPER follow-up: label text must be translatable
- [[33180]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33180) Use template wrapper for tabs: Budgets and Search engine configuration
- [[33185]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33185) Use template wrapper for tabs on authority and biblio MARC details
- [[33186]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33186) Use template wrapper for tabs on search history and advanced search
- [[33265]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33265) Additional unformatted navigation items when on serial receive page
- [[33272]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33272) Color of the "(remove)" link when an item is in the cart (OPAC)
- [[33278]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33278) Correct JS for activating default tab on various pages
- [[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
- [[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
- [[33372]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33372) Use template wrapper for breadcrumbs: Circulation part 2
- [[33373]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33373) Use template wrapper for breadcrumbs: Circulation part 3
- [[33382]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33382) Use template wrapper for breadcrumbs: Patron clubs
- [[33383]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33383) Use template wrapper for breadcrumbs: Course reserves
- [[33384]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33384) Use template wrapper for breadcrumbs: Labels
- [[33385]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33385) Use template wrapper for breadcrumbs: Patrons part 1
- [[33386]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33386) Use template wrapper for breadcrumbs: Patrons part 2
- [[33387]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33387) Use template wrapper for breadcrumbs: Patrons part 3
- [[33389]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33389) Use template wrapper for breadcrumbs: Patrons part 5
- [[33409]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33409) Use template wrapper for breadcrumbs: Patrons lists
- [[33410]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33410) Use template wrapper for breadcrumbs: Patron card creator
- [[33429]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33429) Use template wrapper for breadcrumbs: Plugins
- [[33434]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33434) Use template wrapper for breadcrumbs: Point of sale
- [[33436]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33436) Use template wrapper for breadcrumbs: Reports part 1
### Test Suite
- [[32648]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32648) Search.t is failing randomly
- [[32710]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32710) UI/Form/Builder/Item.t is failing randomly
### Z39.50 / SRU / OpenSearch Servers
@ -272,66 +395,95 @@ new features in Koha 22.12.00
We thank the following individuals who contributed patches to Koha 22.12.00
- Pedro Amorim (2)
- Tomás Cohen Arazi (2)
- Nick Clemens (12)
- David Cook (1)
- Jonathan Druart (6)
- Katrin Fischer (5)
- Lucas Gass (3)
- Owen Leonard (4)
- Julian Maurice (33)
- Philip Orr (1)
- Pedro Amorim (4)
- Tomás Cohen Arazi (9)
- Matt Blenkinsop (2)
- Jérémy Breuillard (1)
- Kevin Carnes (1)
- Nick Clemens (29)
- David Cook (2)
- Jonathan Druart (10)
- Katrin Fischer (14)
- Lucas Gass (5)
- Kyle M Hall (1)
- Mark Hofstetter (1)
- Olivier Hubert (1)
- Mason James (1)
- Owen Leonard (45)
- Julian Maurice (34)
- Philip Orr (3)
- Johanna Raisa (1)
- Martin Renvoize (1)
- Marcel de Rooy (3)
- Marcel de Rooy (5)
- Caroline Cyr La Rose (1)
- Andreas Roussos (1)
- Fridolin Somers (4)
- Clemens Tubach (1)
- Hammat Wele (1)
We thank the following libraries, companies, and other institutions who contributed
patches to Koha 22.12.00
- Athens County Public Libraries (4)
- BibLibre (33)
- Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) (5)
- ByWater-Solutions (15)
- Athens County Public Libraries (45)
- BibLibre (39)
- Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) (14)
- ByWater-Solutions (35)
- Dataly Tech (1)
- hofstetter.at (1)
- Independant Individuals (1)
- kit.edu (1)
- Koha Community Developers (6)
- lmscloud.de (1)
- Prosentient Systems (1)
- PTFS-Europe (3)
- Rijksmuseum (3)
- Solutions inLibro inc (1)
- Theke Solutions (2)
- Koha Community Developers (10)
- KohaAloha (1)
- lmscloud.de (3)
- Prosentient Systems (2)
- PTFS-Europe (7)
- Rijksmuseum (5)
- Solutions inLibro inc (3)
- Theke Solutions (9)
- ub.lu.se (1)
We also especially thank the following individuals who tested patches
for Koha
- Aleisha Amohia (1)
- Pedro Amorim (3)
- Tomás Cohen Arazi (75)
- Matt Blenkinsop (77)
- Nick Clemens (31)
- Jonathan Druart (10)
- Laura Escamilla (1)
- Katrin Fischer (5)
- Lucas Gass (1)
- Victor Grousset (1)
- Pedro Amorim (4)
- Anke (1)
- Tomás Cohen Arazi (167)
- Andrew Auld (15)
- Matt Blenkinsop (98)
- Christopher Brannon (1)
- Nick Clemens (44)
- Paul Derscheid (2)
- Jonathan Druart (20)
- Magnus Enger (4)
- Laura Escamilla (3)
- Katrin Fischer (47)
- Andrew Fuerste-Henry (5)
- Lucas Gass (9)
- Amaury Gau (1)
- Victor Grousset (3)
- Kyle M Hall (4)
- Frank Hansen (3)
- Sally Healey (5)
- Sally Healey (6)
- Heather Hernandez (1)
- Mason James (1)
- Janusz Kaczmarek (1)
- Jan Kissig (1)
- Owen Leonard (2)
- David Nind (35)
- Martin Renvoize (12)
- Phil Ringnalda (4)
- Marcel de Rooy (8)
- Caroline Cyr La Rose (2)
- Owen Leonard (5)
- Julian Maurice (2)
- David Nind (47)
- Jacob O'Mara (88)
- Philip Orr (1)
- Séverine Queune (1)
- Martin Renvoize (15)
- Phil Ringnalda (7)
- Marcel de Rooy (17)
- Caroline Cyr La Rose (6)
- Lisette Scheer (1)
- Michaela Sieber (1)
- Michaela Sieber (2)
- Fridolin Somers (1)
- Alexandra Speer (1)
- Clemens Tubach (1)
@ -358,4 +510,4 @@ tracker at:
He rau ringa e oti ai.
(Many hands finish the work)
Autogenerated release notes updated last on 14 Apr 2023 08:39:11.
Autogenerated release notes updated last on 18 Apr 2023 08:47:10.

Loading…
Cancel
Save