name 7.x-1.13

Bug fixes

7.x-1.13-rc1 released as 7.x-1.13. Changes since 7.x-1.12:

  • #3253598: Prevent NULL from being passed to strlen()

name 7.x-1.13-rc1

Bug fixes

Changes since 7.x-1.12:

  • #3253598: Prevent NULL from being passed to strlen()

name 7.x-1.12

Bug fixes

7.x-1.12-rc1 released as 7.x-1.12. Changes since 7.x-1.11:

  • Coding standards
  • #3142697 by Alan D., Liam Morland: PHP 7.4: Array and string offset access syntax with curly braces is deprecated
  • #3072646 by MegaChriz: Components not shown on form when minimum components setting is overridden on instance level

name 7.x-1.12-rc1

Bug fixes

Changes since 7.x-1.11:

  • Coding standards
  • #3142697 by Alan D., Liam Morland: PHP 7.4: Array and string offset access syntax with curly braces is deprecated
  • #3072646 by MegaChriz: Components not shown on form when minimum components setting is overridden on instance level

name 8.x-1.0-rc3

Bug fixes

Please report any errors and as per usual, backup before updating as per normal. Vital that the caches, registry, etc are cleared & rebuilt (i.e. run update.php or similar).

Fixed:

name 8.x-1.0-rc2

Bug fixes
New features

Tagging development snapshot from large scale refactoring in March and September 2018.

Please report any errors and as per usual, backup before updating as per normal. Vital that the caches, registry, etc are cleared & rebuilt (i.e. run update.php or similar).

name 8.x-1.x-dev

Please fill issues against 8.x-1.x-dev if find any bugs or miss any features.

Please note: There is no upgrade path from D6 oder D7 atm.

name 7.x-1.9

Bug fixes

Changes since 7.x-1.8

Quick release to fix a fatal error with Features 7.x-2.x.

Run update.php or use Devel module to flush your caches.

Issue 1987018 by techsoldaten, Alan D., et al: PHP Error when exporting a feature.

Changes since 7.x-1.7

New features
Issue 1947312 by ejustice, rooby, Alan D.: Added themable required component markers.
Issue 1947312 by Alan D.: Conditionally allowing a single value in either the given or family field to fulfill the minimal component requirements of either component.
Issue 1973106 by Ivan Simonov, Alan D.: Russian language (labelled Eastern) layout option.
Issue 1697596 by Alan D., hstrindb: Default value options for the webform name component.
Issue 1946486 by ejustice, Alan D.: Chain FAPI properties to name component elements during #process callback.
Issue 1979266 by Pancho: Add config link to modules page.
Issue 1970268 by pingers, Alan D.: Impossible to add component attributes.
Issue 1915070 by Alan D., RoSkO: Features integration.

Bug fixes
Issue 1775566 by dwalker51, tedfordgif, Alan D.: Cannot change option settings for Webform name components.
Issue 1902094 by minorOffense, Alan D.: PHP Warning when using fields on non-sql backend.
Issue 1548496 by xcf33, RoSk0, TravusCaren: Fix error in hook_devel_generate().

name 7.x-1.8

New features
Bug fixes

Changes since 7.x-1.7

New features
Issue 1947312 by ejustice, rooby, Alan D.: Added themable required component markers.
Issue 1947312 by Alan D.: Conditionally allowing a single value in either the given or family field to fulfill the minimal component requirements of either component.
Issue 1973106 by Ivan Simonov, Alan D.: Russian language (labelled Eastern) layout option.
Issue 1697596 by Alan D., hstrindb: Default value options for the webform name component.
Issue 1946486 by ejustice, Alan D.: Chain FAPI properties to name component elements during #process callback.
Issue 1979266 by Pancho: Add config link to modules page.
Issue 1970268 by pingers, Alan D.: Impossible to add component attributes.
Issue 1915070 by Alan D., RoSkO: Features integration.

Bug fixes
Issue 1775566 by dwalker51, tedfordgif, Alan D.: Cannot change option settings for Webform name components.
Issue 1902094 by minorOffense, Alan D.: PHP Warning when using fields on non-sql backend.
Issue 1548496 by xcf33, RoSk0, TravusCaren: Fix error in hook_devel_generate().
Issue 1961200 by cdale: Support entity info 'token type' property.
Issue 1983436 by Alan D.: Drop theme_name_component().

Changes since 7.x-1.5

New features
Issue #1734922 by captaindav, Alan D.: Migration support.

name 7.x-1.6

New features
Bug fixes

Maintenance release that includes:

name 7.x-1.5

New features
Bug fixes

Mainly a release of new features.

Take care that the formatter settings have been correctly moved from singular fields to the display formatter settings.

New features include:
#927034: Multiple name formatter
#1548496: Devel generate integration
#1541520: Name formatter settings from instance settings to display settings
#1369618: Fullname filter for views
#1463476: Migrate integration
#1366760: Webform support
#1348760: CSS display classes for different components of a Name field
#1160190: Feeds module importers integration

name 7.x-1.4

Bug fixes

Fatal bug fix with Name, RealName and Token module combination

#1275562 / /#1275618

name 7.x-1.2

New features
Bug fixes

Changes to the file loading patterns within Drupal itself have resulted in the need to update the installation functions to prevent errors, so sorry for the rapid release of updates.

Fixed
#1212244 - Error on upgradind to d7.4
Allows field validation NOT to validate the required fields default value on the field settings page
Fixed an PHP notice with the NameDB integration (variable was not set)
Improved field error handling

name 7.x-1.0

New features

First main release of the 7.x branch.

The module has been refactored in the last couple of weeks to:

a) remove the Names DB into it's own project
b) to implement hook_username().

While the correct user name is set during user load, some functions still do not correctly use this. The RealName module may be a better option if you do not want to do the theming of these.

name 7.x-1.0-beta2

New features

This version removes the Name Database sub-module. This now resides in its' own project at http://drupal.org/project/namedb.

name 7.x-1.0-alpha1

New features
Bug fixes

This release contains a lot of new features over the Drupal 6 version.

Name database

A new sub-module Names Database, namedb, contains a fairly large name database from USA census data, with over 100,000 entries with frequency weightings.

Includes
* batch import for this data
* UI for managing this data
* Integration for recording new names entered in any name field, and control the insertion flags
* Two flags, banned and status. Currently only status is used, and controls what shows in the autocomplete queries.

Configurable field types

Most fields have options for text or text with autocomplete. The title and generational fields have the select option too.

Administration upgrade

This has had a major overhaul and is much more user friendly, even with triple the amount of user configurable options.

Configurable title display

The titles for each component can be set to above (standard title), below (standard description) or hidden. Handy, if you want to hide the title for one of the select lists, for example.

Bug fixes

name 6.x-1.4

Bug fixes

A quick fix to prevent load errors / function not define errors when the hook_init() is not called and some tidying up of admin custom formats list.

#929528 update.php is broken if the Name 6.x-1.3 module is activated

name 6.x-1.3

New features
Bug fixes

The module has been significantly refactored in this release.

The module now has a parsing function to generate name strings from an array of name components and a format string. This is similar to the PHP date() function.

This can be best demonstrated using a couple of simple examples using a name that has the given component 'John' and the family name 'Doe'.

name 6.x-1.3-beta1

New features

The formatting options have been completely refactored in this release.

From only 5 fixed formats, there is now an unlimited number of user defined settings to construct and use.

Navigate to admin > configuration > name to administrate these new options.

New release, remember to back things up before upgrading and also do not forget to run update.php

See the README.txt file for more information

name 6.x-1.2

New features

See 6.x-1.2 release notes for new features between 6.x-1.0 and 6.x-1.1

The quick release between versions 1 & 2 was to add token support for the new formatters added in 6.x-1.1.

name 6.x-1.1

New features

Apart fro a few typos, the following features were added to this release:

New formatters.
There were just the two, Default & Plain. These are now known as Full (Default - this could contain HTML) and Full (Plain - no HTML).

The new formatters include, [one each for Default and Plain]:

name 6.x-1.x-dev

New features

First supported dev release for the Name module.

Subscribe with RSS Subscribe to Releases for Name Field