netgen/tagsbundle
Netgen Tags Bundle is an eZ Platform / eZ Publish bundle for taxonomy management and easier classification of content, providing more functionality for tagging content than ezkeyword field type included in eZ Publish kernel.
Installs: 117 444
Dependents: 11
Suggesters: 1
Stars: 31
Watchers: 10
Forks: 28
Open Issues: 12
Type:ezplatform-bundle
Requires
- php: ^5.6|^7.1
- ezsystems/ezpublish-kernel: ^6.11@dev|^7.0@dev
- ezsystems/repository-forms: ^1.9|^2.0
- ezsystems/ezplatform-solr-search-engine: ^1.4@dev
- lolautruche/ez-core-extra-bundle: ^2.0
- twig/twig: ^1.35|^2.4.4
Requires (Dev)
- phpunit/phpunit: ^5.7
Suggests
- ezsystems/eztags-ls: For editing eZ Tags content object and content class attributes in eZ Publish Legacy
Conflicts
- ezsystems/platform-ui-bundle: <1.11
- ezsystems/eztags-ls: <2.1
- dev-master / 4.0.x-dev
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.3.0-beta1
- 3.2.1
- 3.2.0
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 3.0.0-rc1
- 3.0.0-beta3
- 3.0.0-beta2
- 3.0.0-beta1
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1
- 1.0
- 0.9
- dev-3.3-release
- dev-feature_additional_criteria_for_related_content
- dev-add_remote_id
- dev-add-netgen-admin-ui
- dev-3.2-release
- dev-unit-tests
- dev-3.1-release
- dev-3.0-release
- dev-2.2-release
- dev-2.0-release
- dev-2.1-release
- dev-1.2-release
- dev-1.1-release
- dev-1.0-release
- dev-0.9-release
README
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.
This repository represents a rewrite of eZ Tags, the original eZ Publish 4 extension located at https://github.com/ezsystems/eztags.
Implemented features
eztags
field type- Tags service and legacy SPI handler
- Signal slot tags service
/tags/id/{tagId}
and/tags/view/{tagUrl}
pagesTagId
andTagKeyword
search criteria- Solr indexing of
eztags
field type - Tag router and path generator
- Admin interface (standalone, as well integrated into Platform UI)
- REST interface
Credits
Release 3.0 of this bundle was backed in crowdfunding campaign by Netmaking AS, Greater Stavanger and others.
License and installation instructions
Unit tests
There are two sets of tests available, unit tests and legacy integration tests.
Running unit tests
$ composer install
$ composer test
Running legacy integration tests
$ composer install
$ composer test-integration