Bug 36605: [23.05.x] Add update_lastseen to handle_patron_status for SIP
[koha.git] / C4 / SIP / Sip / MsgType.pm
2024-05-28 Nick ClemensBug 36605: [23.05.x] Add update_lastseen to handle_patr...
2024-02-09 Kyle M HallBug 35461: Fix function call parameters causing the...
2023-09-08 Per LarssonBug 23548: Set AQ to empty when item not exist
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-02-06 Nick ClemensBug 32515: Ignore no-block flag in check-in message
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-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-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-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...
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-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-07-12 Kyle M HallBug 27908: Add support for circulation status 1 ( other...
2021-05-17 Nick ClemensBug 28320: Add DB connection check to the SIP SC status...
2021-04-01 Colin CampbellBug 28052: Do not check SYSENV values only keys in...
2021-03-01 Matthias MeusburgerBug 26591: SIP option prevcheckout_block_checkout to...
2021-02-08 Nick ClemensBug 27589: Access item fields as hash
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-10-01 Kyle M HallBug 21979: Add option to SIP2 config to send arbitrary...
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-07-20 Kyle M HallBug 24165: Add ability to send any item field in a...
2020-05-12 Kyle M HallBug 15253: Rename syslog() to siplog()
2020-05-12 Kyle M HallBug 15253: Add Koha::Logger based logging for SIP2
2020-05-04 Kyle M HallBug 25107: Remove double passing of $server variable...
2020-04-22 Nick ClemensBug 20816: Add ability to define custom templated field...
2020-03-25 Martin RenvoizeBug 24828: Add ability to specify cash register in...
2020-03-06 Andrew IsherwoodBug 23051: (follow-up) Add renewal feedback and move...
2020-02-24 Jonathan DruartBug 24629: SIP log - Display barcode instead of hash
2019-08-13 Kyle M HallBug 20954: (QA follow-up) Rename syspref-overrides...
2019-08-13 Kyle M HallBug 20954: Add ability to set syspref overrides in...
2019-06-24 Kyle M HallBug 20292: Filter/censor info sent via SIP
2019-04-18 Nick ClemensRevert "Bug 15253: Add Koha::Logger based logging for...
2019-04-18 Kyle M HallBug 15253: Add Koha::Logger based logging for SIP2
2019-03-15 Kyle M HallBug 22043: (QA follow-up) Add parameter to control...
2019-02-27 Kyle M HallBug 22016: Always send CT field for SIP checkin, even...
2019-02-27 Kyle M HallBug 22014: Add ability to send "00" in SIP CV field...
2019-02-22 Kyle M HallBug 21997: SIP patron information requests can lock...
2018-04-11 Colin CampbellBug 18625: Update lastseen in patron info request
2018-03-23 Kyle M HallBug 17826: Allow extended patron attributes to be sent...
2017-10-27 Kyle M HallBug 16899: Add ability to disallow overpayments
2017-07-06 Kyle M HallBug 18104 - allow SIP2 field AE (personal name ) to...
2017-07-06 Kyle M HallBug 16755 - allow SIP2 field DA ( hold patron name...
2017-07-06 Colin CampbellBug 18755: Allow empty passwords in Patron Info to...
2017-04-21 Kyle M HallBug 16895 [QA Followup] - Use q{} for empty string...
2017-04-21 Marcel de RooyBug 16895: [QA Follow-up] Resolve warning on $payment_t...
2017-04-21 Kyle M HallBug 16895 - Allow writeoffs via SIP2
2017-04-21 Benjamin RoksethBug 12021 - SIP2 checkin should alert on transfer and...
2016-07-15 Marcel de RooyBug 15006: Centralize timeout logic and allow zero...
2016-05-11 Marcel de RooyBug 13871: [QA Follow-up] Fix small regression on AF...
2016-04-29 Marcel de RooyBug 15956: Remove warn from handle_patron_status
2016-03-31 Kyle M Hall Bug 14512 - Add support for AV field to Koha's SIP2...
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove the $VERSION init
2016-03-24 Jonathan Druart Bug 16011: $VERSION - remove use vars $VERSION
2016-03-07 Marcel de Rooy Bug 13871: [QA Follow-up] Add $server for FID_SCREEN_MSG
2016-03-07 Marcel de Rooy Bug 13871: [QA Follow-up] Adjust Patron Info Request
2016-03-07 Marcel de Rooy Bug 13871: [QA Follow-up] Adjust Patron Status Request
2016-03-07 Mason James Bug 13871 - OverDrive message when user authentication...
2016-03-07 Mason James Bug 13871: [TITLE_AMENDED] Additional changes
2016-03-07 Marcel de Rooy Bug 13871: Adjusted perl tidy on MsgType.pm
2015-12-31 Frédéric DemiansBug 15258: Fix Perl scripts declaring unused variables
2015-11-20 Colin CampbellBug 15215: Remove warning due to misuse of UNIVERSAL
2015-11-19 Kyle M HallBug 13411: Koha's SIP server returns not ok for checkin...
2015-06-22 Stefan WeilBug 14383: C4: Fix some typos (mostly in comments and...
2015-03-25 Kyle M HallBug 12820: [QA Followup] Tab and whitespace cleanup
2015-03-25 Colin CampbellBug 12820: Handle rental fees in Sip issue and renew
2015-02-05 Colin CampbellBug 7904 Change SIP modules to use standard LIB path
2015-01-13 Jonathan DruartBug 11944: use CGI( -utf8 ) everywhere
2014-10-28 Kyle M HallBug 12571 - Add ability to customize SIP2 screen messages
2014-04-30 Galen CharltonBug 6273: (follow-up) fix various issues
2014-04-30 Adrien SauratBug 9865: make SIP msg encoding configurable via SIPcon...
2013-09-08 Kyle M HallBug 9252 - Add option to send patron's home branch...
2013-09-08 Kyle M HallBug 9252 - Add option to send patron's home branch...
2013-09-08 Kyle M HallBug 9531: Make SIP2 message terminator configurable...
2012-12-02 Jared Camins-EsakovMerge branch 'bug_8641' into 3.12-master
2012-10-19 Paul PoulainMerge remote-tracking branch 'origin/new/bug_8525'
2012-10-19 Paul PoulainMerge remote-tracking branch 'origin/new/bug_7986'
2012-10-17 Paul PoulainMerge remote-tracking branch 'origin/new/bug_4118'
2012-10-12 Paul PoulainMerge remote-tracking branch 'origin/new/bug_7412'
2012-10-12 Paul PoulainMerge remote-tracking branch 'origin/new/bug_8636'
2012-10-05 Paul PoulainMerge remote-tracking branch 'origin/new/bug_8233'
2012-10-05 Paul PoulainMerge remote-tracking branch 'origin/new/bug_7621'
2012-10-05 Paul PoulainMerge remote-tracking branch 'origin/new/bug_8382'
2012-10-05 Paul PoulainMerge remote-tracking branch 'origin/new/bug_8623'
2012-10-04 Paul PoulainMerge remote-tracking branch 'origin/new/bug_7986'
2012-10-01 Paul PoulainMerge remote-tracking branch 'origin/new/bug_8209'
2012-09-19 Paul PoulainMerge remote-tracking branch 'origin/new/bug_6448'
2012-09-18 Paul PoulainMerge remote-tracking branch 'origin/new/bug_6151'
2012-09-18 Colin CampbellBug 8336 Support Sip Renewal Transaction
2012-09-12 Paul PoulainMerge remote-tracking branch 'origin/new/bug_8251'
next