Bug 26558: Make guarantor information persist despite an error
[koha.git] / t /
2023-10-11 Jonathan DruartBug 33837: Remove datetime parameter
2023-10-11 Marcel de RooyBug 33837: Replace days_inclusive by min_days
2023-10-11 Marcel de RooyBug 33837: filter_by_last_update: Add older_than and...
2023-10-11 Marcel de RooyBug 33837: Add unit test
2023-10-11 Nick ClemensBug 28130: (QA follow-up) Tidy
2023-10-11 Aleisha AmohiaBug 28130: Manage a patron's subscription alerts
2023-10-10 Tomas Cohen AraziBug 29033: Add C4::Context->multivalue_preference
2023-10-10 Alex BuckleyBug 25560: Unit tests
2023-10-10 Tomas Cohen AraziBug 31692: Tidy and rebase fix
2023-10-10 Lari TaskulaBug 31692: (follow-up) Adjust reserves.item_level_hold
2023-10-10 Lari TaskulaBug 31692: Add Koha::Hold::change_type and unit tests
2023-10-10 Fridolin SomersBug 26053: Add unit test for Koha::Patron::Restriction
2023-10-10 Martin RenvoizeBug 12532: (follow-up) Catch more cases in tests
2023-10-10 Jonathan DruartBug 12532: Fix test
2023-10-10 Martin RenvoizeBug 12532: (QA follow-up) Add tests for SendQueuedMessages
2023-10-10 Martin RenvoizeBug 12532: (QA follow-up) Remove defunkt test
2023-10-10 Martin RenvoizeBug 12532: (QA follow-up) More cleanup
2023-10-10 Hammat WeleBug 12532: Send email to guarantee and guarantor
2023-10-10 Matt BlenkinsopBug 34883: Add unit test
2023-10-09 Jonathan DruartBug 34828: Make normalized_oclc use Koha::Biblio::Metad...
2023-10-09 Jonathan DruartBug 34828: Add Koha::Biblio::Metadata::Extractor::MARC
2023-10-09 Jonathan DruartBug 34828: Move to Koha::Biblio::Metadata::Extractor
2023-10-09 Tomas Cohen AraziBug 34828: Introduce Koha::MetadataExtractor and -...
2023-10-09 Marcel de RooyBug 34336: Remove the dependency for Test::DBIx::Class
2023-10-09 David CookBug 34549: Strip non-XML chars during TransformHtmlToMarc
2023-10-04 Kyle M HallBug 34153: (QA follow-up) Tidy code
2023-10-04 Kyle M HallBug 34153: Add tests
2023-10-04 Aleisha AmohiaBug 34722: Prevent other items from displaying to fill...
2023-10-04 Nick ClemensBug 9525: (QA follow-up) Tidy
2023-10-04 Emmi TakkinenBug 9525: Fix tests
2023-10-04 Emmi TakkinenBug 9525: Add option to define float groups and rules...
2023-10-04 Jonathan DruartBug 33958: Add tests
2023-10-04 Martin RenvoizeBug 33690: Convert to x-koha-override
2023-10-04 Kyle M HallBug 33690: (QA follow-up) Mock C4::Letters subroutines...
2023-10-04 Kyle M HallBug 33690: Add ability to send welcome notice when...
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-10-04 Marcel de RooyBug 33245: Add unit test
2023-10-04 Marcel de RooyBug 33245: TestBuilder: Default value for anonymized
2023-10-04 Marcel de RooyBug 34887: Merge with db_dependent Patron.t
2023-10-04 Marcel de RooyBug 34887: Fix transactions in db dependent Patron.t
2023-10-04 Marcel de RooyBug 34887: Remove Test::DBIx::Class from Patron.t
2023-10-04 Marcel de RooyBug 34825: Merge Letters.t into t/db/Letters.t
2023-10-04 Marcel de RooyBug 34825: Remove Test::DBIx::Class from Letters.t
2023-10-04 Marcel de RooyBug 34968: Remove unneeded module from Search.t
2023-10-04 Marcel de RooyBug 34969: Remove unneeded module from buildQuery.t
2023-10-04 Pedro AmorimBug 34905: Fix icon
2023-10-04 Marcel de RooyBug 34970: Remove most modules from SuggestionEngine_Au...
2023-10-04 Marcel de RooyBug 34912: Add 14 hours to 1970 date in Account(s).t
2023-10-04 Marcel de RooyBug 34916: Fix wrong borrowernumber in ArticleRequests.t
2023-10-04 Jonathan DruartBug 34911: Test files from HEAD instead of 'master'
2023-10-03 Marcel de RooyBug 34932: Patron.t - Pass borrowernumber of manager...
2023-10-03 Marcel de RooyBug 34967: Move to db_dependent
2023-10-03 Marcel de RooyBug 34967: Add sample biblios and tidy some lines
2023-10-03 Marcel de RooyBug 34967: Remove Test::DBIx::Class
2023-10-03 Jonathan DruartBug 27634: Fix self_registration.t
2023-10-03 Katrin FischerBug 29145: (QA follow-up) Fix tests removing 'unblessed'
2023-10-03 Katrin FischerBug 29145: Perltidy files and added code
2023-10-03 Katrin FischerBug 29145: Replace GetDebarments in unit tests
2023-10-03 Kyle M HallBug 29145: (QA follow-up) Remove debugging line
2023-10-03 Kyle M HallBug 29145: (QA follow-up) Fix typo
2023-10-03 Katrin FischerBug 29145: (QA follow-up) Fix missing bug number in...
2023-10-03 David GustafssonBug 29145: Fix conditions for patron debarring overdues
2023-10-03 David GustafssonBug 29145: Add tests and modify sysprefs
2023-10-03 Marcel de RooyBug 34918: Fix userenv for safe_to_delete tests
2023-10-03 Marcel de RooyBug 34918: Fix hardcoded borrowernumber 42
2023-10-03 Marcel de RooyBug 34930: Change timezone in Koha/Object.t where tests...
2023-10-03 Marcel de RooyBug 34489: Fix timezone problem in Patrons.t
2023-10-03 Jonathan DruartBug 34842: Fix Illrequest/Config.t if DB upgraded twice
2023-09-25 Nick ClemensBug 34513: (QA follow-up) Tidy
2023-09-25 David CookBug 34513: Add checkauth unit test for resetting auth...
2023-09-25 David CookBug 34513: Add end-to-end test for authorization check...
2023-09-25 David CookBug 30843: Add unit test for Koha::Auth::TwoFactorAuth...
2023-09-25 Kyle M HallBug 33926: Add ability to specify fields allowed in...
2023-09-25 Nick ClemensBug 33428: Adjust Unit Tests
2023-09-25 Martin RenvoizeBug 29822: Update unit tests
2023-09-25 Aleisha AmohiaBug 34016: Tests for fulfilling recalls via SIP
2023-09-22 Jonathan DruartBug 32496: Fix tests
2023-09-22 Jonathan DruartBug 30825: Move holds_control_library to Koha::Policy...
2023-09-22 Tomas Cohen AraziBug 30825: Remove GetReservesControlBranch in favour...
2023-09-22 Tomas Cohen AraziBug 30825: Add unit 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 34054: Add tests
2023-09-22 Jonathan DruartBug 34846: Fix SIP/ILS.t if DB has been upgraded
2023-09-22 Kyle M HallBug 34844: Add manage_item_editor_templates to userperm...
2023-09-22 Jonathan DruartBug 34845: Fix GetBasketGroupAsCSV.t is CSVDelimiter...
2023-09-22 Jonathan DruartBug 34847: Fix t/db_dependent/Search.t
2023-09-22 Katrin FischerBug 32496: (QA follow-up) Fix POD and DateTime use
2023-09-22 Jonathan DruartBug 32496: Some fixes
2023-09-22 David GustafssonBug 32496: Reduce unnecessary unblessings of objects...
2023-09-19 Pedro AmorimBug 33716: Tests
2023-09-19 Jonathan DruartBug 33955: Add a test
2023-09-19 Martin RenvoizeBug 32942: (follow-up) Fix test
2023-09-18 Tomas Cohen AraziBug 34333: Add Koha::Hold->cancellation_requested
2023-09-18 Martin RenvoizeBug 32942: (QA follow-up) Fix regression test
2023-09-18 Arthur SuzukiBug 32942: (QA follow-up) Add tests for STATUS checking...
2023-09-18 Tomas Cohen AraziBug 32942: Regression tests
next