Browse Source

23.06.00.079 fb1c01452d

master
PTFS Admin 6 months ago
parent
commit
1ff62cd168
  1. 35
      release_notes_23_06_00.md

35
release_notes_23_06_00.md

@ -19,7 +19,7 @@ Installation instructions can be found at:
Koha 23.06.00 is a major release, that comes with many new features.
It includes 9 new features, 329 enhancements, 559 bugfixes.
It includes 10 new features, 328 enhancements, 559 bugfixes.
**System requirements**
@ -104,6 +104,9 @@ You can learn about the system components (like OS and database) needed for runn
#### Enhancements
- [17499](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499) Koha objects for messaging preferences
**Sponsored by** *Koha-Suomi Oy* and *National Library of Finland*
- [29033](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29033) Add C4::Context->multivalue_preference
>This addition adds a simple way to retrieve pipe delimited list type system preferences as arrays.
- [30825](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30825) Get rid of GetReservesControlBranch
@ -186,7 +189,7 @@ You can learn about the system components (like OS and database) needed for runn
**Sponsored by** *Education Services Australia SCIS*
- [34275](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34275) Add a button to easily toggle between advanced/basic cataloging editors
>When the advanced cataloging editor is activated using EnableAdvancedCatalogingEditor, there is now a nice toggle button in the upper right corner of the cataloguing module when editing a record that allows to easily switch between the normal and the advanced editor.
>When the advanced cataloging editor is activated using `EnableAdvancedCatalogingEditor`, there is now a nice toggle button in the upper right corner of the cataloguing module when editing a record that allows to easily switch between the normal and the advanced editor.
- [34657](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34657) Merge cataloging plugins for UNIMARC 123d, e, f, and g
- [35198](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35198) Sort database column names alphabetically on automatic item modification page
@ -327,14 +330,16 @@ You can learn about the system components (like OS and database) needed for runn
#### Enhancements
- [34377](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34377) Accounting transactions don't show managing librarian info for credits/debits
- [34377](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34377) Accounting transactions should show managing librarian info for credits/debits
- [34985](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34985) Add a quantity field to the manual invoice form
>This patch add a quantity field and a cost field to the manual invoice form. This allows to automatically multiply the amount. The new fields will display and calculate when the selected debit has a default cost set.
### Hold requests
#### Enhancements
- [17617](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17617) Add the ability of sending a confirmation e-mail to patron when hold is placed
>When the new system preference `EmailPatronWhenHoldIsPlaced` is activated, a notice will be sent to the patron to confirm their hold has been placed. The notice template used is HOLDPLACED_PATRON.
**Sponsored by** *Fire and Emergency New Zealand*
- [31692](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31692) Let librarians change item level holds to record level holds when possible
@ -386,10 +391,14 @@ You can learn about the system components (like OS and database) needed for runn
#### Enhancements
- [18203](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18203) Add per borrower category restrictions on placing ILL requests in OPAC
>When the ILL module is activated, the patron category administration page will include a setting "Can patron place ILL requests in OPAC". For existing installations the flag will be set for all patron categories on update.
>
**Sponsored by** *PTFS Europe Ltd*
- [27542](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27542) It should be possible to cancel an ILL request sent to a partner
- [32911](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32911) Remove ILL partner_code config from koha-conf.xml and turn it into a system preference
>The partner_code element in the koha-conf.xml was replaced by a new system preference `ILLPartnerCode`.
>
**Sponsored by** *PTFS Europe Ltd*
- [33970](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33970) We need a "backend" column in "illrequestattributes" table
@ -399,6 +408,7 @@ You can learn about the system components (like OS and database) needed for runn
#### Enhancements
- [10762](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10762) Make it possible to adjust the barcode height and width on labels
>When creating a new layout for the label creator, you can now define the width and height for the printed barcode.
- [28726](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28726) Add sort1 and sort2 to patron card creator patron search
### Lists
@ -416,6 +426,7 @@ You can learn about the system components (like OS and database) needed for runn
**Sponsored by** *Keratsini-Drapetsona Municipal Library, Greece*
- [28166](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28166) Optionally add MARC fields to authority search
>With the new system preference `AdditionalFieldsInZ3950ResultAuthSearch` it is now possible to display additional information from the MARC record in the authority Z39.50/SRU search result lists.
**Sponsored by** *Steiermärkische Landesbibliothek*
- [34075](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34075) Allow specifying default tab view for authorities
@ -426,6 +437,7 @@ You can learn about the system components (like OS and database) needed for runn
#### Enhancements
- [29471](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29471) MARC21: 520 - Summary etc. doesn't display in staff interface
- [34020](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34020) Sequence of MARC 264 subfields different on XSLT result list and detail page
- [34648](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34648) Update MARC21 frameworks to Update 31 (December 2020)
>This enhancement updates the default MARC21 bibliographic framework to reflect changes brought to the format by Update 31 (Dec. 2020).
>
@ -576,9 +588,7 @@ You can learn about the system components (like OS and database) needed for runn
#### Enhancements
- [8838](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8838) Digest option for HOLD notice
- [17499](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499) Koha objects for messaging preferences
**Sponsored by** *Koha-Suomi Oy* and *National Library of Finland*
>This adds a digest checkbox for "Hold filled" in the messaging preferences settings. When checked, all pickup notices for holds will be collected and send out in a single notice. The letter used is `HOLDDGST`.
- [33547](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33547) Print slips from the preservation module
**Sponsored by** *Bibliothèque Universitaire des Langues et Civilisations (BULAC)*
@ -587,6 +597,12 @@ You can learn about the system components (like OS and database) needed for runn
#### New features
- [27378](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27378) Enable compliance with EU Cookie Legislation via cookie consent
>This new features adds proper handling of tracking cookies into Koha.
>
>An administrator can now enable the option for end users to accept or deny non-essential cookies being stored in their browser using the new system preference `CookieConsent`.
>
>Once enabled, the administrator should add their non-essential cookie code into `CookieConsentedJS` as aposed to `OPACUserJS` and `IntranetUserJS`.
- [30979](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30979) Add ability for OPAC users to checkout to themselves
>This new feature adds a new `OpacTrustedSelfCheckout` system preference. When enabled, OPAC users will see a new checkout option in the header of the page when logged in. This option displays a modal where they can scan barcodes to perform a self checkout.
>
@ -598,7 +614,6 @@ You can learn about the system components (like OS and database) needed for runn
- [12421](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12421) No way to get back to search results from overdrive results
- [23798](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23798) Convert OpacMaintenanceNotice system preference to additional contents
- [26824](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26824) Use confirmation modal when removing titles from a list in the OPAC
- [27378](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27378) Enable compliance with EU Cookie Legislation via cookie consent
- [28130](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28130) Show list of serial email alerts a patron subscribed to in patron account in OPAC
>This enhancement adds an 'Alert subscriptions' page to a patron account to easily view or cancel email alerts the patron has enabled for subscriptions. This new page is available on both the staff interface and the OPAC.
@ -619,8 +634,8 @@ You can learn about the system components (like OS and database) needed for runn
- [33812](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33812) Accessibility: OPAC messaging preferences is missing form labels
- [33818](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33818) Accessibility: Non descriptive title on ISBD detail
- [33819](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33819) Accessibility: More description required in OPAC search breadcrumbs
- [34020](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34020) Sequence of MARC 264 subfields different on XSLT result list and detail page
- [34438](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34438) OPAC self registration form does not include lang (preferred language for notices) field
>This adds the 'preferred language' to the patron self registration form when `TranslateNotices` is activated. The field can be hidden using the `PatronSelfRegistrationBorrowerUnwantedField` and `PatronSelfRegistrationBorrowerMandatoryField` system preferences if not needed.
- [34865](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34865) Syspref OPACURLOpenInNewWindow not working for Library URLs
- [34869](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34869) Convert OPACResultsSidebar system preference to HTML customization
>This enhancement removes the OPACResultsSidebar system preference and allows adding content in this area using the HTML customizations tool. This also means this content is translatable for any languages installed for the OPAC
@ -657,7 +672,7 @@ You can learn about the system components (like OS and database) needed for runn
>This enhancement makes two changes to guarantors and guarantees when registering a new patron:
>
>- A child patron must have a guarantor - this is controlled by
> the new ChildNeedsGuarantor system preference.
> the new `ChildNeedsGuarantor` system preference.
>- A guarantor cannot be a guarantee.
**Sponsored by** *Koha-Suomi Oy*
@ -2147,4 +2162,4 @@ tracker at:
He rau ringa e oti ai.
(Many hands finish the work)
Autogenerated release notes updated last on 30 Nov 2023 15:45:50.
Autogenerated release notes updated last on 30 Nov 2023 16:28:37.

Loading…
Cancel
Save