2015-04-19 16:46:59 +02:00

94 lines
3.3 KiB
Plaintext

/**
* 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 functionality
version 2011/06/11 (7.x-1.0-beta2)
-- #1037904 by Boobaa: fixing compatibility with localized content
version 2010/11/20 (7.x-1.0-beta1)
-- #945482 by Scott Falconer: fixing PDOException on empty values in
multi-value fields
-- #970548: fixing undefined index warning
-- fixing JavaScript bypass for compatibility with Drupal 7 updates
-- other code improvements
version 2010/08/04
-- fixed restriction bypass JavaScript for Drupal 7 compatibility
version 2010/01/20
-- validation is skipped when a node is deleted (otherwise nodes
with duplicate values are prevented from being deleted)
-- fixed translatability of all strings
-- added documentation through help hook
-- fixed compatibility with Drupal 7.0 alpha 1
version 2009/11/17
-- initial release of Drupal 7.x compatible version
version 2009/11/12
-- added Italian translation [thanks to eliosh]
-- improved user message that reports duplicate values when checking
fields in combination
-- fixed support for datetime and other date-related database field
datatypes [thanks to Parkes Design]
-- added permission that allows users to bypass the unique field
requirements after getting the warning message [thanks to benjah]
version 2009/03/06
-- fixed query generation for grouping OR clauses
-- altered appearance of unique fields settings on the content type form:
moved unique field section to the bottom, added descriptions
-- fixed compatibility with date module version 6.x-2.0
-- fixed compatibility with content_permissions module [thanks to skassam]
-- Hungarian translation added [thanks to Zoltan Balogh]
version 2009/02/09
-- improved handling of CCK values in single node scope
-- fixed formatting bug in duplicate error message
version 2009/02/07
-- fixed handling of multiple values per CCK field
-- added option for showing the nodes that match when a duplicate
value is found [thanks to crea]
-- added node language as a query field and scope
-- fixed handling of node revisions
-- rewrote query generation routine
-- added node author as a query field
-- added hook_uninstall support for removing the module's variables
[thanks to markus_petrux]
-- improved compliance with coding standards [thanks to deekayen]
version 2008/10/24
-- updated to compatibility with Drupal 6.x [thanks to Yur]
-- added check for content.module for CCK-dependent code [thanks to sigsby]
-- removed all MySQL database-specific code [thanks to rssaddict]
version 2008/03/15
-- fixed to use node title label from node type data [thanks to tj2653]
version 2008/03/14
-- changed behavior so that if a field value is null or empty it matches
no other node (including other nodes with null or empty values)
[thanks to scedwar]
version 2008/03/13
-- fixed support for node and user reference fields in single node scope,
verified support for both in other scopes
version 2008/03/12
-- added single node scope to require that specified fields on a node
have unique values
-- improved error messages to specify which fields must be unique
and which include duplicates
version 2008/02/22
-- fixed queries to support table prefixes
version 2008/02/18
-- initial release