Skip to main content

Virtual tree categories/keywords for Plone

Project description

Introduction

This project aims to virtualize Plone default keywords (categories), which are flat, to the tree. Contains Archetypes widget, based on InAndOut widget, which replaces Plone’s default widget for categories and contains configlet which allows to assign flat keywords to virtual tree defined in the configlet.

Site manager defines virtual tree nodes and assigns keywords to the nodes. One keyword may be assigned to any number of nodes (0-all).

Archetypes widget contains javascript based filter which allows to filter out unwanted nodes and displays keywords in the selected node(s) only. Keywords are stored in the same way as in Plone default so storage is 100% compatible and don’t require any migrations. You can always remove this package and your content-keywords assignment stays untouched.

Please note, this package ‘’’does not’’’ replace AT KeywordWidget of Subject (Categories) field. It means you may define categories tree but you can’t test keyword selection in the conten type Categorization tab. You may uncomment part of code in widget.py or use the following example in your custom package:

from collective.virtualtreecategories.widget import VirtualTreeCategoriesWidget
from Products.ATContentTypes.content.document import ATDocumentSchema
old = ATDocumentSchema['subject'].widget
ATDocumentSchema['subject'].widget = VirtualTreeCategoriesWidget(label=old.label, description=old.description)
del old

Changelog

0.1.2 - 2009-09-02

  • Fixed missing collective.js.jquery dependency

0.1.1 - 2009-09-01

  • Fixed missing locales directory

0.1 - 2009-09-01

  • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.virtualtreecategories-0.1.2.tar.gz (88.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file collective.virtualtreecategories-0.1.2.tar.gz.

File metadata

File hashes

Hashes for collective.virtualtreecategories-0.1.2.tar.gz
Algorithm Hash digest
SHA256 b29e9949615bd7b02e9e888dcad06c6a73cf5fb33b8429b78db86791835143b2
MD5 e5a4a24f0a3427cd4675463f73b2fa68
BLAKE2b-256 fa6e5c7409badd55cbcabe3a33452e243b191b4d945ad25fbbeb48d766fb3a90

See more details on using hashes here.

File details

Details for the file collective.virtualtreecategories-0.1.2-py2.4.egg.

File metadata

File hashes

Hashes for collective.virtualtreecategories-0.1.2-py2.4.egg
Algorithm Hash digest
SHA256 a18e3af454f724591997a6d2a3ba5068df412894cdfb78ca9bd832195384afc9
MD5 c9cf8160788fe8f568e6cbceb40c6b22
BLAKE2b-256 7ead6b1a8c8cf2ce2042726ceb028756044fa4092af6721c8e65c065f2cb0a9a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page