biblio 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| biblio-5.x-1.x-dev.tar.gz | 112.69 KB | 98b39ee1d85164cbc3851d05a7d599d2 |
Nightly development snapshot from CVS branch: DRUPAL-5
Last updated: July 30, 2009 - 00:04
This is a fully functional release candidate. Feel free to test it and give me any feedback :-)
Don't forget to run the update script after installing a new version of the module
CHANGE LOG:
Sept 25/07
- added sorting by keyword as per http://drupal.org/node/177404
Sept 19/07
- fixed a bug in _biblio_parse_authors which caused author names with "and" in them to be corrupted, as reported in http://drupal.org/node/176962
Sept 16/07
- added "Full Text" output to the tabular view.
Sept 15/07
- Added export links to "tabular" view.
- Added around the titles in the tabular view so they could be formated differently using css.
Sept 13/07
- Fixed the author searching so that the whole name must match
Sept 9/07
- changed check_plain to check_markup in biblio_show_node, line 727, to fix problem reported in http://drupal.org/node/144440
Aug 31/07
- changed the way authors are handled in the tagged export. As per http://drupal.org/node/171342
Aug 22/07
- added coins output to the new tabular output format.
Aug 15/07
- added a wrapper around the new "tabular" output so that it can be styled differently if desired
Aug 14/07
- Added a new "tabular" output format selectable on the admin/settings/biblio page in the "Styling" group
- Added a "Keyword" setting on the admin/biblio/settings 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.
July 13/07
- fixed a bug in the export function which would sometimes generate mysql errors.
July 7/07
- carried the "inline" feature throughout the module
June 7/07
- Added a "Taxonomy Term" select list on the filter page
May 30/07
- 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.
May 25/07
- 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.
May 17/07
- 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.
May. 8/07
- added the option to turn on and off the individual sorting links at the top of the biblio page.
May. 3/07
- added "edit all biblio entries" access control item. This allows admins to grant edit rights to all biblio entires to a specific user group
Apr. 7/07
- added preliminary views integration with a default view
- fix duplicate listing problem when used with taxonomy_access or organic_groups
Mar. 30/07
- 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.
Mar. 28/07
- fixed the OpenURL image include problem
- fixed a typo and a couple of other minor issues
Mar. 27/07
- 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.
Mar. 23/07
- added filter by taxonomy term, currently only available via url like this... /biblio/term/xxxx
Mar. 14/07
- 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.
Mar. 13/07
- added COinS information which (while invisible to the user) allows programs such as Zotero to harvest information from the biblio list
Mar. 8/07
- added OpenURL link generation (Submitted by Chad Fennel)
Mar. 7/07
- added integration with the footnotes module, this allows a mixture of bib and fn tags to be numbered sequentially.
Feb. 28/07
- fixed a problem in biblio_links which was generating invalid links in some cases
- moved theme/rendering code out of biblio_view and into theme_biblio_long()
- crated a new function, theme_biblio_export_links() to format the export links in the above mentioned function. The links are now of class "tab secondary" (secondary tabs) and should be handled by most themes.
Feb. 25/07
- you can now turn rss feeds on or off on the admin/settings/biblio page in the Syndication section.
- changed the tabs on the admin/settings/biblio page. There are now Type Defaults and a Type Customization tabs. Type Defaults apply to the fields of all the types and Type Customization, customizes specific fields for specific types (is that clear a mud?).
Feb. 23/07
- you can now turn auto complete on or off for any of the input fields on the admin/settings/biblio/types/edit page.
- add a check which prevents un-published biblio nodes from being shown in the block and rss feed.
Feb. 20/07
- added (cirotix's) "footnote" filter. You can now put tags in other node types with will be replaced with a reference number corresponding to a footnote inserted at the bottom of the page. Currently the tag format is <bib>bibkey</bib>, where bibkey corresponds to the bibkey field for the record.
Feb. 13/07
- added RIS format file import
Feb. 12/07
- added rss feed icon to the new publication block and rss feed at biblio/rss.xml
Feb. 11/07
- changed how the import functions are called so large data items are passed by reference rather than value, hopefully this will ease memory use.
Feb. 10/07
- added taxonomy integration.
