Releases for Bibliography Module

biblio 5.x-1.16

rjerome - July 3, 2008 - 15:53
Official release from CVS tag: DRUPAL-5--1-16
Download: biblio-5.x-1.16.tar.gz
Size: 100.05 KB
md5_file hash: 7f0a7747e664941961412cbb25733b5f
First released: July 3, 2008 - 15:53
Last updated: July 3, 2008 - 15:55

Issues fixed in this release...
#237082: Make the publisher field clickable in tabular view
#235127: RSS for Authors
#241237: Import multiple publications for group of users
-changed the term "Drupal User ID" to "User ID" on the "Profile" settings page to avoid confusing people who don't know what "Drupal" is.
#244707: Filter text in results cannot be styled.
#244707: Filter text in results cannot be styled.
-changed size of hint on fields to 255 chars.
-fixed a bug in biblio_citekey_generate which caused the primary key to be ignored.
#251360: Standardise biblio_access
#251100: Normalize author names and "et al" Authors
#215955: disable exporting of all entries
-added some form validation on the user account information so that if the user chooses to use either "last name" or "Both (Last name & User ID") as a search criteria for their profile publication list, then they MUST supply a value in the "Last name" field.
#89038: Biblio and URLs/pathauto

biblio 6.x-1.0-beta8

rjerome - July 2, 2008 - 13:50
Official release from CVS tag: DRUPAL-6--1-0-BETA8
Download: biblio-6.x-1.0-beta8.tar.gz
Size: 101.51 KB
md5_file hash: 3eabf6094786cdc5aaf24d460e737591
First released: July 2, 2008 - 13:50
Last updated: July 2, 2008 - 21:15

This release fixes a problem with beta7 with prevented some author names from displaying.

biblio 6.x-1.0-beta7

rjerome - June 27, 2008 - 20:54
Official release from CVS tag: DRUPAL-6--1-0-BETA7
Download: biblio-6.x-1.0-beta7.tar.gz
Size: 96.84 KB
md5_file hash: f083fea603f2f8ff709baf26ad406353
First released: June 27, 2008 - 20:54
Last updated: June 27, 2008 - 20:55

numerous bug fixes (sorry I can't be more specific, but I'm in a bit of a hurry right now and I thought better to have the code than a list of the fixes in the code :-)

DON'T FORGET TO RUN UPDATE.PHP AFTER INSTALLATION!!

biblio 6.x-1.0-beta6

rjerome - May 26, 2008 - 00:55
Official release from CVS tag: DRUPAL-6--1-0-BETA6
Download: biblio-6.x-1.0-beta6.tar.gz
Size: 90.06 KB
md5_file hash: b1fbb0194c2170b31e18f172baa500b9
First released: May 26, 2008 - 00:55
Last updated: May 26, 2008 - 01:00

This release has support for an upgrade path from the 5.x version and 6.x-beta5

Issues fixed since last beta...


NOTE!!! Contrary to what the documentation says, if you are upgrading a 5.x database, you should leave the biblio module enabled during the upgrade.

The way I test upgrades (5.x to 6.x) is to make a backup of your entire 5.x schema and restore it to another schema name. For example, If I have a schema called D5 (which has all the usual drupal and biblio tables) and in settings.php the database line looks something like this...

$db_url = 'mysql://user:password@localhost/D5';

Then I would restore the drupal 5.x backup to a schema called "test". Now I would install Drupal 6.2 in another directory and get it all setup and working (including biblio) and then I would edit the settings.php file in the D6 installation and set the db_url to the newly created "test" schema that contains the 5.x tables restored from the backup. So the D6 db_url line would now be changed from this...
$db_url = 'mysql://user:password@localhost/D6';

to this...
$db_url = 'mysql://user:password@localhost/test';

and the update_access line should be set to true like this...
$update_free_access = TRUE;

Now you should immediately visit the update.php file on the D6 site. This should update the old D5 tables which you restored to the "test" schema to the D6 revision levels.

I hope that makes some sense.

biblio 6.x-1.0-beta5

rjerome - May 16, 2008 - 01:09
Official release from CVS tag: DRUPAL-6--1-0-BETA5
Download: biblio-6.x-1.0-beta5.tar.gz
Size: 91.31 KB
md5_file hash: c939a7f49f0ed991fd9ca99a611948db
First released: May 16, 2008 - 01:09
Last updated: May 16, 2008 - 01:10

This version has completely redesigned author handling and thus is incompatible with previous beta releases. If you were using a previous beta, you should completely uninstall it first then install the new beta.

This release has support for an upgrade path from the 5.x version.


NOTE!!! Contrary to what the documentation says, if you are upgrading a 5.x database, you should leave the biblio module enabled during the upgrade.

The way I test upgrades (5.x to 6.x) is to make a backup of your entire 5.x schema and restore it to another schema name. For example, If I have a schema called D5 (which has all the usual drupal and biblio tables) and in settings.php the database line looks something like this...

$db_url = 'mysql://user:password@localhost/D5';

Then I would restore the drupal 5.x backup to a schema called "test". Now I would install Drupal 6.2 in another directory and get it all setup and working (including biblio) and then I would edit the settings.php file in the D6 installation and set the db_url to the newly created "test" schema that contains the 5.x tables restored from the backup. So the D6 db_url line would now be changed from this...
$db_url = 'mysql://user:password@localhost/D6';

to this...
$db_url = 'mysql://user:password@localhost/test';

and the update_access line should be set to true like this...
$update_free_access = TRUE;

Now you should immediately visit the update.php file on the D6 site. This should update the old D5 tables which you restored to the "test" schema to the D6 revision levels.

I hope that makes some sense.

biblio 6.x-1.0-beta4

rjerome - May 15, 2008 - 20:12
Official release from CVS tag: DRUPAL-6--1-0-BETA4
Download: biblio-6.x-1.0-beta4.tar.gz
Size: 91.32 KB
md5_file hash: ad1c4b103202af560a83ee73b9914142
First released: May 15, 2008 - 20:12
Last updated: May 15, 2008 - 20:15

This version has completely redesigned author handling and thus is incompatible with previous beta releases. If you were using a previous beta, you should completely uninstall it first then install the new beta.

This release has support for an upgrade path from the 5.x version.

NOTE!!! Contrary to what the documentation says, if you are upgrading a 5.x database, you should leave the biblio module enabled during the upgrade.

biblio 5.x-1.15

rjerome - March 20, 2008 - 21:27
Official release from CVS tag: DRUPAL-5--1-15
Download: biblio-5.x-1.15.tar.gz
Size: 87.71 KB
md5_file hash: 89461c9389c2118d4a9c48c2561fb3a4
First released: March 20, 2008 - 21:27
Last updated: March 20, 2008 - 21:30

This release changes the bibTex parser to comply with the GPL license requirements of Drupal.

There is one new feature in this release, that being hover tips are added to the export links on the node pages. For this to work, you must install the hovertips module.

This release rolls up numerous bug fixes

  1. #146760
  2. #233676
  3. #146760
  4. #227432
  5. #232790
  6. #232781
  7. #130899
  8. #208836
  9. #214977
  10. #213805

and a couple of new features, namely

  1. added "auto" citekey generation and a Cite Key settings area on the admin page
  2. added download links to the citation entries for direct access to attached files http://drupal.org/node/225447
  3. added the option to display users publications on a separate tab on the profile page

biblio 5.x-1.14

rjerome - March 19, 2008 - 01:43
Official release from CVS tag: DRUPAL-5--1-14
Download: biblio-5.x-1.14.tar.gz
Size: 78.01 KB
md5_file hash: 1c5dc8a3de74b9adb6b2035e723e3e3a
First released: March 19, 2008 - 01:43
Last updated: March 19, 2008 - 01:45

This release rolls up numerous bug fixes

  1. #146760
  2. #233676
  3. #146760
  4. #227432
  5. #232790
  6. #232781
  7. #130899
  8. #208836
  9. #214977
  10. #213805

and a couple of new features, namely

  1. added "auto" citekey generation and a Cite Key settings area on the admin page
  2. added download links to the citation entries for direct access to attached files http://drupal.org/node/225447
  3. added the option to display users publications on a separate tab on the profile page

biblio 6.x-1.0-beta3

rjerome - February 26, 2008 - 02:37
Official release from CVS tag: DRUPAL-6--1-0-BETA3
Download: biblio-6.x-1.0-beta3.tar.gz
Size: 68.7 KB
md5_file hash: a5bd323951a6406130dbf64bf2d4ec03
First released: February 26, 2008 - 02:37
Last updated: February 26, 2008 - 02:40

Beta3 release, which fixes all (I hope) the bugs with the input form.

There is still a known bug which prevents EndNote 8 thru X XML file import. I will be completely rewriting this parser and it will only be compatible with PHP 5.x, so let me know is this is a show stopper for you.

Once again, this is not recommended for production use yet, but testing and feedback are appreciated.

Ron.

biblio 6.x-1.0-beta2

rjerome - February 25, 2008 - 03:28
Official release from CVS tag: DRUPAL-6--1-0-BETA2
Download: biblio-6.x-1.0-beta2.tar.gz
Size: 68.69 KB
md5_file hash: 1efb7b8476474d4c658e60dc331260b1
First released: February 25, 2008 - 03:28
Last updated: February 25, 2008 - 03:30

This is the second beta release compatible with Drupal 6.x.

Not recommended for production sites just yet, but testing and feedback are welcome.

biblio 6.x-1.x-dev

rjerome - February 20, 2008 - 22:05
Nightly development snapshot from CVS branch: DRUPAL-6--1
Download: biblio-6.x-1.x-dev.tar.gz
Size: 101.53 KB
md5_file hash: a81238439bbb7fe143987ea259e1b7ef
First released: February 20, 2008 - 22:05
Last updated: July 4, 2008 - 00:01

This version has completely redesigned author handling and thus is incompatible with previous dev releases. If you were using a previous dev, you should completely uninstall it first then install the new dev.

This release has support for an upgrade path from the 5.x version.


NOTE!!! Contrary to what the documentation says, if you are upgrading a 5.x database, you should leave the biblio module enabled during the upgrade.

The way I test upgrades (5.x to 6.x) is to make a backup of your entire 5.x schema and restore it to another schema name. For example, If I have a schema called D5 (which has all the usual drupal and biblio tables) and in settings.php the database line looks something like this...

$db_url = 'mysql://user:password@localhost/D5';

Then I would restore the drupal 5.x backup to a schema called "test". Now I would install Drupal 6.2 in another directory and get it all setup and working (including biblio) and then I would edit the settings.php file in the D6 installation and set the db_url to the newly created "test" schema that contains the 5.x tables restored from the backup. So the D6 db_url line would now be changed from this...
$db_url = 'mysql://user:password@localhost/D6';

to this...
$db_url = 'mysql://user:password@localhost/test';

and the update_access line should be set to true like this...
$update_free_access = TRUE;

Now you should immediately visit the update.php file on the D6 site. This should update the old D5 tables which you restored to the "test" schema to the D6 revision levels.

I hope that makes some sense.

biblio 6.x-1.0-beta1

rjerome - February 20, 2008 - 01:08
Official release from CVS tag: DRUPAL-6--1-0-BETA1
Download: biblio-6.x-1.0-beta1.tar.gz
Size: 67.35 KB
md5_file hash: 94d3fb389ee9a2dfc72a45a8f1336ed2
First released: February 20, 2008 - 01:08
Last updated: February 20, 2008 - 01:10

NOTE: there is a bug in this release which prevents the input form from working, thus only data import from file will work with this release! Please stand by while I try to resolve this issue

This is the first beta release compatible with Drupal 6.x.

Not recommended for production sites just yet, but testing and feedback are welcome.

biblio 5.x-1.13

rjerome - January 24, 2008 - 18:31
Official release from CVS tag: DRUPAL-5--1-13
Download: biblio-5.x-1.13.tar.gz
Size: 77.2 KB
md5_file hash: 9822e628ae8569b72fd36bb942552f07
First released: January 24, 2008 - 18:31
Last updated: January 24, 2008 - 18:35

Ok, here's lucky "13', maybe this one will be free of bugs...

As before here are the notes...

The most significant new feature in this release is the addition of biblio entries on the user profile pages. See the admin/settings/biblio page in the "Profile pages" section.

Also added the option to link publication titles to the URL in the biblio_url field rather than the default, which is linking them to the "node" entry. See the admin/settings/biblio page in the "Links" section.

Added the ability to set the user id of entries imported from a file to a specific user rather than the one doing the import. See admin/settings/biblio/import page.

There are also numerous bug fixes accumulated over the last couple of months.

biblio 5.x-1.12

rjerome - January 24, 2008 - 15:12
Official release from CVS tag: DRUPAL-5--1-12
Download: biblio-5.x-1.12.tar.gz
Size: 77.21 KB
md5_file hash: 35f216f30bbae7bbbc3d56ca157dff1c
First released: January 24, 2008 - 15:12
Last updated: January 24, 2008 - 15:15

The most significant new feature in this release is the addition of biblio entries on the user profile pages. See the admin/settings/biblio page in the "Profile pages" section.

Also added the option to link publication titles to the URL in the biblio_url field rather than the default, which is linking them to the "node" entry. See the admin/settings/biblio page in the "Links" section.

Added the ability to set the user id of entries imported from a file to a specific user rather than the one doing the import. See admin/settings/biblio/import page.

There are also numerous bug fixes accumulated over the last couple of months.

biblio 5.x-1.11

rjerome - January 24, 2008 - 02:18
Official release from CVS tag: DRUPAL-5--1-11
Download: biblio-5.x-1.11.tar.gz
Size: 77.09 KB
md5_file hash: a598232e71979a0f5871ea272c207e7a
First released: January 24, 2008 - 02:18
Last updated: January 24, 2008 - 02:20

The most significant new feature in this release is the addition of biblio entries on the user profile pages. See the admin/settings/biblio page in the "Profile pages" section.

Also added the option to link publication titles to the URL in the biblio_url field rather than the default, which is linking them to the "node" entry. See the admin/settings/biblio page in the "Links" section.

Added the ability to set the user id of entries imported from a file to a specific user rather than the one doing the import. See admin/settings/biblio/import page.

There are also numerous bug fixes accumulated over the last couple of months.

biblio 5.x-1.10

rjerome - December 14, 2007 - 14:29
Official release from CVS tag: DRUPAL-5--1-10
Download: biblio-5.x-1.10.tar.gz
Size: 75.7 KB
md5_file hash: 3f2b21c554a0562365867430f40767bc
First released: December 14, 2007 - 14:29
Last updated: December 14, 2007 - 14:30

This release contains mostly just bug fixes

biblio 5.x-1.9

rjerome - September 26, 2007 - 00:58
Official release from CVS tag: DRUPAL-5--1-9
Download: biblio-5.x-1.9.tar.gz
Size: 61.92 KB
md5_file hash: bb9ca469aa85909fd8fd7267ca7d25bf
First released: September 26, 2007 - 00:58
Last updated: September 26, 2007 - 01:00

New features / bug fixes in this version...

  • 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
  • Added "Full Text" output to the tabular view.
  • Added export links to "tabular" view.
  • Added around the titles in the tabular view so they could be formated differently using css.
  • Fixed the author searching so that the whole name must match

Features / bug fixes (in previous versions) include:

  • 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 desired
  • 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)

biblio 5.x-1.8

rjerome - September 10, 2007 - 00:35
Official release from CVS tag: DRUPAL-5--1-8
Download: biblio-5.x-1.8.tar.gz
Size: 61.78 KB
md5_file hash: 7cea142d259c98c05066934103c0afd0
First released: September 10, 2007 - 00:35
Last updated: September 10, 2007 - 00:40

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 desired

Features / 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)

biblio 4.7.x-2.10

rjerome - September 10, 2007 - 00:29
Official release from CVS tag: DRUPAL-4-7--2-10
Download: biblio-4.7.x-2.10.tar.gz
Size: 61.34 KB
md5_file hash: a7ff4e506707b5b02187b9018a7113b9
First released: September 10, 2007 - 00:29
Last updated: September 10, 2007 - 00:30

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 desired

Features / 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)

biblio 4.7.x-2.9

rjerome - August 28, 2007 - 01:50
Official release from CVS tag: DRUPAL-4-7--2-9
Download: biblio-4.7.x-2.9.tar.gz
Size: 61.25 KB
md5_file hash: fcf7c64811e7c1d2260076f4fe838caa
First released: August 28, 2007 - 01:50
Last updated: August 28, 2007 - 01:55

New features in this version...

  • 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

Features (in previous versions) include:

  • 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)

biblio 5.x-1.7

rjerome - August 17, 2007 - 01:27
Official release from CVS tag: DRUPAL-5--1-7
Download: biblio-5.x-1.7.tar.gz
Size: 61.69 KB
md5_file hash: b1842d3f0e20240b6f0708949c8da031
First released: August 17, 2007 - 01:27
Last updated: August 17, 2007 - 01:30

New features in this version...

  • 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

Features (in previous versions) include:

  • 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)

biblio 5.x-1.6

rjerome - August 15, 2007 - 02:51
Official release from CVS tag: DRUPAL-5--1-6
Download: biblio-5.x-1.6.tar.gz
Size: 61.38 KB
md5_file hash: 02e410c5452399bcfb92abf7da1803f7
First released: August 15, 2007 - 02:51
Last updated: August 15, 2007 - 02:54

New features in this version...

  • 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

Features (in previous versions) include:

  • 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)

biblio 5.x-1.5

rjerome - August 14, 2007 - 21:49
Official release from CVS tag: DRUPAL-5--1-5
Download: biblio-5.x-1.5.tar.gz
Size: 61.01 KB
md5_file hash: 324a8cdcc15a820fe50162a5e98807f9
First released: August 14, 2007 - 21:49
Last updated: August 14, 2007 - 21:49

New features in this version...

  • 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.
  • fixed a bug in the export function which would sometimes generate mysql errors.
  • carried the "inline" feature throughout the module

Features (in previous versions) include:

  • 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)

biblio 5.x-1.4

rjerome - June 12, 2007 - 02:34
Official release from CVS tag: DRUPAL-5--1-4
Download: biblio-5.x-1.4.tar.gz
Size: 62.02 KB
md5_file hash: 118147ca7d117fd2b90e761a5d66d777
First released: June 12, 2007 - 02:34
Last updated: June 12, 2007 - 02:35

New features in this version...

  • 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

Features (in previous versions) include:

  • 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)

biblio 4.7.x-2.8

rjerome - June 12, 2007 - 02:29
Official release from CVS tag: DRUPAL-4-7--2-8
Download: biblio-4.7.x-2.8.tar.gz
Size: 59.7 KB
md5_file hash: d6509f040cde920390fd0b371746ab48
First released: June 12, 2007 - 02:29
Last updated: June 12, 2007 - 02:30

New features in this version...

  • 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

Features (in previous versions) include:

  • 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)

biblio 5.x-1.3

rjerome - June 11, 2007 - 03:14
Official release from CVS tag: DRUPAL-5--1-3
Download: biblio-5.x-1.3.tar.gz
Size: 60.22 KB
md5_file hash: 994f022da6855bd3bf236d48d300797a
First released: June 11, 2007 - 03:14
Last updated: June 11, 2007 - 03:15

New features in this version...

  • 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

Features (in previous versions) include:

  • 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)

biblio 4.7.x-2.7

rjerome - March 30, 2007 - 21:15
Official release from CVS tag: DRUPAL-4-7--2-7
Download: biblio-4.7.x-2.7.tar.gz
Size: 57.93 KB
md5_file hash: 65e5a67556e47d8ba38cb2dc92af5425
First released: March 30, 2007 - 21:15
Last updated: March 30, 2007 - 21:20

New features in this version...

  • 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.

Features (in previous versions) include:

  • 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)
  • biblio 5.x-1.2

    rjerome - March 30, 2007 - 21:07
    Official release from CVS tag: DRUPAL-5--1-2
    Download: biblio-5.x-1.2.tar.gz
    Size: 58.51 KB
    md5_file hash: ba926f4cb37dbea4776126cc90931db7
    First released: March 30, 2007 - 21:07
    Last updated: March 30, 2007 - 21:10

    New features in this version...

    • 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.

    Features (in previous versions) include:

    • 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)
  • biblio 5.x-1.1

    rjerome - March 3, 2007 - 17:21
    Official release from CVS tag: DRUPAL-5--1-1
    Download: biblio-5.x-1.1.tar.gz
    Size: 54.46 KB
    md5_file hash: 320cb7f85a7ee8c12e619785a212b487
    First released: March 3, 2007 - 17:21
    Last updated: March 3, 2007 - 17:25

    This version fixes a bug which caused problems when upgrading from 4.6, but is otherwise the same as 5.x-1.0

    Features include:

    • 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)
  • biblio 5.x-1.0

    rjerome - March 3, 2007 - 01:36
    Official release from CVS tag: DRUPAL-5--1-0
    Download: biblio-5.x-1.0.tar.gz
    Size: 54.41 KB
    md5_file hash: cab3c79f7e14ff97ff33d8f53f3abae2
    First released: March 3, 2007 - 01:36
    Last updated: March 3, 2007 - 01:40

    The first "official" release, although many people have been using the 5.x-dev version for some time.

    Features include:

    • 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)
    • 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)

    biblio 4.7.x-2.6

    rjerome - February 20, 2007 - 16:02
    Official release from CVS tag: DRUPAL-4-7--2-6
    Download: biblio-4.7.x-2.6.tar.gz
    Size: 53.53 KB
    md5_file hash: f6c2ac2bb3bcdd96c302b77a021d5a1b
    First released: February 20, 2007 - 16:02
    Last updated: February 20, 2007 - 16:05

    fixed bug created in 2.5 which would override the default sorting with sorting by year
    added author sorting as an admin selectable default.

    biblio 4.7.x-2.5

    rjerome - February 20, 2007 - 14:29
    Official release from CVS tag: DRUPAL-4-7--2-5
    Download: biblio-4.7.x-2.5.tar.gz
    Size: 53.52 KB
    md5_file hash: 4d065bb300d35b1d31f66927967f8dea
    First released: February 20, 2007 - 14:29
    Last updated: February 20, 2007 - 14:30

    Adds RSS feed
    Improves author sorting.

    biblio 4.7.x-2.4

    rjerome - February 8, 2007 - 17:10
    Official release from CVS tag: DRUPAL-4-7--2-4
    Download: biblio-4.7.x-2.4.tar.gz
    Size: 52.8 KB
    md5_file hash: 0ede687d9cc4df05571eb7fca5685fbf
    First released: February 8, 2007 - 17:10
    Last updated: February 8, 2007 - 17:15

    This release fixes a few bugs found recently and adds taxonomy support. You can make keywords taxonomy free tags and you can assign taxonomy terms to items being imported from file.

    You will also notice some cosmetic changes on the settings pages.

    biblio 4.7.x-2.3

    rjerome - February 2, 2007 - 16:26
    Official release from CVS tag: DRUPAL-4-7--2-3
    Download: biblio-4.7.x-2.3.tar.gz
    Size: 51.32 KB
    md5_file hash: cf3d6409fb35a59784bc0a1d2f47c624
    First released: February 2, 2007 - 16:26
    Last updated: February 2, 2007 - 16:30

    This release adds revision support and fixes a problem with UTF8 characters in the separator bars (Title or Author), and fixes a small problem in the install file.

    biblio 4.7.x-2.2

    rjerome - February 2, 2007 - 15:24
    Official release from CVS tag: DRUPAL-4-7--2-2
    Download: biblio-4.7.x-2.2.tar.gz
    Size: 51.33 KB
    md5_file hash: 450318db35156efc71054053e592258a
    First released: February 2, 2007 - 15:24
    Last updated: February 2, 2007 - 15:25

    This release adds revision support and fixes a problem with UTF8 characters in the separator bars (Title or Author)

    biblio 4.7.x-2.1

    rjerome - January 30, 2007 - 14:51
    Official release from CVS tag: DRUPAL-4-7--2-1
    Download: biblio-4.7.x-2.1.tar.gz
    Size: 50.94 KB
    md5_file hash: a131cac426edd60f5a00d321b50f7f8f
    First released: January 30, 2007 - 14:51
    Last updated: January 30, 2007 - 14:55

    This is the back port of the 5.x module, with a few minor fixes from the 2.0 release.

    biblio 4.7.x-2.x-dev

    rjerome - January 30, 2007 - 14:45
    Nightly development snapshot from CVS branch: DRUPAL-4-7--2
    Download: biblio-4.7.x-2.x-dev.tar.gz
    Size: 63.01 KB
    md5_file hash: 9a07a36356310b8819c178c0e9eb727b
    First released: January 30, 2007 - 14:45
    Last updated: September 11, 2007 - 00:00

    Development branch for 4.7 version which was back ported from 5.x

    I try to keep the 4.7 version in sync with the 5.x version, so see http://drupal.org/node/104711 for change details.

    biblio 4.7.x-2.0

    rjerome - January 30, 2007 - 02:27
    Official release from CVS tag: DRUPAL-4-7--2-0
    Download: biblio-4.7.x-2.0.tar.gz
    Size: 50.95 KB
    md5_file hash: 5e8a0481b2724eed1cdc4c89537a11a6
    First released: January 30, 2007 - 02:27
    Last updated: January 30, 2007 - 02:30

    This version is a back port of the 5.x module so now both have the same features and capabilities.

    biblio 5.x-1.x-dev

    rjerome - December 21, 2006 - 22:04
    Nightly development snapshot from CVS branch: DRUPAL-5
    Download: biblio-5.x-1.x-dev.tar.gz
    Size: 100.05 KB
    md5_file hash: 3e5489129e2713ba17e912658d02512a
    First released: December 21, 2006 - 22:04
    Last updated: June 10, 2008 - 00:01

    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

    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

    Aug 31/07

    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.

    biblio 4.6.x-1.0

    rjerome - December 14, 2006 - 03:26
    Official release from CVS tag: DRUPAL-4-6--1-0
    Download: biblio-4.6.x-1.0.tar.gz
    Size: 33.85 KB
    md5_file hash: 4e519dc345d17cf482f68904b1287559
    First released: December 14, 2006 - 03:26
    Last updated: December 13, 2006 - 23:30

    This is the official release for 4.6, is has most but not all of the features from the 4.7 version.

    This version will not likely be supported after the Drupal 5.0 release.

    biblio 4.7.x-1.0

    rjerome - December 14, 2006 - 03:03
    Official release from CVS tag: DRUPAL-4-7--1-0
    Download: biblio-4.7.x-1.0.tar.gz
    Size: 39.42 KB
    md5_file hash: 08c4ad931a330c613b515f0f642591ae
    First released: December 14, 2006 - 03:03
    Last updated: December 13, 2006 - 23:05
    • bibTex import / export
    • keyword filtering
    • selectable output styles (original, CSE and APA so far)
    • admin selectable "base" URL (you can change "/biblio" to anything you want)
    • full text entry field; you can now enter the full text of the publication (Text or HTML) and it will be displayed when the user views the biblio node.

    This release marks the point in time prior to the introduction of some major changes in the database.

    biblio HEAD

    rjerome - November 11, 2006 - 09:14
    Nightly development snapshot from CVS branch: HEAD
    Download: biblio-HEAD.tar.gz
    Size: 75.68 KB
    md5_file hash: 37dfd3039aecb0c74d63697c6f7b173b
    First released: November 11, 2006 - 09:14
    Last updated: February 21, 2008 - 00:01

    biblio 4.7.x-1.x-dev

    rjerome - July 28, 2006 - 01:01
    Nightly development snapshot from CVS branch: DRUPAL-4-7
    Download: biblio-4.7.x-1.x-dev.tar.gz
    Size: 50.94 KB
    md5_file hash: 36790d1fa35a7667c0b688cedab396eb
    First released: July 28, 2006 - 01:01
    Last updated: January 31, 2007 - 00:03

    biblio 4.6.x-1.x-dev

    rjerome - June 23, 2006 - 01:01
    Nightly development snapshot from CVS branch: DRUPAL-4-6
    Download: biblio-4.6.x-1.x-dev.tar.gz
    Size: 33.85 KB
    md5_file hash: 16b0e1beea757519ddc72722141960a3
    First released: June 23, 2006 - 01:01
    Last updated: December 14, 2006 - 08:01
     
     

    Drupal is a registered trademark of Dries Buytaert.