{ "info": { "author": "Jens W. Klein", "author_email": "jk@kleinundpartner.at", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 5.1", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": ".. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.\n If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html\n This text does not appear on pypi or github. It is a comment.\n\n==========================\ncollective.immediatecreate\n==========================\n\n.. image:: https://img.shields.io/pypi/v/collective.immediatecreate.svg\n :target: https://pypi.org/project/collective.immediatecreate/\n :alt: Latest PyPI version\n\n.. image:: https://travis-ci.org/collective/collective.immediatecreate.svg?branch=master\n :target: https://travis-ci.org/collective/collective.immediatecreate\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://github.com/ambv/black\n\nFolderish types are designed to be able to contain content.\nHowever, when you use ``collective.folderishtypes`` (or amy custom folderish types) in Plone and you simply add a folderish item and edit it immediately after adding you will see that all the assets you upload through the editor will be stored as siblings of the item you just created.\nThis is due to the fact that the new item does not \"exist\" yet, that is, before it has been saved once.\n\nThis addon creates the object immediately, so items can be stored inside.\n\nFeatures\n--------\n\nID/ Shortname\n A valid (and intermediate) ID will be generated after \"add ...\" has been clicked, so the item can be persisted.\n However, the ID changes when the user saves the content for the first time so the Plone's default behavior is retained.\n However, this feature might not be wanted by some users and is configureable (todo).\n\nVerification\n Additionally the drop-in-feature covers the usecase when an added type has mandatory fields or custom verification.\n All verification tasks are performed as usual when the user saves an item.\n\nCancel becomes Delete\n When the user interacts with the item after it has been automatically created the \"cancel\" button is turned into a \"delete\" button.\n If the cancel button is clicked, the item will be discarded.\n\nCleanup\n In order to get rid of initially created but never saved nor deleted items,\n a cleanup script is provided.\n\n\nInstallation\n------------\n\nInstall ``collective.immediatecreate`` by adding it to your buildout::\n\n [buildout]\n\n ...\n\n eggs =\n collective.immediatecreate\n\n\nand then running ``bin/buildout``\n\nRestart Plone and install ``Immediate Create`` in control panel under addons.\n\n\nActivation\n----------\n\nAfter installation nothing changed.\nThe feature must be activated for a type first.\nTo make a type available for immediate create, two changes need to be done:\n\n1. Add the behavior `collective.immediatecreate` to the type in the control panel under `Dexterity Content Types`\n\n2. Modify the Factory Type Information using the ZMI under `portal_types`.\n Change the value of `Add view URL (Expression)` to `++addimmediate++TYPENAME`.\n\nConfiguration using GenericSetup\n--------------------------------\n\nIn a policy profile in filesystem the a Type Information under `profiles/default/types/TYPENAME.xml` can be edited to make a type aware of immediate create::\n\n \n \n\n \n\n string:${folder_url}/++addimmediate++MyFolderishType\n\n \n\n \n \n \n \n\n \n \n\nCleanup\n-------\n\nA cleanup script can be called as Manager user.\nIt removes all stalled creations older than two hours.\nIt is named ``@@immediatecreate-cleanup-leftovers``.\nYou may want to use a cron service of your choice to call it recurring.\n\n\nSource Code\n-----------\n\nThe sources are in a GIT DVCS with its main branches at `github `_.\nThere you can report issue too.\n\nWe'd be happy to see many forks and pull-requests to make this addon even better.\n\nThis package uses the `black coding style `_ with 79 chars line length.\n\n\nSupport\n-------\n\nMaintainers are `Jens Klein `_, `Gogo Bernhard `_, `Markus Hilbert `_ and the BlueDynamics Alliance developer team.\nWe appreciate any contribution and if a release is needed to be done on pypi, please just contact one of us.\nWe also offer commercial support if any training, coaching, integration or adaptions are needed.\n\nIf you are having issues, please let us know.\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- Jens W. Klein, jk@kleinundpartner.at\n- Gogo Bernhard, g.bernhard@akbild.ac.at\n- Markus Hilbert, markus.hilbert@iham.at\n\n\nChangelog\n=========\n\n1.0a3 (2018-11-07)\n------------------\n\n- added ImmediateAddedEvent.[iham]\n- fixed code-styles. [jensens]\n\n1.0a2 (2018-09-12)\n------------------\n\n- fixed locking [iham]\n- robot test added [llisa123]\n\n\n1.0a1 (2018-06-23)\n------------------\n\n- Initial release.\n [jensens]\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.python.org/pypi/collective.immediatecreate", "keywords": "Python Plone", "license": "GPL version 2", "maintainer": "", "maintainer_email": "", "name": "collective.immediatecreate", "package_url": "https://pypi.org/project/collective.immediatecreate/", "platform": "", "project_url": "https://pypi.org/project/collective.immediatecreate/", "project_urls": { "Homepage": "https://pypi.python.org/pypi/collective.immediatecreate" }, "release_url": "https://pypi.org/project/collective.immediatecreate/1.0a3/", "requires_dist": null, "requires_python": "", "summary": "Create dexterity items immediatly and skips add form.", "version": "1.0a3" }, "last_serial": 4585889, "releases": { "1.0a1": [ { "comment_text": "", "digests": { "md5": "9d95dd0ba88e0a9f4ed5bf12d8afa45b", "sha256": "026f0ee95b57777756b9e333b39767bb99018fea223917f82e19ee9585e91e30" }, "downloads": -1, "filename": "collective.immediatecreate-1.0a1.tar.gz", "has_sig": false, "md5_digest": "9d95dd0ba88e0a9f4ed5bf12d8afa45b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21570, "upload_time": "2018-06-23T10:42:24", "url": "https://files.pythonhosted.org/packages/0c/9a/7ab9a7135e4267094d8745fd7ffa371f6e2d0e31e2ade0addce38f9e299e/collective.immediatecreate-1.0a1.tar.gz" } ], "1.0a2": [ { "comment_text": "", "digests": { "md5": "8823382879760ec94874c29865d34ef3", "sha256": "c6d484d0042759859e537486d344ca964abf277d3266b7aeac1ce15819e3bd77" }, "downloads": -1, "filename": "collective.immediatecreate-1.0a2.tar.gz", "has_sig": false, "md5_digest": "8823382879760ec94874c29865d34ef3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 243110, "upload_time": "2018-09-12T13:32:11", "url": "https://files.pythonhosted.org/packages/0a/a9/ba278b870df0a476ff8aab68487426b1f75db6a9f0eb2c34925a742d0351/collective.immediatecreate-1.0a2.tar.gz" } ], "1.0a3": [ { "comment_text": "", "digests": { "md5": "252c4009db1bf9edb0d838b05b2bfa85", "sha256": "17b29224dbfa63bcf7a5d9484bcd97ab7eb0d496872ae5e298e0c31cbd7d3517" }, "downloads": -1, "filename": "collective.immediatecreate-1.0a3.tar.gz", "has_sig": false, "md5_digest": "252c4009db1bf9edb0d838b05b2bfa85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 243589, "upload_time": "2018-11-07T09:27:55", "url": "https://files.pythonhosted.org/packages/29/54/df68dc56040eeb25b1ac1d5fcee17e7fdb6a3ef7f7de2e9427179a55243d/collective.immediatecreate-1.0a3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "252c4009db1bf9edb0d838b05b2bfa85", "sha256": "17b29224dbfa63bcf7a5d9484bcd97ab7eb0d496872ae5e298e0c31cbd7d3517" }, "downloads": -1, "filename": "collective.immediatecreate-1.0a3.tar.gz", "has_sig": false, "md5_digest": "252c4009db1bf9edb0d838b05b2bfa85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 243589, "upload_time": "2018-11-07T09:27:55", "url": "https://files.pythonhosted.org/packages/29/54/df68dc56040eeb25b1ac1d5fcee17e7fdb6a3ef7f7de2e9427179a55243d/collective.immediatecreate-1.0a3.tar.gz" } ] }