Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The current actual build is v22.05.633635, installed on koha-kktest and on 3AMK all productions and test servers.


Added:

  1. Change the way we display tabs to make it more consistently in patron details. (Bug 30695)
  2. Added new real-time holds queue feature. As a default syspref RealTimeHoldsQueue is set to Disable (updating the holds queue in real time). Libraries, who want real time update for the holds queue, can select Enable. (Bug 30728)
  3. Added the biblio.subtitle to the serial subscription details page. (Bug 30205)
  4. Added a check for both mandatory and important fields when validating bibliographic records during cataloguing. (Bug 30159)
  5. Added a new option to the SIP config, `inhouse_patron_categories`. Adding a comma-separated list of patron category codes to this option will cause the SIP checkout to never send the 'demagnetize' command to the checkout preventing said users from removing the items from the library. (Bug 26370)
  6. Added a new option for staff users to manage the contents of public lists from the staff client and OPAC. This patchset also allows superlibrarian users, or those with the 'edit_public_lists' sub-permission, to edit the configuration of existing public lists. (Bug 26346)
  7. Added ID's to the action buttons on the OverDrive results page in order to make them easier to individually style. (Bug 29845)
  8. Added the system preference PatronSelfModificationMandatoryField in order to separate borrower registration from borrower modification. Initial value is a copy of system preference PatronSelfRegistrationBorrowerMandatoryField. (Bug 13188)
  9. Added an initial optional implementation of two-factor authentication (2FA) to improve security when logging into the staff interface. This implementation uses time-based, one-time passwords (TOTP) as the second factor, letting librarians use an application to handle it and provide them the code they need when logging in. It is enabled using the new system preference "TwoFactorAuthentication". Librarians can then enable 2FA for their account from More > Manage Two-Factor authentication. To setup: 1) Scan the QR code with an authenticator app. 2) Enter the one time code generated. For future logins, librarians are prompted to enter the authenticator code after entering their normal login credentials. Any authenticator app, such as Google Authenticator, andOTP, and many others can be used. Applications that enable backup of their 2FA accounts (either cloud-based or automatic) are recommended. (Bug 28786)
  10. Added the ability to edit quick spine labels after they have been generated. (Bug 29824)
  11. Added the patron category as a new column to Circulation > Holds queue. (Bug 29760)
  12. Added sample quotes from women, women of colour, trans women, Black and Indigenous women, and people who weren't US Presidents! (Bug 29722)
  13. Added a new option to patron imports allowing imports to trigger sending the 'WELCOME' notice for new user accounts created via this mechanism. (Bug 29005)

  14. Added a "Print hold/transfer" button to request.tt so staff can reprint hold/transfer slips without re-checking an item. (Bug 29338)
  15. Added the option to take a photo of the patron via a webcam for patron photos. (Bug 6734)
  16. New enhancement that adds a button to the more menu of the patron details page allowing staff to manually trigger sending the WELCOME notice to the user. (Bug 9097)
  17. New enhancement that extends the 'AutoEmailOpacUser' feature to also send WELCOME notices to users who register via the opac self registration system. (Bug 30214)
  18. New enhancement that adds the option to resolve a return claim upon the next check-in of the item. (Bug 29519)
  19. New enhancement that made the cataloging reservoir search results a configurable DataTable. This adds column configuration, export, and sorting. The empty edition and date columns are removed, and an import data column is added. (Bug 29391)
  20. New enhancement that adds a handy method for checking if a patron meets the conditions to be deleted. (Bug 29741)
  21. New enhancement that gives notices access to a patron's messaging preferences. For example, a hold slip could contain a line if the patron has requested SMS notifications for waiting holds, or perhaps phone notifications. The format for this new method is as follows: [% patron.has_messaging_preference({ message_name => 'Item_Checkout', message_transport_type => 'email' }) %] (Bug 30076)
  22. New enhancement that makes the authority MARC preview modal available for the general authority search results. (Bug 29965)
  23. New enhancement improves the display of MARC field 260 in the detail page for the OPAC and staff interface by using the order of subfields in the record.  Previously, $a$b$a$b would display as aabb. (Bug 15594)
  24. New feature allows the import and export of authority types to match the capabilities of biblio frameworks. (Bug 13952)
  25. New enhancement that changes the patron page (detail and circulation) so that is uses the API to suspend and resume holds on the holds tab. (Bug 28377)
  26. New enhancement that adds the item call number to the ILS-DI GetAvailability output. This is useful for libraries that use discovery tools as patrons often don't check further for the call number, and then they don't have it when they look for the item. (Bug 28238)
  27. New enhancement, as part of improving the accessibility of the staff interface, makes the main topic/title of the page the `h1` rather than the logo. (Bug 27631)
  28. New enhancement enables customising the authority search results summary in the staff interface using XSLT (for MARC21 and UNIMARC). (Bug 11083)
  29. New enhancement moves the definition of translatable strings for serial subscriptions (subscription-add.tt) out of templates and into the corresponding JavaScript file, using the new JS i81n function. (Bug 26257)
  30. New enhancement adds a new system preference StaffHighlightWords. This enables highlighting of words in search results for the staff interface to be turned on or off. (Bug 20398)
  31. New feature introduces the ability for patrons to place a recall on an item from the OPAC detail. Patrons can see details of their requested recalls in the OPAC and can cancel the recall before it is returned. Librarians can view and administer the recalls in the Circulation interface of the staff interface which displays a list of recalls, overdue recalls, recalls awaiting pickup, recalls to pull, and old recalls.The amount of time the recalled item has to be returned and the amount of time it will wait for pickup can be set in circulation and fine rules in the unit of days. After an item is recalled it cannot be renewed. When the item is returned the recall can be confirmed or cancelled. Recalls are marked as overdue by the overdue_recalls.pl cronjob or expired by the expired_recalls.pl cronjob. (Bug 19532)
  32. New enhancement adds the due date of an item to the item search results. The due date column will also show when exporting results to a CSV file. (Bug 17748)
  33. New enhancement that sets default messaging preferences for patrons that get crated from API. (Bug 22993)
  34. New enhancement that moves all the Koha REST API specification from json to YAML format. It also corrects two named parameters incorrectly in camelCase to sanake_case (fundidPathParam => fund_id_pp, vendoridPathParam => vendor_id_pp). (Bug 29620)
  35. Added the ability to define password_expiry_days for a patron category. (Bug 29924)
  36. Added ability for superlibrarians to edit password expiration dates, as well to do that in batches. (Bug 29926)

...