| 2 |
* Revisions log for unique_field |
* Revisions log for unique_field |
| 3 |
*/ |
*/ |
| 4 |
|
|
| 5 |
|
version 2009/03/06 (6.x-1.0) |
| 6 |
|
-- altered appearance of unique fields settings on the content type form: |
| 7 |
|
moved unique field section to the bottom, added descriptions |
| 8 |
|
-- fixed compatibility with date module version 6.x-2.0 |
| 9 |
|
-- fixed compatibility with content_permissions module [thanks to skassam] |
| 10 |
|
-- Hungarian translation added [thanks to Zoltan Balogh] |
| 11 |
|
|
| 12 |
version 2009/02/09 (6.x-1.0-beta2) |
version 2009/02/09 (6.x-1.0-beta2) |
| 13 |
-- improved handling of CCK values in single node scope |
-- improved handling of CCK values in single node scope |
| 14 |
-- fixed formatting bug in duplicate error message |
-- fixed formatting bug in duplicate error message |
| 55 |
-- initial release |
-- initial release |
| 56 |
|
|
| 57 |
TO-DO |
TO-DO |
| 58 |
|
-- add SimpleTest test |
| 59 |
|
-- fix use of t() to eliminate the use of variables inside |
| 60 |
-- fix consistent case-sensitivity of database queries, add option |
-- fix consistent case-sensitivity of database queries, add option |
| 61 |
for whether to use case-sensitive comparisons (see #333137) |
for whether to use case-sensitive comparisons (see #333137) |
| 62 |
-- add validation before submission via AJAX (see #338744) |
-- add validation before submission via AJAX (see #338744) |