You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 25 Next »

changelogs of builds for KK-customers. Differences and follow-ups against KC ("KohaCommuity") master and our KK-Koha (formerly named KCMinni) build.

Older changelogs sorted in subpages: 

Most important changes in human readable form for current, latest build


21.11 Post-release changes

.

.

Build 597

Added:

1. Added a new config variable to koha-conf.xml called do_not_remove_cookie. By default, all cookies are cleared now. But you could uncomment the KohaOpacLanguage entry to preserve it. (Bug 29957)
2. Added a check for both mandatory and important fields when validating bibliographic records during cataloguing. (Bug 30159)
3. Createed an empty value and defaults to it when PatronSelfRegistrationBorrowerMandatoryField includes branchcode. This forces self registering users to make a choice for the library. (Bug 29795)
4. Added plugin version to plugin search results. (Bug 29787)
5. Added street type to fields which can be copied from guarantor to guarantee (Bug 29576)
6. Added a "Print hold/transfer" button to request.tt so staff can reprint hold/transfer slips without re-checking an item. (Bug 29338)
7. Added feature to export circulation conditions as CSV or spreadsheet. (Bug 18392)
8. Added plugin hooks for several holds actions. The hook is called *after_hold_action* and has two parameters: action and payload. (Bug 30072)

Fixed:

1. Fixed software error in details.pl when invalid MARCXML and showing component records. (Bug 30008)
2. Fixed bug when you unable to save item if field date acquired is set mandatory (Bug 30376)
3. Fix the problem with incremental barcode generation fails when incorrectly converting strings to numbers. (Bug 26328)
4. Corrected a problem on the administration page for circulation desks where the default library was always being set to the logged in library instead of the library of the desk. (Bug 30107)
5. Fixed problem with self checkout login by cardnumber being broken if you input a non-existent cardnumber (Bug 30199)
6. Fixed the problem when using offline circulation, if a record has hods on it and an item on that is checked out to a patron that did not have a hold on the record, the next hold that would have trapped that item will be canceled. (Bug 30114)
7. Fixed the error related to accessing circulation.pl without a patron parameter (Bug 30099)
8. Fixed the error in the logic controlling whether the "Images" tab appears on the bibliographic detail page in the staff interface. Previously, if the LocalCoverImages preference was enabled but the logged-in user didn't have CAN_user_tools_upload_local_cover_images permission the "No images..." text would appear outside of the tabs. (Bug 30082)
9. Fixed errors that caused creating and editing patron card templates and printer profiles to fail. (Bug 24001)
10. Fixed the cataloguing validation messages to show the correct tag, when the whole field is important (not just a subfield). (Bug 30224)
11. Fixed the problem that occured when editing circ rule with Overdue fines cap (amount) that resulted in data loss and extra fines. (Bug 30346)
12. Fixed bug that caused crash on check-in if HoldsAutoFill is ON. (Bug 30630)

Improved:

1. Updated the add patron image screen to specify that the maximum image size is 2 MB. If it is larger, the patron image is not added. (Bug 28576)
2. Improved the default security of Koha by removing the pass of the plain text password to the ACCTDETAILS notice on patron creation. (Bug 27812)


Extra info from the Community point of view:






  • No labels