CHANGELOG.txt |
CHANGELOG.txt |
|
/**
* Revisions log for unique_field
*/
version 2010/12/23 (6.x-1.4)
-- fixed settings form validation logic [thanks to etomilin]
version 2010/11/20 (6.x-1.3)
-- improved code checks to prevent warnings
-- added documentation through… |
README.txt |
README.txt |
|
/**
* Unique field module for Drupal (unique_field)
* Compatible with Drupal 6.x
*
* By Joe Turgeon [http://arithmetric.com]
* Licensed under the GPL version 2
*/
The unique field module provides a way to require that specified fields
or… |
unique_field.info |
unique_field.info |
|
name = Unique field
description = "Provides content validation requirement that a node's title, author, language, taxonomy terms, or CCK fields are unique."
core = 6.x |
unique_field.install |
unique_field.install |
|
Installation/uninstallation routines for the unique_field module. |
unique_field.module |
unique_field.module |
|
Provides content validation requirement that a node's title,
author, language, taxonomy terms, or CCK fields are unique. |