]> git.evergreen-ils.org Git - Evergreen.git/commit
Add a new set of unapi/supercat holding-enriched formats, -uris
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 6 Nov 2009 05:20:39 +0000 (05:20 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 6 Nov 2009 05:20:39 +0000 (05:20 +0000)
commit96f4dd1700a99efe0dd2772fdbbf885a23df53db
tree0400c6ca20fbf5fd72a05605829b1c3060339d37
parent8e34858c10f664f2e2bcdc43bc87e4f28a11e45f
Add a new set of unapi/supercat holding-enriched formats, -uris

These formats focus on returning just URIs, rather than the bulky copy
information returned by -full. Accordingly, the default data type
requested by BibTemplate.js has been changed to 'marcxml-uris', as
out of the box no functionality in the default or craftsman skins
require copy information.

Some of the duplicate code in OpenILS::WWW::SuperCat.pm has been refactored
into subroutines.

To aid the human reader of the -uris and -full output, line breaks
and indentation has been introduced to the contents of the <volumes> element.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14802 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm
Open-ILS/web/js/dojo/openils/BibTemplate.js