Bug 31203: Add End action to cronjobs and log viewer
[koha.git] / C4 / Circulation.pm
2022-09-22 Kyle M HallBug 7021: (QA follow-up): Minor code cleanup
2022-09-22 Martin RenvoizeBug 7021: Catch new introductions of UpdateStats
2022-09-22 Martin RenvoizeBug 7021: Terminology - usercode -> categorycode
2022-09-22 Olli-Antti KivilahtiBug 7021: Patron category in the statistics table
2022-08-31 Nick ClemensBug 30016: Remove GetOpenIssue subroutine
2022-08-26 Kyle M HallBug 31112: (QA follow-up) Reduce database queries
2022-08-26 Joonas KylmäläBug 31112: (follow-up) Don't return "on_reserve" when...
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-25 Kyle M HallBug 12225: Use ProcessOfflineIssue
2022-08-19 Jonathan DruartBug 30718: Fix renewal with due date
2022-08-19 Jonathan DruartBug 30718: Use flatpickr's altInput
2022-07-29 Kevin CarnesBug 29012: Add default values for blank circulation...
2022-07-27 Kyle M HallBug 31120: Items will renew for zero ( 0 ) days if...
2022-07-13 Martin RenvoizeBug 28854: Update circulation functionality for bundles
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-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-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-05-19 Nick ClemensBug 30714: Do no log update to holdingbranch
2022-05-13 Tomas Cohen AraziBug 30728: Only trigger real-time holds queue update...
2022-05-09 Nick ClemensBug 30668: Do not record itme location updates in catal...
2022-05-05 Aleisha AmohiaBug 30291: Changes to controller scripts
2022-05-05 Tomas Cohen AraziBug 29346: Add more fine-grained control of holds queue...
2022-05-05 Tomas Cohen AraziBug 29346: Circulation actions triggers
2022-05-05 Nick ClemensBug 30167: (follow-up) Return a hash with soonest_renew...
2022-05-05 Nick ClemensBug 30167: Return soonest renewal date when renewal...
2022-05-03 Nick ClemensBug 29537: Remove unnecessary if-else checks for soones...
2022-04-20 Nick ClemensBug 29483: Further improve performance of script
2022-04-20 Nick ClemensBug 29483: Check ItemsAnyAvailableAndNotRestricted...
2022-04-04 Kyle HallBug 30114: Koha offline circulation will always cancel...
2022-03-25 Jonathan DruartBug 30110: Fix concatenation during assignements
2022-03-22 Julian MauriceBug 30004: Prevent TooMany from executing too many...
2022-03-15 Fridolin SomersBug 19532: (RM follow-up) More use of system preference
2022-03-15 Tomas Cohen AraziBug 19532: (QA follow-up) Simplify resultset accessors
2022-03-15 Tomas Cohen AraziBug 19532: Make recalls.status an ENUM
2022-03-15 Aleisha AmohiaBug 19532: (follow-up) Fixes along recall workflow
2022-03-15 Aleisha AmohiaBug 19532: (follow-up) Fix undef recall_id preventing...
2022-03-15 Aleisha AmohiaBug 19532: Other objects used in recalls feature
2022-03-02 Tomas Cohen AraziBug 30023: Make MarkIssueReturned use ->anonymize
2022-02-25 Nick ClemensBug 29703: Use get_effective_rules in GetBranchItemRule
2022-02-15 Martin RenvoizeBug 26704: (follow-up) Rebase for bug 29785
2022-02-15 Martin RenvoizeBug 26704: Update Koha::Item to use Koha::Object::Messages
2022-02-10 Jonathan DruartBug 29844: Fix ->search occurrences
2022-02-01 Nick ClemensBug 29562: Adjust CanItemBeReserved and checkHighHolds...
2022-01-19 Joonas KylmäläBug 29474: Remove one layer of indendation by adding...
2022-01-19 Joonas KylmäläBug 29474: Decouple renewal checks of auto-renewed...
2022-01-19 Nick ClemensBug 29474: Return too_soon before checking renewals
2022-01-14 Nick ClemensBug 29476: (follow-up) Fix return, add precision test
2022-01-14 Joonas KylmäläBug 29476: Correct soonest renewal date calculation...
2021-11-03 Jonathan DruartBug 29395: use EXPORT_OK from Koha::Patron::Debarments
2021-10-21 Jonathan DruartBug 29221: Correctly display refund info
2021-10-18 Kyle M HallBug 28211: Replace use of call_recursive() with call()
2021-10-07 Marcel de RooyBug 29062: (QA follow-up) Add comment
2021-10-07 Nick ClemensBug 29062: (follow-up) Adjust SendCirculationAlert
2021-10-06 Kyle M HallBug 26351: Add plugin hooks to transform item barcodes
2021-10-06 Nick ClemensBug 27032: (follow-up) Pass rather than fetch variables
2021-10-06 Joonas KylmäläBug 27032: Move auto renewal code out of CanBookBeRenewed
2021-10-06 Joonas KylmäläBug 27032: Remove unused variables
2021-09-20 Andreas RoussosBug 28472: handle items with NULL shelving location
2021-08-31 Nick ClemensBug 28774: Don't store blank values for rental discount
2021-08-04 Martin RenvoizeBug 22435: ->apply() should always use 'APPLY' for...
2021-07-16 Jonathan DruartBug 17600: Fix tests
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-07-06 Nick ClemensBug 28455: lastseen should be updated at checkout if...
2021-06-22 Jonathan DruartBug 28572: Remove C4::Debug
2021-06-15 Joonas KylmäläBug 28520: Allow creating a transfer back automatically...
2021-06-15 Martin RenvoizeBug 24434: Reinstate updateWrongTransfer
2021-06-14 Martin RenvoizeBug 27064: (QA follow-up) Do not create transfer prior...
2021-04-28 Nick ClemensBug 17202: Don't report an item in a collection if...
2021-04-27 Martin RenvoizeBug 28210: Pass skip_record_index through LostItem
2021-04-27 Martin RenvoizeBug 27281: (QA follow-up) Fix Indexer Test
2021-04-23 Martin RenvoizeBug 27896: Remove DeleteTransfer
2021-04-23 Martin RenvoizeBug 27281: Update LostItem to use Koha::Item[::Transfer...
2021-04-07 Nick ClemensBug 28013: (follow-up) Reset the patron loop
2021-04-07 Nick ClemensBug 28013: (follow-up) Correct and update call to CanIt...
2021-04-07 Joonas KylmäläBug 28013: (QA follow-up) Remove unused variable
2021-04-07 Nick ClemensBug 28013: Performance improvements to CanBookBeRenewed
2021-04-07 Tomas Cohen AraziBug 27069: Adapt uses of holdallowed
2021-03-04 Martin RenvoizeBug 25690: (QA follow-up) PROCESSED -> PROCESSING for...
2021-03-04 Joonas KylmäläBug 25690: Make CanBookBeIssued return In Processing...
2021-03-04 Joonas KylmäläBug 25690: Remove double usage of 'Reserved' return...
2021-03-03 Martin RenvoizeBug 24446: Add datesent/datecancelled handling to GetTr...
2021-03-03 Martin RenvoizeBug 24446: Add datecancelled handling to GetTransfers
2021-03-03 Martin RenvoizeBug 24446: Catch daterequested in circ returns
2021-03-01 Tomas Cohen AraziBug 27808: Refresh the item object when AddReturn is...
2021-03-01 Kyle M HallBug 27808: Mark the onloan column as dirty in AddIssue
2021-03-01 Marcel de RooyBug 26457: (QA follow-up) Switch to PK index in UPDATE...
2021-03-01 Nick ClemensBug 26457: Unit test
next