Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
311.88 KB
MD5: ddbbb69e0123643196649411e29bf56b
SHA-1: 42589821bf9f965a6720112894e7116368ebffcc
SHA-256: e28413aab8e9997a7749784df72e737f2eda46f4e5bd3968febc628edb762b17
Download zip
453.24 KB
MD5: 12bce96e3f35966fb293db67fd57c535
SHA-1: aa3f64d3ea00cdc640817c7e8d43d808101901dd
SHA-256: 92a8a91839807618108ef3e42d2b8cf96dfa98b92e41c1c09111e86af71eb739
Release notes
Changes since 7.x-1.1:
- #2361155 by Liam Morland: Move biblio_type_of_work assignment code together
- #2857484 by Alan D., supriya1992: Use MENU_DEFAULT_LOCAL_TASK for default tab in admin area
- #3081215 by Liam Morland: Document biblio_autocomplete()
- #3081215 by Liam Morland: Allow empty $field parameter in biblio_autocomplete()
- #3081215 by Liam Morland: Exit with drupal_exit()
- #3081215 by Liam Morland: Send HTTP header Content-Type: application/json
- #958284 by Liam Morland: Make EndNote download link text be "EndNote XML"
- #3079777 by Liam Morland: Use relative paths instead of drupal_get_path() in tests
- #3079777 by Liam Morland: Move testFormatting() from BiblioContributorUnitTest to BiblioContributorWebTestCase
- Coding standards
- #3079764 by Liam Morland: Link to author pages from Biblio base page filters
- #3079762 by Liam Morland: Allow output of unescaped messages in _biblio_filter_info_line()
- #3079759 by Liam Morland: Remove bolding on filter notices
- #3079749 by Liam Morland: Redirect expected author paths to author pages
- #3079735 by Liam Morland: Ensure _biblio_author_edit_links() always returns a valid link
- #3079735: Clean-up _biblio_author_edit_links()
- #3079777 by Liam Morland: Remove unused property $admin_user
- #3079777 by Liam Morland: Create test user, getUser()
- #3079777 by Liam Morland: Merge BiblioImportExportUnitTest into BiblioImportExportWebTestCase
- #3079777 by Liam Morland: Merge BiblioKeywordUnitTest into BiblioKeywordWebTestCase
- #3079777 by Liam Morland: Make BiblioContributorUnitTest extend DrupalUnitTestCase
- #3078436 by Liam Morland: Prevent undefined index errors in biblio_style_ieee() and theme_biblio_style()