Downloads
Release notes
New features:
* #250753: Add google books links added option to show Google Books links (thanks Tim Spalding!) from item ISBN
* Implemented hook_link addressing #257705: Show direct link to "Place hold" for current item
* Added ALT text to cover images, with item's title
* Also, hook_block provides a "neat" block which shows actions (comment, hold, favorites, etc) which normally show under the item. This should probably go into another module, though =)
Bugfixes:
* #258088: Could not get bib_recnum fixed regexp to handle how some webopac configs show the record number embedded in HTML
* Small fix: was removing author biblio links from full views but not from teasers.
* Fixed minor bug in millennium_trim_marc_value(), terms inside () were not having them removed.
* #256730: Tags for multiple authors are merged fixed
* Some issues from #253593 fixed: apostrophes show up as \', diacritics at the end of tags and other data get dropped
* Changed unrecognized material types to map to biblio's "misc" instead of "unpublished"
* #256709: Not showing volume information in holdings info fixed
* #253254: holdings lookup path: holdings lookup path fixed
* #250781: Auto path alias generation mishandles diacritics: Auto path alias generation mishandles diacritics, fixed
* #250906: Holdings information not fetching ALL holdings information: Holdings information not fetching ALL holdings information, fixed
* Scope argument was missing in link to full record in holdings display.
Also:
* Code cleanup (partial) to comply with Drupal coding standards