Downloads
Download tar.gz
61.78 KB
MD5: 7cea142d259c98c05066934103c0afd0
SHA-1: 69cb1c1141f9ba5dfcafcdc2c8b7374cea773351
SHA-256: 25ad21d172aced7bc6d1463e30c1ea21cf239f4903bbe37d0c90df66a61ac8ed
Download zip
69.92 KB
MD5: 876ba80e692e85b4e655fbec34e381f2
SHA-1: b7190a2ccfcd18dbb844c9368fbebcdbce2d93ef
SHA-256: b357ef5e5ea1e863e88b9566355143c5e67eeb8bbd7312e2720f14e1fe614bf9
Release notes
New features / bug fixes in this version...
- changed check_plain to check_markup in biblio_show_node, line 727, to fix problem reported in http://drupal.org/node/144440
- changed the way authors are handled in the tagged export. As per http://drupal.org/node/171342
- added coins output to the new tabular output format.
- added a
wrapper around the new "tabular" output so that it can be styled differently if desiredFeatures / bug fixes (in previous versions) include:
- Fixed bug which prevented editing of existing entries
- Added settings on the admin/settings/biblio page related to the "New Publications" block
- Added a new "tabular" output format selectable on the admin/settings/biblio page in the "Styling" group
- Added a "Keyword" setting on the admin/settings/biblio page which allows the admin to specify the character which will be used to split the keyword string into multiple keywords.
- Fixed the form rendering such that WYSIWYG editors now work with the biblio input form
- made a few formating changes to output valid xhtml.
- fixed a bug in the export function which would sometimes generate mysql errors.
- carried the "inline" feature throughout the module
- Added a "Taxonomy Term" select list on the filter page
- Added the ability to filter on any biblio field using a URL like biblio/custom1/text. This will list all the entries with "text" in the biblio_custom1 field.
- Keywords are only split on (must be separated by) semicolons now.
- Changed the "New Pubs" block so that the rss feed icon is outside the html list tags, making it more standards complient.
- Changed the uid check so that only admins can see unpublished entries.
- Added the ability to attach annotations to the biblio listings. The field from which the annotation is taken is selected on the admin/settings/biblio page under the "style" setting.
- added the option to turn on and off the individual sorting links at the top of the biblio page.
- added "edit all biblio entries" access control item. This allows admins to grant edit rights to all biblio entires to a specific user group
- added preliminary views integration with a default view
- fix duplicate listing problem when used with taxonomy_access or organic_groups
- added the ability to set the number of entries in an RSS feed (admin/settings/biblio, in the syndication section)
- added the ability to have links to authors and titles open in a new browser window (admin/settings/biblio in the style section)
- changed the keyword and author filtering to use regular expressions. This should solve the short keyword problem, and gives the full power of regular expressions.
- fixed the OpenURL image include problem
- fixed a typo and a couple of other minor issues
- added filter by taxonomy term ID, currently only available via url like this... /biblio/term_id/n, where n is the taxonomy term id from the database.
- added filter by taxonomy term, currently only available via url like this... /biblio/term/xxxx
- added user access permission "view full text" to restrict which user groups can view the full text output.
- fixed a typo in the theme_biblio_short function which would cause the style to be ignored if supplied.
- added function theme_biblio_add_css which will allow users to override the default biblio.css file, thanks to jeromev for the idea.
- added COinS information which (while invisible to the user) allows programs such as Zotero to harvest information from the biblio list
- added OpenURL link generation (Submitted by Chad Fennel)
- added integration with the footnotes module, this allows a mixture of bib and fn tags to be numbered sequentially.
- EndNote (7 - 10) tagged and XML import
- RIS import
- bibTex import
- in-line citing of references in "page" or "story" node types (builds a reference list at the end of the node body)
- selectable output styles (original, CSE, APA and IEEE so far)
- taxonomy integration: register keywords as taxonomy and/or assign an entry to an existing vocabulary
- sorting
- filtering
- "autocomplete" enabled input form (turn it on for specific fields on the 'admin/settings/biblio/defaults' page)
- rss feeds (enabled on the admin/settings/bibio page)