zsusac / TagsBundle

Netgen Tags Bundle is an eZ Publish / eZ Platform bundle for taxonomy management and easier classification of content, providing more functionality for tagging content than ezkeyword field type included in eZ Publish kernel.

Home Page:http://www.netgenlabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netgen Tags Bundle Build status

Netgen Tags Bundle is an eZ Publish 5 bundle for taxonomy management and easier classification of content, providing more functionality for tagging content than ezkeyword field type included in eZ Publish kernel.

This repository represents eZ Publish 5 rewrite of the original eZ Publish 4 extension located at http://github.com/ezsystems/eztags. However, eZ Publish 4 version of eZ Tags is still required to administrate tags through the admin interface.

Implemented features

  • eztags field type
  • Tags service and legacy SPI handler
  • SignalSlot tags service
  • /tags/id/{tagId} and /tags/view/{tagUrl} pages
  • TagId and TagKeyword search criteria
  • Tag router and path generator

License and installation instructions

License

Installation instructions

Changelog

Unit tests

There are two sets of tests available, unit tests and legacy integration tests.

To run the tests, first you need to install dependencies with Composer:

$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install

After that, copy (or symlink) config.php-DEVELOPMENT file from TagsBundle to config.php in eZ Publish kernel:

$ cp config.php-DEVELOPMENT vendor/ezsystems/ezpublish-kernel/config.php

Running unit tests

$ phpunit -c phpunit.xml

Running legacy integration tests

$ phpunit -c phpunit-integration-legacy.xml

About

Netgen Tags Bundle is an eZ Publish / eZ Platform bundle for taxonomy management and easier classification of content, providing more functionality for tagging content than ezkeyword field type included in eZ Publish kernel.

http://www.netgenlabs.com

License:GNU General Public License v2.0


Languages

Language:PHP 99.7%Language:HTML 0.3%Language:Shell 0.0%