Bug 32272: Restore last and previous borrowers on moredetail
[koha.git] / C4 /
2022-08-26 Joonas KylmäläBug 31112: (follow-up) Bring back the check for non...
2022-08-26 Nick ClemensBug 31112: (QA follow-up) Fetch patrons with reserves
2022-08-26 Nick ClemensBug 31112: (QA follow-up) Restore check to avoid extra...
2022-08-26 Joonas KylmäläBug 31112: CanBookBeRenewed: take into account patrons...
2022-08-26 Joonas KylmäläBug 31112: Remove unnecessary if-clause
2022-08-26 Martin RenvoizeBug 24295: Finally remove GetTransfers from C4/Circulation
2022-08-26 Martin RenvoizeBug 24295: Remove GetTransfers from C4/Search.pm
2022-08-26 Martin RenvoizeBug 24295: Remove GetTransfers call from C4/HoldsQueue.pm
2022-08-25 Kyle M HallBug 12225: Use ProcessOfflineIssue
2022-08-25 Kyle HallBug 12225: Re-implement no block flag for checkouts
2022-08-25 Kyle M HallBug 12225: Fix SIP message templates
2022-08-22 David CookBug 31390: Remove noisy warns in C4::Templates
2022-08-19 Fridolin SomersBug 28327: (follow-up) Comma as default CSV delimiter
2022-08-19 Fridolin SomersBug 28327: Unify CSV delimiter special behavior for...
2022-08-19 Julian MauriceBug 29955: Move populate_order_with_prices to Koha...
2022-08-19 Thomas KlausnerBug 30218: Add subfield g to field 150 in C4::Heading...
2022-08-19 Tomas Cohen AraziBug 30718: Fix imports
2022-08-19 Jonathan DruartBug 30718: Fix renewal with due date
2022-08-19 Jonathan DruartBug 30718: Use flatpickr's altInput
2022-08-18 Nick ClemensBug 30779: Remove _update_import_record_marc and update...
2022-08-18 Nick ClemensBug 30779: Do not update import marc after importing...
2022-08-17 Nick ClemensBug 31382: Pass password_has_expired param to templte
2022-08-17 Tomas Cohen AraziBug 27342: Fix C4::ILSDI::Services::AuthenticatePatron
2022-08-17 Nick ClemensBug 26632: (Bug 22532 follow-up) Remove random variables
2022-08-16 Jonathan DruartBug 27342: Remove dbh from C4::Auth
2022-08-16 Jonathan DruartBug 27342: Improve test for OPAC
2022-08-16 Marcel de RooyBug 29673: Allow English sql localization script
2022-08-16 Kyle HallBug 31276: Report results are limited to 999,999 no...
2022-08-09 Jonathan DruartBug 28787: Don't request a token if no email address...
2022-08-09 Marcel de RooyBug 28787: (follow-up) Changes in API auth, moved otp...
2022-08-09 Jonathan DruartBug 28787: Send a notice with the TOTP token
2022-08-09 Slava ShishkinBug 28269: Add feature to search Acquisitions Orders...
2022-08-08 Tomas Cohen AraziBug 31296: (QA follow-up) Fix trivial spelling errors
2022-08-08 Kyle HallBug 31296: Add ability to disable demagnetizing items...
2022-08-02 Nick ClemensBug 30879: Add biblionumber as a sorting option in...
2022-08-01 Tomas Cohen AraziBug 23919: (QA follow-up) Tidy query build code
2022-08-01 Slava ShishkinBug 23919: Items search by ISBN variations and ISSN...
2022-08-01 Slava ShishkinBug 23919: Zebra search by ISSN variations
2022-08-01 Marcel de RooyBug 30984: (QA follow-up) Ternary formatting style
2022-08-01 Kyle HallBug 30984: Action logs should log the cronjob script...
2022-07-29 Nick ClemensBug 14364: (follow-up) Cleanup duplicate code and adjus...
2022-07-29 Kyle M HallBug 14364: (QA follow-up) Generate message for transfer...
2022-07-29 Kyle M HallBug 14364: Allow automatically canceled expired waiting...
2022-07-29 Kevin CarnesBug 29012: Add default values for blank circulation...
2022-07-29 Frédéric DemiansBug 30308: Fix bulkmarcimport.pl broken by OAI-PMH...
2022-07-29 Jonathan DruartBug 31247: Fix OPAC authentication when 2FA is enabled
2022-07-28 Jonathan DruartBug 31244: Fix 500 if logout and not logged in
2022-07-27 Kyle M HallBug 31120: Items will renew for zero ( 0 ) days if...
2022-07-25 Kyle HallBug 30969: Cross site scripting (XSS) attack in OPAC...
2022-07-25 Tomas Cohen AraziBug 29697: Fix t/db_dependent/Search.t
2022-07-25 Jonathan DruartBug 29697: Reintroduce wrongly removed import
2022-07-25 Jonathan DruartBug 29697: Fix t/db_dependent/Exporter/Record.t
2022-07-22 Jonathan DruartBug 29697: Deal with the degraded view in detail.pl
2022-07-22 Jonathan DruartBug 29697: Use flag embed_items
2022-07-22 Jonathan DruartBug 29697: Remove GetHiddenItemnumbers
2022-07-22 Jonathan DruartBug 29697: Replace GetMarcBiblio occurrences with ...
2022-07-22 Kyle HallBug 30838: (QA follow-up) Add missing semicolon
2022-07-22 Martin RenvoizeBug 30838: Set to_address to smsalertnumber at send
2022-07-22 Martin RenvoizeBug 30838: Don't fallback through phone numbers for sms
2022-07-21 Kyle HallBug 31202: Don't remove optional SIP fields with a...
2022-07-20 Katrin FischerBug 27045: (follow-up) Fix delimiter in header rows
2022-07-20 Jonathan DruartBug 27045: Fix other exports using CSV profiles
2022-07-20 Lucas GassBug 30039: Add published on column to claims.pl
2022-07-18 Fridolin SomersBug 27683: Bind results of GetAnalyticsCount to the...
2022-07-18 David CookBug 11158: Add complete field to authority "starts...
2022-07-18 Kyle HallBug 29094: Adding hold via SIP should check if patron...
2022-07-13 Martin RenvoizeBug 28854: (follow-up) Use Koha::Item->itemtype introdu...
2022-07-13 Martin RenvoizeBug 28854: Record and display who lost the item
2022-07-13 Martin RenvoizeBug 28854: Update circulation functionality for bundles
2022-07-08 Julian MauriceBug 29333: Fix encoding of imported UNIMARC authorities
2022-07-08 Jonathan DruartBug 28739: Execute the letter processing inside a trans...
2022-07-08 Kyle M HallBug 19966: Add ability to pass objects directly to...
2022-07-08 Jonathan DruartBug 29951: Fix EXPORT for C4::ClassS*Routine modules
2022-07-05 Marcel de RooyBug 24865: (QA follow-up) Remove hardcoded notice name...
2022-07-05 Kyle HallBug 24865: Customize the Accountlines Description
2022-07-05 Martin RenvoizeBug 30275: (follow-up) Drop renewer_id constraint
2022-07-05 Tomas Cohen AraziBug 30275: (QA follow-up) Rename columns to match API
2022-07-05 Martin RenvoizeBug 30275: Rename issues.renewals to issues.renewals_count
2022-07-05 Martin RenvoizeBug 30275: Record renewals
2022-06-27 Tomas Cohen AraziBug 23991: (follow-up) Silence useless warnings
2022-06-27 Jonathan DruartBug 23991: Move SearchSuggestion to Koha::Suggestions
2022-06-25 Nick ClemensBug 30327: Fix tests
2022-06-25 Jonathan DruartBug 30195: Remove second parameter for GetMarcFromKohaField
2022-06-25 Thomas KlausnerBug 30195: Search by ISBN if it is provided in suggestion
2022-06-24 Tomas Cohen AraziBug 29325: Fix commit_file.pl
2022-06-23 Tomas Cohen AraziBug 24239: (QA follow-up) Rename date_due => due_date
2022-06-23 Lari TaskulaBug 24239: Let the ILL module set ad hoc hard due dates
2022-06-23 Joonas KylmäläBug 30947: (follow-up) Remove unnecessary object cloning
2022-06-23 Joonas KylmäläBug 30947: Simplify CanBookBeIssued date handling
2022-06-22 Martin RenvoizeBug 30822: Clarify that BatchCommitItems is a private...
2022-06-22 Martin RenvoizeBug 30822: Make BatchCommitRecords update the index...
2022-06-14 Jonathan DruartBug 29623: Cache circulation rules
2022-06-14 Tomas Cohen AraziBug 30409: (QA follow-up) Avoid uninitialized variable...
2022-06-14 Petro VashchukBug 30409: barcodedecode() should always trim barcode
2022-06-13 Martin RenvoizeBug 30824: (follow-up) POD
2022-06-13 Nick ClemensBug 30824: Improve performance of BatchCommitItems
2022-06-13 Nick ClemensBug 12630: Rebase tests and cover CheckReserves
2022-06-13 Kyle M HallBug 12630: (QA follow-up) - Rename _ShiftPriorityByDate...
2022-06-13 Olli-Antti KivilahtiBug 12630: Prioritizing "Hold starts on date" -holds...
2022-06-08 Marcel de RooyBug 30813: (QA follow-up) Adjust three use statements
next