term_fields 6.x-2.5

Bug fixes
Unsupported

Issue #1883206 by jhtodd: Missing table alias causes incompatibility with table prefix.

term_fields 6.x-2.3

Bug fixes
Unsupported

* Issue #1734458 by PsycleInteractive: Term fields not compatible with forum_access module
* Issue #976468 by csandanov: fix target mapping with Feeds
* Update the Feeds available targets to skip file fields.

term_fields 6.x-2.2

Unsupported

* Issue #1680068 by maikeru: Postgres compatibility - backticks

term_fields 6.x-2.1

Bug fixes
Unsupported

The 2.x version is used by more than one hundred projects, since several months, so it is time to move from alpha releases.

term_fields 6.x-2.0-alpha2

Bug fixes
Unsupported

Critical bugs fixes

  • Issue #1355862 by kmonty: Max Size validator for file fields does not work
  • Issue #1356140 by kmonty: Upgrading from 1.6 to 2.x results in the inability to save term_fields data to

term_fields 6.x-2.0-alpha1

Unsupported

Alpha release of the 2.x version.

Make a dump of your database before upgrading to this version!

term_fields 6.x-2.x-dev

New features
Bug fixes

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

term_fields 6.x-1.16

Bug fixes
Unsupported

Fix bugs:
- Bug report #663908 by discuss: Error in your SQL syntax
- Bug report #1056552 bykndr: Function term_fields_get_rows should return array of objects
- Bug report #1056558 bykndr: Version number inside .info file breaks new version report
- feature request #930530 by undoIT: Cache and Reduce Queries
- Bug report #671662 by igor.ro: update drupal schema when changed

term_fields 6.x-1.15

Bug fixes
Unsupported

Bug report #671662 by igor.ro: update drupal schema when changed

term_fields 6.x-1.14

Bug fixes
Unsupported

bug report by manuelgarcia: A coma was missing in term_fields.views.inc

term_fields 6.x-1.13

New features
Bug fixes
Unsupported

- support request #676050 by h@r@ld: How to access data stored in Term Fields?
- Fix a bug on term edit page: when using file, the link to already uploaded file was false.
- remove extra spaces in some files
- support request #772428 by mplsdan: Output HTML from views with textarea term fields
- Factorize some parts of code. This is not a bug, only a better way to code.
- bug report #802886 by kaasi: Problem with Term Field File

term_fields 6.x-1.12

New features
Bug fixes
Unsupported

Bug fix: terms which have no term field may cause issues (undefined variable $fields)
support request #676050: How to access data stored in Term Fields?

term_fields 6.x-1.11

New features
Unsupported

feature request #689984 by mstrelan: There is no menu default local task
feature request #689956 by mstrelan: Add support for checkbox fields
feature request #564320: Select list options should have key|value property optional
feature request #659376 by cheema-elegant: Create views handlers for node views

term_fields 6.x-1.10

New features
Unsupported

Add translation files for:
- german (by hass)
- french

term_fields 6.x-1.9

Bug fixes
Unsupported
  • bug report #645142 by hass: taxonomy_del_term() does not delete items in term_fields_term table
  • bug report #637656 by hass: Invalid database schema definitions break postgres support
  • bug report #635494 by hass: Term fields fieldset is shown on term delete confirmation page
  • bug report #634972 by hass: Table is missing "Operations" header
  • bug report #638672 by hass: term_fields_get_row broken
  • bug report #619432 by hass: Module review (translatable strings, code style, others)

term_fields 6.x-1.8

Bug fixes
Unsupported

bug report #609174 by lelizondob: add some parts of code which were missing since version 6.x-1.7

term_fields 6.x-1.7

Bug fixes
Unsupported
  • Correct bug #533458 by mephi: validation is made with a regex now
  • Correct bugs in hook_form_alter:
    • $_POST['op'] existence was not checked and may cause PHP notice
    • same pb with $form['tid']['#value'] and $form['vid']['#value']
  • Remove useless "switch" in hook_form_alter and replace it by a simple "if".
  • Remove function term_fields_check_acceptable which is no more used (@see above bug #533458)

term_fields 6.x-1.6

Bug fixes
Unsupported

Apply several waiting patches:
- bug report #574984
- bug report #577740
- bug report #573512

term_fields 6.x-1.x-dev

New features
Bug fixes

Dev release for Term Fields. Considered stable but untested.

term_fields 6.x-1.5

New features
Unsupported

#471388: Term fields in sort? Added support for sorts, as well as added a filter for dates.

term_fields 6.x-1.1

Bug fixes
Unsupported

Fixed a few bugs where I forgot to check for empty arrays when sending them to foreach() loops.

term_fields 6.x-1.0

Unsupported

Initial release. It's very stable by all accounts.

Subscribe with RSS Subscribe to Releases for Term Fields