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.cmfcalendar

How to install Products.CMFCalendar

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install products.cmfcalendar
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
2.3.0-beta Available View build log
2.2.2 Available View build log
2.2.1 Available View build log
Windows (64-bit)
2.3.0-beta Available View build log
2.2.2 Available View build log
2.2.1 Available View build log
Mac OS X (10.5+)
2.3.0-beta Available View build log
2.2.2 Available View build log
2.2.1 Available View build log
Linux (32-bit)
2.3.0-beta Available View build log
2.2.2 Available View build log
2.2.1 Available View build log
Linux (64-bit)
2.3.0-beta Available View build log
2.2.2 Available View build log
2.2.1 Available View build log
 
License
ZPL 2.1 (http://www.zope.org/Resources/License/ZPL
Lastest release
version 2.3.0-beta on May 23rd, 2012

The CMFCalendar product is an example of creating a CMF Product. The CMFCalendar product is also expected to be a generally useful out of the box and skinnable to accomodate customization within your existing CMF instance. To see how to go about building a CMF product, this hopefully allows a developer to follow through the process of registering their product, skins, and help with the CMF by example. It shows how an object is created and registered with the types_tool, necessary skins added to the skins_tool, with the Calendar skins directory added to the skin paths, and providing portal_metadatool with an Element policy for the content_type of the object.

For installing set the active site configuration of your site's setup tool to the CMFCalendar profile and import all steps.

After installing the CMFCalendar you should notice a calendar appear in your CMF. This is fully customisable to your portals needs.


Products.CMFCalendar Changelog

2.3.0-beta (2012-03-21)
  • Converted the CalendarTool into a local utility.
  • Made sure converted tools are used as utilities.
  • Fixed tests to be compatibility with DateTime 3.
  • Event: Fixed object initialization.

System Message: WARNING/2 (<string>, line 42)

Bullet list ends without a blank line; unexpected unindent.

Default start and stop times are now rounded and offset-naive.

  • Require at least Zope 2.13.4.
  • Deal with deprecation warnings for Zope 2.13.
  • Fixed ViewPageTemplateFile import to use the correct version from Five.
2.2.0-beta (2009-12-06)
  • no changes from version 2.2.0-alpha
2.2.0-alpha (2009-11-13)
  • Got rid of redundant icon related type info properties.

System Message: WARNING/2 (<string>, line 61)

Bullet list ends without a blank line; unexpected unindent.

(https://bugs.launchpad.net/zope-cmf/+bug/397795)

  • moved the Zope dependency to version 2.12.0b3dev
  • Cleaned up / normalized imports:

o Don't import from Globals; instead, use real locations.

o Make other imports use the actual source module, rather than an intermediate (e.g., prefer importing 'ClassSecurityInfo' from 'AccessControl.SecurityInfo' rather than from 'AccessControl').

o Avoid relative imports, which will break in later versions of Python.

  • profiles: Added an add view expression to the Event content type definition.
  • Fixed a bug were the last day of each month was missed.

System Message: WARNING/2 (<string>, line 78)

Bullet list ends without a blank line; unexpected unindent.

(see https://dev.plone.org/plone/ticket/7238)

  • Event GenericSetup type definition: Add an icon URL expression to the

System Message: WARNING/2 (<string>, line 81)

Bullet list ends without a blank line; unexpected unindent.

Event content type definition.

  • Event: Added basic iCal and vCal views

System Message: WARNING/2 (<string>, line 84)

Bullet list ends without a blank line; unexpected unindent.

(https://bugs.launchpad.net/zope-cmf/+bug/161714)

  • ZMI: Prevent users from creating content through the ZMI by hiding the

System Message: WARNING/2 (<string>, line 87)

Bullet list ends without a blank line; unexpected unindent.

entry for "CMFCalendar Content".

  • Event: 'addEvent' no longer sends add events.
  • profiles: Removed obsolete local import step registrations.
  • setup handler: Improved 'various-calendar' import step. Added flag file

System Message: WARNING/2 (<string>, line 94)

Bullet list ends without a blank line; unexpected unindent.

check and global registration.

  • CalendarTool: Added a new method getNextEvent to grab the next event

System Message: WARNING/2 (<string>, line 97)

Bullet list ends without a blank line; unexpected unindent.

relative to a given point in time. (http://www.zope.org/Collectors/CMF/462)

2.1.2 (2008-09-13)
  • no changes from 2.1.2-beta
2.1.2-beta (2008-08-26)
  • completed devolution from monolithic CMF package into its component

System Message: WARNING/2 (<string>, line 111)

Bullet list ends without a blank line; unexpected unindent.

products that are distributed as eggs from PyPI.

2.1.1 (2008-01-06)
  • no changes
2.1.1-beta(2007-12/29)
  • Testing: Derive test layers from ZopeLite layer if available.
2.1.0 (2007-08-08)
  • Fixed all componentregistry.xml files to use plain object paths and strip

System Message: WARNING/2 (<string>, line 130)

Bullet list ends without a blank line; unexpected unindent.

and slashes. GenericSetup does only support registering objects which are in the site root.

2.1.0-beta2 (2007-07-12)
  • moved the Zope dependency to version 2.10.4
  • Remove antique usage of marker attributes in favor of interfaces,

System Message: WARNING/2 (<string>, line 140)

Bullet list ends without a blank line; unexpected unindent.

leaving BBB behind for places potentially affecting third-party code. (http://www.zope.org/Collectors/CMF/440)

  • Add POST-only protections to security critical methods.

System Message: WARNING/2 (<string>, line 144)

Bullet list ends without a blank line; unexpected unindent.

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0240)

  • Fixed DST-driven test breakage by adding an optional 'zone' argument to

System Message: WARNING/2 (<string>, line 147)

Bullet list ends without a blank line; unexpected unindent.

the DublineCore methods which return string renditions of date metadata. (http://www.zope.org/Collectors/CMF/476)

2.1.0-beta (2007-03-09)
  • moved the Zope dependency to verson 2.10.2
  • Tool lookup and registration is now done "the Zope 3 way" as utilities, see

System Message: WARNING/2 (<string>, line 157)

Bullet list ends without a blank line; unexpected unindent.

http://svn.zope.org/CMF/branches/2.1/docs/ToolsAreUtilities.stx?view=auto

  • Zope3 style browser views are now used by default. An additional setup profile

System Message: WARNING/2 (<string>, line 160)

Bullet list ends without a blank line; unexpected unindent.

allows you to hook up the oldstyle skins and to make customizations TTW.

2.1.0-alpha2 (2006-11-23)
  • moved the Zope dependency to version 2.10.1
  • Fixed test breakage induced by use of Z3 pagetemplates in Zope 2.10+.
  • browser views: Added some zope.formlib based forms.
  • testing: Added test layers for setting up ZCML.
2.1.0-alpha (2006-10-09)
  • skins: Changed encoding of translated portal_status_messages.

System Message: WARNING/2 (<string>, line 179)

Bullet list ends without a blank line; unexpected unindent.

Now getBrowserCharset is used to play nice with Five forms. Customized setRedirect and getMainGlobals scripts have to be updated.

  • Profiles: All profiles are now registered by ZCML.
  • ZClasses: Removed unmaintained support for ZClasses.

System Message: WARNING/2 (<string>, line 185)

Bullet list ends without a blank line; unexpected unindent.

Marked the 'initializeBases*' methods as deprecated.

  • Content: Added IFactory utilities for all content classes.

System Message: WARNING/2 (<string>, line 188)

Bullet list ends without a blank line; unexpected unindent.

They are now used by default instead of the old constructor methods.

  • Content: All content classes are now registered by ZCML.

System Message: WARNING/2 (<string>, line 191)

Bullet list ends without a blank line; unexpected unindent.

ContentInit is still used to register oldstyle constructors.

  • setup handlers: Removed support for CMF 1.5 CMFSetup profiles.
Earlier releases

For a complete list of changes before version 2.1.0-alpha, see the HISTORY.txt file on the CMF-2.1 branch: http://svn.zope.org/CMF/branches/2.1/HISTORY.txt?view=auto


Subscribe to package updates

Last updated May 23rd, 2012

Download Stats

Last month:5

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.