Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
In this version we make massive changes, from images, layout, and codes are all different. You could say that this is a new theme with old name, we do this to make Simpler much better and easy for us to maintain it.
We do not provide support for version 1.x anymore.
IMPORTANT
Please backup your old modified theme files before upgrading to the new version (6.x-2.x). There are massive changes from previous version (6.x-1.x).
You can now mass import PubMed articles by listing the PubMed ID's in a text file (each on a separate line) and then importing the file just like you would with other file formats (such as BibTex), make sure to select PubMed ID's as the file type.
Title URL's are now aware of and use url aliases if they exist
Added new Field mapper interface on the "admin/settings/biblio/fields/typemap" page. This allows the admin to change the mapping (destination field)of data being imported from various file types
Added a the abillity to filter fields out of data when it is exported to a file. See 'admin/settings/biblio/fields/fieldmap/bibtex' for example and you will see an "export" check box next to each field. By default they are all turned on, but unchecking a field and turning on the filtering option on the 'admin/settings/biblio/export' will filter cause the exported data to be filtered accordingly.
Added a new author link option which will link author names to the authors profile pages if desired and the appropriate author id to Drupal UID mapping has been made.
A breaking change in this release is a move to define API-versions of exported OAuth contexts. This has been supported before by the Chaos tools module that we use for exports, but we hadn't used it. To enable easier API-changes in the future we wanted to make this move prior to releasing a stable version of 6.x-3.0.
Noteworthy changes
Old nonces will no longer fill the database, it's cleaned on cron thanks to SimmeLj
Fewer dependencies. We managed to make Inputstream optional for everyone and Chaos tool optional for those only needing the client part of the module
Instructions on how to upgrade current exports as well as a list of all changes can be found in the full release notes.
Format Currency 6.x-1.0-BETA4, 2010-11-05
-----------------------------------------
Reverting batch implementation in hook_enable - interferes with SimpleTesting.
Little code tidy up especially in format_currency_admin().
Added 'Round Whole Numbers' mode.
Added SimpleTests for 'Round Whole Numbers' mode.
Added SimpleTests for 'Test Everything On At The Same Time' mode.
Added some more coinage to the format_currency.config.inc file.