collective.taxonomy icon indicating copy to clipboard operation
collective.taxonomy copied to clipboard

Create, edit and use hierarchical taxonomies in Plone!

Results 16 collective.taxonomy issues
Sort by recently updated
recently updated
newest added

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Which node / npm / yarn version should I use? Would be good to have this documented, or configured in the [Volta](https://volta.sh) way. I ran `yarn install` (version 3.5.0) and...

See https://github.com/plone/plone.behavior/issues/23 I think we need to add `former_dotted_names` to the behaviors created by collective.taxonomy here https://github.com/collective/collective.taxonomy/blob/master/src/collective/taxonomy/behavior.py#L45

When I first edit the taxonomy data for a new taxonomy, I see this: But once I click on the "branch" widget to add a term: ![image](https://user-images.githubusercontent.com/815418/88043388-fcd6b200-cb12-11ea-9a20-c9caedf1c75b.png) this error message...

With the new ability to change terms identifiers (see #72 & #113), we can now change the identifier of a term, **even if it is already used on a content**...

enhancement

I noticed that the TermIdentifier of a taxonomy-entry changes when a duplicate entry is added during an update. **Is this a desired behavior?** On our page this behavior is an...

question

Right now, added taxonomies are usable in Collections, but not in collectionfilter. To make that happen it seems we have to add metadata columns with the name as we add...

enhancement