Browse Source

22.12.00.048 816bbbe77f

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

104
release_notes_22_12_00.md

@ -1,5 +1,5 @@
# RELEASE NOTES FOR KOHA 22.12.00
23 May 2023
25 May 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 26 new features, 145 enhancements, 683 bugfixes.
It includes 26 new features, 145 enhancements, 690 bugfixes.
**System requirements**
@ -207,6 +207,7 @@ You can learn about the system components (like OS and database) needed for runn
**Sponsored by** *Association KohaLa*
- [31557](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31557) Add ability for holds queue builder to prioritize either matching a patron's home library to the item's home or holding library
- [31615](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31615) Allow checkin of items bundles without verifying their contents
>This enhancement adds the possibility to skip the content verification step when checking in a bundle.
- [32134](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32134) Show the bundle size when checked out
- [32373](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32373) Show date of restriction on patron screen
@ -285,6 +286,10 @@ You can learn about the system components (like OS and database) needed for runn
>
>This enhancement allows a user to select which debit types should be included in deciding whether a patron should be restricted from checkouts (`noissuescharge` system preference). Three existing system preferences have been deleted (`ManInvInNoissuesCharge`, `RentalsInNoissuesCharge`, `HoldsInNoissuesCharge`) and the management of the debit types now sits in the Debit Types area of system preferences. The user can edit each debit type and select whether it should be included in the `noissuescharge` calculation, giving users much more flexibility over restrictions.
- [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
>This enhancement adds the item call number to the 'transactions' and 'make a payment' tabs in the patron's account, if the charge is linked to a particular item.
>
>If needed, it is possible to hide this column by going to Administration > Table settings > Patrons > Page: fines >
>Table id: account-fines or Administration > Table settings > Patrons > Page: pay > Table id: pay-fines-table.
@ -461,6 +466,9 @@ You can learn about the system components (like OS and database) needed for runn
>Enter a path to the custom XSLT file in the new system preference AuthorityXSLTOpacDetailsDisplay (or enter an external URL). Use placeholders for multiple custom style sheets for different languages ({langcode}) and authority types ({authtypecode}).
- [26765](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26765) Make author span a clickable link on OPAC results list
- [29449](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29449) Show userid on "your personal details" tab
>Patrons can now see their username in the 'Personal details' tab in the OPAC.
>
>This can be hidden from them using the PatronSelfModificationBorrowerUnwantedField system preference, if needed.
- [30621](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30621) Author should be its own column on opac-readingrecord.tt
- [31699](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31699) Add a generic way to redirect back to the page you were on at login for modal logins
@ -499,8 +507,12 @@ You can learn about the system components (like OS and database) needed for runn
- [14251](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14251) Allow use of CSS in discharge letter
>With this patch, it is now possible to add CSS formatting to the discharge letter. CSS styling can be added directly in the DISCHARGE letter in the Notices and slips tool. The CSS stylesheet added in the NoticeCSS system preference will also be applied to the discharge PDF.
>
>Note that the discharge functionality now requires the weasyprint module.
- [21699](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21699) Allow circulation messages to be editable
- [26598](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26598) Display guarantee's fines on guarantor's details page
>This enhancement adds a new tab in the patron details page to show guarantees' unpaid charges.
- [28366](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28366) Add batch patron modification to patron search results
- [29046](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29046) Allow libraries to specify email order for "AutoEmailPrimaryAddress"
@ -929,6 +941,7 @@ have already been fixed in maintenance releases
- [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 (23.05.00,22.11.05)
- [33262](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33262) When an ordered record is deleted, we lose all information on what was ordered (23.05.00,22.11.06,22.05.13)
- [33653](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33653) Search for late orders can show received order lines (23.05.00,22.11.06)
- [33784](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33784) Save clicks on single order receive (23.05.00)
- [32393](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32393) background job worker explodes if JSON is incorrect (23.05.00,22.11.03,22.05.10)
- [32394](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32394) Long tasks queue is never used (23.05.00,22.11.01,22.05.10)
- [32422](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32422) Hardcoded paths in _common.scss prevent using external node_modules (23.05.00,22.11.01)
@ -954,13 +967,14 @@ have already been fixed in maintenance releases
**Sponsored by** *Koha-Suomi Oy*
- [32550](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32550) 'Clear on loan' link on Batch item modification doesn't untick on loan items (23.05.00,22.11.02)
- [33100](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33100) Authority linking doesn't work for bib headings ending in two or more punctuation characters (23.05.00,22.11.04,22.05.12, 21.11.20)
- [33375](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33375) Advanced editor crashes when using MySQL 8 due to reserved rank keyword (23.05.00,22.11.05,22.05.13)
- [33375](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33375) Advanced editor crashes when using MySQL 8 due to reserved rank keyword (23.05.00,22.11.05,22.05.13,21.11.21)
- [33445](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33445) Regression - Replacing authority via Z39.50 will not search for anything but the value from the existing authority (23.05.00,22.11.06)
- [33591](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33591) Cannot merge bibliographic records (23.05.00,22.11.06)
- [29234](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29234) Transfers generated by stock rotation alert but do not initiate at checkin (23.05.00,22.11.05)
- [32653](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32653) Curbside pickups - wrong dates available at the OPAC (23.05.00,22.11.04)
- [32891](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32891) Curbside pickups - Cannot select slot in the last hour (23.05.00,22.11.04)
- [33300](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33300) Wrong system preference name AutomaticWrongTransfer (23.05.00,22.11.06)
- [33362](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33362) Return claims can be un-resolvable if issue_id is set but no issue is found in issues or old_issues (23.05.00)
- [33574](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33574) Restriction type is not stored, all restrictions fall back to MANUAL (23.05.00,22.11.05)
- [32798](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32798) build_oai_sets.pl passes wrong parameter to Koha::Biblio::Metadata->record (23.05.00,22.11.04)
- [33108](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33108) We need a way to launch the ES indexer automatically (23.05.00,22.11.06)
@ -1004,7 +1018,7 @@ have already been fixed in maintenance releases
- [33145](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33145) Invalid specification for ERM routes (23.05.00,22.11.04)
- [32515](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32515) SIP2 no block flag on checkin calls routine that does not exist (23.05.00,22.11.03,22.05.10)
- [33055](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33055) SIP2 adding incorrect fines blocked message (23.05.00,22.11.04,22.05.11,21.11.19)
- [33216](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33216) SIP fee paid messages explode if payment registers are enabled and the SIP account has no register (23.05.00,22.11.06,22.05.13)
- [33216](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33216) SIP fee paid messages explode if payment registers are enabled and the SIP account has no register (23.05.00,22.11.06,22.05.13,21.11.21)
- [32126](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32126) Adding item search fields is broken - can't add more than one field (23.05.00, 22.11.01)
- [33297](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33297) Typo system preference RetainPatronSearchTerms in DB revs 220600044.pl (23.05.00)
- [32594](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32594) Add a dedicated ES indexing background worker (23.05.00,22.11.06)
@ -1019,6 +1033,10 @@ have already been fixed in maintenance releases
- [33774](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33774) Loading club table in every tab in patron details (23.05.00)
- [32898](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32898) Cypress tests are failing (23.05.00,22.11.04)
- [33416](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33416) Agreements.ts is failing (23.05.00)
- [26611](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26611) Required match checks don't work for authority records (23.05.00)
**Sponsored by** *Waikato Institute of Technology*
>This fixes match checking for authorities when importing records, so that the required match checks are correctly applied. Previously, match checks for authority records did not work.
- [32054](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32054) GetImportRecordMatches returns the wrong match when passed 'best only' (23.05.00,22.11.02)
- [32631](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32631) Error when previewing record during batch record modification (23.05.00,22.11.03)
>This patch corrects an error in the script which outputs MARC data for preview during batch record modification.
@ -1056,9 +1074,10 @@ have already been fixed in maintenance releases
- [33002](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33002) 'Archive selected' button missing? (23.05.00,22.11.04)
- [33003](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33003) Show the vendor type description on vendor detail page when AV is used (23.05.00)
- [33082](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33082) Add yellow buttons and page sections to 'copy order' pages (23.05.00,22.11.04)
- [33238](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33238) Error adding suggestion to basket as non-superlibrarian (Bug 29886 follow-up) (23.05.00,22.11.05,22.05.13)
- [33238](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33238) Error adding suggestion to basket as non-superlibrarian (Bug 29886 follow-up) (23.05.00,22.11.05,22.05.13,21.11.21)
- [33414](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33414) Dates displayed in ISO format in orders by fund (23.05.00,22.11.05)
- [33421](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33421) Filtering purchase suggestions by status does not work if All Libraries is selected (23.05.00)
- [33663](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33663) Don't hide Suggestions link in side navigation when suggestion preference is disabled (23.05.00)
- [33771](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33771) Markup errors on orderreceive.tt after 8179 (23.05.00)
- [18247](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18247) Remove SQL queries from branch_transfer_limit.pl administrative script (23.05.00,22.11.03,22.05.10, 21.11.16)
@ -1083,7 +1102,7 @@ have already been fixed in maintenance releases
- [32583](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32583) Restore display of only one item in catalogue/moredetails (23.05.00,22.11.03)
- [32585](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32585) Followup on Bug 32583 - fix some variable references (23.05.00,22.11.04)
- [32678](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32678) Add new line in authorized values tests in search_for_data_inconsistencies.pl (23.05.00,22.11.04,22.05.11,21.11.19)
- [32716](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32716) update NGINX config examples to increase proxy_buffer_size (23.05.00,22.11.05,22.05.13)
- [32716](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32716) update NGINX config examples to increase proxy_buffer_size (23.05.00,22.11.05,22.05.13,21.11.21)
>Set proxy_buffer_size in the example NGINX configuration to reduce chances that REST API responses that use pagination get dropped by NGINX
- [32781](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32781) CreateEHoldingsFromBiblios not dealing with non-existent package correcly (23.05.00,22.11.04)
- [32794](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32794) mailto links in 856 can be incorrectly formed by XSLT (23.05.00,22.11.05)
@ -1095,12 +1114,12 @@ have already been fixed in maintenance releases
- [32990](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32990) Possible deadlock in C4::ImportBatch::_update_batch_record_counts (23.05.00,22.11.06)
- [32992](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32992) Move background worker script to misc/workers (23.05.00,22.11.06)
- [33053](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33053) Tables item_groups and recalls have a biblio_id column with a default of 0 (23.05.00,22.11.06)
- [33088](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33088) background-job-progressbar.js no longer needed in batch_record_modification.tt (23.05.00,22.11.05,22.05.13)
- [33088](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33088) background-job-progressbar.js no longer needed in batch_record_modification.tt (23.05.00,22.11.05,22.05.13,21.11.21)
- [33167](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33167) Cleanup staff interface catalog details page (23.05.00,22.11.06)
- [33211](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33211) Fix failing test for basic_workflow.t when adding item (23.05.00,22.11.04,22.05.12,21.11.20)
- [33229](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33229) Patron reading history should be cleared when privacy set to never (23.05.00,22.11.05)
- [33341](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33341) Perl 5.36 doesn't consider some of our code cool (23.05.00,22.11.05,22.05.12,21.11.20)
- [33367](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33367) tmp/modified_authorities/README.txt seems useless (23.05.00,22.11.05,22.05.13)
- [33367](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33367) tmp/modified_authorities/README.txt seems useless (23.05.00,22.11.05,22.05.13,21.11.21)
- [33447](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33447) Add caching to Biblio->pickup_locations (23.05.00,22.11.06)
- [33488](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33488) Library transfer limits should have an index on fromBranch (23.05.00,22.11.06)
- [33489](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33489) The borrowers table should have indexes on default patron search fields (23.05.00,22.11.06)
@ -1284,6 +1303,7 @@ have already been fixed in maintenance releases
- [32525](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32525) Standardize labels between ILL request list and detail page (23.05.00,22.11.04,22.05.11,21.11.19)
- [32566](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32566) Don't show 'ILL request logs' button, when IllLog is turned off (23.05.00,22.11.04,22.05.11, 21.11.19)
- [32799](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32799) ILLSTATUS authorized value category name is confusing (23.05.00,22.11.04)
- [33762](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33762) Restore page-section in ILL (23.05.00)
- [33051](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33051) 22600075.pl is not idempotent (23.05.00,22.11.04)
- [32918](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32918) ERM authorized values should be in installer/data/mysql/en/mandatory/auth_values.yml (23.05.00,22.11.04)
- [33059](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33059) Capitalization: Fix sample authorised value descriptions (23.05.00,22.11.04)
@ -1294,7 +1314,7 @@ have already been fixed in maintenance releases
- [32280](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32280) Export method ImportBreedingAuth from C4::Breeding (23.05.00,22.11.05,22.05.12, 21.11.20)
- [33138](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33138) Don't copy tag 147 to all MARC frameworks, since it should only be used in a separate NAME_EVENT framework (23.05.00)
- [23032](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23032) Add 264 to Alternate Graphic Representation (MARC21 880) (23.05.00,22.11.02)
- [31432](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31432) MARC21: Make 245 n and p subfields visible in frameworks by default (23.05.00,22.11.06,22.05.13)
- [31432](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31432) MARC21: Make 245 n and p subfields visible in frameworks by default (23.05.00,22.11.06,22.05.13, 21.11.21)
- [31860](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31860) Standardize capitalization for item subfield descriptions (UNIMARC 995/MARC21 952) (23.05.00,22.11.03)
- [32689](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32689) Host item entry (773) missing a space between label and content when $i is used (23.05.00,22.11.03)
- [32766](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32766) Update plugin unimarc_field_116.pl fields (23.05.00,22.11.06)
@ -1393,6 +1413,7 @@ have already been fixed in maintenance releases
- [33513](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33513) Batch update from report module - no patrons loaded into view (23.05.00,22.11.06)
- [33713](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33713) Report batch operations should open in new tab (23.05.00)
>When using the batch operations from report results, the links to the batch tools will now open in a new tab instead of the same one, leaving the report results visible.
- [33792](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33792) reserves_stats.pl ignores filled holds without itemnumber (23.05.00)
- [32408](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32408) If a fine can be overridden on checkout in Koha, what should the SIP client do? (23.05.00,22.11.03,22.05.10)
- [32537](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32537) Add 'no_block' option to sip_cli_emulator (23.05.00,22.11.03,22.05.10)
>This enhanced adds the no-block option to the SIP emulator for optional use in checkout/checkin/renew messages.
@ -1411,7 +1432,7 @@ have already been fixed in maintenance releases
- [33506](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33506) Series has wrong index name on scan index page and search option selection is not retained (23.05.00,22.11.06,22.05.13)
- [33569](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33569) Order by relevance may not be visible (23.05.00,22.11.06)
- [31471](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31471) Duplicate check in cataloguing fails with Elasticsearch for records with multiple ISBN (23.05.00,22.11.04,22.05.11,21.11.19)
- [31695](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31695) Type standard number is missing field ci_raw in field_config.yaml (23.05.00,22.11.05,22.05.13)
- [31695](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31695) Type standard number is missing field ci_raw in field_config.yaml (23.05.00,22.11.05,22.05.13, 21.11.21)
- [32519](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32519) In Elasticsearch mappings table use search field name (23.05.00,22.11.04,22.05.12,21.11.20)
- [33206](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33206) Bad title__sort made of multisubfield 245 (23.05.00,22.11.06)
- [33486](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33486) Remove Koha::BackgroundJob::UpdateElasticIndex->process routine (23.05.00,22.11.06)
@ -1508,7 +1529,7 @@ have already been fixed in maintenance releases
- [33196](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33196) Terminology: rephrase Pseudonymization system preference to be more general (23.05.00,22.11.06)
- [33197](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33197) Terminology: rename GDPR_Policy system preference (23.05.00,22.11.06)
- [33335](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33335) MARC overlay rules broken because of "categorycode.categorycode " which contains "-" (23.05.00,22.11.06)
- [33509](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33509) Staff search result list shows "other holdings" with AlternateHoldingsField when there are no alternate holdings (23.05.00,22.11.05,22.05.13)
- [33509](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33509) Staff search result list shows "other holdings" with AlternateHoldingsField when there are no alternate holdings (23.05.00,22.11.05,22.05.13,21.11.21)
- [33549](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33549) Patron restriction types - Style missing for dialog messages (23.05.00,22.11.06)
- [33586](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33586) Library and category are switched in table configuration for patron search results table settings (23.05.00,22.11.06)
- [33634](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33634) Sidebar navigation links in system preferences not taking user to the clicked section (23.05.00,22.11.06,22.05.13)
@ -1567,7 +1588,7 @@ have already been fixed in maintenance releases
- [32632](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32632) Add 'page-section' to some tools pages (23.05.00,22.11.02)
- [32633](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32633) Add 'page-section' to cataloging and authority pages (23.05.00,22.11.03)
- [32634](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32634) Add 'page-section' to various pages (23.05.00,22.11.05)
- [32642](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32642) Loading spinner always visible when cover image is short (OPAC) (23.05.00,22.11.06,22.05.13)
- [32642](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32642) Loading spinner always visible when cover image is short (OPAC) (23.05.00,22.11.06,22.05.13,21.11.21)
- [32672](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32672) Incorrect CSS path to jquery-ui (23.05.00,22.11.03,22.05.10)
- [32690](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32690) Reindent the serial collection template (23.05.00,22.11.03)
- [32738](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32738) Correct upload local cover image title tag (23.05.00,22.11.03)
@ -1666,6 +1687,8 @@ have already been fixed in maintenance releases
- [33721](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33721) Show inactive funds in invoice.tt out of order (23.05.00)
- [33735](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33735) Misspelling in SMS provier (23.05.00)
- [33769](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33769) Terminology: 'Warning: Item {barcode} is reserved' (23.05.00)
- [33797](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33797) Extra space in supplier.tt (23.05.00)
>This removes the space between the field label and the colon for the notes field in the interfaces section for a vendor's details.
- [28670](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28670) api/v1/patrons_holds.t is failing randomly (23.05.00,22.11.02)
- [29274](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29274) z_reset.t is wrong (23.05.00,22.11.01)
- [32349](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32349) Remove TEST_QA (23.05.00,22.11.02,22.05.09, 21.11.16)
@ -1769,22 +1792,22 @@ interface are available in this release for the following languages:
- Czech (58.2%)
- English (New Zealand) (67.5%)
- English (USA)
- Finnish (93.6%)
- Finnish (95%)
- French (97.9%)
- French (Canada) (97%)
- German (99.4%)
- Hindi (99.9%)
- Hindi (100%)
- Italian (91%)
- Nederlands-Nederland (Dutch-The Netherlands) (80.8%)
- Nederlands-Nederland (Dutch-The Netherlands) (80.9%)
- Norwegian Bokmål (65.9%)
- Persian (73.2%)
- Polish (91.8%)
- Portuguese (89.5%)
- Portuguese (Brazil) (100%)
- Russian (92.5%)
- Russian (93.1%)
- Slovak (61.1%)
- Spanish (98.3%)
- Swedish (79.5%)
- Spanish (100%)
- Swedish (79.8%)
- Telugu (76.4%)
- Turkish (86.3%)
- Ukrainian (77.2%)
@ -1893,9 +1916,9 @@ We thank the following individuals who contributed patches to Koha 22.12.00
<div style="column-count: 2;">
- Axel Amghar (1)
- Aleisha Amohia (25)
- Pedro Amorim (52)
- Tomás Cohen Arazi (199)
- Aleisha Amohia (26)
- Pedro Amorim (53)
- Tomás Cohen Arazi (201)
- Alex Arnaud (2)
- Andrew Auld (3)
- Matt Blenkinsop (31)
@ -1907,7 +1930,7 @@ We thank the following individuals who contributed patches to Koha 22.12.00
- David Cook (26)
- Frédéric Demians (5)
- Paul Derscheid (2)
- Jonathan Druart (276)
- Jonathan Druart (279)
- emlam (1)
- Magnus Enger (6)
- Laura Escamilla (1)
@ -1920,7 +1943,7 @@ We thank the following individuals who contributed patches to Koha 22.12.00
- Thibaud Guillot (6)
- David Gustafsson (2)
- Michael Hafen (3)
- Kyle M Hall (64)
- Kyle M Hall (65)
- Mark Hofstetter (1)
- Olivier Hubert (1)
- Mason James (8)
@ -1942,7 +1965,7 @@ We thank the following individuals who contributed patches to Koha 22.12.00
- Johanna Raisa (2)
- Martin Renvoize (111)
- Phil Ringnalda (2)
- Marcel de Rooy (97)
- Marcel de Rooy (98)
- Caroline Cyr La Rose (17)
- Andreas Roussos (4)
- Slava Shishkin (6)
@ -1966,9 +1989,9 @@ patches to Koha 22.12.00
- Athens County Public Libraries (158)
- BibLibre (125)
- Bibliotheksservice-Zentrum Baden-Württemberg (BSZ) (163)
- ByWater-Solutions (277)
- ByWater-Solutions (278)
- Catalyst (15)
- Catalyst Open Source Academy (25)
- Catalyst Open Source Academy (26)
- Chetco Community Public Library (2)
- Dataly Tech (5)
- David Nind (8)
@ -1980,7 +2003,7 @@ patches to Koha 22.12.00
- Hypernova Oy (1)
- Independant Individuals (22)
- kit.edu (1)
- Koha Community Developers (277)
- Koha Community Developers (280)
- Koha-Suomi (7)
- KohaAloha (8)
- Kreablo AB (1)
@ -1989,12 +2012,12 @@ patches to Koha 22.12.00
- montgomerycountymd.gov (1)
- mpan.ch (1)
- Prosentient Systems (26)
- PTFS-Europe (201)
- Rijksmuseum (97)
- PTFS-Europe (202)
- Rijksmuseum (98)
- Solutions inLibro inc (30)
- Tamil (5)
- th-wildau.de (1)
- Theke Solutions (219)
- Theke Solutions (221)
- ub.lu.se (1)
</div>
@ -2007,7 +2030,7 @@ for Koha
- Aleisha Amohia (12)
- Pedro Amorim (80)
- Anke (1)
- Tomás Cohen Arazi (1472)
- Tomás Cohen Arazi (1480)
- Andrew Auld (30)
- Axelle (2)
- Bob Bennhoff (1)
@ -2018,7 +2041,7 @@ for Koha
- Alex Buckley (1)
- Kevin Carnes (1)
- Catrina (1)
- Nick Clemens (232)
- Nick Clemens (233)
- Bob Bennhoff - CLiC (7)
- David Cook (12)
- Chris Cormack (2)
@ -2026,23 +2049,23 @@ for Koha
- Frédéric Demians (6)
- Paul Derscheid (10)
- Harold Dramer (1)
- Jonathan Druart (219)
- Jonathan Druart (223)
- emlam (3)
- Magnus Enger (15)
- Laura Escamilla (21)
- Jonathan Field (16)
- Katrin Fischer (339)
- Katrin Fischer (340)
- Ann Flournoy (2)
- Andrew Fuerste-Henry (1)
- Andrew Fuerste-Henry (40)
- Brendan Gallagher (1)
- Lucas Gass (106)
- Amaury Gau (1)
- Amaury GAU (2)
- Amaury Gau (1)
- Nicolas Giraud (1)
- Victor Grousset (16)
- Victor Grousset (19)
- Amit Gupta (1)
- Kyle M Hall (202)
- Kyle M Hall (203)
- Frank Hansen (9)
- Evelyn Hartline (1)
- Sally Healey (17)
@ -2053,6 +2076,7 @@ for Koha
- Janusz Kaczmarek (2)
- Jan Kissig (4)
- Emily Lamancusa (3)
- Sam Lau (1)
- Owen Leonard (61)
- LMSCloudPaulD (1)
- Marius Mandrescu (4)
@ -2062,7 +2086,7 @@ for Koha
- ml-inlibro (1)
- Agustín Moyano (41)
- Solene Ngamga (3)
- David Nind (382)
- David Nind (384)
- Jacob O'Mara (2)
- Helen Oliver (22)
- Jacob Omara (1)
@ -2076,7 +2100,7 @@ for Koha
- Caroline Cyr La Rose (40)
- Lisette Scheer (2)
- Danyon Sewell (1)
- Michaela Sieber (30)
- Michaela Sieber (32)
- Fridolin Somers (18)
- Alexandra Speer (1)
- Emmi Takkinen (4)
@ -2120,4 +2144,4 @@ tracker at:
He rau ringa e oti ai.
(Many hands finish the work)
Autogenerated release notes updated last on 23 May 2023 09:31:24.
Autogenerated release notes updated last on 25 May 2023 08:56:25.

Loading…
Cancel
Save