[Koha-bugs] [Bug 17650] Create the option to save the cover with the uploaded files.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 17 15:07:36 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17650

--- Comment #8 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
tools/upload-file.pl
Remove Dumper and warn please
Also from tools/upload-cover-image.pl and file-search

INSERT INTO biblioimages (biblionumber, mimetype, imagefile, thumbnail,
uploadedfileid)
The mix of upload and biblioimages like this does not look good to me.
Isn't this just a new type of cover images to be triggered by a new pref
somewhere else?
Discussion ??

In _retrieve_thumbs_images you seem to copy/save the file somewhere else
outside the uploads dir ?

tools/file-search.pl
Converted to new plugin style (Bug 13437) ???
$debug or $debug = $input->param('debug') || 0;  ???
use warnings;
no warnings 'redefine'; # otherwise loading up multiple plugins fills the log
with subroutine redefine warnings
Hmm

Did you test this under Plack too?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list