Bug 35581: Koha::Illcomment* -> Koha::ILL::Comment*
[koha.git] / t / db_dependent / Koha /
2024-04-22 Pedro AmorimBug 35581: Koha::Illcomment* -> Koha::ILL::Comment*
2024-04-22 Pedro AmorimBug 35581: Illbatchstatus* -> ILL::Batch::Status*
2024-04-22 Pedro AmorimBug 35581: Koha::*Illbatch* -> Koha::*ILL::*Batch*
2024-04-22 Pedro AmorimBug 35581: Koha::Illbackend -> Koha::ILL::Backend
2024-04-22 Kyle M HallBug 35568: Add a transform_prepared_letter plugin hook...
2024-04-19 Emmi TakkinenBug 32132: Do not allow NULL value in column aqbudgets...
2024-04-19 Marcel de RooyBug 36068: Do not overwrite cancellation date in -...
2024-04-19 Marcel de RooyBug 36068: Add maint script acq_cancel_obsolete_orders.pl
2024-04-16 Nick ClemensBug 20388: (QA follow-up) Tidy
2024-04-16 Alex ArnaudBug 20388: Elasticsearch - Ability to add search fields...
2024-04-12 Kyle M HallBug 34621: Tidy Import.t
2024-04-12 Kyle M HallBug 34621: implement Patron import option to 'Renew...
2024-04-05 Janusz KaczmarekBug 32707: Unit tests
2024-04-05 Jonathan DruartBug 33568: Remove LPAD ordering
2024-04-04 Julian MauriceBug 36432: Remove circular dependency from Koha::Object
2024-04-03 Fridolin SomersBug 24879: (follow-up) Fix test suite
2024-04-02 Kyle M HallBug 36159: (QA follow-up) Tidy code
2024-04-02 Kyle M HallBug 36159: Add unit test
2024-03-25 Pedro AmorimBug 35107: Add tests
2024-03-25 Marcel de RooyBug 35536: (follow-up) Fix Plugins.t for D10
2024-03-25 Marcel de RooyBug 35548: (follow-up) Fix mock statement for D10
2024-03-25 Tomas Cohen AraziBug 34943: (QA follow-up) Use `before_biblio_action...
2024-03-25 Tomas Cohen AraziBug 34943: Unit tests
2024-03-22 Nick ClemensBug 35386: Add RESTAPIRenewalBranch system preference
2024-03-22 Pedro AmorimBug 34431: Update tests
2024-03-22 Marcel de RooyBug 35548: Test KitchenSink plugin
2024-03-22 Marcel de RooyBug 35536: Remove last two references to resultset...
2024-03-22 Marcel de RooyBug 35536: Refine verbose handling in some Koha::Plugin...
2024-03-22 Marcel de RooyBug 35536: Reorder rollbacks
2024-03-22 Marcel de RooyBug 35536: Add RemovePlugins calls in plugin unit tests
2024-03-22 Marcel de RooyBug 35536: Add Koha::Plugins->RemovePlugins class method
2024-03-22 Marcel de RooyBug 35536: Reorganize Plugins.t
2024-03-22 Marcel de RooyBug 36397: Quick fix for Koha/Plugins/authority_hooks.t
2024-03-19 Tomas Cohen AraziBug 34611: Unit tests
2024-03-18 Katrin FischerBug 35539: (QA follow-up) Remove defer_marc_save from...
2024-03-18 Jonathan DruartBug 33036: Use Koha::Objects
2024-03-18 Jonathan DruartBug 33036: Add more tests
2024-03-18 Jonathan DruartBug 33036: Improve merge_with tests
2024-03-18 Zeno TajoliBug 33036: REST API: Merge biblio records implements...
2024-03-18 Katrin FischerBug 35331: Fix URL parmameter in unit test
2024-03-18 Pedro AmorimBug 35331: Add plugin hook tests
2024-03-15 Martin RenvoizeBug 35248: Add tests for Koha::Booking->_assign_item_fo...
2024-03-15 Martin RenvoizeBug 35248: Add tests for Koha::Booking->store
2024-03-15 Martin RenvoizeBug 35248: Add unit tests for Koha::Bibilio->bookable_items
2024-03-15 Martin RenvoizeBug 35248: Add unit tests for Koha::Bibilio->check_booking
2024-03-15 Martin RenvoizeBug 35248: Add Koha::Biblio->bookings unit test
2024-03-15 Martin RenvoizeBug 35248: Add unit tests for Koha::Booking relations
2024-03-15 Martin RenvoizeBug 35248: Add unit tests for Koha::Item->check_booking
2024-03-15 Martin RenvoizeBug 35248: Add unit tests for Koha::Item->find_booking
2024-03-15 Martin RenvoizeBug 35248: Add unit test for Koha::Item->bookings relation
2024-03-15 Tomas Cohen AraziBug 35788: Test for current day booking
2024-03-15 Jonathan DruartBug 35788: Remove Koha::Template::Plugin::Biblio::Booki...
2024-03-15 Martin RenvoizeBug 35787: Add unit test for filter_by_bookable
2024-03-07 Kyle M HallBug 35398: (QA follow-up) Tidy code
2024-03-07 Martin RenvoizeBug 35398: Unit test
2024-03-01 Jonathan DruartBug 35955: Add tests
2024-03-01 David CookBug 36098: (follow-up) extend test to check driver
2024-03-01 David CookBug 36098: Add Koha::Session module to ease session...
2024-02-06 Jonathan DruartBug 35962: (bug 35843 follow-up 2) Fix BackgroundJob...
2024-02-02 Jonathan DruartBug 35962: (bug 35843 follow-up) Fix BackgroundJob...
2024-01-26 Marcel de RooyBug 35843: Correct invalid exception
2024-01-17 Martin RenvoizeBug 30070: Add unit tests
2024-01-16 Nick ClemensBug 35277: (follow-up) Fix tests
2024-01-16 Nick ClemensBug 35277: (follow-up) Remove debugging module
2024-01-16 Nick ClemensBug 35277: Unit tests
2024-01-16 Nick ClemensBug 35086: Tidy tests
2024-01-16 Nick ClemensBug 35086: Add chunk_size option to elasticsearch confi...
2024-01-04 Julian MauriceBug 35070: Add test verifying plugins cannot override...
2024-01-04 Tomas Cohen AraziBug 35070: Tidy
2024-01-04 Julian MauriceBug 35070: Add plugin hook template_include_paths
2023-12-19 Martin RenvoizeBug 30287: (follow-up) Make unit test more reliable...
2023-12-19 Martin RenvoizeBug 30287: (follow-up) Unit test for html_content
2023-12-18 Marcel de RooyBug 35507: Plugins.t - Mock SessionStorage, remove...
2023-11-29 Pedro AmorimBug 35418: Add TR_B2 tests
2023-11-24 Marcel de RooyBug 35393: Fix Objects.t - filter_by_last_update
2023-11-10 Kyle M HallBug 12133: (QA follow-up) Tidy for qa script
2023-11-10 Kyle M HallBug 12133: (QA follow-up) Fix number of tests
2023-11-10 Emmi TakkinenBug 12133: Add requirements for guarantor and guarantee
2023-11-09 Marcel de RooyBug 21431: Add unit test
2023-11-08 Nick ClemensBug 32986: (follow-up) Unit tests
2023-11-08 Nick ClemensBug 34519: (follow-up) fix QA tool complaints
2023-11-08 Nick ClemensBug 34519: Unit tests
2023-11-08 Tomas Cohen AraziBug 35269: Rename `update_item_location` to `location_u...
2023-11-06 Tomas Cohen AraziBug 21159: Add Koha::Item->update_item_location tests
2023-11-03 Emily LamancusaBug 35190: Adjust tests
2023-11-01 Tomas Cohen AraziBug 32730: Add tests for Koha::Patron->get_lists_with_p...
2023-11-01 Magnus EngerBug 26170: Add protected status for patrons
2023-10-31 Nick ClemensBug 34587: (QA follow-up) Tidy
2023-10-31 Pedro AmorimBug 34587: SushiCounter tests
2023-10-31 Nick ClemensBug 34924: Handle final renewal errors
2023-10-31 Nick ClemensBug 34924: Add Koha::Checkout->attempt_auto_renew
2023-10-28 Tomas Cohen AraziBug 29523: Fix tests
2023-10-27 Martin RenvoizeBug 29523: (follow-up) Comprehensive tests for redaction
2023-10-27 Martin RenvoizeBug 29523: Add redaction for inaccessible objects
2023-10-27 Martin RenvoizeBug 29523: Remove the FIXME
2023-10-27 Martin RenvoizeBug 29523: Cache the restricted branches list
2023-10-27 Martin RenvoizeBug 29523: Pass the logged user around and use for...
2023-10-27 Tomas Cohen AraziBug 29523: Regression tests
2023-10-27 Tomas Cohen AraziBug 29523: Add Koha::Object->accessible
2023-10-25 Katrin FischerBug 33887: (QA follow-up) Perltidy and fix some formatt...
next