Bug 26297: (follow-up) Fix specification file
[koha.git] / t /
2024-05-24 Pedro AmorimBug 26297: (QA follow-up): Update tests
2024-05-24 Pedro AmorimBug 26297: Add tests
2024-05-24 Nick ClemensBug 36605: Add update_lastseen to handle_patron_status...
2024-05-24 Nick ClemensBug 30324: (follow-up) Remove stray comments
2024-05-24 Nick ClemensBug 30324: Unit tests
2024-05-24 Alex ArnaudBug 22613: Add GET endpoint /patrons/{patron_id}/checkouts
2024-05-24 Pedro AmorimBug 36482: Add embed tests
2024-05-24 Tomas Cohen AraziBug 36481: Add GET /libraries/:library_id/cash_registers
2024-05-24 Tomas Cohen AraziBug 36480: Add GET /libraries/:library_id/desks
2024-05-24 Tomas Cohen AraziBug 36480: Add Koha::Library->desks
2024-05-24 Jonathan DruartBug 35353: Add REST API endpoint to retrieve old holds
2024-05-23 David GustafssonBug 36160: Use $builder->build_object for patron object...
2024-05-23 Marcel de RooyBug 35979: (follow-up) Add check in ->enqueue
2024-05-23 Tomas Cohen AraziBug 35967: Add more test cases
2024-05-23 Aleisha AmohiaBug 35967: Add REST API endpoint to list patron recalls
2024-05-23 Matt BlenkinsopBug 36093: (QA follow-up) Fix unit tests
2024-05-23 Matt BlenkinsopBug 36093: Add unit test and fix QA tests
2024-05-23 Tomas Cohen AraziBug 36420: Unit tests
2024-05-23 Kyle M HallBug 34621: Tidy Import.t
2024-05-23 Kyle M HallBug 34621: implement Patron import option to 'Renew...
2024-05-23 Nick ClemensBug 36473: (follow-up) Additionally warn the stringifie...
2024-05-23 Nick ClemensBug 36473: (follow-up) Add biblionumber to warning
2024-05-23 Nick ClemensBug 36473: (follow-up) Correct biblio to bibliographic
2024-05-23 Laura EscamillaBug 36473: Unit tests
2024-05-23 Nick ClemensBug 23102: No mock in selenium
2024-05-23 Nick ClemensBug 23102: Selenium test
2024-05-23 Tomas Cohen AraziBug 36493: Make cashups test more robust
2024-05-23 Janusz KaczmarekBug 32707: Unit tests
2024-05-23 Jonathan DruartBug 35392: Use the same selector as everywhere else...
2024-05-23 Pedro AmorimBug 35392: Update tests
2024-05-23 Kyle M HallBug 36307: SMS::Send driver errors are not captured...
2024-05-23 Emily LamancusaBug 36409: Fix capitalization for AcquisitionsDefaultEM...
2024-05-23 Marcel de RooyBug 36268: Add a mock for ReplyToDefault
2024-05-23 Tomas Cohen AraziBug 35129: Regression tests
2024-05-23 Julian MauriceBug 36432: Remove circular dependency from Koha::Object
2024-05-22 Martin RenvoizeBug 36612: Unit test for public ticket add
2024-05-22 Marcel de RooyBug 34972: (QA follow-up) Remove second transfer from...
2024-05-22 Emily LamancusaBug 34972: Remove GetOtherReserves
2024-05-22 Emily LamancusaBug 34972: Add tests for ModReservesCancelAll
2024-05-22 Nick ClemensBug 36508: Unit tests
2024-04-24 Jonathan DruartBug 19613: Scrub borrowers fields: borrowernotes opacnote
2024-04-24 Nick ClemensBug 36328: (QA follow-up) Expand tests and reorder...
2024-04-24 Jonathan DruartBug 36328: Add a separate 'note' profile
2024-04-24 Jonathan DruartBug 36328: Add test
2024-04-17 Kyle M HallBug 36159: (QA follow-up) Tidy code
2024-04-17 Kyle M HallBug 36159: Add unit test
2024-04-17 Pedro AmorimBug 34886: Comment failing tests
2024-04-17 Marcel de RooyBug 34886: (QA follow-up) chmod, remove POD
2024-04-17 Pedro AmorimBug 34886: Add selenium tests
2024-04-17 Nick ClemensBug 36331: Don't check reserves that an item cannot...
2024-04-17 Nick ClemensBug 35944: (QA follow-up) Tidy
2024-04-17 Martin RenvoizeBug 35944: Unit tests
2024-03-27 Fridolin SomersBug 24879: (follow-up) Fix test suite
2024-03-27 Andreas JonssonBug 36244: Unit test for tt syntax in parameters
2024-03-21 Tomas Cohen AraziBug 36329: (follow-up) Fix error message comparisson...
2024-03-21 Tomas Cohen AraziBug 36329: Make POST /transfer_limits/batch honor Branc...
2024-03-21 Jonathan DruartBug 36356: Fix rollback from FrameworkPlugin.t
2024-03-21 Jonathan DruartBug 33036: Use Koha::Objects
2024-03-21 Jonathan DruartBug 33036: Add more tests
2024-03-21 Jonathan DruartBug 33036: Improve merge_with tests
2024-03-21 Zeno TajoliBug 33036: REST API: Merge biblio records implements...
2024-03-19 Martin RenvoizeBug 35248: Add tests for Koha::Booking->_assign_item_fo...
2024-03-19 Martin RenvoizeBug 35248: Add tests for Koha::Booking->store
2024-03-19 Martin RenvoizeBug 35248: Add unit tests for Koha::Bibilio->bookable_items
2024-03-19 Martin RenvoizeBug 35248: Add unit tests for Koha::Bibilio->check_booking
2024-03-19 Martin RenvoizeBug 35248: Add Koha::Biblio->bookings unit test
2024-03-19 Martin RenvoizeBug 35248: Add unit tests for Koha::Booking relations
2024-03-19 Martin RenvoizeBug 35248: Add test for Koha::Exceptions::Booking
2024-03-19 Martin RenvoizeBug 35248: Add unit tests for Koha::Item->check_booking
2024-03-19 Martin RenvoizeBug 35248: Unit tests for CanBookBeIssued
2024-03-19 Martin RenvoizeBug 35248: Add unit tests for Koha::Item->find_booking
2024-03-19 Martin RenvoizeBug 35248: Add unit test for Koha::Item->bookings relation
2024-03-18 Nick ClemensBug 29522: Unit test
2024-03-18 Marcel de RooyBug 35997: (QA follow-up) Number of tests
2024-03-18 Kyle M HallBug 35997: Add tests
2024-03-18 Jonathan DruartBug 32671: Prevent selenium/basic_workflow.t to fail...
2024-03-12 Jonathan DruartBug 35955: Add tests
2024-03-11 Marcel de RooyBug 36066: (follow-up) Move 403 to 409 when status...
2024-03-11 Marcel de RooyBug 36066: Add tests
2024-03-11 Lucas GassBug 35950: Adjust tests
2024-03-11 Martin RenvoizeBug 35840: (QA follow-up) Tidy and critic fix
2024-03-11 Lucas GassBug 35840: Add unit tests
2024-03-11 Kyle M HallBug 35357: Enhance unit tests
2024-03-11 Kyle M HallBug 35357: Remove item from holds queue when it is...
2024-03-11 Kyle M HallBug 35357: Add unit test
2024-03-11 Tomas Cohen AraziBug 36056: Clarify subpermissions AND behavior
2024-03-11 Martin RenvoizeBug 35469: Add 'manage_bookings' permission to biblios...
2024-03-11 Martin RenvoizeBug 35469: Add 'manage_bookings' subpermission to ...
2024-03-11 Fridolin SomersBug 36010: Fix Items/AutomaticItemModificationByAge...
2024-03-11 Fridolin SomersBug 32029: Automatic item modifications by age add...
2024-03-11 Martin RenvoizeBug 31427: (follow-up) Unit tests
2024-03-11 Marcel de RooyBug 36100: (QA follow-up) Move 400 to 409
2024-03-11 Martin RenvoizeBug 36100: Update unit tests for add
2024-03-11 Victor Grousset... Bug 35963: (QA follow-up): tidy up code and fix exec...
2024-03-11 Julian MauriceBug 35963: Add tests
2024-03-11 Kyle M HallBug 35398: (QA follow-up) Tidy code
2024-03-11 Martin RenvoizeBug 35398: Unit test
2024-03-11 Martin RenvoizeBug 35398: Add unit test for extraction of library_rota...
2024-03-11 David CookBug 36098: (follow-up) extend test to check driver
2024-03-11 David CookBug 36098: Add Koha::Session module to ease session...
next