Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install products.eventregistration

How to install Products.EventRegistration

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install products.eventregistration
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
1.0.3
1.0.4Never BuiltWhy not?
1.0.3 Available View build log
1.0.1 Available View build log
Linux (64-bit)
1.0.4 Available View build log
1.0.3 Available View build log
1.0.1 Available View build log
 
Author
License
GPL
Dependencies
Lastest release
version 1.0.4 on Jan 9th, 2014

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

Subscribe to package updates

Last updated Jan 9th, 2014

Download Stats

Last month:2

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.