Bug 35115: Move store routine from Resource to Title and update code
[koha.git] / t / db_dependent / SIP /
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 Matthias MeusburgerBug 25814: SIP: Add a message on successful checkin.
2023-10-24 Tomas Cohen AraziBug 15504: Fix tests count
2023-10-24 Martin RenvoizeBug 15504: Remove PatronLastActivity preference
2023-10-24 Martin RenvoizeBug 15504: (follow-up) Add Triggers mock to unit tests
2023-10-24 Matt BlenkinsopBug 15504: Remove update_lastseen method
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 tests
2023-10-04 Martin RenvoizeBug 34737: (follow-up) Unit test for skipping bad lines
2023-10-04 Kyle M HallBug 34737: Tidy t/db_dependent/SIP/Transaction.t
2023-10-04 Martin RenvoizeBug 34737: Unit tests
2023-09-25 Kyle M HallBug 33926: Add ability to specify fields allowed in...
2023-09-25 Aleisha AmohiaBug 34016: Tests for fulfilling recalls via SIP
2023-09-22 Jonathan DruartBug 32496: Fix tests
2023-09-22 Tomas Cohen AraziBug 32496: (follow-up) Fix t/db_dependent/SIP/Message.t
2023-09-22 Marcel de RooyBug 34848: (QA follow-up) Resolve warn on useless constant
2023-09-22 Jonathan DruartBug 34848: Fix SIP/Message.t if DB has been upgraded
2023-09-22 Jonathan DruartBug 34846: Fix SIP/ILS.t if DB has been upgraded
2023-09-22 David GustafssonBug 32496: Reduce unnecessary unblessings of objects...
2023-09-06 Victor Grousset... Bug 23548: (QA follow-up) tidy up code
2023-09-06 Matthias MeusburgerBug 23548: Unit test - Set AQ to empty when item not...
2023-07-26 Martin RenvoizeBug 34258: (QA follow-up) Tidy the test
2023-07-26 Andreas RoussosBug 34258: update SIP-related unit test
2023-07-05 Sam LauBug 34101: Unit Tests
2023-06-05 Nick ClemensBug 33411: (follow-up) Set debit type for mocked fines
2023-06-05 Nick ClemensBug 33411: Unit test update
2023-05-17 Marcel de RooyBug 32450: (QA follow-up) Fix SIP/Transaction.t
2023-05-17 Matt BlenkinsopBug 32450: (QA follow-up) Fix failing tests
2023-05-15 Jonathan DruartBug 33580: Fix tests
2023-05-12 Kyle M HallBug 33580: Bring back ability to mark item as seen...
2023-03-14 Kyle HallBug 32684: Implement SIP patron status field "too many...
2023-03-02 Nick ClemensBug 33055: (bug 32624 follow-up) Unit tests
2023-02-09 Nick ClemensBug 32624: Don't include guarantee or guarantor fines...
2023-02-07 Matthias MeusburgerBug 32408: Add unit tests to SIP checkout
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 Nick ClemensBug 20058: (QA follow-up) Simplify test code
2022-09-12 David GustafssonBug 20058: Add tests
2022-08-25 Kyle HallBug 12225: Add unit tests
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-07-05 Martin RenvoizeBug 30275: Rename issues.renewals to issues.renewals_count
2022-05-07 Nick ClemensBug 29755: (follow-up) Mock NoIssuesChargeGuarantorsWit...
2022-05-07 Nick ClemensBug 29755: Check each NoIssuesCharge separately
2022-05-05 Martin RenvoizeBug 29936: Add unit tests
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 Nick ClemensBug 20517: (follow-up) Add explanation to syspref and...
2022-04-08 Martin RenvoizeBug 20517: Add unit tests
2022-03-25 Jonathan DruartBug 30110: Fix concatenation during assignements
2022-02-10 Tomas Cohen AraziBug 29754: (QA follow-up) Minor tests tweaks
2022-02-10 Nick ClemensBug 29754: Unit test
2021-10-07 Nick ClemensBug 28730: Add option to format AH field (due date...
2021-10-07 Jonathan DruartBug 28931: Remove unused Koha::DateUtils from tests
2021-10-07 Jonathan DruartBug 28931: Use EXPORT_OK from Koha::DateUtils
2021-09-20 Kyle M HallBug 28464: Add unit tests
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-07-12 Kyle M HallBug 27908: Add unit test
2021-07-12 Kyle M HallBug 27907: Add unit test
2021-07-12 Kyle M HallBug 27906: Add unit test
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: Add unit test
2021-05-17 Nick ClemensBug 28320: Add DB connection check to the SIP SC status...
2021-03-04 Joonas KylmäläBug 25690: Add SIP2 tests for checking out with holds
2021-03-03 Martin RenvoizeBug 24446: (QA follow-up) SIP test fix for bug 27166
2021-03-01 Matthias MeusburgerBug 26591: SIP option prevcheckout_block_checkout to...
2021-02-23 Martin RenvoizeBug 27014: (QA follow-up) Add regression tests
2021-02-08 Nick ClemensBug 27589: Unit test
2021-02-01 Kyle M HallBug 27204: Add unit tests for fine_items
2021-01-21 Kyle M HallBug 25808: (QA follow-up) Fix unit tests
2021-01-21 Martin RenvoizeBug 25808: (QA follow-up) Add regression test
2021-01-13 Jonathan DruartBug 26950: Fix SIP/Message.t
2020-12-26 Jonathan DruartBug 27196: Don't explode if item that is waiting if...
2020-12-14 Nick ClemensBug 27166: Unit tests
2020-11-03 Kyle M HallBug 26896: Enable SIP option holds_block_checkin to...
2020-10-01 Kyle M HallBug 21979: Add unit tests
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-31 Jonathan DruartBug 26250: Fix tests when SearchEngine=Elastic
2020-08-24 Kyle M HallBug 25903: Add unit tests
2020-08-13 Tomas Cohen AraziBug 25348: (QA follow-up) Silence irrelevant warnings
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-06-25 Tomas Cohen AraziBug 25805: Regression tests
2020-05-05 Tomas Cohen AraziBug 24769: Regression tests
2020-04-29 Kyle M HallBug 25227: Add unit tests
2020-04-22 NickBug 20816: Make SIP tests pass under ES
2020-04-22 Nick ClemensBug 20816: Add ability to define custom templated field...
2020-04-14 Kyle M HallBug 24966: Add unit tests
2020-04-14 Jonathan DruartBug 24800: Add tests
next