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="===============1164509608325752142==" --===============1164509608325752142== 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. --===============1164509608325752142==-- 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="===============8141851280503001440==" --===============8141851280503001440== 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. --===============8141851280503001440==-- 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="===============8929754959688798109==" --===============8929754959688798109== 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. --===============8929754959688798109==-- 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="===============6562045050662948016==" --===============6562045050662948016== 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. --===============6562045050662948016==-- 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="===============2666857435109045600==" --===============2666857435109045600== 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. --===============2666857435109045600==-- 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="===============8973651460846493244==" --===============8973651460846493244== 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. --===============8973651460846493244==-- 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="===============6550176323318984446==" --===============6550176323318984446== 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. --===============6550176323318984446==--