{ "info": { "author": "Johannes Raggam", "author_email": "raggam-nl@adm.at", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python" ], "description": "Introduction\n============\n\nTools for Plone setuphandler steps when running Generic Setup import Steps.\n\n\nadd_calendar_type\n-----------------\nAdd calendar types to Products.CMFPlone.CalendarTool.\n\n\nadd_group\n---------\nAdd a group to plone.\n\n\nadd_user\n--------\nAdd a user to plone.\n\n\ncreate_item\n-----------\nCreate an Archetype content item in the given context. This function is called\nby create_item_runner for each content found in it's given data structure.\n\n\ncreate_item_runner\n------------------\nCreate Archetype contents from a list of dictionaries, where each dictionary\ndescribes a content item and optionally it's childs.\n\n\ndelete_items\n------------\nRemove content items from a context.\n\n\nhide_and_retract\n----------------\nExclude an item from the navigation and retract it, if it was published. For\nexample, to hide \"Members\" folder, if it shouldn't be shown to anonymous users.\n\n\nisNotThisProfile\n----------------\nReturn True if marker_file CANNOT be found in the current profile's context.\nUsed to exit a setuphandler step if it isn't called in profile's context.\n\n\nload_file\n---------\nLoad a file from a directory and return it's data.\n\n\nsetup_portal_transforms\n-----------------------\nPersistently configure a specific transformation in portal_transforms.\n\n\nunsafe_html_transform\n---------------------\nConfigure safe_html transformation from portal_transforms, so that it also\nallows embed and object elements. Also configure the style_whitelist to allow\nsome styles needed for TinyMCE to bypass a limitation found in beta versions of\nPlone 4.0.\n\nupdate_portlet_schema\n---------------------\nHelper function to update a schema of an already registered portlet.\n\nTODO\n====\n\n- Write integration tests.\n\n\nAuthor\n======\n\nJohannes Raggam \nBlueDynamics Alliance, 2010\n\n\nCredits\n=======\n\nCarsten Senger for adding users.\n\n\nChangelog\n=========\n\n1.0.b4 (2012-04-19)\n-------------------\n\n- Allow color styles in unsafe_html_transform step. Allows colorizing text in\n TinyMCE.\n [thet]\n\n- In create_item and create_item_runner, allow configurations of existing\n items. Still don't allow creating items over existing ones.\n [thet]\n\n- Add options to deactivate hiding or retracting to hide_and_retract, if\n necessary.\n [thet]\n\n1.0b3 (2011-02-15)\n------------------\n- Add update_portlet_schema helper function.\n [thet]\n\n1.0b2 (2010-11-25)\n------------------\n- Bugfixes: Missing import and don't call callers_globals for load_file.\n [thet]\n\n1.0b1 (2010-11-19)\n------------------\n- Initial release.\n [thet]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/collective/collective.setuphandlertools", "keywords": "plone zope setup", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.setuphandlertools", "package_url": "https://pypi.org/project/collective.setuphandlertools/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.setuphandlertools/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/collective/collective.setuphandlertools" }, "release_url": "https://pypi.org/project/collective.setuphandlertools/1.0b4/", "requires_dist": null, "requires_python": null, "summary": "Tools for setting up a Plone site.", "version": "1.0b4" }, "last_serial": 788198, "releases": { "1.0b1": [ { "comment_text": "", "digests": { "md5": "d8d0d272fa4a9399014fe9c1d5d981d7", "sha256": "28484f4bdc6543a6981ee37d4a8daf964625230f40b0404942664dfb47bdd17f" }, "downloads": -1, "filename": "collective.setuphandlertools-1.0b1-py2.6.egg", "has_sig": false, "md5_digest": "d8d0d272fa4a9399014fe9c1d5d981d7", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 13182, "upload_time": "2010-11-19T12:45:30", "url": "https://files.pythonhosted.org/packages/84/07/64b2ec1258a1bae8ff12497262d39be5616f2c2bff39eb1c298c44fce4e7/collective.setuphandlertools-1.0b1-py2.6.egg" } ], "1.0b2": [ { "comment_text": "", "digests": { "md5": "099197187f1040119330d4e1489773d9", "sha256": "24ac3f8ca69082e20f90b4fa50da8961d833d0b65d5b6d582dddaf4d8f5e5097" }, "downloads": -1, "filename": "collective.setuphandlertools-1.0b2-py2.6.egg", "has_sig": false, "md5_digest": "099197187f1040119330d4e1489773d9", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 13250, "upload_time": "2010-11-25T19:55:04", "url": "https://files.pythonhosted.org/packages/9f/4d/07895477baa5341add9e349ca5de2a570d0c21d4b2498d8384ba808a816a/collective.setuphandlertools-1.0b2-py2.6.egg" } ], "1.0b3": [ { "comment_text": "", "digests": { "md5": "cfe2368548bc58786d7106a8f8db600e", "sha256": "b4d80339875ca44a5955ba112c44ad3bf79716fd24b3296a9cba93bc56ebe860" }, "downloads": -1, "filename": "collective.setuphandlertools-1.0b3.tar.gz", "has_sig": false, "md5_digest": "cfe2368548bc58786d7106a8f8db600e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7651, "upload_time": "2011-02-15T17:02:20", "url": "https://files.pythonhosted.org/packages/9d/00/326aa27c8dea0075b1c93b62103c0a73d4e85afcc3765bf3aa42be2b706d/collective.setuphandlertools-1.0b3.tar.gz" } ], "1.0b4": [ { "comment_text": "", "digests": { "md5": "e34ca8d8c6ee7b5a6f52a83e38d50ec7", "sha256": "3c4bd9d421d4ead50718b1828a142b4ca0d03dd6cf1466e7c42e7f2092be89d3" }, "downloads": -1, "filename": "collective.setuphandlertools-1.0b4.zip", "has_sig": false, "md5_digest": "e34ca8d8c6ee7b5a6f52a83e38d50ec7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21401, "upload_time": "2012-04-19T14:29:14", "url": "https://files.pythonhosted.org/packages/6f/d1/5e011c61316cd6a5e3f715bfdffbdade730ece4f77b0e5f36642fb13a18c/collective.setuphandlertools-1.0b4.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e34ca8d8c6ee7b5a6f52a83e38d50ec7", "sha256": "3c4bd9d421d4ead50718b1828a142b4ca0d03dd6cf1466e7c42e7f2092be89d3" }, "downloads": -1, "filename": "collective.setuphandlertools-1.0b4.zip", "has_sig": false, "md5_digest": "e34ca8d8c6ee7b5a6f52a83e38d50ec7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21401, "upload_time": "2012-04-19T14:29:14", "url": "https://files.pythonhosted.org/packages/6f/d1/5e011c61316cd6a5e3f715bfdffbdade730ece4f77b0e5f36642fb13a18c/collective.setuphandlertools-1.0b4.zip" } ] }