[Koha-bugs] [Bug 6874] Attach a file to a MARC record (Was: File upload in MARC)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 28 14:51:26 CEST 2015


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #39113|0                           |1
        is obsolete|                            |
  Attachment #39114|0                           |1
        is obsolete|                            |
  Attachment #39115|0                           |1
        is obsolete|                            |
  Attachment #39116|0                           |1
        is obsolete|                            |
  Attachment #39117|0                           |1
        is obsolete|                            |
  Attachment #39118|0                           |1
        is obsolete|                            |
  Attachment #39119|0                           |1
        is obsolete|                            |
  Attachment #39120|0                           |1
        is obsolete|                            |
  Attachment #39121|0                           |1
        is obsolete|                            |
  Attachment #39122|0                           |1
        is obsolete|                            |
  Attachment #39123|0                           |1
        is obsolete|                            |

--- Comment #339 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 39626
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39626&action=edit
Bug 6874: File upload in MARC

New cataloging plugin upload.pl and new system preference 'uploadPath'.

upload.pl provide a way to upload files on the server and store a link
(url) to it in MARC
uploadPath is the absolute path on the server where the files will be
stored. It's possible to have a hierarchy of directories under this path
and the plugin will allow to choose in which directory to store the
file.
Stored value in MARC subfield looks like this:
<OPACBaseURL>/cgi-bin/koha/opac-retrieve-file.pl?id=<SHA-1 of the file>
So both 'uploadPath' and 'OPACBaseURL' sysprefs have to be set for this
plugin to work correctly

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
Signed-off-by: Mark Tompsett <mtompset at hotmail.com>

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Slightly amended/simplified the patch during QA: The changes to
GetMarcUrls are not really needed, and would have needed some
attention. Another link text can be supplied by the plugin too.

This also reduces the need for changes in basket.pl,
MARCdetail.pl, detail.pl, opac-basket.pl and opac-detail.pl.

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


More information about the Koha-bugs mailing list