CHANGELOG.txt |
CHANGELOG.txt |
|
/**
* Revisions log for unique_field
*/
version 7.x-1.0-rc1 (2011/07/25)
-- #1163924 by derhasi: fixing support for multilingual fields
-- #1185904: reworking query code to use EntityFieldQuery
-- #1185902: adding functional tests for core… |
core.test |
tests/core.test |
|
Functional tests for the Unique Field module with Drupal core field types. |
date.test |
tests/date.test |
|
Functional tests for the Unique Field module with Date field types. |
README.txt |
README.txt |
|
/**
* Unique Field module for Drupal (unique_field)
* Compatible with Drupal 7.x
*
* By Joe Turgeon [http://arithmetric.com]
*/
The Unique Field module provides a way to require that specified fields
or characteristics of a node are unique. This… |
references.test |
tests/references.test |
|
Functional tests for the Unique Field module with References field types. |
unique_field.info |
unique_field.info |
|
name = Unique Field
description = "Provides content validation requirement that a node's author, language, taxonomy terms, or other fields are unique."
core = 7.x
files[] = unique_field.module
files[] = unique_field.install
files[] =… |
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 author,
language, taxonomy terms, or other fields are unique. |