Bug 30477: Add new UNIMARC installer translation files
[koha.git] / C4 / SIP /
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`
2021-06-21 Martin RenvoizeBug 27600: Remove password check from SIP2 `renew_all`
2021-06-14 Joonas KylmäläBug 28490: Revert "Bug 26995: Drop column relationship...
2021-05-17 Nick ClemensBug 28320: Add DB connection check to the SIP SC status...
2021-05-10 Kyle M HallBug 26995: Drop column relationship from borrowers...
2021-04-01 Colin CampbellBug 28052: Do not check SYSENV values only keys in...
2021-04-01 Colin CampbellBug 28054: Reinstate the shebang in SIPServer.pm
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 duplicated logic in SIP2 checkouts
2021-03-04 Joonas KylmäläBug 25690: SIP2: Don't allow checking out attached...
2021-03-04 Joonas KylmäläBug 25690: Remove double usage of 'Reserved' return...
2021-03-03 Martin RenvoizeBug 24446: (QA follow-up) Set TransferTrigger to 'Reser...
2021-03-01 Matthias MeusburgerBug 26591: SIP option prevcheckout_block_checkout to...
2021-02-23 Kyle M HallBug 27014: Enable C4::SIP::ILS::Patron::new to accept...
2021-02-08 Nick ClemensBug 27589: Access item fields as hash
2021-02-01 Kyle M HallBug 27204: Fix end boundary index, never return results...
2021-01-21 Kyle M HallBug 25808: Renewal via the SIP 'checkout' message gives...
2021-01-12 Jonathan DruartBug 26701: Remove unused C4/SIP scripts
2020-12-26 Jonathan DruartBug 27196: Don't explode if item that is waiting if...
2020-12-14 Nick ClemensBug 27166: Set destination_loc to item->homebranch
2020-11-16 Martin RenvoizeBug 25761: (QA follow-up) Consistent flag names
2020-11-16 Kyle M HallBug 25761: Implementation of too_many_overdue has unint...
2020-11-11 Andrew IsherwoodBug 24083: Add support for unseen_renewals
2020-11-03 Kyle M HallBug 26896: Enable SIP option holds_block_checkin to...
2020-10-25 Jonathan DruartBug 26673: Remove shebangs from Perl modules
2020-10-15 Julian MauriceBug 25898: Prohibit indirect object notation
2020-10-14 Martin RenvoizeBug 12556: (QA follow-up) Fix QA Script failures
2020-10-14 Joonas KylmäläBug 12556: Add new "in processing" state to holds
2020-10-14 Kyle M HallBug 19382: (QA follow-up) Fix typos
2020-10-14 Kyle M HallBug 19382: Add ability to block guarantees based on...
2020-10-01 Katrin FischerBug 25261: (QA follow-up) Terminology: checkin/checkout
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Capitalize return of needsconfirm
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Catch check in SIP Checkin
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Catch check in SIP Checkout
2020-10-01 Kyle M HallBug 21979: Add option to SIP2 config to send arbitrary...
2020-09-11 Jonathan DruartBug 26384: Fix executable flags
2020-09-03 Martin RenvoizeBug 25541: (QA follow-up) Default to disabled + Correct...
2020-09-03 Kyle M HallBug 25541: (QA follow-up) Rename no_holds_checkin to...
2020-09-03 Kyle M HallBug 25541: Add ability to prevent checkin via SIP of...
2020-08-24 Kyle M HallBug 25903: Sending a SIP patron information request...
2020-08-13 Kyle M HallBug 25348: Add support for circulation status 12 (...
2020-08-13 Kyle M HallBug 25347: Add support for circulation status 11 (...
2020-08-13 Kyle M HallBug 25344: Add support for circulation status 10 (...
2020-07-20 Kyle M HallBug 24165: Add ability to send any item field in a...
2020-07-16 Joonas KylmäläBug 25992: Make SIP2 logger subroutines exportable...
2020-06-25 Kyle M HallBug 25805: Return empty strings instead of undef in...
2020-05-15 Nick ClemensBug 23403: Catch other cases of ->{patron}
2020-05-15 Jonathan DruartBug 23403: List borrowernumber in the ILS::Patron fields
2020-05-15 Kyle M HallBug 23403: Fix whitespace
2020-05-15 Jonathan DruartBug 23403: Remove cardnumber from SIP
2020-05-12 Jonathan DruartBug 15253: Remove specific logging output
2020-05-12 Kyle M HallBug 15253: Add POD to C4/SIP/Logger.pm and C4/SIP/Trapp...
2020-05-12 Kyle M HallBug 15253: Convert all tabs into 4 spaces in affected...
2020-05-12 Kyle M HallBug 15253: Log trapped errors as log level 'warn' inste...
2020-05-12 Kyle M HallBug 15253: Rename syslog() to siplog()
2020-05-12 Kyle M HallBug 15253: Move subs to a new module, allow unit tests...
2020-05-12 Kyle M HallBug 15253: Add Koha::Logger based logging for SIP2
2020-05-05 Jonathan DruartBug 24769: (bug 14711 follow-up 2) Fix typo in paramete...
2020-05-04 Kyle M HallBug 25107: Remove double passing of $server variable...
2020-04-29 Kyle M HallBug 25227: Display correct message if item is withdrawn...
2020-04-29 Kyle M HallBug 25227: Display correct message if item is lost...
2020-04-22 Nick ClemensBug 20816: Add ability to define custom templated field...
2020-04-14 Marcel de RooyBug 24966: (QA follow-up) Fix return value of hold_patr...
2020-04-14 Jonathan DruartBug 24800: Handle inexistent return date on self checking
2020-04-14 Kyle M HallBug 25095: Remove warn left in FeePayment.pm
2020-03-25 Martin RenvoizeBug 24828: Add ability to specify cash register in...
next