Bug 26145: Refactoring - Move C4::Images to Koha::CoverImages
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 5 Aug 2020 14:27:14 +0000 (16:27 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 12 Oct 2020 09:28:41 +0000 (11:28 +0200)
commit7bc87ce75ec857292e433c0f6123b2ea02ef6d60
treecf5dcb679d015b033f82cc75b4893da7aa1782be
parentb6f5768145bf21085ecd5024d6e021e4d3c64e15
Bug 26145: Refactoring - Move C4::Images to Koha::CoverImages

Sponsored-by: Gerhard Sondermann Dialog e.K. (presseplus.de, presseshop.at, presseshop.ch)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
20 files changed:
C4/Images.pm [deleted file]
Koha/Biblio.pm
Koha/CoverImage.pm [new file with mode: 0644]
Koha/CoverImages.pm [new file with mode: 0644]
Koha/Item.pm
catalogue/detail.pl
catalogue/image.pl
catalogue/imageviewer.pl
installer/data/mysql/kohastructure.sql
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-imageviewer.tt
opac/opac-detail.pl
opac/opac-image.pl
opac/opac-imageviewer.pl
svc/cover_images
t/Images.t [deleted file]
t/db_dependent/Koha/CoverImages.t
tools/upload-cover-image.pl