Browse Source

22.12.00.048 816bbbe77f

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

38
release_notes_22_12_00.md

@ -29,7 +29,6 @@ You can learn about the system components (like OS and database) needed for runn
### Acquisitions
#### New features
- [8179](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8179) Receiving multiple order lines at once
@ -50,7 +49,6 @@ You can learn about the system components (like OS and database) needed for runn
>This adds the ability to create interfaces for vendors.
>An interface is a website, software, or portal that you use to manage orders or gather statistics from the vendor or organisation. Interfaces can also include usernames and passwords, that will be encrypted for storage, but can be decrypted and made visible in the staff interface.
>The type of an interface can be set using the `VENDOR_INTERFACE_TYPE` authorised values category.
#### Enhancements
- [25655](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25655) Additionally store actual cost in foreign currency and currency from the invoice
@ -80,7 +78,6 @@ You can learn about the system components (like OS and database) needed for runn
- [33785](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33785) A couple more UI changes related to Bug 8179
### Architecture, internals, and plumbing
#### Enhancements
- [30310](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30310) Replace Moment.js with Day.js
@ -112,7 +109,6 @@ You can learn about the system components (like OS and database) needed for runn
- [33625](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33625) Enforce formatting on vue .js and .ts files
### Cataloging
#### New features
- [20256](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20256) Add ability to limit editing of items to home library or library group
@ -127,7 +123,6 @@ You can learn about the system components (like OS and database) needed for runn
>This new feature allows librarians to pick a note field to use to store 'Content warnings' about biblio records.
>
>The new `ContentWarningField` system preference can be set to any MARC field, though for MARC21 an 59X is recommended. One can add said field to the frameworks and it will be displayed appropriately with the label 'Content warning:' in OPAC and staff interface on both detail and results pages. We hide subfield x from the OPAC as it is often used as a 'private note' in other note fields and we also handle turning the content of a 'u' subfield into a clickable link if you wish to use that. Other subfields as just displayed in line when present.
#### Enhancements
- [23656](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23656) Add search box at the top of the cataloging editor page
@ -153,7 +148,6 @@ You can learn about the system components (like OS and database) needed for runn
>This adds a new column for the item type to the results list of the cn_browser.pl value builder that can be linked to the subfield for the callnumber.
### Circulation
#### Enhancements
- [25503](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25503) Add option to export items bundle contents in checkouts table
@ -182,7 +176,6 @@ You can learn about the system components (like OS and database) needed for runn
>This adds a label 'Checked out' to the result list of items when using `itemBarcodeFallbackSearch`.
### Command-line Utilities
#### Enhancements
- [23924](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23924) Add a parameter to the script add_date_fields_to_marc_records.pl to specify a date field
@ -196,13 +189,11 @@ You can learn about the system components (like OS and database) needed for runn
>In order to control/throttle the volume of mail messages sent by Koha, this report makes the limit parameter of process_message_queue (and associated routine in Letters) look at the number of messages actually sent, not processed. It also adds the possibility of delaying messages to specified domains according to limits defined in koha-conf.xml (see example section added in this patch set). For instance, you may define that each minute only 30 messages are sent to outlook.com or 50 messages per hour to gmail.com, etc. This will help in reducing deferred or rejected mails due to exceeding limits of various email providers.
### Database
#### Enhancements
- [32334](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32334) Sync comments in database with schema
### ERM
#### Enhancements
- [32924](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32924) Filter agreements by logged in librarian
@ -214,7 +205,6 @@ You can learn about the system components (like OS and database) needed for runn
- [33466](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33466) Link vendor name in list of licenses
### Fines and fees
#### Enhancements
- [31448](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31448) Add option to re-send email receipt when UseEmailReceipts is enabled
@ -232,14 +222,12 @@ You can learn about the system components (like OS and database) needed for runn
>Table id: account-fines or Administration > Table settings > Patrons > Page: pay > Table id: pay-fines-table.
### Hold requests
#### Enhancements
- [32421](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32421) Add collection ( ccode ) column to holds to pull
>This enhancement removes an inconsistency in the holds to pull display by adding collection code to the displayed columns.
### ILL
#### Enhancements
- [21548](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21548) Make ILL patron category in koha-conf.xml match with ILL patron category in sample data
@ -251,13 +239,11 @@ You can learn about the system components (like OS and database) needed for runn
- [32548](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32548) Make illrequestattributes easily available to ILL notices
### Installation and upgrade (web-based installer)
#### Enhancements
- [33128](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33128) Add Polish translations for language descriptions
### Lists
#### Enhancements
- [30418](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30418) Add permission and setting for public lists to allow staff with permission to edit contents
@ -271,13 +257,11 @@ You can learn about the system components (like OS and database) needed for runn
- [32434](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32434) Records in lists not showing what other lists they belong to
### MARC Bibliographic data support
#### Enhancements
- [29185](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29185) Show MARC21 tag 765 - Original Language Entry
### Notices
#### Enhancements
- [3150](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3150) Move emails for sending cart and list contents into notices tool
@ -293,7 +277,6 @@ You can learn about the system components (like OS and database) needed for runn
- [33203](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33203) Overdue notice/status triggers letter selection is ambiguous
### OPAC
#### New features
- [31028](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31028) Add 'Report a concern' feature for patrons to report concerns about catalog records
@ -309,7 +292,6 @@ You can learn about the system components (like OS and database) needed for runn
**Sponsored by** *Horowhenua Libraries Trust*
>This new feature shows a patron how much they have saved by using the library rather than purchasing items. Savings are calculated based on item replacement prices. The system preference allows you to choose where to display the savings - the user page, the summary box on the OPAC homepage, or the checkout history page.
#### Enhancements
- [12029](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12029) Patrons should be able to delete their patron messages
@ -348,12 +330,10 @@ You can learn about the system components (like OS and database) needed for runn
- [33767](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33767) Accessibility: The 'OPAC results' page contains semantically incorrect headings
### Patrons
#### New features
- [32426](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32426) Make userid generation pluggable
>This adds a new plugin hook `patron_generate_userid` that allows to have a custom method for generating the userid on a patron record.
#### Enhancements
- [14251](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14251) Allow use of CSS in discharge letter
@ -372,7 +352,6 @@ You can learn about the system components (like OS and database) needed for runn
- [33038](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33038) Add classes to category code and category type in patron brief information for easier customization
### REST API
#### New features
- [21043](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21043) Add POST endpoint for patron debits
@ -396,7 +375,6 @@ You can learn about the system components (like OS and database) needed for runn
- [32981](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32981) Add GET endpoint for listing authorised values by a given category
- [32997](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32997) Add GET endpoint for listing authorised value categories
- [33146](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33146) Add public GET endpoint for listing items
#### Enhancements
- [33161](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33161) Implement +strings for GET /items and GET /items/:item_id
@ -407,7 +385,6 @@ You can learn about the system components (like OS and database) needed for runn
>The allows api consumers to request that string expansions of various coded values from these endpoints are embedded into the response.
### Reports
#### Enhancements
- [17350](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17350) Add option to delete data stored in saved_reports with cleanup_database
@ -420,7 +397,6 @@ You can learn about the system components (like OS and database) needed for runn
>This adds an auto-complete feature to the SQL reports editor. This works for tables and columns. For columns you'll need to start with the table name, like `borrowers.`. The editor will then suggest the columns of the `borrowers` table. The auto-complete feature will also work when tables have been renamed.
### SIP2
#### Enhancements
- [25812](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25812) Fines can be displayed on SIP checkin/checkout
@ -428,7 +404,6 @@ You can learn about the system components (like OS and database) needed for runn
- [32684](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32684) Implement SIP patron status field "too many items lost"
### Searching
#### Enhancements
- [14911](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14911) Item search: Display additional title information
@ -439,7 +414,6 @@ You can learn about the system components (like OS and database) needed for runn
- [33190](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33190) Add search history button to advance search form if EnableSearchHistory keep
### Searching - Elasticsearch
#### Enhancements
- [18829](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18829) Elasticsearch - Add ability to view the ES indexed record
@ -449,13 +423,11 @@ You can learn about the system components (like OS and database) needed for runn
>To make this change for existing installations, reset the search engine mappings (Administration > Catalog > Search engine configuration (Elasticsearch) > Reset mappings (scroll down to the bottom of the page)) and rebuild the search index (koha-elasticsearch --rebuild -d -b -a <instancename>). If you have customized the search engine configuration, remember to record or back these up BEFORE resetting the mappings.
### Self checkout
#### Enhancements
- [32115](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32115) Add ID to check-out default help message dialog to allow customization
### Serials
#### Enhancements
- [32752](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32752) Add new serial issue status: "Out for binding", "Bound", and "Circulating"
@ -463,7 +435,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)*
### Staff interface
#### Enhancements
- [30624](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30624) Add a permission to control the ability to change the logged in library
@ -476,7 +447,6 @@ You can learn about the system components (like OS and database) needed for runn
>With this patch the MARC framework shows at the end of the bibliographic description on the catalog detail page in the staff interface.
### System Administration
#### Enhancements
- [27424](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27424) One should be able to assign an SMTP server as the default
@ -486,7 +456,6 @@ You can learn about the system components (like OS and database) needed for runn
- [33550](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33550) Rename Patron restrictions administration page 'Patron restriction types'
### Templates
#### Enhancements
- [27775](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27775) Add hint about drag and drop feature on framework subfield edit
@ -519,7 +488,6 @@ You can learn about the system components (like OS and database) needed for runn
- [33349](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33349) Patron attributes don't have identifying info in the staff interface
### Test Suite
#### Enhancements
- [31479](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31479) Provide an option to skip the test for atomic updates
@ -532,7 +500,6 @@ You can learn about the system components (like OS and database) needed for runn
- [33733](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33733) Move t/XSLT.t to db_dependent
### Tools
#### Enhancements
- [31611](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31611) More visibly highlight records that cannot be batch deleted/modified
@ -549,14 +516,12 @@ 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 maintenance releases
#### Security bugs
- [31908](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31908) New login fails while having cookie from previous session (23.05.00,22.11.01, 21.11.15)
>This patch introduces more thorough cleanup of user sessions when logging after a privilege escalation request.
- [32208](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32208) Re-login without enough permissions needs attention (22.11.01,22.05.08)
- [33595](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33595) Bug 26628 broke authorization for tools start page (23.05.00)
#### Critical bugs fixed
- [32401](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32401) x-koha-query cannot contain non-ISO-8859-1 values (23.05.00,22.11.03)
@ -667,7 +632,6 @@ have already been fixed in maintenance releases
- [33412](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33412) (bug 15869 follow-up) Overlay record framework is always setting records to original framework (23.05.00,22.11.06)
- [33576](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33576) Records are not indexed when imported if using Elasticsearch (23.05.00,22.11.06)
- [33504](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33504) ILS-DI does not record renewer_id for renewals creating issue with renewal history view (23.05.00,22.11.06,22.05.13)
#### Other bugs fixed
- [32665](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32665) warnPrefRequireChoosingExistingAuthority condition incorrect in about.pl (23.05.00,22.11.04)
@ -1760,4 +1724,4 @@ tracker at:
He rau ringa e oti ai.
(Many hands finish the work)
Autogenerated release notes updated last on 26 May 2023 08:23:54.
Autogenerated release notes updated last on 26 May 2023 08:25:34.

Loading…
Cancel
Save