Problem with 007 framework?
I'm not finding anything on bugzilla and I'm not quite sure if this is a bug, or if something's not configured right. Trying to original catalog a DVD, with the DVDs, VHS framework selected (but the same problem exists in all the frameworks). If you click the ellipse after the 007 Physical Description Fixed Field, it brings up a builder screen. However, the only options available in the pulldowns are 00 Category of material t-Text 01 Specific material designation a-Regular print b-Large print c-Braille d-Loose-leaf u-Unspecified z-Other These choices are only appropriate for 007-text (books). For DVDs, Library of Congress says the 007 choices should be 00 - Category of material v - Videorecording 01 - Specific material designation c - Videocartridge d - Videodisc f - Videocassette r - Videoreel u - Unspecified z - Other | - No attempt to code Other material types of 007s have different value choices. What needs to be done to make the Koha 007 builder have the appropriate choices for each framework? This seems to be calling intranet/cgi-bin/cataloguing/value_builder/marc21_field_007.pl, but I can't read the code well enough to see where it's getting the values. Thanks. Jane Wagner Library Systems Analyst PTFS Inc. Content Management and Library Solutions 6400 Goldsboro Road, Suite 200 Bethesda, MD 20817 (301) 654-8088 x 151 jwagner@ptfs.com
Jane, When there is an elipsis after a field, this means that it use a value builder plugin. You can see which value builder is used for a field in the framework. Select your framework Click Subfields of the MARC field you want to modify. Click Edit Subfields. Click Show More Restrictions You'll see the plug-in that is used. In this case, it's marc21_subfield_007.pl The values displayed are in the template file of that plug-in. Just modify it and voilà. The default location of that template file should be /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tmpl Hope this helps, Eric Wagner, Jane wrote:
I'm not finding anything on bugzilla and I'm not quite sure if this is a bug, or if something's not configured right. Trying to original catalog a DVD, with the DVDs, VHS framework selected (but the same problem exists in all the frameworks). If you click the ellipse after the 007 Physical Description Fixed Field, it brings up a builder screen. However, the only options available in the pulldowns are
00 Category of material t-Text 01 Specific material designation a-Regular print b-Large print c-Braille d-Loose-leaf u-Unspecified z-Other
These choices are only appropriate for 007-text (books). For DVDs, Library of Congress says the 007 choices should be
00 - Category of material v - Videorecording 01 - Specific material designation c - Videocartridge d - Videodisc f - Videocassette r - Videoreel u - Unspecified z - Other | - No attempt to code
Other material types of 007s have different value choices.
What needs to be done to make the Koha 007 builder have the appropriate choices for each framework? This seems to be calling intranet/cgi-bin/cataloguing/value_builder/marc21_field_007.pl, but I can't read the code well enough to see where it's getting the values.
Thanks.
Jane Wagner Library Systems Analyst PTFS Inc. Content Management and Library Solutions 6400 Goldsboro Road, Suite 200 Bethesda, MD 20817 (301) 654-8088 x 151 jwagner@ptfs.com
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
Thanks -- that at least identifies the location of the problem. The book/text values appear to be hardcoded in the marc21_field_007.tmpl file itself, in both versions 3.00.00.107 and 3.01.00.013. So that file should be updated somehow to include all the possible 007 values based on framework selected, correct? Should I enter this as a bug on bugzilla? Jane Wagner Library Systems Analyst PTFS Inc. Content Management and Library Solutions 6400 Goldsboro Road, Suite 200 Bethesda, MD 20817 (301) 654-8088 x 151 jwagner@ptfs.com -----Original Message----- From: Eric Bégin [mailto:Eric.Begin@inLibro.com] Sent: Friday, March 06, 2009 11:42 AM To: Wagner, Jane Cc: koha-devel@lists.koha.org Subject: Re: [Koha-devel] Problem with 007 framework? Jane, When there is an elipsis after a field, this means that it use a value builder plugin. You can see which value builder is used for a field in the framework. Select your framework Click Subfields of the MARC field you want to modify. Click Edit Subfields. Click Show More Restrictions You'll see the plug-in that is used. In this case, it's marc21_subfield_007.pl The values displayed are in the template file of that plug-in. Just modify it and voilà. The default location of that template file should be /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tmpl Hope this helps, Eric Wagner, Jane wrote:
I'm not finding anything on bugzilla and I'm not quite sure if this is a bug, or if something's not configured right. Trying to original catalog a DVD, with the DVDs, VHS framework selected (but the same problem exists in all the frameworks). If you click the ellipse after the 007 Physical Description Fixed Field, it brings up a builder screen. However, the only options available in the pulldowns are
00 Category of material t-Text 01 Specific material designation a-Regular print b-Large print c-Braille d-Loose-leaf u-Unspecified z-Other
These choices are only appropriate for 007-text (books). For DVDs, Library of Congress says the 007 choices should be
00 - Category of material v - Videorecording 01 - Specific material designation c - Videocartridge d - Videodisc f - Videocassette r - Videoreel u - Unspecified z - Other | - No attempt to code
Other material types of 007s have different value choices.
What needs to be done to make the Koha 007 builder have the appropriate choices for each framework? This seems to be calling intranet/cgi-bin/cataloguing/value_builder/marc21_field_007.pl, but I can't read the code well enough to see where it's getting the values.
Thanks.
Jane Wagner Library Systems Analyst PTFS Inc. Content Management and Library Solutions 6400 Goldsboro Road, Suite 200 Bethesda, MD 20817 (301) 654-8088 x 151 jwagner@ptfs.com
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
Thanks. We will look at doing a patch, but I'll put it up on bugzilla in the meantime so the problem is out there. Maybe someone has already been working on a solution (she said hopefully). Jane Wagner Library Systems Analyst PTFS Inc. Content Management and Library Solutions 6400 Goldsboro Road, Suite 200 Bethesda, MD 20817 (301) 654-8088 x 151 jwagner@ptfs.com <mailto:jwagner@ptfs.com> From: Eric Bégin [mailto:Eric.Begin@inLibro.com] Sent: Friday, March 06, 2009 12:07 PM To: Wagner, Jane Cc: koha-devel@lists.koha.org Subject: Re: [Koha-devel] Problem with 007 framework? Jane, The best thing would be you to update the file and submit it as a patch. (to know how to submit a patch, get a look at http://wiki.koha.org/doku.php?id=en:development:git_usage) If you prefer not doing the modification yourself, then yes, you should fill a bug on bugzilla. Thanks, Eric Wagner, Jane wrote: Thanks -- that at least identifies the location of the problem. The book/text values appear to be hardcoded in the marc21_field_007.tmpl file itself, in both versions 3.00.00.107 and 3.01.00.013. So that file should be updated somehow to include all the possible 007 values based on framework selected, correct? Should I enter this as a bug on bugzilla? Jane Wagner Library Systems Analyst PTFS Inc. Content Management and Library Solutions 6400 Goldsboro Road, Suite 200 Bethesda, MD 20817 (301) 654-8088 x 151 jwagner@ptfs.com -----Original Message----- From: Eric Bégin [mailto:Eric.Begin@inLibro.com] Sent: Friday, March 06, 2009 11:42 AM To: Wagner, Jane Cc: koha-devel@lists.koha.org Subject: Re: [Koha-devel] Problem with 007 framework? Jane, When there is an elipsis after a field, this means that it use a value builder plugin. You can see which value builder is used for a field in the framework. Select your framework Click Subfields of the MARC field you want to modify. Click Edit Subfields. Click Show More Restrictions You'll see the plug-in that is used. In this case, it's marc21_subfield_007.pl The values displayed are in the template file of that plug-in. Just modify it and voilà. The default location of that template file should be /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tmpl Hope this helps, Eric Wagner, Jane wrote: I'm not finding anything on bugzilla and I'm not quite sure if this is a bug, or if something's not configured right. Trying to original catalog a DVD, with the DVDs, VHS framework selected (but the same problem exists in all the frameworks). If you click the ellipse after the 007 Physical Description Fixed Field, it brings up a builder screen. However, the only options available in the pulldowns are 00 Category of material t-Text 01 Specific material designation a-Regular print b-Large print c-Braille d-Loose-leaf u-Unspecified z-Other These choices are only appropriate for 007-text (books). For DVDs, Library of Congress says the 007 choices should be 00 - Category of material v - Videorecording 01 - Specific material designation c - Videocartridge d - Videodisc f - Videocassette r - Videoreel u - Unspecified z - Other | - No attempt to code Other material types of 007s have different value choices. What needs to be done to make the Koha 007 builder have the appropriate choices for each framework? This seems to be calling intranet/cgi-bin/cataloguing/value_builder/marc21_field_007.pl, but I can't read the code well enough to see where it's getting the values. Thanks. Jane Wagner Library Systems Analyst PTFS Inc. Content Management and Library Solutions 6400 Goldsboro Road, Suite 200 Bethesda, MD 20817 (301) 654-8088 x 151 jwagner@ptfs.com _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
FYI, I've sent a patch to the patches list for the 007 value builder, incorporating all 15 material types. I'm still looking at what's needed to fix the 006 and 008 builders. Jane Wagner Library Systems Analyst PTFS Inc. Content Management and Library Solutions 6400 Goldsboro Road, Suite 200 Bethesda, MD 20817 (301) 654-8088 x 151 jwagner@ptfs.com <mailto:jwagner@ptfs.com> From: koha-devel-bounces@lists.koha.org [mailto:koha-devel-bounces@lists.koha.org] On Behalf Of Wagner, Jane Sent: Friday, March 06, 2009 12:09 PM To: Eric Bégin Cc: koha-devel@lists.koha.org Subject: Re: [Koha-devel] Problem with 007 framework? Thanks. We will look at doing a patch, but I'll put it up on bugzilla in the meantime so the problem is out there. Maybe someone has already been working on a solution (she said hopefully). Jane Wagner Library Systems Analyst PTFS Inc. Content Management and Library Solutions 6400 Goldsboro Road, Suite 200 Bethesda, MD 20817 (301) 654-8088 x 151 jwagner@ptfs.com From: Eric Bégin [mailto:Eric.Begin@inLibro.com] Sent: Friday, March 06, 2009 12:07 PM To: Wagner, Jane Cc: koha-devel@lists.koha.org Subject: Re: [Koha-devel] Problem with 007 framework? Jane, The best thing would be you to update the file and submit it as a patch. (to know how to submit a patch, get a look at http://wiki.koha.org/doku.php?id=en:development:git_usage) If you prefer not doing the modification yourself, then yes, you should fill a bug on bugzilla. Thanks, Eric Wagner, Jane wrote: Thanks -- that at least identifies the location of the problem. The book/text values appear to be hardcoded in the marc21_field_007.tmpl file itself, in both versions 3.00.00.107 and 3.01.00.013. So that file should be updated somehow to include all the possible 007 values based on framework selected, correct? Should I enter this as a bug on bugzilla? Jane Wagner Library Systems Analyst PTFS Inc. Content Management and Library Solutions 6400 Goldsboro Road, Suite 200 Bethesda, MD 20817 (301) 654-8088 x 151 jwagner@ptfs.com -----Original Message----- From: Eric Bégin [mailto:Eric.Begin@inLibro.com] Sent: Friday, March 06, 2009 11:42 AM To: Wagner, Jane Cc: koha-devel@lists.koha.org Subject: Re: [Koha-devel] Problem with 007 framework? Jane, When there is an elipsis after a field, this means that it use a value builder plugin. You can see which value builder is used for a field in the framework. Select your framework Click Subfields of the MARC field you want to modify. Click Edit Subfields. Click Show More Restrictions You'll see the plug-in that is used. In this case, it's marc21_subfield_007.pl The values displayed are in the template file of that plug-in. Just modify it and voilà. The default location of that template file should be /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tmpl Hope this helps, Eric Wagner, Jane wrote: I'm not finding anything on bugzilla and I'm not quite sure if this is a bug, or if something's not configured right. Trying to original catalog a DVD, with the DVDs, VHS framework selected (but the same problem exists in all the frameworks). If you click the ellipse after the 007 Physical Description Fixed Field, it brings up a builder screen. However, the only options available in the pulldowns are 00 Category of material t-Text 01 Specific material designation a-Regular print b-Large print c-Braille d-Loose-leaf u-Unspecified z-Other These choices are only appropriate for 007-text (books). For DVDs, Library of Congress says the 007 choices should be 00 - Category of material v - Videorecording 01 - Specific material designation c - Videocartridge d - Videodisc f - Videocassette r - Videoreel u - Unspecified z - Other | - No attempt to code Other material types of 007s have different value choices. What needs to be done to make the Koha 007 builder have the appropriate choices for each framework? This seems to be calling intranet/cgi-bin/cataloguing/value_builder/marc21_field_007.pl, but I can't read the code well enough to see where it's getting the values. Thanks. Jane Wagner Library Systems Analyst PTFS Inc. Content Management and Library Solutions 6400 Goldsboro Road, Suite 200 Bethesda, MD 20817 (301) 654-8088 x 151 jwagner@ptfs.com _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
Wagner, Jane a écrit :
FYI, I’ve sent a patch to the patches list for the 007 value builder, incorporating all 15 material types. I’m still looking at what’s needed to fix the 006 and 008 builders.
mmm... nothing recieved yet on the mailing list. someone else can confirm ? Anyway : kudos for this first patch. I hope that will be the first of a long long list ... -- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc Tel : (33) 4 91 81 35 08
Hmmm....I sent it yesterday afternoon, with the git email to the patches address. Galen or someone, let me know if it didn't make it and I can send it again. It's fairly large -- don't know if size is a problem. Jane Wagner Library Systems Analyst PTFS Inc. Content Management and Library Solutions 6400 Goldsboro Road, Suite 200 Bethesda, MD 20817 (301) 654-8088 x 151 jwagner@ptfs.com -----Original Message----- From: koha-devel-bounces@lists.koha.org on behalf of paul POULAIN Sent: Tue 3/31/2009 3:29 AM To: koha-devel@lists.koha.org Subject: Re: [Koha-devel] Problem with 007 framework? Wagner, Jane a écrit :
FYI, I've sent a patch to the patches list for the 007 value builder, incorporating all 15 material types. I'm still looking at what's needed to fix the 006 and 008 builders.
mmm... nothing recieved yet on the mailing list. someone else can confirm ? Anyway : kudos for this first patch. I hope that will be the first of a long long list ... -- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc Tel : (33) 4 91 81 35 08 _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
Hi Jane, 2009/3/31 Wagner, Jane <jwagner@ptfs.com>:
Hmmm....I sent it yesterday afternoon, with the git email to the patches address. Galen or someone, let me know if it didn't make it and I can send it again. It's fairly large -- don't know if size is a problem.
It's unlikely that the size of the patch is a problem. Please try sending it again to patches@koha.org. It may also help to ensure that the email address you configured git with (via git config --global user.email) is subscribed to the koha-patches list, which receives and distributes all patches sent to patches@koha.org. If you're not already subscribed, you can do so at http://lists.koha.org/mailman/listinfo/koha-patches. Regards, Galen -- Galen Charlton VP, Research & Development, LibLime galen.charlton@liblime.com p: 1-888-564-2457 x709 skype: gmcharlt
Thanks. I'm out of the office today -- I'll try resending tomorrow. I used my own address, which is subscribed to the patches list, so that shouldn't be the problem. Jane Wagner Library Systems Analyst PTFS Inc. Content Management and Library Solutions 6400 Goldsboro Road, Suite 200 Bethesda, MD 20817 (301) 654-8088 x 151 jwagner@ptfs.com -----Original Message----- From: Galen Charlton [mailto:galen.charlton@liblime.com] Sent: Tue 3/31/2009 7:33 AM To: Wagner, Jane Cc: paul POULAIN; koha-devel@lists.koha.org Subject: Re: [Koha-devel] Problem with 007 framework? Hi Jane, 2009/3/31 Wagner, Jane <jwagner@ptfs.com>:
Hmmm....I sent it yesterday afternoon, with the git email to the patches address. Galen or someone, let me know if it didn't make it and I can send it again. It's fairly large -- don't know if size is a problem.
It's unlikely that the size of the patch is a problem. Please try sending it again to patches@koha.org. It may also help to ensure that the email address you configured git with (via git config --global user.email) is subscribed to the koha-patches list, which receives and distributes all patches sent to patches@koha.org. If you're not already subscribed, you can do so at http://lists.koha.org/mailman/listinfo/koha-patches. Regards, Galen -- Galen Charlton VP, Research & Development, LibLime galen.charlton@liblime.com p: 1-888-564-2457 x709 skype: gmcharlt
Thanks to Galen for spending time troubleshooting with me this morning. My development machine appears to not have external email enabled. I've asked our IT person to fix that, but in the meantime Galen suggested sending the patch as an attachement to the patches list. Jane Wagner Library Systems Analyst PTFS Inc. Content Management and Library Solutions 6400 Goldsboro Road, Suite 200 Bethesda, MD 20817 (301) 654-8088 x 151 jwagner@ptfs.com <mailto:jwagner@ptfs.com> From: koha-devel-bounces@lists.koha.org [mailto:koha-devel-bounces@lists.koha.org] On Behalf Of Wagner, Jane Sent: Tuesday, March 31, 2009 7:14 AM To: paul POULAIN; koha-devel@lists.koha.org Subject: Re: [Koha-devel] Problem with 007 framework? Hmmm....I sent it yesterday afternoon, with the git email to the patches address. Galen or someone, let me know if it didn't make it and I can send it again. It's fairly large -- don't know if size is a problem. Jane Wagner Library Systems Analyst PTFS Inc. Content Management and Library Solutions 6400 Goldsboro Road, Suite 200 Bethesda, MD 20817 (301) 654-8088 x 151 jwagner@ptfs.com -----Original Message----- From: koha-devel-bounces@lists.koha.org on behalf of paul POULAIN Sent: Tue 3/31/2009 3:29 AM To: koha-devel@lists.koha.org Subject: Re: [Koha-devel] Problem with 007 framework? Wagner, Jane a écrit :
FYI, I've sent a patch to the patches list for the 007 value builder, incorporating all 15 material types. I'm still looking at what's needed to fix the 006 and 008 builders.
mmm... nothing recieved yet on the mailing list. someone else can confirm ? Anyway : kudos for this first patch. I hope that will be the first of a long long list ... -- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc Tel : (33) 4 91 81 35 08 _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
participants (4)
-
Eric Bégin -
Galen Charlton -
paul POULAIN -
Wagner, Jane