Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
311.87 KB
MD5: e7e30d7237b8b30ea91a6d2fcf60ee78
SHA-1: 80bafd7552964d457db96338bc38bc6b90bef22c
SHA-256: b9f5890382cf94440c237c253d2b97ffac86bb0541f100b1c0647400dbe3b31c
Download zip
453.21 KB
MD5: 909ff9a741070c5f96ffbb73caa414ea
SHA-1: 5987eb69ccc693455a1555769fa57989ee135b16
SHA-256: a11e5a442d5d5d285cb8a286593d48dab92918c3a0b95e5934946fd94004dde9
Release notes
7.x-1.2-rc1 released as 7.x-1.2. 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()