]> git.koha-community.org Git - koha.git/commit
Bug 28267: Simplify things
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 4 May 2023 07:05:17 +0000 (09:05 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 12 May 2023 14:02:26 +0000 (15:02 +0100)
commitfa42d94221627634273c806456e8efdcca14f8a6
tree78c38eeb4a1c927f8190dd2b146dfee1919298a6
parent0abb866b4918eeedfe7875a15263b451cdadaf4c
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>
(cherry picked from commit f394bf61cf7e60058afd9856f7ae8dda8afb385b)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Installer.pm
Koha/Installer.pm [deleted file]
about.pl
installer/install.pl
t/db_dependent/Koha/Installer.t [deleted file]