-
added a helper function to fetch a PMID and return a biblio node object http://drupal.org/node/1129132#comment-6009130
-
fixed issue where the "global" export links were missing on the biblio page.
-
changed biblio_form_alter to use form element "#access" to hide form elements rather than NULLing it out. This should eliminate adverse interactions with other modules such as feeds or OG
-
Added CSL schema definitions (relax-ng format)
-
Added CSL edit capability the the biblio_citeproc module.
-
fixed requirements error caused by bibio.tokens.inc file in root directory. http://drupal.org/node/1551700#comment-5940436
-
Merge remote branch 'origin/7.x-1.x' into 7.x-1.x
-
Enhanced token support to include all biblio fields, still need to expand authors and keywords to array token types. see http://drupal.org/node/1551700
-
added default format for text_format elements in theme_tabular also set the biblio_formats field to an empty array on loading if the column is NULL
-
added a default format for textformat elements when then are saved without a format (i.e. import from file)