biblio 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| biblio-6.x-1.3.tar.gz | 162.03 KB | 3072e7061b91a7308271bb7b78abffa8 |
Official release from CVS tag: DRUPAL-6--1-3
Last updated: April 29, 2009 - 02:15
Upgrades from 5.x or RC2 and later are directly supported without any intermediate updates.
New features...
6.x-1.3
- Added "DOI Lookup" option on the input form. Entering a valid DOI name (number) here will query crossref.org and poplulate the input form with all the data it gets. You are then presented with the populated form to make further additions/changes prior to saving it to the database.
- Added "BibTex cut and paste" option to the input form. Pasting a valid bibTex string into the box will populate the input form with the data and similar to the DOI lookup above, allows you to preview and make changes prior to saving it in the database.
- Added a new user permission called "edit biblio authors" which allows the user to edit biblio author information but not other biblio settings, unlike "administer biblio" which gives them the right to edit all biblio settings.
- Changed "Views" integration such that Blblio is no longer a "Base" type of view. You should now use the "Node" view type to create a view containing biblio information.
- Added an option to toggle sort links between text and tab type display.
- Changed Keyword/Taxonomy freetag handling... The Taxonomy freetag input box is no longer displayed on the input form. All keywords/taxonomy freetags should be entered into the biblio Keywords input box and (if required) the taxonomy freetags will be updated when the keywords are saved. This keeps the keywords and freetags in sync and avoids the confustion of having two input boxes (one for keywords and one for freetags).
6.x-1.2
- Added option to automatically delete authors "orphaned" by the update or deletion of an entry
- User selectable bibliographic styles, authorized users can choose a style other than the system default on their "edit user" page
- Author "Link" allows 2 or more authors to be linked together (intended to deal with name changes due to marriage, but could be used for other purposes)
6.x-1.1
- MARC format file import
- New bibliographic output sytles (AMA, Chicago, MLA, Vancouver)
- Authors page (biblio/authors) which displays all authors in the database linked to publication lists filtered by that author. ("edit" links are provided for privileged users)
- Author edit/merge form (merge allows you to merge all instances of the same author which have been entered slightly
differently. i.e. Smith, J and John Smith are the same person so you merge the two entries into one.) - Orphaned author page(admin/settings/biblio/author/orphans), allows you to remove authors who are not associated with any publications from the database
- Keywords page (biblio/keywords) which displays all keywords in the database linked to publication list filtered by that keyword. ("edit" links are provided for privileged users)
- Orphaned keyword page (admin/settings/biblio/keyword/orphans) allows you to find and remove orphaned keywords (keywords which are no longer associated with any publications)
- added 'tabledrag' to admin/settings/biblio/defaults and admin/settings/biblio/types/edit/xxx which allows you to change the order of the fields on the input form by just dragging them to the desired location
- input your own PHP code to generate cite keys
Bugs Fixed...
6.x-1.3
- #444428: simple mispelled words
- #437440: Citation Key cannot be longer than 16
- #435058: Keywords field length exceeded
- #439152: Export by keyword
- #356322: Biblio nodes not XHTML-compliant
- #355572: Filtering by author should be more lenient / "smart"
- #340570: inline biblio_db_search layout is broken
- #442916: Shortening forenames does not use betweenInitialsDelim option
- #440248: Typo in HTML in _biblio_filter_replace_callback()
- #438930: edit_authors permission
- #441104: schema module reports a mismatch
- #439086: Biblio Keywords and Biblio free tags
- #435058: Keywords field length exceeded
- #433198: Shortening forename of authors containing UTF-8 special characters does not work
- #431688: Interaction between url filter and standard sorting filters
- #425852: Biblio page title setting ignored
- #429226: Quotes around title in Vancouver style
- #421546: Keywords vanish when previewing
6.x-1.2
- #376808: Delete orphaned authors automatically?
- #415478: Sorting by type without bars
- #414870: "more" link in the Block for new publications
- #414380: Only one keyword is shown
- #412720: Broken download links when filtering with clean URLs (e.g. /biblio/year/2009)
- #410610: "Hyperlink titles using supplied URL if available" feature does not seem to work.
- #409952: All Fields appear (even when unchecked) after upgrade from Biblio 5x to 6x
- #376802: Search index not updated when editing a node
- #404842: Tabs and styling
- #404522: Redirection after batch import
- #397104: Search function sucks :-)
- #403484: Slightly malformed RIS files are not imported
- #404080: Typo in hook_menu prevents author type editing
- #402468: Filter by author, sort both first and secondary authors
- #401938: First name / Last name order switched
6.x-1.1
- #398472: Drupal UserID-Author Mapping problems
- #396654: Export single reference fails - SQL error
- #398226: Fatal error: Cannot break/continue 1 level in biblio.module on line 277
- #396096: Caching problem: no filters for anonymous users
6.x-1.0
- #141602: Download access
- #381190: Option to display the article citekey in the results
- #385830: Could we increate biblio_number length?
- #387788: Full text disappeared
- #388722: DOI lost when importing bibtex
- #183517: Accent characters in bibtex are not handled properly
- #376852: Error when importing bibliography from BibTeX file whith additional taxonomy terms
- #372820: Update from 5 to 6rc4 loosing all authors
- #381070: BibTex Import/Export modifies data
- #376852: Error when importing bibliography from BibTeX file whith additional taxonomy terms
- #372038: Patches for full support in PostgreSQL
- #375085: Search for exact citekey
- innumerable D5 -> D6 upgrade fixes provided by Robert Haschke (http://drupal.org/user/409889)
- #371867: preg_match Error
- #372770: error message when updateing to rc4
- #373107: SQL syntax error ... biblio.admin.inc on line 1201, when viewing the Orphaned Authors page
- #373129: Keyword listing gives Unknown column 'b.biblio_keywords' ... biblio.pages.inc on line 85
- #372915: Biblio import seems to mix up free tagging vocabularies
- #372238: Bad SQL query and apostrophes in names
- #372024: Order of authors lost when importing
- #354676: Title of Biblio page fixed inconsistency between page title and breadcrumb
- #355480: Biblio Import --> Author = admin fixed issue with setting user id on import by none admin users
- #357298: How is uid set in biblio_save_node() ? fixed another userID related issue
- #336344: Assigning a taxonomy to imported entries doesn't work fixed problem with taxonomy tags not being added to imported entries
- #356322: Biblio nodes not XHTML-compliant added danep's patch to correct XHTML validation warnings
- #355621: parse error in import/export code? fixed PHP4 compatibility problem
- #275410: Publication tab on profile page cannot be turned off fixed issue where "My Publications" tab on profile pages could not be turned off
- #359752: biblio_show_results broken fixed issue related to profile and inline modes
- #360391: Problems creating database table upon install fixed problem creating database on install with aliased
- #365425: Importing bibtex ommits Conference title fixed Importing bibtex omits Conference title
- #365435: URL search doesn't show search keywords fixed URL search doesn't show search keywords
- #362696: RIS Import omits Journal Abbreviation field (JA) RIS Import omits Journal Abbreviation field (JA)
