Portal Taxonomy 0.5 (Beta release) (Nov 09, 2007)

This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.

This version fixes a deprecation issue when used with Plone 3.0.2. It also adds some better examples as to how to integrate PT tagged content with a site.

For additional information about this project, please visit the overview page .

Available downloads

PortalTaxomy-0.5

For all platforms (0 kB)

Release Notes

Tested with Plone 2.1, Plone 2.5, Plone 3
StateBeta release
LicenseGPL

I added two templates as examples for getting content associated with a category:

  category_content.pt
  category_content_recursive.pt

  Also two scripts used by the templates as examples for doing the actual queries:

  getCategorizedContent.py
  getSubcategoryUIDs.py

Remember you need catalog indexes for your CategoryFields. e.g. if you
have a CategoryField called "foobar" add "getFoobar" as a
portal_catalog index of type KeywordIndex.

 

Change log

* Removed allow_discussions=0

* Added better examples for skin integration