How to install Products.EventRegistration
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install products.eventregistration
Lastest release
Introduction
An event registration system for Plone. Provides Registrant and RegisterableEvent content types (using old-style content type framework: Archetypes) and corresponding workflows and associated portal_properties property sheet.
Note
This version of EventRegistration (1.0.x) may be incompatible with previous versions, which replaced the default ATEvent. In this version, a separate RegisterableEvent type is provided. Also, the custom workflows that ship with with this version of EventRegistration are disabled by default.
Installation
Use Buildout:
$ virtualenv . $ bin/pip install zc.buildout $ bin/buildout init
With this buildout.cfg:
[buildout] allow-hosts = *.python.org extends = http://dist.plone.org/release/4.2.2/versions.cfg versions = versions parts = plone [plone] recipe = plone.recipe.zope2instance user = admin:admin eggs = Pillow Plone Products.EventRegistration
And:
$ bin/buildout $ bin/plone fg
Setup
This add-on uses Plone's categories feature to define event types. As such, before adding a RegisterableEvent you must at least add one other content item first e.g. a Page, and define at least one category in it.
Changelog
1.0.4 - 2013-02-12
- Restore event notifications by listening for IObjectModified event
1.0.3 - 2012-11-07
- Registrant is not globally allowed [aclark]
1.0.2 - 2012-11-07
- Modernize ATs [aclark]
1.0.1 - 2012-11-05
- Fix view template [aclark]
1.0.0 - 2012-11-05
- Initial release [aclark]
< 1.0.0
Written and developed by Jason McVetta