Browse Source

22.12.00.013 788363e416

master
Martin Renvoize 1 year ago
parent
commit
c6e11c5461
Signed by untrusted user: martin.renvoize GPG Key ID: 422B469130441A0F
  1. 69
      release_notes_22_12_00.md

69
release_notes_22_12_00.md

@ -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 2 security fixes, 8 new features, 75 enhancements, 301 bugfixes.
It includes 2 security fixes, 8 new features, 79 enhancements, 305 bugfixes.
### System requirements
@ -79,6 +79,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
- [[32057]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32057) Add optional stack trace to action logs
>It can be useful to know where in Koha a logged action was generated from, and how. This enhancement adds stack traces to action logs. To use, add a number for the trace depth (such as 3) to the new system preference ActionLogsTraceDepth. The details for the stack trace are available by querying the database, for example: SELECT * FROM action_logs WHERE trace IS NOT NULL;
- [[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
@ -119,6 +122,10 @@ You can learn about the system components (like OS and database) needed for runn
- [[32977]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32977) Add call number column to list of charges on transactions tab in patron account
### Hold requests
- [[32421]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32421) Add collection ( ccode ) column to holds to pull
### ILL
- [[32546]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32546) Move ILL system preferences to their own tab in administration
@ -149,6 +156,7 @@ You can learn about the system components (like OS and database) needed for runn
### REST API
- [[30962]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30962) REST API: Add endpoint /auth/password/validation
- [[32118]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32118) Clarify expansion/embed modifiers
- [[32981]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32981) Add REST API endpoint to list authorised values for a given category
- [[32997]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32997) Add REST API endpoint to list authorised values for multiple given categories
- [[33080]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33080) Add helpers that return result_set for further processing
@ -166,6 +174,7 @@ You can learn about the system components (like OS and database) needed for runn
- [[25812]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25812) Fines can be displayed on SIP checkin/checkout
- [[32431]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32431) Show date for expired patrons in SIP
- [[32684]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32684) Implement SIP patron status field "too many items lost"
### Searching
@ -446,6 +455,7 @@ have already been fixed in maintainance releases)
- [[32828]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32828) Fix cataloguing/value_builder/unimarc_field_115a.pl
- [[32829]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32829) Fix cataloguing/value_builder/unimarc_field_115b.pl
- [[32835]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32835) Fix cataloguing/value_builder/unimarc_field_122.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
### Circulation
@ -457,6 +467,7 @@ have already been fixed in maintainance releases)
- [[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
- [[32878]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32878) Make it impossible to renew the item if it has active item level hold
### Command-line Utilities
@ -528,6 +539,7 @@ have already been fixed in maintainance releases)
- [[24616]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24616) Cannot copy notice to another library if it already exists
**Sponsored by** *Koha-Suomi Oy*
- [[29354]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29354) Make overdue_notices.pl send HTML attachment as .html
- [[32221]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32221) Password entry should be removed from placeholder list in notices editor
### OPAC
@ -618,6 +630,7 @@ have already been fixed in maintainance releases)
### Self checkout
- [[19188]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19188) Self checkout: Fine blocking checkout is missing currency symbol
- [[33150]](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33150) Add specific message for renewal too_soon situation
### Staff interface
@ -772,6 +785,7 @@ have already been fixed in maintainance releases)
**Sponsored by** *Catalyst*
## New system preferences
- ActionLogsTraceDepth
- CatalogConcerns
- CatalogerEmails
- OPACShowSavings
@ -888,27 +902,28 @@ We thank the following individuals who contributed patches to Koha 22.12.00
- Aleisha Amohia (11)
- Pedro Amorim (18)
- Tomás Cohen Arazi (86)
- Tomás Cohen Arazi (89)
- Alex Arnaud (2)
- Andrew Auld (3)
- Matt Blenkinsop (13)
- Jérémy Breuillard (1)
- Alex Buckley (3)
- Nick Clemens (54)
- Nick Clemens (56)
- David Cook (18)
- Frédéric Demians (4)
- Jonathan Druart (144)
- Magnus Enger (1)
- Magnus Enger (2)
- Katrin Fischer (80)
- Géraud Frappier (1)
- Andrew Fuerste-Henry (2)
- Lucas Gass (27)
- Lucas Gass (28)
- Didier Gautheron (1)
- Victor Grousset (1)
- Thibaud Guillot (2)
- Michael Hafen (3)
- Kyle M Hall (36)
- Kyle M Hall (39)
- Mason James (4)
- Andreas Jonsson (1)
- Jan Kissig (1)
- Owen Leonard (67)
- The Minh Luong (1)
@ -919,13 +934,15 @@ We thank the following individuals who contributed patches to Koha 22.12.00
- Jacob O'Mara (4)
- Mona Panchaud (1)
- Johanna Raisa (1)
- Martin Renvoize (76)
- Marcel de Rooy (23)
- Martin Renvoize (77)
- Phil Ringnalda (1)
- Marcel de Rooy (27)
- Caroline Cyr La Rose (6)
- Andreas Roussos (3)
- Slava Shishkin (2)
- Fridolin Somers (9)
- Emmi Takkinen (4)
- Petro Vashchuk (1)
- George Veranis (1)
- Shi Yao Wang (2)
- Jenny Way (1)
@ -937,56 +954,58 @@ patches to Koha 22.12.00
- Athens County Public Libraries (67)
- BibLibre (36)
- Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) (80)
- ByWater-Solutions (117)
- ByWater-Solutions (123)
- Catalyst (3)
- Catalyst Open Source Academy (11)
- Chetco Community Public Library (1)
- Dataly Tech (4)
- David Nind (5)
- dubcolib.org (2)
- Independant Individuals (7)
- Independant Individuals (8)
- Koha Community Developers (145)
- Koha-Suomi (4)
- KohaAloha (4)
- Libriotech (1)
- Kreablo AB (1)
- Libriotech (2)
- mpan.ch (1)
- Prosentient Systems (18)
- PTFS-Europe (114)
- Rijksmuseum (23)
- PTFS-Europe (115)
- Rijksmuseum (27)
- Solutions inLibro inc (13)
- Tamil (4)
- th-wildau.de (1)
- Theke Solutions (94)
- Theke Solutions (97)
We also especially thank the following individuals who tested patches
for Koha
- Michael Adamyk (1)
- Pedro Amorim (31)
- Tomás Cohen Arazi (664)
- Tomás Cohen Arazi (680)
- Axelle (2)
- Matt Blenkinsop (37)
- Philippe Blouin (1)
- Christopher Brannon (1)
- Felicity Brown (2)
- Alex Buckley (1)
- Nick Clemens (104)
- Nick Clemens (105)
- Bob Bennhoff - CLiC (7)
- David Cook (7)
- Chris Cormack (2)
- David (2)
- Frédéric Demians (6)
- Paul Derscheid (7)
- Jonathan Druart (90)
- Jonathan Druart (91)
- emlam (1)
- Laura Escamilla (4)
- Laura Escamilla (6)
- Jonathan Field (1)
- Katrin Fischer (148)
- Andrew Fuerste-Henry (25)
- Lucas Gass (56)
- Katrin Fischer (152)
- Andrew Fuerste-Henry (26)
- Lucas Gass (57)
- Amaury GAU (2)
- Victor Grousset (6)
- Amit Gupta (1)
- Kyle M Hall (109)
- Kyle M Hall (115)
- Evelyn Hartline (1)
- Sally Healey (3)
- Heather Hernandez (7)
@ -1003,14 +1022,14 @@ for Koha
- ml-inlibro (1)
- Agustín Moyano (14)
- Solene Ngamga (3)
- David Nind (176)
- David Nind (179)
- Jacob O'Mara (1)
- Helen Oliver (22)
- Jacob Omara (1)
- Pascal (1)
- Martin Renvoize (153)
- Phil Ringnalda (1)
- Marcel de Rooy (57)
- Marcel de Rooy (60)
- Caroline Cyr La Rose (17)
- Danyon Sewell (1)
- Michaela Sieber (10)
@ -1044,4 +1063,4 @@ tracker at:
He rau ringa e oti ai.
(Many hands finish the work)
Autogenerated release notes updated last on 14 Mar 2023 07:29:23.
Autogenerated release notes updated last on 14 Mar 2023 17:06:00.

Loading…
Cancel
Save