Bug 36207: (RM follow-up) CSRF correction
[koha.git] / C4 / SIP /
35 hours ago Marcel de RooyBug 36948: (follow-up) Allow IPv[46] in port config
35 hours ago Marcel de RooyBug 36948: (follow-up) Remove log_file param, adjust...
35 hours ago Nick ClemensBug 36948: Resolve SIP issues in D12
2024-05-10 Jan KissigBug 36676: SIP2 drops connection on unknown patron...
2024-04-29 Nick ClemensBug 36605: Add update_lastseen to handle_patron_status...
2024-04-18 Marcel de RooyBug 36386: Pass user and group to Net::Server
2024-03-22 Matthias MeusburgerBug 25813: Enhance patron expiration in SIP display
2024-03-15 Nick ClemensBug 35944: (QA follow-up) Tidy
2024-03-15 Martin RenvoizeBug 35944: Add message to SIP renewal attempt
2024-03-15 Nick ClemensBug 36308: Update sip login parameters
2024-01-26 Kyle M HallBug 35461: Fix function call parameters causing the...
2023-11-10 Kyle M HallBug 34868: (QA follow-up) Tidy sip_circulation_status
2023-11-10 Kyle M HallBug 34868: (QA follow-up) Rename new option, add comments
2023-11-10 Kyle M HallBug 34868: Add ability for SIP2 to distinguish missing...
2023-11-08 Kyle M HallBug 25814: Tidy code
2023-11-08 Matthias MeusburgerBug 25814: SIP: Add a message on successful checkin.
2023-10-24 Martin RenvoizeBug 15504: Remove PatronLastActivity preference
2023-10-24 Martin RenvoizeBug 15504: (follow-up) Use borrowernumber in Koha:...
2023-10-24 Martin RenvoizeBug 15504: (follow-up) Migrate to one clear method
2023-10-24 Matt BlenkinsopBug 15504: Remove update_lastseen method
2023-10-24 Matt BlenkinsopBug 15504: Add triggers to instances of track_login_daily
2023-10-20 Kyle M HallBug 25816: (QA follow-up) Add system preference
2023-10-20 Matthias MeusburgerBug 25816: Add opac messages in SIP display.
2023-10-04 Kyle M HallBug 34153: (QA follow-up) Tidy code
2023-10-04 Kyle M HallBug 34153: Add ability to allow items with additional...
2023-10-04 Martin RenvoizeBug 34737: (follow-up) Code more defensively
2023-10-04 Martin RenvoizeBug 34737: (follow-up) Squelch a warning
2023-10-04 Martin RenvoizeBug 34737: Add ability to match on combinations of...
2023-10-04 Kyle M HallBug 22873: Add comment to explain what disallow_overpay...
2023-09-25 Kyle M HallBug 33926: Add ability to specify fields allowed in...
2023-09-25 Aleisha AmohiaBug 34016: Manage recalls via SIP
2023-09-22 Jonathan DruartBug 32496: Fix tests
2023-09-22 David GustafssonBug 32496: Reduce unnecessary unblessings of objects...
2023-09-15 Martin RenvoizeBug 34767: Pass fee_ack into ::Transaction::Renew(All)
2023-09-06 Per LarssonBug 23548: Set AQ to empty when item not exist
2023-07-26 Andreas RoussosBug 34258: pass an unblessed hash to AddIssue()
2023-07-18 Kyle HallBug 33043: Use process_tt in SIP modules
2023-07-05 Sam LauBug 34101: Limit items types that can be checked out...
2023-06-14 David CookBug 26700: Remove unused C4/SIP/t directory
2023-06-05 Nick ClemensBug 33411: Don't count related guarantees fees against...
2023-05-12 David GustafssonBug 31735: Avoid re-fetcing objects from database by...
2023-05-12 Kyle M HallBug 33580: Bring back ability to mark item as seen...
2023-04-19 Kyle HallBug 33216: Catch and handle RegisterRequired exceptions...
2023-03-14 Marcel de RooyBug 32684: (QA follow-up) Move too_many_lost to Patron
2023-03-14 Kyle HallBug 32684: Implement SIP patron status field "too many...
2023-03-02 Nick ClemensBug 33055: (bug 32624 follow-up) Don't send a screen...
2023-02-09 Nick ClemensBug 32624: Don't include guarantee or guarantor fines...
2023-02-07 Tomas Cohen AraziBug 32612: (QA follow-up) Add POD and fix typo
2023-02-07 Kyle HallBug 32612: (QA follow-up) Add BINMODE method to C4...
2023-02-06 Nick ClemensBug 32515: Ignore no-block flag in check-in message
2023-01-31 Matthias MeusburgerBug 25812: Fines can be displayed on SIP checkin/checkout
2023-01-30 Matthias MeusburgerBug 32431: Display expiry date on SIP checkout when...
2022-10-12 Kyle HallBug 31552: SIP2 option format_due_date not honored...
2022-09-12 Kyle HallBug 31236: Add ability to send custom item fields via...
2022-09-12 Stefan BerndtssonBug 20058: Add option to send permanent_location as...
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-16 Jonathan DruartBug 27342: Remove dbh from C4::Auth
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-07-21 Kyle HallBug 31202: Don't remove optional SIP fields with a...
2022-07-18 Kyle HallBug 29094: Adding hold via SIP should check if patron...
2022-05-07 Nick ClemensBug 29755: Check each NoIssuesCharge separately
2022-05-05 Tomas Cohen AraziBug 29936: (follow-up) Remove useless warining
2022-05-05 Martin RenvoizeBug 29936: Add holds_get_captured option to sip config
2022-04-20 Kyle HallBug 26370: (QA follow-up) Rename option never_demagniti...
2022-04-20 Kyle M HallBug 26370: Add ability to disable demagnetizing items...
2022-04-20 Matthias MeusburgerBug 25815: SIP Checkout: add more information on why...
2022-04-08 Kyle M HallBug 30118: (QA follow-up) Fix Perl Critic issues
2022-04-08 Matthias MeusburgerBug 30118: Make holds_block_checkin in SIP behave like...
2022-04-08 Kyle HallBug 20517: (QA follow-up) Add ability to override syspr...
2022-04-08 Nick ClemensBug 20517: (follow-up) Add explanation to syspref and...
2022-04-08 Martin RenvoizeBug 20517: (QA follow-up) Fix return undef.
2022-04-08 Martin RenvoizeBug 20517: Add support for specifying comparitor
2022-04-08 Magnus EngerBug 20517: Use the "sort bin" field in SIP2 Checkin...
2022-02-16 Jonathan DruartBug 29385: Catch register_id for payments against fees
2022-02-11 Tomas Cohen AraziBug 29874: Remove unused method C4::SIP::ILS::Item...
2022-02-11 Tomas Cohen AraziBug 29869: Remove C4::Reserves::ModReserveFill
2022-02-10 Nick ClemensBug 29754: Don't include patron when fetching guarantee...
2022-02-10 Jonathan DruartBug 29844: Fix ->search occurrences
2021-11-25 Mason JamesBug 29564: Use List::MoreUtils so SIP U16/Xenial does...
2021-11-15 Christophe CroulleboisBug 29452: remove unnecessary warns in the logs
2021-11-15 Kyle M HallBug 29264: SIP config allows use of non-branchcode...
2021-11-02 Joonas KylmäläBug 26871: Flush SIP2 cache on every SIP request
2021-10-18 Kyle M HallBug 28211: Replace use of call_recursive() with call()
2021-10-07 Nick ClemensBug 28730: Add option to format AH field (due date...
2021-10-07 Jonathan DruartBug 28931: Use EXPORT_OK from Koha::DateUtils
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-09-20 Kyle M HallBug 28464: Remove useless check that gives the incorrec...
2021-07-26 Kyle M HallBug 25464: Add ability to specify client IP and SIP...
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-07-12 Kyle M HallBug 27908: Add support for circulation status 1 ( other...
2021-07-12 Kyle M HallBug 27907: Add support for circulation status 2 ( on...
2021-07-12 Kyle M HallBug 27906: Add support for circulation status 9 ( waiti...
2021-06-24 Jonathan DruartBug 28606: Remove $DEBUG and $ENV{DEBUG}
2021-06-22 Jonathan DruartBug 28572: Remove C4::Debug
2021-06-21 Martin RenvoizeBug 27600: Remove password check from `add_hold`
2021-06-21 Martin RenvoizeBug 27600: Remove password check from `cancel_hold`
next