| 2 |
* Revisions log for unique_field |
* Revisions log for unique_field |
| 3 |
*/ |
*/ |
| 4 |
|
|
| 5 |
|
version 2009/03/06 (5.x-1.0) |
| 6 |
|
-- fixed query generation for grouping OR clauses |
| 7 |
|
-- altered appearance of unique fields settings on the content type form: |
| 8 |
|
moved unique field section to the bottom, added descriptions |
| 9 |
|
-- fixed compatibility with cck_field_perms [thanks to skassam] |
| 10 |
|
|
| 11 |
version 2009/02/09 (5.x-1.0-beta1) |
version 2009/02/09 (5.x-1.0-beta1) |
| 12 |
-- fixed handling of multiple values per CCK field |
-- fixed handling of multiple values per CCK field |
| 13 |
-- added option for showing the nodes that match when a duplicate |
-- added option for showing the nodes that match when a duplicate |
| 48 |
-- initial release |
-- initial release |
| 49 |
|
|
| 50 |
TO-DO |
TO-DO |
| 51 |
|
-- fix use of t() to eliminate the use of variables inside |
| 52 |
-- fix consistent case-sensitivity of database queries, add option |
-- fix consistent case-sensitivity of database queries, add option |
| 53 |
for whether to use case-sensitive comparisons (see #333137) |
for whether to use case-sensitive comparisons (see #333137) |
| 54 |
-- add validation before submission via AJAX (see #338744) |
-- add validation before submission via AJAX (see #338744) |