eZ Publish unique datatypes extension
eZ Unique Datatypes extension for eZ Publish 4.0, (*1)
See http://projects.ez.no/ez_unique_datatypes, (*2)
This is a collection of common datatypes whose validation has been extended so to verify their uniqueness within given content object attribute. Otherwise, these datatypes behave exactly as their prototypes., (*3)
Currently there are two datatypes provided:, (*4)
More documentation, (*5)
Copyright (C) 2007 mediaSELF.pl, (*6)
Licensed under GNU General Public License v2.0, (*7)
Requires eZ Publish 4 or eZ Publish 5 Legacy Edition., (*8)
Copy the ezuniquedatatypes
folder to the extension
folder., (*9)
Edit settings/override/site.ini.append.php
and under [ExtensionSettings]
add:, (*10)
ActiveExtensions[]=ezuniquedatatypes
Update the autoloads array and clear the cache:, (*11)
bin/php/ezpgenerateautoloads.php bin/php/ezcache.php --clear-all
Edit classes and add attributes using the relevant datatype., (*12)