Bug 34932: Patron.t - Pass borrowernumber of manager to userenv
[koha.git] / t /
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
2023-09-18 Marcel de RooyBug 34415: Remove T::D::C from EdiTransport.t, move...
2023-09-18 Marcel de RooyBug 34812: Move subtests to db_dependent/Koha.t
2023-09-18 Marcel de RooyBug 34812: Remove Test::DBIx from Koha.t
2023-09-18 Matt BlenkinsopBug 34789: Update unit tests
2023-09-18 Nick ClemensBug 33406: (follow-up) Mock SearchEngine to ensure...
2023-09-15 Nick ClemensBug 33406: (QA follow-up) Adjust tests and tidy
2023-09-15 Pedro AmorimBug 33406: Add tests
2023-09-15 Marcel de RooyBug 33045: Fix shebang of marcrecord2csv.t
2023-09-15 Emily LamancusaBug 34656: (QA follow-up) perltidy
2023-09-15 Nick ClemensBug 34656: Unit test
2023-09-15 Jonathan DruartBug 33940: Consider NULL as valid
2023-09-15 Jonathan DruartBug 33940: Move C4::Members cardnumber sub to Koha...
2023-09-12 Tomas Cohen AraziBug 17499: (QA follow-up) Fix permissions
2023-09-12 Lari TaskulaBug 17499: Replace Koha::MessageAttribute(s) with Koha...
2023-09-12 Lari TaskulaBug 17499: (follow-up) Add $patron->messaging_preferenc...
2023-09-12 Lari TaskulaBug 17499: (follow-up) Rename to Koha::Patron::MessageP...
2023-09-12 Lari TaskulaBug 17499: (follow-up) Contact information vs. mtt...
2023-09-12 Lari TaskulaBug 17499: (follow-up) Validate phone and itiva transpo...
2023-09-12 Lari TaskulaBug 17499: (follow-up) More explicit exceptions
2023-09-12 Emmi TakkinenBug 17499: Replace test subroutines with build_object
2023-09-12 Lari TaskulaBug 17499: Add Koha-objects for messaging preferences
2023-09-12 Matt BlenkinsopBug 27378: Introduce cookie consent to OPAC and staff...
2023-09-12 David CookBug 34163: Handle both anonymous userenv when generatin...
2023-09-12 Kyle M HallBug 34731: Throw exception if SendQueuedMessages is...
2023-09-08 Lari TaskulaBug 34639: Add tests
2023-09-08 Nick ClemensBug 34666: Tidy
2023-09-08 Nick ClemensBug 34666: Add a second unit test for item level
2023-09-08 Nick ClemensBug 34666: Unit test
2023-09-06 Tomas Cohen AraziBug 34223: (QA follow-up) Fix file permissions
2023-09-06 Tomas Cohen AraziBug 33480: Tidy tests
2023-09-06 Pedro AmorimBug 33480: (QA follow-up) Add cypress tests:
2023-09-06 Pedro AmorimBug 34223: (follow-up) Mock backend in tests
2023-09-06 Martin RenvoizeBug 34223: Add unit test for existing_statuses
2023-09-06 Pedro AmorimBug 34217: Add vendor tests for licenses
2023-09-06 Pedro AmorimBug 34217: Add vendor tests for agreements
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-09-05 Marcel de RooyBug 33833: Move to db_dependent
2023-09-05 Marcel de RooyBug 33833: Use database in t/Socialdata.t
2023-09-05 Lucas GassBug 34620: Do not throw expection if payment type is...
2023-09-05 Pedro AmorimBug 34690: Fix dialog_spec.ts
2023-09-05 Jonathan DruartBug 34690: Make the test fail consistently
2023-09-05 Jonathan DruartBug 34319: Upgrade cypress 9.7.0 to 12.17.2
2023-09-04 Tomas Cohen AraziBug 34043: Remove incorrect spaces
2023-09-04 Tomas Cohen AraziBug 32911: (QA follow-up) Adjust tests
2023-09-01 Martin RenvoizeBug 27542: (follow-up) Fix unit test
2023-09-01 Andrew IsherwoodBug 27542: Allow cancellation of partner ILL
2023-09-01 Julian MauriceBug 34266: Add unit tests
2023-09-01 Nick ClemensBug 34617: Unit tests
2023-09-01 Martin RenvoizeBug 32911: (follow-up) Remove a couple of cases from...
2023-09-01 Pedro AmorimBug 34691: Add cypress tests
2023-09-01 Marcel de RooyBug 33871: Test where parameter in Sitemapper.t
next