]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1367926: various improvements and bugfixes
authorGalen Charlton <gmc@esilibrary.com>
Tue, 16 Feb 2016 16:31:34 +0000 (11:31 -0500)
committerKathy Lussier <klussier@masslnc.org>
Thu, 18 Feb 2016 15:52:21 +0000 (10:52 -0500)
commitf0ac3dab0206e5fafca8ed1d1cb491f8f2034406
tree5db3823240c63caa2018867fbb5561fd9b76b7c0
parentb1892a6a34fb1b4b973b04cbdbd84ef50b3e845a
LP#1367926: various improvements and bugfixes

- use entityize() so that non-ASCII characters don't break
  XML well-formedness
- when a U2 identifier is given, the list of supported formats
  returned is now accurate
- biblio_record_entry_feed now works; for example,

/opac/extras/unapi?id=tag::U2@biblio_record_entry_feed/1608,454{holdings_xml}&format=mods32

returns a modsCollection of bibs 1608 and 454.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/SuperCat.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat.pm