collective.contentrules.talesaction

Warning
This product has not had a release in over 1 year and may no longer be maintained.
by Thomas Desvenain last modified Apr 14, 2011 02:31 AM

An add-on to add TALES expression actions in your content rules

Project Description

Introduction

Installation

Add collective.contentrules.talesaction to the 'egg' parameter of your buildout section

[buildout]
...
eggs +=
    ...
    collective.contentrules.talesaction

Or add it to the install_requires parameter of the setup.py of your module

setup(
    ...
   install_requires=[
    ...
    'collective.contentrules.talesaction',
    ]

Then restart your buildout and your instance.

Use

Go to the Rules section of Site configuration. You can now add TALES Expression action to the actions of your rules. Changelog =========

1.0 (2011-04-13)

  • Initial release

Current Release
collective.contentrules.talesaction 1.0

Released Apr 13, 2011 — tested with Plone 4, Plone 3

Initial release
More about this release…

Download file Get collective.contentrules.talesaction for all platforms
collective.contentrules.talesaction-1.0.zip
If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.

All Releases

Version Released Description Compatibility Licenses Status
1.0 Apr 13, 2011 Initial release More about this release…
Plone 4
Plone 3
GPL final

Comments (0)