Bug 20728: Replace the calls by their Koha::Acq::Orders->search equivalent
[srvgit] / t / db_dependent / Koha /
2020-04-14 Jonathan DruartBug 23591: Add some useful methods to Koha::Suggestions
2020-04-14 Jonathan DruartBug 25044: Remove the need to define koha_object[s...
2020-04-03 Tomas Cohen AraziBug 25006: Regression tests
2020-03-31 Jonathan DruartBug 22001: Errors are no longer logged by default (!)
2020-03-31 Jonathan DruartBug 22001: Fix Koha/Patrons.t
2020-03-31 Jonathan DruartBug 23463: (follow-up 3) Fix timestamp default value
2020-03-31 Jonathan DruartBug 22001: Fix Object.t - handle correct RaiseError...
2020-03-27 Jonathan DruartBug 18177: (follow-up) remove aqbooksellers.currency
2020-03-27 Jonathan DruartBug 23204: Fix tests swapping fields (they are not...
2020-03-27 Marcel de RooyBug 23473: (QA follow-up) Fix number of tests
2020-03-27 Nick ClemensBug 23473: (follow-up) Fix QA complaints (tabs, filters...
2020-03-27 Nick ClemensBug 23473: Don't allow staff password changes for imports
2020-03-27 Nick ClemensBug 23473: Don't allow setting blank passwords via...
2020-03-27 NickBug 23473: (follow-up) Make passwords 'secure' for...
2020-03-27 Nick ClemensBug 23473: Allow overwrite of passwords during import
2020-03-27 Alex ArnaudBug 23204: Move code in a unit tested sub
2020-03-27 Jonathan DruartBug 22001: Add tests
2020-03-27 Jonathan DruartBug 22001: Remove the RaiseError occurrences from tests
2020-03-27 Jonathan DruartBug 22685: Use DBIx::Class relationships in Koha::Acq...
2020-03-26 Fridolin SomersBug 20415: Remove UseKohaPlugins system preference
2020-03-25 Nicolas LegrandBug 13881: Add desk management
2020-03-24 Kyle M HallBug 21443: Remove the dependency on finesCalendar
2020-03-24 Kyle M HallBug 21443: Unit tests
2020-03-24 Nick ClemensBug 24759: (follow-up) Fix tests
2020-03-24 Nick ClemensBug 24759: Rename renewalbranch to renewal_branchcode
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 Tomas Cohen AraziBug 24464: Unit tests
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: Remove extended_attributes_code_value_arrayr...
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 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: Use new method Koha::Object->set_or_blank
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: Replace AddItem calls with Koha::Item->store
2020-03-20 Jonathan DruartBug 22025: Add a regression test
2020-03-19 Martin RenvoizeBug 24818: (RM follow-up) Update tests for DATE ->...
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-17 Jonathan DruartBug 24722: Add test
2020-03-16 Andreas RoussosBug 24827: Specify UTF-8 as encoding in new_from_xml()
2020-03-16 Nick ClemensBug 23521: (follow-up) Add quotes
2020-03-16 Alex ArnaudBug 23521: Put parentheses arround limit terms
2020-03-09 Martin RenvoizeBug 24817: Replace sleep calls with date setting in...
2020-03-09 Martin RenvoizeBug 24817: Add sleep between db create actions
2020-03-06 Nick ClemensBug 23051: (QA follow-up) Missing curly and tabs and...
2020-03-06 Andrew IsherwoodBug 23051: (follow-up) Add renewal feedback and move...
2020-03-06 Andrew IsherwoodBug 23051: Add unit tests
2020-03-03 Tomas Cohen AraziBug 23355: Rename staff_id for manager_id
2020-03-03 Martin RenvoizeBug 23355: Split tests for Line vs Lines
2020-03-03 Martin RenvoizeBug 23355: Add accountline deletion test
2020-03-03 Martin RenvoizeBug 23355: Add CASHUP actions
2020-03-03 Marcel de RooyBug 24756: Catch two failed to load-variations in Secur...
2020-03-03 Martin RenvoizeBug 24757: (RM follow-up) Restore test count
2020-03-03 Agustin MoyanoBug 24615: Make object.search helper also order by...
2020-03-03 Agustin MoyanoBug 24502: object.search also filter by prefetched...
2020-03-02 Jonathan DruartBug 24757: Add more tests
2020-03-02 Jonathan DruartBug 24757: Leap day failing tests - Fix the tests!
2020-03-02 Jonathan DruartBug 24757: Leap day failing tests - refactoring
2020-03-02 Jonathan DruartBug 24757: Leap day failing tests - It's like we are...
2020-03-02 Marcel de RooyBug 24756: Show the warnings on Jenkins
2020-02-28 Marcel de RooyBug 24756: Fix failing tests by removing temporary...
2020-02-28 Marcel de RooyBug 24756: Fix D8 and U18 failures for Koha/XSLT/Security.t
2020-02-25 Martin RenvoizeBug 23290: (RM follow-up) Correction to copyright statement
2020-02-25 Mason JamesBug 22522: Fix route typo
2020-02-25 Ere MaijalaBug 22522: Add support for current Mojolicious and...
2020-02-25 Marcel de RooyBug 23290: (QA follow-up) Rename option to expand_entit...
2020-02-25 Marcel de RooyBug 23290: (follow-up) Replace warning_like by warnings...
2020-02-25 David CookBug 23290: Add test for write_net
2020-02-25 Marcel de RooyBug 23290: Add test Koha/XSLT/Security.t
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-02-24 Tomas Cohen AraziBug 24356: prefetch_whitelist tests
2020-02-24 Marcel de RooyBug 24114: (follow-up) Resolve warning on non-numeric...
2020-02-20 Jonathan DruartBug 24657: Do not explicitely pass a branchcode
2020-02-20 Agustin MoyanoBug 24657: Fix t/db_dependent/Koha/Item.t and t/db_depe...
2020-02-11 Jonathan DruartBug 14711: Change prototype for AddReserve - pass a...
2020-02-10 Tomas Cohen AraziBug 24602: Tests for get_onshlefholds_policy
2020-02-05 Jonathan DruartBug 24590: Fix Koha/Object.t on MySQL 8
2020-02-04 Jonathan DruartBug 24440: Rename current_holds with current_item_level...
2020-02-04 Jonathan DruartBug 24440: Adding 2 more tests for ->biblio
2020-02-04 Tomas Cohen AraziBug 24440: ->biblio tests
2020-02-04 Tomas Cohen AraziBug 24440: Unit tests
2020-02-04 Joonas KylmäläBug 18936: (QA follow-up) Fix failing test
2020-02-04 Joonas KylmäläBug 18936: (follow-up) Adjust circ rule related tests...
2020-02-04 Jonathan DruartBug 18936: Fix IssuingRules/guess_article_requestable_i...
next