Bug 28267: Simplify things
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 4 May 2023 07:05:17 +0000 (09:05 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 5 May 2023 13:18:36 +0000 (10:18 -0300)
commitf394bf61cf7e60058afd9856f7ae8dda8afb385b
tree7170670a5d0c7583737b6f07293cc015bcee42c1
parentb76fb9cf466dd4cc4eb4d382c4bfb9fa78a1fce6
Bug 28267: Simplify things

We don't need:
* a separate Koha::Installer module when we already have
C4::Installer
* the tests as they are actually modifying the DB structure
without rolling back
* An unecessary complicated subroutine, just make is simple

WNC amended patch: Remove change to Koha.pm

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Installer.pm
Koha/Installer.pm [deleted file]
about.pl
installer/install.pl
t/db_dependent/Koha/Installer.t [deleted file]