Bug 20256: DBIC schema
[koha.git] / circ /
2023-01-31 Martin RenvoizeBug 31095: Remove GetDebarments from circ/circulation.pl
2023-01-18 Lucas GassBug 31492: Set CSRF token in circulation.pl
2022-12-01 Jonathan DruartBug 30963: Automatically refresh the curbside pickups...
2022-11-04 Kyle HallBug 24860: (QA follow-up): Don't assume item group...
2022-11-04 Kyle HallBug 24860: (QA follow-up) Show group holds on Holds...
2022-10-24 Aleisha AmohiaBug 23012: Apply processing fee return policy when...
2022-10-18 Kyle M HallBug 25426: Allow return policy to be selected via syspr...
2022-09-23 Shi Yao WangBug 31105: Holds to pull counts items from other branch...
2022-09-23 Marcel de RooyBug 30802: (QA follow-up) Simplify a ternary
2022-09-23 Shi Yao WangBug 30802: Make numReturnedItemsToShow function properly
2022-09-22 Joonas KylmäläBug 28167: Remove uninitialized variable warnings from...
2022-08-26 Martin RenvoizeBug 24295: Remove GetTransfers from circ/transferstorec...
2022-08-25 Martin RenvoizeBug 23681: Move to ::Patron::Restriction::Type(s)
2022-08-25 Andrew IsherwoodBug 23681: Allow for changes to debarments
2022-08-19 Tomas Cohen AraziBug 31395: Only try to cancel holds if item found
2022-08-19 Jonathan DruartBug 30718: Use flatpickr's altInput
2022-08-05 Jonathan DruartBug 29983: Format dates in templates using KohaDates...
2022-08-05 jeremy breuillardBug 29983: Display the pretend claim column in overdue.tt
2022-08-01 Jonathan DruartBug 30965: Add patron autocomplete search to curbside...
2022-07-29 Tomas Cohen AraziBug 22456: (follow-up) Cancel holds at checkin
2022-07-29 Tomas Cohen AraziBug 22456: Staff interface handling
2022-07-29 Jonathan DruartBug 30650: Split the permission
2022-07-29 Jonathan DruartBug 30650: Prevent pickup to be created on holiday
2022-07-29 Jonathan DruartBug 30650: Add filter_by_scheduled_today
2022-07-29 Jonathan DruartBug 30650: Notify the patron when a new curbside pickup...
2022-07-29 Jonathan DruartBug 30650: Add circulation page view
2022-07-20 Martin RenvoizeBug 31192: Check for item before calling is_bundle
2022-07-19 Aleisha AmohiaBug 30905: Show waiting recalls in patron account
2022-07-19 Shi Yao WangBug 30935: Holds to pull shows wrong first patron
2022-07-18 Nick ClemensBug 30447: Check if transfers arrived or cancelled
2022-07-18 Jonathan DruartBug 30578: Remove circ/ysearch.pl in favor of the ...
2022-07-13 Martin RenvoizeBug 28854: Add modal after checkin to print missing...
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-06-25 Lucas GassBug 29129: Update DisplayClearScreenButton to allow...
2022-06-24 Martin RenvoizeBug 21978: Add support for middle name
2022-06-23 Joonas KylmäläBug 30947: Simplify CanBookBeIssued date handling
2022-06-14 Jonathan DruartBug 30420: Rename Koha::Patron->get_overdues with ...
2022-06-14 Petro VashchukBug 30409: barcodedecode() should always trim barcode
2022-06-08 Nick ClemensBug 30813: Update TransformMarcToKoha to accept a hashref
2022-06-02 Kyle HallBug 30337: Holds to Pull ( pendingreserves.pl ) ignores...
2022-05-19 Fridolin SomersBug 30735: Fix filtering by patron attribute with AV...
2022-05-05 Aleisha AmohiaBug 30291: Changes to staff client files
2022-05-05 Nick ClemensBug 30167: (follow-up) Return a hash with soonest_renew...
2022-05-05 Nick ClemensBug 30167: Use returned renewal date rather than fetching
2022-04-28 Jonathan DruartBug 30630: Prevent crash on check-in if HoldsAutoFill...
2022-04-08 Jonathan DruartBug 29609: Centralized code to build the link to a...
2022-04-04 Jonathan DruartBug 30063: Remove occurrences of C4::Utils::DataTables...
2022-04-04 Jonathan DruartBug 30094: Make the patron search from request-article...
2022-03-25 Janusz KaczmarekBug 30251: (bug 10902 follow-up) With IndependentBranch...
2022-03-25 Jonathan DruartBug 30110: Fix concatenation during assignements
2022-03-25 BlouBug 30282: overdues report does not display subtitle...
2022-03-16 Nick ClemensBug 30155: Don't get items that can fillholds if there...
2022-03-15 Fridolin SomersBug 19532: (RM follow-up) Fix recalls.old is default 0
2022-03-15 Fridolin SomersBug 19532: (RM follow-up) More use of system preference
2022-03-15 Aleisha AmohiaBug 19532: (QA follow-up) Fixing typo
2022-03-15 Tomas Cohen AraziBug 19532: (QA follow-up) Simplify resultset accessors
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: (follow-up) Fixing OPAC display and staff...
2022-03-15 Aleisha AmohiaBug 19532: Recalls on intranet
2022-03-09 Tomas Cohen AraziBug 29771: Scalar context for split
2022-03-04 Marion DurandBug 26269: "Date due to" and "Show any items currently...
2022-03-04 David GustafssonBug 29220: Minor fixes and improved code readability
2022-02-22 Fridolin SomersBug 30099: Fix error when accessing circulation.pl...
2022-02-17 Jonathan DruartBug 30104: (bug 29844 follow-up): Fix holds to pull
2022-02-10 Jonathan DruartBug 29230: Add Koha::Patron->messages
2022-02-10 Jonathan DruartBug 29859: Use iterator instead of as_list
2022-02-10 Jonathan DruartBug 29844: Fix ->search occurrences
2022-02-03 Jonathan DruartBug 29903: Prevent messages to be deleted from unauthor...
2022-01-28 Tomas Cohen AraziBug 27946: Add UI handling of AR fees
2022-01-22 Tomas Cohen AraziBug 29865: Fix duplicate includes in circ/returns.pl
2022-01-19 Katrin FischerBug 11750: (QA follow-up) Remove unconditional warn
2022-01-19 Jonathan DruartBug 11750: Hide patron's attributes on overdue list...
2022-01-18 Nick ClemensBug 29786: Select only specific items for item level...
2021-12-07 Michael HafenBug 29637: AutoSwitchPatron should look for card number...
2021-11-19 Petro VashchukBug 29463: Escape utf8 characters before appending...
2021-11-03 Nick ClemensBug 29015: Add options for itemtype, collection, and...
2021-11-03 Martin RenvoizeBug 25883: Replace 'holdingbranch' with 'transfer to...
2021-11-03 Joonas KylmäläBug 29380: Correct table name in joins to prevent errors
2021-10-18 Kyle M HallBug 28211: Replace use of call_recursive() with call()
2021-10-18 Jonathan DruartBug 28785: Adjust check_cookie_auth calls
2021-10-18 Agustin MoyanoBug 27949: Allow multiple article requests print slip
2021-10-15 Marcel de RooyBug 29093: Interface changes
2021-10-14 Nick ClemensBug 15812: Use patron search in place of circ search
2021-10-06 Kyle M HallBug 26352: Switch from using call() to call_recursive()
2021-10-06 Kyle M HallBug 26352: Add plugin hooks to transform patron barcodes
2021-10-06 Kyle M HallBug 26351: Add plugin hooks to transform item barcodes
2021-10-05 Tomas Cohen AraziBug 27945: Fix error handling and translatability
2021-10-05 Agustin MoyanoBug 27945: Add limit article request feature
2021-10-05 Agustin MoyanoBug 27944: Add "requested" stage in article request...
2021-10-01 Agustin MoyanoBug 23678: Allow cancel holds in bulk
2021-08-30 Lucas GassBug 28695: Add shelving location column to overdue.tt
2021-08-16 Jonathan DruartBug 10902: Use prefetch and dbic rs
2021-08-16 Owen LeonardBug 10902: (QA follow-up) Show library name instead...
2021-08-16 Owen LeonardBug 10902: Highlight patrons from logged-in library...
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-07-12 Owen LeonardBug 27873: Improve message consistency: checkout and...
2021-07-12 Marcel de RooyBug 20472: Add format field to the interface
2021-06-24 Jonathan DruartBug 28606: Remove $DEBUG and $ENV{DEBUG}
next