From bugzilla-daemon@bugs.koha-community.org Tue Sep 24 17:38:41 2013
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 10941] New: MARC21 documentation links while adding
an authority
Date: Tue, 24 Sep 2013 15:38:22 +0000
Message-ID:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8502159933889877837=="
--===============8502159933889877837==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10941
Bug ID: 10941
Summary: MARC21 documentation links while adding an authority
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: MARC Authority data support
Assignee: tomascohen@gmail.com
Reporter: pablo.bianchi@gmail.com
QA Contact: testopia@bugs.koha-community.org
While adding authorities (authorities.pl), we don't have the "?" now available
on cataloging frameworks. A similar strategy might be used.
Related bugs: #10940, #5546.
--
You are receiving this mail because:
You are watching all bug changes.
--===============8502159933889877837==--
From bugzilla-daemon@bugs.koha-community.org Fri Dec 6 11:15:51 2013
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 10941] MARC21 documentation links while adding an authority
Date: Fri, 06 Dec 2013 10:15:47 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7358680867323596022=="
--===============7358680867323596022==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D10941
Stefano Bargioni changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bargioni@pusc.it
--- Comment #1 from Stefano Bargioni ---
A temporary solution through JQuery can be:
var tags =3D $('div[id^=3Ddiv_indicator_tag_]');
for (var i=3D0; i < tags.length; i++) {
var t =3D $(tags[i]);
var tag_name =3D t.attr('id').replace(/div_indicator_tag_/,'').substr(0,3=
);
t.find('span:first').after('
?');
}
$('.marcdocs').css({'color':'blue','font-weight':'bold'});
--=20
You are receiving this mail because:
You are watching all bug changes.
--===============7358680867323596022==--
From bugzilla-daemon@bugs.koha-community.org Fri Dec 6 11:17:58 2013
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 10941] MARC21 documentation links while adding an authority
Date: Fri, 06 Dec 2013 10:17:51 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8865873451207905940=="
--===============8865873451207905940==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D10941
--- Comment #2 from Stefano Bargioni ---
(In reply to Stefano Bargioni from comment #1)
> A temporary solution through JQuery can be:
>=20
> var tags =3D $('div[id^=3Ddiv_indicator_tag_]');
> for (var i=3D0; i < tags.length; i++) {
> var t =3D $(tags[i]);
> var tag_name =3D t.attr('id').replace(/div_indicator_tag_/,'').substr(0,3);
> t.find('span:first').after(' auth specifications" onclick=3D"MARC21FieldAuth(\''+tag_name+'\'); return
> false"> ?');
> }
> $('.marcdocs').css({'color':'blue','font-weight':'bold'});
function MARC21FieldAuth(tag_name) {
if (tag_name =3D=3D '000') {
window.open("http://www.loc.gov/marc/authority/adleader.html");
}
else if (tag_name.search('09') =3D=3D 0) {
window.open("http://www.loc.gov/marc/authority/ad09x.html");
}
else {
=20
window.open("http://www.loc.gov/marc/authority/ad"+("000"+tag_name).slice(-3)=
+
".html");
}
}
--=20
You are receiving this mail because:
You are watching all bug changes.
--===============8865873451207905940==--
From bugzilla-daemon@bugs.koha-community.org Mon May 12 16:05:18 2014
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 10941] MARC21 documentation links while adding an authority
Date: Mon, 12 May 2014 14:04:22 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5106597371632465615=="
--===============5106597371632465615==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10941
Pablo AB changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tomascohen@gmail.com
--
You are receiving this mail because:
You are watching all bug changes.
--===============5106597371632465615==--
From bugzilla-daemon@bugs.koha-community.org Tue May 13 06:42:10 2014
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 10941] MARC21 documentation links while adding an authority
Date: Tue, 13 May 2014 04:41:07 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7444592390634872651=="
--===============7444592390634872651==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10941
paxed changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pasi.kallinen@pttk.fi
See Also| |http://bugs.koha-community.
| |org/bugzilla3/show_bug.cgi?
| |id=11674
--
You are receiving this mail because:
You are watching all bug changes.
--===============7444592390634872651==--
From bugzilla-daemon@bugs.koha-community.org Wed Apr 22 19:04:39 2015
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 10941] MARC21 documentation links while adding an authority
Date: Wed, 22 Apr 2015 17:04:36 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8567418814416797153=="
--===============8567418814416797153==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D10941
--- Comment #3 from Pablo AB ---
Added to JQuery Library on wiki:
http://wiki.koha-community.org/wiki/JQuery_Library#MARC21_documentation_links=
_while_adding_an_authority
but in status=3Dincomplete because it shows also on bibliographic frameworks.
A lot of this JQuery enhancement should be added to Koha...
--=20
You are receiving this mail because:
You are watching all bug changes.
--===============8567418814416797153==--
From bugzilla-daemon@bugs.koha-community.org Mon May 11 16:24:09 2015
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 10941] MARC21 documentation links while adding an authority
Date: Mon, 11 May 2015 14:24:01 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3634562662967784357=="
--===============3634562662967784357==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10941
--- Comment #4 from Stefano Bargioni ---
(In reply to Pablo AB from comment #3)
> Added to JQuery Library on wiki:
> http://wiki.koha-community.org/wiki/
> JQuery_Library#MARC21_documentation_links_while_adding_an_authority but in
> status=incomplete because it shows also on bibliographic frameworks.
> A lot of this JQuery enhancement should be added to Koha...
Thx Pablo to adding it to the jQuery Library.
I wrapped the code into an IF statement to apply it only in case of auth
frameworks.
--
You are receiving this mail because:
You are watching all bug changes.
--===============3634562662967784357==--