Bug 24964: Fix perl critic warning
[koha-equinox.git] / t /
2020-03-27 Jonathan DruartBug 24964: Prevent random failures sorting by borrowern...
2020-03-27 Jonathan DruartBug 24964: Add tests
2020-03-26 Fridolin SomersBug 20415: Remove UseKohaPlugins system preference
2020-03-26 Fridolin SomersBug 20415: add Koha.ArePluginsEnabled Template Toolkit...
2020-03-26 Jonathan DruartBug 24614: Add tests
2020-03-26 Jonathan DruartBug 24801: Display all the libraries - Selenium fix
2020-03-25 Andrew NuggedBug 24185: Make holds page faster: Preparatory refactoring
2020-03-25 David GustafssonBug 22771: Respect nonfiling indicators for search...
2020-03-25 Nicolas LegrandBug 13881: Add desk management
2020-03-25 Martin RenvoizeBug 21800: (RM follow-up) Fix unit tests
2020-03-24 Martin RenvoizeBug 21443: (RM follow-up) Fix failing tests
2020-03-24 Jonathan DruartBug 21503: Restore existing ternary operator logic
2020-03-24 Christopher BrannonBug 21503: Tests clarification for debugging
2020-03-24 Jonathan DruartBug 21503: Tests cleanup and highlight a missing case
2020-03-24 Tomas Cohen AraziBug 21503: Tests for the existing behavior
2020-03-24 Nick ClemensBug 24476: Rename autorenewal to autorenew_checkouts
2020-03-24 Nick ClemensBug 24476: Allow patrons to opt out of auto-renewal
2020-03-24 Nick ClemensBug 24476: Change CanBookBeRenewed and adjust tests
2020-03-24 Marcel de RooyBug 24276: Add unit tests for mandatory parameter of...
2020-03-24 Kyle M HallBug 21443: Remove the dependency on finesCalendar
2020-03-24 Kyle M HallBug 21443: Unit tests
2020-03-24 Jonathan DruartBug 24468: Remove unused C4::Reserves::_get_itype subro...
2020-03-24 Marcel de RooyBug 21800: Add tests for _check_split
2020-03-24 Marcel de RooyBug 21800: Add tests for repeatable subfields
2020-03-24 Nick ClemensBug 24759: (follow-up) Fix tests
2020-03-24 Jonathan DruartBug 24759: Test intranet at the same time
2020-03-24 Jonathan DruartBug 24759: Simplify tests
2020-03-24 Nick ClemensBug 24759: Rename renewalbranch to renewal_branchcode
2020-03-24 Kyle M HallBug 24759: Unit tests for AddRenewal
2020-03-24 Nick ClemensBug 24759: CleanUp OpacRenewalBranch values
2020-03-24 Nick ClemensBug 24759: Move OpacRenewalBranch code to Koha::Item
2020-03-24 Marcel de RooyBug 24052: Catch warning between test 5 and 6
2020-03-24 Marcel de RooyBug 24052: Fix Koha/XSLT/Base.t
2020-03-24 Marcel de RooyBug 24052: Rename XSLT_Handler
2020-03-24 Katrin FischerBug 24854: Remove IDreamBooks integration
2020-03-24 Tomas Cohen AraziBug 24464: Unit tests
2020-03-24 Marcel de RooyBug 21708: Add a few tests in TransformHtmlToMarc.t
2020-03-24 Julian MauriceBug 24902: Join different mc- limits with AND (elastics...
2020-03-23 Jonathan DruartBug 20443: Fix merge_with behavior
2020-03-23 Jonathan DruartBug 20443: Handle non existent attribute when importing...
2020-03-23 Jonathan DruartBug 20443: Fix Patrons/Import.t
2020-03-23 Josef MoravecBug 20443: (follow-up) Fix t/db_dependent/Koha/Patrons.t
2020-03-23 Jonathan DruartBug 20443: (follow-up) Move GetBorrowerAttributes to...
2020-03-23 Jonathan DruartBug 20443: Remove extended_attributes_code_value_arrayr...
2020-03-23 Jonathan DruartBug 20443: Remove extended_attributes_merge
2020-03-23 Jonathan DruartBug 20443: Remove SearchIdMatchingAttribute
2020-03-23 Jonathan DruartBug 20443: Remove C4::Members::AttributeTypes
2020-03-23 Jonathan DruartBug 20443: Move C4::Members::AttributeTypes::GetAttribu...
2020-03-23 Jonathan DruartBug 20443: Remove CheckUniqueness
2020-03-23 Jonathan DruartBug 20443: Remove UpdateBorrowerAttribute and SetBorrow...
2020-03-23 Jonathan DruartBug 20443: Remove DeleteBorrowerAttribute
2020-03-23 Jonathan DruartBug 20443: Improve filtering method
2020-03-23 Jonathan DruartBug 20443: Move GetBorrowerAttributes to Koha::Patron...
2020-03-23 Jonathan DruartBug 20443: Move GetBorrowerAttributeValue to Koha:...
2020-03-23 Jonathan DruartBug 20443: Remove opac_display and opac_editable from...
2020-03-23 Jonathan DruartBug 20443: Revert some stuffs from 12159
2020-03-23 Jonathan DruartBug 23463: Fix selenium tests (highlight a bug in date...
2020-03-23 Jonathan DruartBug 23463: Use new method Koha::Object->set_or_blank
2020-03-23 Jonathan DruartBug 23463: Fix XSLT.t
2020-03-23 Jonathan DruartBug 23463: Fix IsItemIssued.t
2020-03-23 Tomas Cohen AraziBug 23463: Fix tests
2020-03-23 Jonathan DruartBug 23463: Move DelItem.t and Items_DelItemCheck.t...
2020-03-23 Jonathan DruartBug 23463: Replace recently added occurrences
2020-03-23 Jonathan DruartBug 23463: update permanent_location if location has...
2020-03-23 Jonathan DruartBug 23463: Getting less item-level_itypes warnings (?)
2020-03-23 Jonathan DruartBug 23463: Fix failing tests
2020-03-23 Jonathan DruartBug 23463: Fix CancelReceipt.t
2020-03-23 Jonathan DruartBug 23463: Remove no longer needed subs related to...
2020-03-23 Jonathan DruartBug 23463: Remove DelItemCheck and ItemSafeToDelete
2020-03-23 Jonathan DruartBug 23463: Remove DelItem
2020-03-23 Jonathan DruartBug 23463: Replace ModItem with Koha::Item->store
2020-03-23 Jonathan DruartBug 23463: AddItem removing
2020-03-23 Jonathan DruartBug 23463: Replace AddItem calls with Koha::Item->store
2020-03-23 Jonathan DruartBug 23463: fix for testbuilder - set default value...
2020-03-23 Jonathan DruartBug 23463: Replace SearchItemsByField by SearchItems
2020-03-20 Martin RenvoizeBug 24299: Add Unit test for 'reason' in transferbook
2020-03-20 Nick ClemensBug 24553: Unit tests
2020-03-20 Jonathan DruartBug 22025: Add a regression test
2020-03-20 Agustin MoyanoBug 24830: Add tests
2020-03-20 Jonathan DruartBug 23900: Add tests
2020-03-20 Martin RenvoizeBug 24901: Add tests for transferbook
2020-03-20 Martin RenvoizeBug 24901: Minor refactor of tests
2020-03-19 Martin RenvoizeBug 24818: (RM follow-up) Update tests for DATE ->...
2020-03-18 Nick ClemensBug 24298: Update test count and use build_sample_item
2020-03-18 Martin RenvoizeBug 24298: Add tests for ModItemTransfer
2020-03-18 Jonathan DruartBug 24881: Try to fix random failure from Circulation.t
2020-03-18 Jonathan DruartBug 22823: return undef if KohaAdminEmailAddress not...
2020-03-18 Jonathan DruartBug 22823: Rename method with ->inbound_email_address
2020-03-18 Martin RenvoizeBug 22823: Add unit tests for get_effective_email
2020-03-18 Jonathan DruartBug 24200: (follow-up) Try to fix random failures from...
2020-03-18 Jonathan DruartBug 23531: Simplify tests using build_object
2020-03-18 Arthur SuzukiBug 23531: Add some tests for HoldItem and HoldTitle...
2020-03-17 Jonathan DruartBug 24722: Add test
2020-03-16 Jonathan DruartBug 24827: Add a test
2020-03-16 Andreas RoussosBug 24827: Specify UTF-8 as encoding in new_from_xml()
2020-03-16 Tomas Cohen AraziBug 24862: Regression tests
2020-03-16 Katrin FischerBug 22943: Remove unused line from Auth.t
2020-03-16 Hayley MapleyBug 22943: Renames the in_ipset function to in_iprange...
2020-03-16 Nick ClemensBug 23521: (follow-up) Add quotes
2020-03-16 Alex ArnaudBug 23521: Put parentheses arround limit terms
next