2017 © Pedro PelĂĄez
 

ezplatform-bundle unique-datatypes-bundle

eZ Unique Datatypes extension for eZ Publish

image

eab/unique-datatypes-bundle

eZ Unique Datatypes extension for eZ Publish

  • Wednesday, June 7, 2017
  • by eab
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

EabUniqueDatatypesBundle

Summary

eZ Publish 5/Platform bundle wrapping eZ Unique Datatypes extension for eZ Publish 4.0., (*1)

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., (*2)

Currently there are two datatypes provided:, (*3)

  • Unique string (based on Text line system datatype),
  • Unique URL (based on URL system datatype).

Fields using these datatypes can be displayed using the Symfony stack. To edit them you need to use the legacy stack., (*4)

More documentation, (*5)

Portions copyright (C) 2007 mediaSELF.pl Portions copyright (C) 2015 Enterprise AB Ltd, (*6)

License

Licensed under GNU General Public License 2.0, (*7)

Requirements

Requires eZ Publish 5 or eZ Platform., (*8)

Installation

  1. You can use composer to install the bundle. If you have eZ Platform, use version 2:, (*9)

    composer require --update-no-dev --prefer-dist "eab/unique-datatypes-bundle":"~2.0"
    

    If you have eZ Publish 5, use version 1:, (*10)

    composer require --update-no-dev --prefer-dist "eab/unique-datatypes-bundle":"~1.0"
    

    Or clone the bundle using git:, (*11)

    cd src
    git clone https://github.com/eab-dev/UniqueDatatypesBundle.git Eab/UniqueDatatypesBundle
    
  2. Edit the file ezpublish/EzPublishKernel.php, look for the function registerBundles() and add:, (*12)

    new Eab\UniqueDatatypesBundle\EabUniqueDatatypesBundle(),
    
  3. Run (in Windows you should be administrator to create symlinks):, (*13)

    php ezpublish/console ezpublish:legacybundles:install_extensions
    php ezpublish/console ezpublish:legacy:script bin/php/ezpgenerateautoloads.php
    php ezpublish/console cache:clear --no-warmup --env=prod
    
  4. Use eZ Publish's admin interface to add a field using this datatype to a content type and create some content., (*14)

  5. Test it in a Twig template using the ez_render function., (*15)

The Versions

07/06 2017

dev-master

9999999-dev https://github.com/eab-dev/UniqueDatatypesBundle

eZ Unique Datatypes extension for eZ Publish

  Sources   Download

GPL-2.0

The Requires

 

ezpublish ezplatform datatype eab unique-datatypes-bundle

05/06 2017

2.0

2.0.0.0

eZ Unique Datatypes extension for eZ Publish

  Sources   Download

GPL-2.0

The Requires

 

05/06 2017

dev-ezpublish

dev-ezpublish

eZ Unique Datatypes extension for eZ Publish

  Sources   Download

GPL-2.0

The Requires

 

05/06 2017

1.0.3

1.0.3.0

eZ Unique Datatypes extension for eZ Publish

  Sources   Download

GPL-2.0

The Requires

 

05/06 2017

1.0.2

1.0.2.0

eZ Unique Datatypes extension for eZ Publish

  Sources   Download

GPL-2.0

The Requires

 

30/10 2015

1.0.1

1.0.1.0

eZ Unique Datatypes extension for eZ Publish

  Sources   Download

GPL-2.0

The Requires

 

30/10 2015

1.0

1.0.0.0

eZ Unique Datatypes extension for eZ Publish

  Sources   Download

GPL-2.0

The Requires