Browse Source

23.06.00.079 fb1c01452d

master
PTFS Admin 6 months ago
parent
commit
bb62fc7f65
  1. 34
      release_notes_23_06_00.md

34
release_notes_23_06_00.md

@ -89,9 +89,8 @@ You can learn about the system components (like OS and database) needed for runn
#### Enhancements
- [14156](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14156) Add id tags to each MARC note in the display
>This enhancement adds id and class tags to each MARC note in the description tab for the staff interface bibliographic detail page. It adds a unique id for each note (for unique styling of each repeated tag), and a general and unique class for each tag (for consistent styling across the same tag number). An example of the HTML output: `<p id="marcnote-500-2" class="marcnote marcnote-500">...</p>`. Styles can be defined for notes and individual tags in the `IntranetUserCSS` system preference - see the test plan for an example.
- [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
- [31383](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383) Additional contents: We need a parent and child table
@ -116,12 +115,6 @@ You can learn about the system components (like OS and database) needed for runn
- [33444](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33444) AddRenewal should take a hash of parameters
- [33745](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33745) Speed up Koha::Object attribute accessors
- [33749](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33749) Move Koha::MetadataRecord::stripWhitespaceChars into a RecordProcessor filter
- [33776](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33776) Add inLibro in default plugin repositories
>This enhancement adds inLibro to the list of git repositories searched for plugins.
>
>Notes:
>- The ability to search git repositories for plugins from the manage plugins page, and then install, requires a system-level configuration change for your Koha instance(s).
>- To enable, copy the <plugin_repos> block from debian/templates/koha-conf-site.xml.in to your instance's koha-conf.xml file, remove comments, and restart.
- [33837](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33837) Objects->filter_by_last_update: Does not allow time comparison
- [33843](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33843) Use filter_by_last_update in Koha::Notice::Util
- [33940](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33940) Move get_cardnumber_length and checkcardnumber to Koha
@ -167,16 +160,18 @@ You can learn about the system components (like OS and database) needed for runn
#### Enhancements
- [26314](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26314) "Volumes: show volumes" showing regardless of whether there are volumes linked to the record
>This development changes how the _Show volumes_ link is displayed in both OPAC and staff interface.
>
>The main change is:
>* It is only displayed if it would actually have results (right now it always shows, and the link can point to empty results)
- [29732](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29732) Check alert in cataloguing authorities should be a static message
>This patch changes the way error form validation error messages are displayed when editing authority records. Instead of a JavaScript alert, errors are now shown on the page itself, with links in the message to take you to the corresponding field. A new "Errors" button in the toolbar allows the user to jump back to the list of errors for easy reference.
- [31132](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31132) Add button to clear the cataloguing authority plugin form
>This enhancement adds a 'Clear form' link to empty all of the input fields on the authority finder plugin form when cataloguing bibliographic records.
**Sponsored by** *Education Services Australia SCIS*
- [31477](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31477) Switch icon for inventory
- [34275](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34275) Add a button to easily toggle between advanced/basic cataloging editors
- [34657](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34657) Merge cataloging plugins for UNIMARC 123d, e, f, and g
- [35119](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35119) Make bibliographic encoding errors more prominent and match current styling
- [35198](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35198) Sort database column names alphabetically on automatic item modification page
### Circulation
@ -187,6 +182,13 @@ You can learn about the system components (like OS and database) needed for runn
**Sponsored by** *Koha-Suomi Oy*
- [29002](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29002) Add ability to book items ahead of time
>This bug lays the foundations for item bookings in Koha.
>
>An item can be made 'bookable' via the item modification screens; Once at least one item is `bookable`, a new "Place booking" button will appear as an option on the biblio and a "Bookings" tab will be available from the side menu to allow management of bookings.
>
>Bookings cannot overlap, and circulation will detect when an item has a booking on it and warn notify the librarian appropriately.
>
>*Note*: There are many further enhancements in the pipeline still to come.
**Sponsored by** *PTFS Europe*
@ -692,6 +694,12 @@ You can learn about the system components (like OS and database) needed for runn
- [25672](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672) Administrators should be able to restrict client-side plugin upload to trusted sources
- [31339](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31339) Add Template::Toolkit WRAPPER for Koha Tool Plugins
- [33776](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33776) Add inLibro in default plugin repositories
>This enhancement adds inLibro to the list of git repositories searched for plugins.
>
>Notes:
>- The ability to search git repositories for plugins from the manage plugins page, and then install, requires a system-level configuration change for your Koha instance(s).
>- To enable, copy the <plugin_repos> block from debian/templates/koha-conf-site.xml.in to your instance's koha-conf.xml file, remove comments, and restart.
### REST API
@ -795,10 +803,13 @@ You can learn about the system components (like OS and database) needed for runn
#### Enhancements
- [14156](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14156) Add id tags to each MARC note in the display
>This enhancement adds id and class tags to each MARC note in the description tab for the staff interface bibliographic detail page. It adds a unique id for each note (for unique styling of each repeated tag), and a general and unique class for each tag (for consistent styling across the same tag number). An example of the HTML output: `<p id="marcnote-500-2" class="marcnote marcnote-500">...</p>`. Styles can be defined for notes and individual tags in the `IntranetUserCSS` system preference - see the test plan for an example.
- [21246](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21246) Extend the 'Last patron' navigation feature to 'Last X patrons'
**Sponsored by** *ByWater Solutions*
- [26916](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26916) Show searchable patron attributes in patron search dropdown
- [31477](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31477) Switch icon for inventory
- [32910](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32910) Upgrade fontawesome icons to V6
- [32986](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32986) Add ability to generate custom slips for patrons
- [33169](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33169) Improve vue breadcrumbs and left-hand menu
@ -818,6 +829,7 @@ You can learn about the system components (like OS and database) needed for runn
- [34873](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34873) "Sending your cart/list" headings are inconsistent
- [35037](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35037) Revise the appearance of the last patron button
- [35059](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35059) Display item's shelving location on the items tab
- [35119](http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35119) Make bibliographic encoding errors more prominent and match current styling
### System Administration
@ -2110,4 +2122,4 @@ tracker at:
He rau ringa e oti ai.
(Many hands finish the work)
Autogenerated release notes updated last on 30 Nov 2023 08:30:36.
Autogenerated release notes updated last on 30 Nov 2023 13:14:14.

Loading…
Cancel
Save