{ "info": { "author": "Zope Foundation and Contributors", "author_email": "zope-cmf@zope.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Plone", "Framework :: Zope2", "Intended Audience :: Developers", "License :: OSI Approved :: Zope Public License", "Programming Language :: Python", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "======================\n Products.CMFCalendar\n======================\n\n.. contents::\n\nThe CMFCalendar product is an example of creating a CMF\nProduct. The CMFCalendar product is also expected to be a\ngenerally useful *out of the box* and skinnable to accomodate\ncustomization within your existing CMF instance. To see how to\ngo about building a CMF product, this hopefully allows a\ndeveloper to follow through the process of registering their\nproduct, skins, and help with the CMF by example. It shows how\nan object is created and registered with the types_tool,\nnecessary skins added to the skins_tool, with the Calendar\nskins directory added to the skin paths, and providing\nportal_metadatool with an Element policy for the content_type\nof the object.\n\nFor installing set the *active site configuration* of your site's\nsetup tool to the CMFCalendar profile and import all steps.\n\nAfter installing the CMFCalendar you should notice a calendar\nappear in your CMF. This is fully customisable to your portals\nneeds.\n\n------------------------------------------------------------\n\nProducts.CMFCalendar Changelog\n==============================\n\n2.2.3 (2014-02-19)\n------------------\n\n- Declared dependency on zope.app.form.\n\n- Fixed tests to be compatibility with DateTime 3.\n\n\n2.2.2 (2010-10-31)\n------------------\n\n- Adjusted test layer setup to work with Zope 2.13.0a2.\n\n- Fixed Chameleon incompatibilities in some templates.\n\n\n2.2.1 (2010-07-04)\n------------------\n\n- Fixed ViewPageTemplateFile import to use the correct version from Five.\n\n- Deal with deprecation warnings for Zope 2.13.\n\n\n2.2.0 (2010-01-04)\n------------------\n\n- no changes from version 2.2.0-beta\n\n\n2.2.0-beta (2009-12-06)\n-----------------------\n\n- no changes from version 2.2.0-alpha\n\n\n2.2.0-alpha (2009-11-13)\n------------------------\n\n- Got rid of redundant icon related type info properties.\n (https://bugs.launchpad.net/zope-cmf/+bug/397795)\n\n- moved the Zope dependency to version 2.12.0b3dev\n\n- Cleaned up / normalized imports:\n\n o Don't import from Globals; instead, use real locations.\n\n o Make other imports use the actual source module, rather than an\n intermediate (e.g., prefer importing 'ClassSecurityInfo' from\n 'AccessControl.SecurityInfo' rather than from 'AccessControl').\n\n o Avoid relative imports, which will break in later versions of Python.\n\n- profiles: Added an add view expression to the Event content type definition.\n\n- Fixed a bug were the last day of each month was missed.\n (see https://dev.plone.org/plone/ticket/7238)\n\n- Event GenericSetup type definition: Add an icon URL expression to the \n Event content type definition.\n\n- Event: Added basic iCal and vCal views\n (https://bugs.launchpad.net/zope-cmf/+bug/161714)\n\n- ZMI: Prevent users from creating content through the ZMI by hiding the\n entry for \"CMFCalendar Content\".\n\n- Event: 'addEvent' no longer sends add events.\n\n- profiles: Removed obsolete local import step registrations.\n\n- setup handler: Improved 'various-calendar' import step. Added flag file \n check and global registration.\n\n- CalendarTool: Added a new method getNextEvent to grab the next event\n relative to a given point in time.\n (http://www.zope.org/Collectors/CMF/462)\n\n\n2.1.2 (2008-09-13)\n------------------\n\n- no changes from 2.1.2-beta\n\n\n2.1.2-beta (2008-08-26)\n-----------------------\n\n- completed devolution from monolithic CMF package into its component\n products that are distributed as eggs from PyPI.\n\n\n2.1.1 (2008-01-06)\n------------------\n\n- no changes\n\n\n2.1.1-beta(2007-12/29)\n----------------------\n\n- Testing: Derive test layers from ZopeLite layer if available.\n\n\n2.1.0 (2007-08-08)\n------------------\n\n- Fixed all componentregistry.xml files to use plain object paths and strip\n and slashes. GenericSetup does only support registering objects which are\n in the site root.\n\n\n2.1.0-beta2 (2007-07-12)\n------------------------\n\n- moved the Zope dependency to version 2.10.4\n\n- Remove antique usage of marker attributes in favor of interfaces,\n leaving BBB behind for places potentially affecting third-party code.\n (http://www.zope.org/Collectors/CMF/440)\n\n- Add POST-only protections to security critical methods.\n http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0240)\n\n- Fixed DST-driven test breakage by adding an optional 'zone' argument to \n the DublineCore methods which return string renditions of date metadata.\n (http://www.zope.org/Collectors/CMF/476)\n\n\n2.1.0-beta (2007-03-09)\n-----------------------\n\n- moved the Zope dependency to verson 2.10.2\n\n- Tool lookup and registration is now done \"the Zope 3 way\" as utilities, see\n http://svn.zope.org/CMF/branches/2.1/docs/ToolsAreUtilities.stx?view=auto\n\n- Zope3 style browser views are now used by default. An additional setup profile\n allows you to hook up the oldstyle skins and to make customizations TTW.\n\n\n2.1.0-alpha2 (2006-11-23)\n-------------------------\n\n- moved the Zope dependency to version 2.10.1\n\n- Fixed test breakage induced by use of Z3 pagetemplates in Zope 2.10+.\n\n- browser views: Added some zope.formlib based forms.\n\n- testing: Added test layers for setting up ZCML.\n\n\n2.1.0-alpha (2006-10-09)\n------------------------\n\n- skins: Changed encoding of translated portal_status_messages.\n Now getBrowserCharset is used to play nice with Five forms. Customized\n setRedirect and getMainGlobals scripts have to be updated.\n\n- Profiles: All profiles are now registered by ZCML.\n\n- ZClasses: Removed unmaintained support for ZClasses.\n Marked the 'initializeBases*' methods as deprecated.\n\n- Content: Added IFactory utilities for all content classes.\n They are now used by default instead of the old constructor methods.\n\n- Content: All content classes are now registered by ZCML.\n ContentInit is still used to register oldstyle constructors.\n\n- setup handlers: Removed support for CMF 1.5 CMFSetup profiles.\n\n\nEarlier releases\n----------------\n\nFor a complete list of changes before version 2.1.0-alpha, see the HISTORY.txt\nfile on the CMF-2.1 branch:\nhttp://svn.zope.org/CMF/branches/2.1/HISTORY.txt?view=auto\n\n------------------------------------------------------------\n\nDownload\n========", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/Products.CMFCalendar", "keywords": "web application server zope zope2 cmf", "license": "ZPL 2.1 (http://www.zope.org/Resources/License/ZPL-2.1)", "maintainer": null, "maintainer_email": null, "name": "Products.CMFCalendar", "package_url": "https://pypi.org/project/Products.CMFCalendar/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Products.CMFCalendar/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/Products.CMFCalendar" }, "release_url": "https://pypi.org/project/Products.CMFCalendar/2.2.3/", "requires_dist": null, "requires_python": null, "summary": "Calendar product for the Zope Content Management Framework", "version": "2.2.3" }, "last_serial": 2871325, "releases": { "2.1.1": [ { "comment_text": "", "digests": { "md5": "07d9ca611a8d20a31f62ffe366c737fb", "sha256": "fc1ca899c03e07f924e63681d0820b5ae856dddd99a452b335d8f938f6637481" }, "downloads": -1, "filename": "Products.CMFCalendar-2.1.1.tar.gz", "has_sig": false, "md5_digest": "07d9ca611a8d20a31f62ffe366c737fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31718, "upload_time": "2008-08-03T16:26:20", "url": "https://files.pythonhosted.org/packages/59/50/206a3f3f4a657a95e4b12336e7757267dc858ff75ecc5fb45bde3a1ba518/Products.CMFCalendar-2.1.1.tar.gz" } ], "2.1.2": [ { "comment_text": "", "digests": { "md5": "540f1bcd34bb5e31b50bd394a17d9791", "sha256": "3d4716305fc87b2ccf5cef55d49dd0b66c14f5e9732a30636c095665844957ce" }, "downloads": -1, "filename": "Products.CMFCalendar-2.1.2.tar.gz", "has_sig": false, "md5_digest": "540f1bcd34bb5e31b50bd394a17d9791", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35551, "upload_time": "2008-09-13T08:51:19", "url": "https://files.pythonhosted.org/packages/db/e8/136ece11616e7227506de2e66db81004b0c896df3aeb6c44707d8c6b7802/Products.CMFCalendar-2.1.2.tar.gz" } ], "2.1.2-beta": [ { "comment_text": "", "digests": { "md5": "46428d389ddd4885ed13f28d20364f7e", "sha256": "7666b8b83e4876e4f6048d6409c9779190db1476a44722754decbd9835050e9e" }, "downloads": -1, "filename": "Products.CMFCalendar-2.1.2-beta.tar.gz", "has_sig": false, "md5_digest": "46428d389ddd4885ed13f28d20364f7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35612, "upload_time": "2008-08-26T12:46:39", "url": "https://files.pythonhosted.org/packages/06/d6/b9a7eb07a714f1b2c745d7076c56f32c6f8c57b77d3c7cc7d765a44490a6/Products.CMFCalendar-2.1.2-beta.tar.gz" } ], "2.1.3": [ { "comment_text": "", "digests": { "md5": "e60768ddc7ee1a17b6b0cb3f85ac3931", "sha256": "17aa0201b66ab7aadaced8cf420f23c8a428e8a74bab454510fd66d34169bbcc" }, "downloads": -1, "filename": "Products.CMFCalendar-2.1.3.tar.gz", "has_sig": false, "md5_digest": "e60768ddc7ee1a17b6b0cb3f85ac3931", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36734, "upload_time": "2010-09-23T12:28:25", "url": "https://files.pythonhosted.org/packages/67/f7/8ea359791fc5d663bf1c88151ab299924987c91bf4934c1e98bf9dd463ff/Products.CMFCalendar-2.1.3.tar.gz" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "506fe7a8c3c75a692c2e7a4afaf58300", "sha256": "f2e630b5741cea297e391d251e2d3b9853962f70333934ab4cb670a135cf715d" }, "downloads": -1, "filename": "Products.CMFCalendar-2.2.0.tar.gz", "has_sig": false, "md5_digest": "506fe7a8c3c75a692c2e7a4afaf58300", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41230, "upload_time": "2010-01-04T10:58:11", "url": "https://files.pythonhosted.org/packages/44/8a/457ad52e8351fefbac52cbae4b3a3b0bb98e27b47401b234cb674c060124/Products.CMFCalendar-2.2.0.tar.gz" } ], "2.2.0-alpha": [ { "comment_text": "", "digests": { "md5": "0102da04dee561bf4b563d5d56f82675", "sha256": "42c2deb51f484c665fb63f22eb313f32f68b4ac51f583f9bd261134c967b24fe" }, "downloads": -1, "filename": "Products.CMFCalendar-2.2.0-alpha.tar.gz", "has_sig": false, "md5_digest": "0102da04dee561bf4b563d5d56f82675", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41179, "upload_time": "2009-11-13T17:15:36", "url": "https://files.pythonhosted.org/packages/77/65/04fdf4194238002d6b0e6519b1b4246f34a25170d9f7f698316c89fec7fe/Products.CMFCalendar-2.2.0-alpha.tar.gz" } ], "2.2.0-beta": [ { "comment_text": "", "digests": { "md5": "31c2302e277282b525e82075b28c1cba", "sha256": "8434e09454f2d91c06762a53a3490ce209616dcd4c365fbc28d184871d1c43a1" }, "downloads": -1, "filename": "Products.CMFCalendar-2.2.0-beta.tar.gz", "has_sig": false, "md5_digest": "31c2302e277282b525e82075b28c1cba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41250, "upload_time": "2009-12-06T18:18:51", "url": "https://files.pythonhosted.org/packages/f9/30/eef6b85be3b679575c337646d92c2bc13db92d6feb7b4af21c89a5b6143a/Products.CMFCalendar-2.2.0-beta.tar.gz" } ], "2.2.1": [ { "comment_text": "", "digests": { "md5": "f5fabed9e653ed1d5b9ecf275a2a4208", "sha256": "4f983e456d2af9552cb6fe3b2cb47f27e5cc147f8c09924e84bea290d20c5519" }, "downloads": -1, "filename": "Products.CMFCalendar-2.2.1.tar.gz", "has_sig": false, "md5_digest": "f5fabed9e653ed1d5b9ecf275a2a4208", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42181, "upload_time": "2010-07-04T11:14:26", "url": "https://files.pythonhosted.org/packages/94/4c/316033bfb0be6eef0c5776732aeb661b665f5448c85175301c00d8cf802c/Products.CMFCalendar-2.2.1.tar.gz" } ], "2.2.2": [ { "comment_text": "", "digests": { "md5": "49458e68dc3b6826ea9a3576ac014419", "sha256": "d26abab704eb4d3642881daff0af83dbb86db87aff2be4d50a350a95f8e86966" }, "downloads": -1, "filename": "Products.CMFCalendar-2.2.2.tar.gz", "has_sig": false, "md5_digest": "49458e68dc3b6826ea9a3576ac014419", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42432, "upload_time": "2010-10-31T12:58:51", "url": "https://files.pythonhosted.org/packages/3f/2a/54a8c6d1bb1938326db205b8512c62aa030f45af2635ad06d09ac1f78f58/Products.CMFCalendar-2.2.2.tar.gz" } ], "2.2.3": [ { "comment_text": "", "digests": { "md5": "75659630aa12cfe86cc740db64ef294f", "sha256": "dc50f0b713f14942cde79b72af38e0b4d9d7ed7004a2b6b23dad804bfa486aec" }, "downloads": -1, "filename": "Products.CMFCalendar-2.2.3.tar.gz", "has_sig": false, "md5_digest": "75659630aa12cfe86cc740db64ef294f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44557, "upload_time": "2014-02-19T14:40:29", "url": "https://files.pythonhosted.org/packages/6c/99/308cc873a5a2df11aa7253b5220d2867835524dd9c44199d196b49a023a5/Products.CMFCalendar-2.2.3.tar.gz" } ], "2.3.0-beta": [ { "comment_text": "", "digests": { "md5": "39f29ee1406900d740878bc84d98d5a5", "sha256": "b80bf6be6c40e91d1ce99dc3e0c6cf4abb184c794bac4035db631924b05d33a5" }, "downloads": -1, "filename": "Products.CMFCalendar-2.3.0-beta.tar.gz", "has_sig": false, "md5_digest": "39f29ee1406900d740878bc84d98d5a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43139, "upload_time": "2012-03-21T22:33:13", "url": "https://files.pythonhosted.org/packages/b3/13/050c635b514799e636c2abd01506db6bccbbfb8a1f347cb1cb050ed46078/Products.CMFCalendar-2.3.0-beta.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "75659630aa12cfe86cc740db64ef294f", "sha256": "dc50f0b713f14942cde79b72af38e0b4d9d7ed7004a2b6b23dad804bfa486aec" }, "downloads": -1, "filename": "Products.CMFCalendar-2.2.3.tar.gz", "has_sig": false, "md5_digest": "75659630aa12cfe86cc740db64ef294f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44557, "upload_time": "2014-02-19T14:40:29", "url": "https://files.pythonhosted.org/packages/6c/99/308cc873a5a2df11aa7253b5220d2867835524dd9c44199d196b49a023a5/Products.CMFCalendar-2.2.3.tar.gz" } ] }