From bugzilla-daemon@bugs.koha-community.org Mon Nov 18 15:55:57 2013
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 11266] New: Z39.50 search results: DATE blank - add
PUBLISHER
Date: Mon, 18 Nov 2013 14:55:47 +0000
Message-ID:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1966323228225579544=="
--===============1966323228225579544==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D11266
Bug ID: 11266
Summary: Z39.50 search results: DATE blank - add PUBLISHER
Change sponsored?: ---
Product: Koha
Version: 3.12
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: gmcharlt@gmail.com
Reporter: andrea.furin@slacky.it
QA Contact: testopia@bugs.koha-community.org
1. If you have the field DATE blank when you make a Z39.50 search you have to
modify the file:
/usr/share/koha/lib/C4/Breeding.pm
at line 394:
$row_data{date} =3D $oldbiblio->{copyrightdate};
in
$row_data{date} =3D $oldbiblio->{publicationyear};
(Make a copy of your modification becaurse probably ad update will change that
file).
2. If you want to see the publisher's name in Z39.50 results you have to add a
line in:
/usr/share/koha/lib/C4/Breeding.pm
at line 394:
$row_data{server} =3D $servername[$k];
$row_data{isbn} =3D $oldbiblio->{isbn};
$row_data{lccn} =3D $oldbiblio->{lccn};
$row_data{title} =3D $oldbiblio->{title};
$row_data{author} =3D $oldbiblio->{author};
$row_data{date} =3D $oldbiblio->{publicationyear};
**** $row_data{publisher} =3D $oldbiblio->{publishercode};
$row_data{edition} =3D $oldbiblio->{editionstatement};
and in:
/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/modules/cataloguing/z39=
50_search.tt
(change ../prog/LANGUAGE/modules/.. if not english)
at line 155 the search results mask:
Server |
Title |
Author |
Date |
**** Publisher |
Edition |
ISBN |
LCCN |
[Below the correspondet modified lines:]
[% breeding_loo.server %] |
[% breeding_loo.author %] |
[% breeding_loo.date %] |
**** [% breeding_loo.publisher %] |
[% breeding_loo.edition %] |
[% breeding_loo.isbn %] |
[% breeding_loo.lccn %] |
--=20
You are receiving this mail because:
You are watching all bug changes.
--===============1966323228225579544==--
From bugzilla-daemon@bugs.koha-community.org Thu Dec 5 22:28:44 2013
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 11266] Z39.50 search results: DATE blank - add PUBLISHER
Date: Thu, 05 Dec 2013 21:28:40 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3047531402243768830=="
--===============3047531402243768830==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11266
Katrin Fischer changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |katrin.fischer@bsz-bw.de
--- Comment #1 from Katrin Fischer ---
Hi Andrea, this looks quite good - do you think you could provide a git
formatted patch?
There is only one small thing about this change:
$row_data{date} = $oldbiblio->{copyrightdate};
in
$row_data{date} = $oldbiblio->{publicationyear};
The problem here is that for MARC21 copyrightdate has the right date, but for
UNIMARC installations it's publicationyear. So it would need to check both
fields in the database.
--
You are receiving this mail because:
You are watching all bug changes.
--===============3047531402243768830==--
From bugzilla-daemon@bugs.koha-community.org Tue Jan 6 23:25:30 2015
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 11266] Z39.50 search results: DATE blank - add PUBLISHER
Date: Tue, 06 Jan 2015 22:25:25 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4011527621307122997=="
--===============4011527621307122997==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11266
Katrin Fischer changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|Architecture, internals, |Cataloging
|and plumbing |
CC| |m.de.rooy@rijksmuseum.nl
Version|3.12 |master
--- Comment #2 from Katrin Fischer ---
Tested on my UNIMARC and my MARC21 installation - the publication year now
shows up for both.
Adding the publisher might still be good.
--
You are receiving this mail because:
You are watching all bug changes.
--===============4011527621307122997==--
From bugzilla-daemon@bugs.koha-community.org Mon May 25 10:14:45 2015
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 11266] Z39.50 search results: DATE blank - add PUBLISHER
Date: Mon, 25 May 2015 08:14:39 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6330581224335530450=="
--===============6330581224335530450==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11266
Katrin Fischer changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |MOVED
See Also| |http://bugs.koha-community.
| |org/bugzilla3/show_bug.cgi?
| |id=12747
Status|NEW |RESOLVED
--- Comment #3 from Katrin Fischer ---
I think adding the publisher could be done with 12747 - marking moved.
--
You are receiving this mail because:
You are watching all bug changes.
--===============6330581224335530450==--