[Koha-bugs] [Bug 1633] Add ability to take book cover images from local img db

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 13 14:45:20 CET 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633

Jared Camins-Esakov <jcamins at cpbibliography.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #6745|0                           |1
        is obsolete|                            |

--- Comment #12 from Jared Camins-Esakov <jcamins at cpbibliography.com> 2011-12-13 13:45:20 UTC ---
Created attachment 6747
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6747
Bug 1633: Add support for uploading images to Koha

A frequently-requested feature for Koha, especially by special libraries, is
the ability to upload local cover images into Koha.

This patch adds a bibliocoverimage table, and image handling code in the
Koha::Images module. Key features of the implementation include:
1. The ability to have multiple cover images for a biblio
2. Handling for "full size" (800x600) and thumbnail-size (200x140) images
3. Uploading images directly from the record view

The image display functionality by Koustubha Kale of Anant Corporation will
follow in a second patch.

Special thanks to Koustubha Kale and Anant Corporation for the initial
implementation of local cover images, and to Chris Nighswonger of Foundation
Bible College for his prior work on patron images.

Developers who installed a previous version of the patch for bug 1633 may
encounter errors in standard installs due to the Koha/Images.pm file not
being installed properly. Please use this veresion instead.

Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list