Downloads

Download tar.gz 42.5 KB
MD5: 12b9423990e52bc70564396c9cbb35e4
SHA-1: 3d0cb5d4f1d4065dbe1edef1f98676b571b65330
SHA-256: 53cd1e07de967d7d314ba1213d436d4b0bd2b70d153f50c35843cf0349a201de
Download zip 54.38 KB
MD5: a0454a7855a52115ffed50e946768cca
SHA-1: e78cecfe1d3d9c8b48d47602fb61b1775df034c3
SHA-256: 2b89e4cd675522a9a540c5a4d6cc24c8008edd0cdb35fa925dfef7432785ef91

Release notes

Integration of the new code, for the 2.x DEV release. The module has been fully rewrited.

New features:

  • Other modules may create their own fields, using the exposed hooks. See the module code that is hardly commented (Defgroup Term fields hoohs).
  • Each field may appears in various vocabularies.
  • All existing field types have been modified and optimized, with new options, like:
    • Textarea widget that may use text processing (input filters), define max length or number of cols/rows...
    • Textfield widget that may define max length or size
    • Numeric type has now 2 widgets: select (interger only) and textfield, that handles decimal numbers with related options and intergers.
    • List type, that may be used as radios buttons or select input.
    • Choice type, mostly created for compatibility with the old 'checkbox' type. It is almost a field for boolean values.
    • Date type, which relies on the date_api module and so has a lot of new features.
    • File type, that exposes two widgets: standard file and image
  • It is now possible to implement a field type with multiple values (not currently used though).

Todo:

  • Tests, tests and tests again, even if a lot of tests were already performed
  • Finalize and test Feeds module integration
  • Add some advanced options for the image widget, like imagecache preset...

Important

The 2.x DEV version should not be used on a production environment. Before upgrading, please backup your data!

Created by: b-prod
Created on: 19 Oct 2011 at 10:40 UTC
Last updated: 19 Oct 2011 at 12:23 UTC
New features
Bug fixes

Other releases