{ "info": { "author": "Plone Foundation", "author_email": "plone-developers@lists.sourceforge.net", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 5.1", "Framework :: Plone :: 5.2", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "Overview\n========\n\nCollections in Plone are the most powerful tool content editors and site\nmanagers have to construct navigation and site sections.\n\nThis is a brand new implementation of collections for Plone, using\najax/javascript to make a simpler, easier and streamlined user experience\nfor using collections. Having a more lightweight backend that does not depend\non many nested criteria types.\n\nIt's designed with simplicity and usability as a main focus, so content editors\nand site managers can create complex search queries with ease.\n\nChangelog\n=========\n\n1.2.7 (2018-12-28)\n------------------\n\nBug fixes:\n\n- Remove installation of plone.app.widgets default profile.\n In Plone 5.0/5.1 with plone.app.widgets >= 2.0, the profile is only a dummy profile for BBB.\n In Plone 5.2 will be removed.\n [jensens]\n\n\n1.2.6 (2018-02-04)\n------------------\n\nBug fixes:\n\n- Removed dependency on CMFQuickInstallerTool. [maurits]\n\n\n1.2.5 (2017-11-24)\n------------------\n\nBug fixes:\n\n- Hide uninstall from install screens.\n [jensens]\n\n\n1.2.4 (2017-06-03)\n------------------\n\nBug fixes:\n\n- removed unittest2 dependency\n [kakshay21]\n\n1.2.3 (2016-11-18)\n------------------\n\nBug fixes:\n\n- Add coding header to python files.\n [gforcada]\n\n- Remove superfluos dependency on zope.formlib\n [jensens]\n\n\n1.2.2 (2016-09-16)\n------------------\n\nBug fixes:\n\n- Fix summary view for results with Discussion Items\n [ichim-david]\n\n- Check with getattr if item isPrincipiaFolderish as Comment does\n not have this attribute which would render an AttributeError\n [ichim-david]\n\n\n1.2.1 (2016-08-15)\n------------------\n\nBug fixes:\n\n- Use zope.interface decorator.\n [gforcada]\n\n\n1.2.0 (2016-05-18)\n------------------\n\nNew:\n\n- Added uninstall profile. The Collection type is removed when you\n uninstall this package. [maurits]\n\n\n1.1.6 (2016-02-27)\n------------------\n\nFixes:\n\n- Fix test isolation problems.\n [gforcada]\n\n\n1.1.5 (2016-02-11)\n------------------\n\nFixes:\n\n- Remove existing type information object (FTI) from portal_types when\n installing. This might be a dexterity FTI, which would give an\n error when installing: ValueError: undefined property\n ``content_meta_type``. [maurits]\n\n- Pull typesUseViewActionInListings value from portal_registry.\n [esteele]\n\n\n1.1.4 (2015-06-05)\n------------------\n\n- Remove plone.app.form dependency.\n [timo]\n\n\n1.1.3 (2015-03-11)\n------------------\n\n- Read ``allow_anon_views_about`` setting from the registry, with fallback to\n portal properties (see https://github.com/plone/Products.CMFPlone/issues/216)\n [jcerjak]\n\n- Support for import and export of collections using FTP, DAV and GenericSetup\n [matthewwilkes]\n\n\n1.1.2 (2014-10-23)\n------------------\n\n- Add a ``custom_query`` parameter to the ``Collection`` class' ``results`` and\n ``queryCatalog`` methods, and pass it over to ``QueryField``. The\n ``custom_query`` parameter allows for run time customization of the stored\n query. This can be done for example by views using the ``contentFilter``\n dictionary, which can be build from request parameters. custom_query as well\n as contentFilter are dictionaries of index names and their associated query\n values.\n [thet]\n\n\n1.1.1 (2014-03-29)\n------------------\n\n- Make sure Products.ATContentTypes is installed when running the tests, so\n tests pass for Plone 5 as well.\n [timo]\n\n\n1.1.0 (2014-02-22)\n------------------\n\n- Install Products.ATContentTypes on the test fixture because Plone 5 does\n not install ATContentTypes automatically any longer.\n [timo]\n\n- Declare dependency on plone.app.querystring.\n [davisagli]\n\n- Add dependency on plone.app.widgets and run the install steps. Also run\n import steps for plone.app.querystring, needed for the registry data to be\n there.\n [frapell]\n\n- Remove archetypes.querywidget from the dependencies and bring the field it\n provides to this package.\n [frapell]\n\n\n1.0.11 (2013-08-13)\n-------------------\n\n- Add CSS classes on tabular_view table headers and cells\n in order to easily customize them.\n [avoinea]\n\n- Use 'structure value' for tabular_view field value in order to easily\n insert images, links or other HTML entities in this table\n [avoinea]\n\n\n1.0.10 (2013-05-23)\n-------------------\n\n- Fix tabular view to show append /view onto files and images\n [vangheem]\n\n\n1.0.9 (2013-04-06)\n------------------\n\n- Provide /RSS view for collection so we at least have an option\n for syndication before 4.3\n [vangheem]\n\n\n1.0.8 (2013-03-05)\n------------------\n\n- fix album view if item does not have images\n [vangheem]\n\n\n1.0.7 (2012-12-14)\n------------------\n\n- Check if item isPrincipiaFolderish instead of the hardcoded portal_type\n Folder when searching for images\n [ichimdav]\n\n- Fix thumbnail_view so it works with any portal_atct image types not just\n with Image and News Items\n [ichimdav]\n\n- properly show dates on tabular view, fixes #12907\n [maartenkling]\n\n\n1.0.6 (2012-09-21)\n------------------\n\n- Avoid site error on thumbnail view if some scale generation have failed.\n [thomasdesvenain]\n\n- Avoid site error on summary view if some scale generation have failed.\n [kroman0]\n\n- Provide a synContentValues method for compatibility with syndication\n in Plone <= 4.2.\n [davisagli]\n\n- Added a validator 'isInt' to field limit for the purpose avoid a exception\n [hersonrodrigues]\n\n- Fix the limit of number of items to show in batch results\n see https://dev.plone.org/ticket/13129 [hersonrodrigues]\n\n- Implement ISyndicatable for 4.3\n [vangheem]\n\n\n1.0.5 (2012-08-27)\n------------------\n\n- Add an alias folder_summary_view pointing to summary_view. This allows\n existing installs to display results for news/aggregator and\n events/aggregator see http://dev.plone.org/ticket/13010 [ericof]\n\n- Fix summary_view so shows thumbnails for contents with the image field,\n see http://dev.plone.org/ticket/13010 [ericof]\n\n- Fix thumbnail_view so it works when Images or News Items are listed,\n see http://dev.plone.org/ticket/13010 [ericof]\n\n\n1.0.4 (2012-06-08)\n------------------\n\n- Fix an ommission that prevented sorting from working.\n [erral]\n\n- accessibility improvements for screen readers regarding \"more\" links,\n see http://dev.plone.org/ticket/11982\n [rmattb, applied by polyester and par117]\n\n\n1.0.3 (2012-04-15)\n------------------\n\n- Remove the portlet, which duplicates functionality from\n plone.portlet.collection. The Assignment class is kept for\n backwards-compatibility.\n [davisagli]\n\n- Support a 'queryCatalog' method for backwards-compatibility with ATTopic.\n [davisagli]\n\n- Only display the batch navigation in tabular_view if there are items to\n display.\n [esteele]\n\n\n1.0.2 (2012-02-09)\n------------------\n\n- Modified the description of the query field.\n [vincentfretin]\n\n\n1.0.1 (2011-11-24)\n------------------\n\n- Fix i18n of query widget.\n [vincentfretin]\n\n\n1.0 - (2011-07-19)\n------------------\n\n- Initial release\n\n- Add MANIFEST.in.\n [WouterVH]\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.org/project/plone.app.collection", "keywords": "plone collection topic smartfolder saved search", "license": "GPL version 2", "maintainer": "", "maintainer_email": "", "name": "plone.app.collection", "package_url": "https://pypi.org/project/plone.app.collection/", "platform": "", "project_url": "https://pypi.org/project/plone.app.collection/", "project_urls": { "Homepage": "https://pypi.org/project/plone.app.collection" }, "release_url": "https://pypi.org/project/plone.app.collection/1.2.7/", "requires_dist": [ "setuptools", "plone.app.contentlisting", "plone.app.portlets", "plone.app.querystring (>=1.2.2)", "plone.app.vocabularies", "plone.app.widgets", "plone.portlet.collection", "plone.portlets", "Products.Archetypes (>=1.10.4.dev0)", "Products.CMFCore", "Products.CMFPlone", "Products.validation", "transaction", "zope.component", "zope.configuration", "zope.i18nmessageid", "zope.interface", "zope.schema", "Zope2", "plone.app.testing[robot]; extra == 'test'", "Products.ATContentTypes[test]; extra == 'test'" ], "requires_python": "", "summary": "This package adds 'saved search' functionality to Plone.", "version": "1.2.7" }, "last_serial": 4642313, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "03f0dc5609e529e099f9f47bd3e039e1", "sha256": "c915911f18525672605859ff72313abb880c435cf0feade58d2b01e26c85273a" }, "downloads": -1, "filename": "plone.app.collection-1.0.zip", "has_sig": false, "md5_digest": "03f0dc5609e529e099f9f47bd3e039e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33559, "upload_time": "2011-07-19T15:01:17", "url": "https://files.pythonhosted.org/packages/22/28/cf41dfefbfa538bd835549917ed984e417a025067a007e4098a4a5e51e0e/plone.app.collection-1.0.zip" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "02f6cbbc3d2fcf6d5ae8e998de00d159", "sha256": "568da629a95066ef889a6be1874a26f16dbef7046363f8faa47777f699e7f232" }, "downloads": -1, "filename": "plone.app.collection-1.0.1.tar.gz", "has_sig": false, "md5_digest": "02f6cbbc3d2fcf6d5ae8e998de00d159", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20108, "upload_time": "2011-11-25T02:38:56", "url": "https://files.pythonhosted.org/packages/bf/84/42d95ebec2a6b489abca8261c1717ba81bc491ffa3b8c41845eddd564e69/plone.app.collection-1.0.1.tar.gz" } ], "1.0.10": [ { "comment_text": "", "digests": { "md5": "1042ac059be2311d4758452a3fa4f82e", "sha256": "69b91da0b3d6231907747406db9db669db6936d3f4f9ea4cb000db350b38f05a" }, "downloads": -1, "filename": "plone.app.collection-1.0.10.zip", "has_sig": false, "md5_digest": "1042ac059be2311d4758452a3fa4f82e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49145, "upload_time": "2013-05-24T01:08:34", "url": "https://files.pythonhosted.org/packages/bb/76/fceba3eb7ef4e45859756a4ef92a63f174577f94f44d08bfc53dc93edad7/plone.app.collection-1.0.10.zip" } ], "1.0.11": [ { "comment_text": "", "digests": { "md5": "3f97abc0cd5e370c4bbb1a73f7ee05a7", "sha256": "acf7c7ddf9cee59dd6aa231ed6197acff4ffeae808ecbef404c0010124000da0" }, "downloads": -1, "filename": "plone.app.collection-1.0.11.zip", "has_sig": false, "md5_digest": "3f97abc0cd5e370c4bbb1a73f7ee05a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49532, "upload_time": "2013-08-13T16:59:53", "url": "https://files.pythonhosted.org/packages/b2/b4/bc1b9acc2e3ed550894f34906c78e7db049fc30f82e9350dac5608e65116/plone.app.collection-1.0.11.zip" } ], "1.0.12": [ { "comment_text": "", "digests": { "md5": "9269208f8afc1df587d5f37ab5d04bd5", "sha256": "d023fd30b65bba0348e23b04b046aabd6a336e7881a534423aeddb5db0c99e62" }, "downloads": -1, "filename": "plone.app.collection-1.0.12.zip", "has_sig": false, "md5_digest": "9269208f8afc1df587d5f37ab5d04bd5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49678, "upload_time": "2014-09-07T14:16:31", "url": "https://files.pythonhosted.org/packages/45/cf/3297763e41254d7e14985b2d118867c481b1ae7bc17cdebd5af8f8863a9f/plone.app.collection-1.0.12.zip" } ], "1.0.13": [ { "comment_text": "", "digests": { "md5": "0228dab7a1791f65b7150b540d9ab73c", "sha256": "c42b7cf3f6eb40bc1c7f07151b026546e86d553b34632112e3f1ec6f458434bb" }, "downloads": -1, "filename": "plone.app.collection-1.0.13.zip", "has_sig": false, "md5_digest": "0228dab7a1791f65b7150b540d9ab73c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47643, "upload_time": "2015-02-20T21:40:32", "url": "https://files.pythonhosted.org/packages/4c/94/01ef9be23a71c6a57851765552ca165f9d704b3f09ac4bacb48820daf319/plone.app.collection-1.0.13.zip" } ], "1.0.14": [ { "comment_text": "", "digests": { "md5": "399cb20dd77e9fbbd39a7d10f997dfb5", "sha256": "388f6d338c47bd37962b59507adefc92d6f995d244f115cde6c3acce5ea78cc3" }, "downloads": -1, "filename": "plone.app.collection-1.0.14.tar.gz", "has_sig": false, "md5_digest": "399cb20dd77e9fbbd39a7d10f997dfb5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32608, "upload_time": "2015-09-23T21:02:20", "url": "https://files.pythonhosted.org/packages/6b/d3/963fe92988aeb46aa5a0ed453576c8a48494840f96d783e8c6e462f8e26d/plone.app.collection-1.0.14.tar.gz" } ], "1.0.15": [ { "comment_text": "", "digests": { "md5": "914968019b02616ed2b12159e1261152", "sha256": "0f7a8a197262c92632861ebb2337875560882cd9407f669c0eb644b3481b7d55" }, "downloads": -1, "filename": "plone.app.collection-1.0.15.tar.gz", "has_sig": false, "md5_digest": "914968019b02616ed2b12159e1261152", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32857, "upload_time": "2016-09-07T16:31:15", "url": "https://files.pythonhosted.org/packages/16/ce/a276b41f397754e11b7aef73708451a5880762ea2a97a532bd867db03796/plone.app.collection-1.0.15.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "53bed1cd5324e28a30bee3e061a26d44", "sha256": "12082f43a33ca8af085d9fe5ba931f57b2596ee1848d7cfa46a571dc2e4c59fe" }, "downloads": -1, "filename": "plone.app.collection-1.0.2.tar.gz", "has_sig": false, "md5_digest": "53bed1cd5324e28a30bee3e061a26d44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20102, "upload_time": "2012-02-10T02:33:08", "url": "https://files.pythonhosted.org/packages/4f/d5/0959cc22549b262eedcad99317d0a202b46051f440f67c39b417ce6fa270/plone.app.collection-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "e6469abae1ac72eb7c260d720d2cf9be", "sha256": "18e2f89f4ec79b73e2f1f9387de486763d98678a30877f3d22a7ff639049abac" }, "downloads": -1, "filename": "plone.app.collection-1.0.3.zip", "has_sig": false, "md5_digest": "e6469abae1ac72eb7c260d720d2cf9be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30887, "upload_time": "2012-04-15T20:51:00", "url": "https://files.pythonhosted.org/packages/d2/60/493328bddfa1aa2ab938edc13d0d82c739f42f732aa8d32a2118e527e1ec/plone.app.collection-1.0.3.zip" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "b1d2f4050aefdfb7fa9b63c294b427c2", "sha256": "2a24affa0bb449cb7dcdead1f21538356219ddfb9f9e3bc5c302d8f615193852" }, "downloads": -1, "filename": "plone.app.collection-1.0.4.zip", "has_sig": false, "md5_digest": "b1d2f4050aefdfb7fa9b63c294b427c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31580, "upload_time": "2012-06-08T16:11:33", "url": "https://files.pythonhosted.org/packages/5a/de/881153ae2d145017c5a6471544839c846cbefe57da2f860f978598a65958/plone.app.collection-1.0.4.zip" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "b5f3e8998c75881d1c15c46a23c5be52", "sha256": "39a2929c5f99d68e5df29c29674d591875de108c12eb0d8bd37337d868a9d415" }, "downloads": -1, "filename": "plone.app.collection-1.0.5.zip", "has_sig": false, "md5_digest": "b5f3e8998c75881d1c15c46a23c5be52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36075, "upload_time": "2012-08-27T18:11:46", "url": "https://files.pythonhosted.org/packages/0d/18/e42442bb152a2106128b68921b4beed16bb7bc630680236591f53765e9c1/plone.app.collection-1.0.5.zip" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "b1f10f8074334a6f060084004c48e0f3", "sha256": "52c289a3da191c0c03a02bf33c8268dddc6e92e321623342c726115b7a6ee227" }, "downloads": -1, "filename": "plone.app.collection-1.0.6.zip", "has_sig": false, "md5_digest": "b1f10f8074334a6f060084004c48e0f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37058, "upload_time": "2012-09-22T01:07:43", "url": "https://files.pythonhosted.org/packages/62/a0/f7428ee1302930e4e8ab15c032b10f214975f93fc8b51cf1b2eb5ebd60b7/plone.app.collection-1.0.6.zip" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "40c9035472e386fc9d0ec1b9a9a3d4f6", "sha256": "db67f1c200d0cc80208b75cbfae9c064b3971e513237775ce315d534e0eeb19c" }, "downloads": -1, "filename": "plone.app.collection-1.0.7.zip", "has_sig": false, "md5_digest": "40c9035472e386fc9d0ec1b9a9a3d4f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40825, "upload_time": "2012-12-15T04:11:41", "url": "https://files.pythonhosted.org/packages/5c/2c/b335cb3f6b27cfc6b016f6886b599c58e8a4b470bdafe0f046aad26cda8c/plone.app.collection-1.0.7.zip" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "8bbd299daa04b35ecfad3c13afa7aba0", "sha256": "f1408703409a88b721578782582b3612faa2555a3e2ec9856cb2d5b80b2cc958" }, "downloads": -1, "filename": "plone.app.collection-1.0.8.zip", "has_sig": false, "md5_digest": "8bbd299daa04b35ecfad3c13afa7aba0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47810, "upload_time": "2013-03-05T19:46:47", "url": "https://files.pythonhosted.org/packages/11/5c/09c663a00f99365cfa987b5804a39fd0430d56d7b9fc89a1d26ddbb61793/plone.app.collection-1.0.8.zip" } ], "1.0.9": [ { "comment_text": "", "digests": { "md5": "bde68dc585ca0a4715ab55d4b4afcf9a", "sha256": "f4bae8cb28c2f5f2e13ac7dbe9d33d04016ef396e2f1f23c6390c5c8ea6040b4" }, "downloads": -1, "filename": "plone.app.collection-1.0.9.zip", "has_sig": false, "md5_digest": "bde68dc585ca0a4715ab55d4b4afcf9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48832, "upload_time": "2013-04-06T16:28:59", "url": "https://files.pythonhosted.org/packages/27/de/ee0bcdfb02cf2d52a9a3be484cf4b4dfddf6ba612d2be9cbf0552e108138/plone.app.collection-1.0.9.zip" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "8fd3a14d50a3885ea89f0d02be2b2c74", "sha256": "97e3d6b0d58fa6ef3c036745a4ad9bfb03d1b2e23449b35677f9b76b29fbb2f8" }, "downloads": -1, "filename": "plone.app.collection-1.1.0.zip", "has_sig": false, "md5_digest": "8fd3a14d50a3885ea89f0d02be2b2c74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47376, "upload_time": "2014-02-22T08:29:36", "url": "https://files.pythonhosted.org/packages/b6/c9/c985d225b9309704d8f2865adfa76951f9828e4e625e7abd52175ce8ad48/plone.app.collection-1.1.0.zip" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "a773ac2cda7801bb429e08f78ebf7a2c", "sha256": "032ef8245c5e113427e40395b271b3e9943a4b106c37949b7d443f9314a1928e" }, "downloads": -1, "filename": "plone.app.collection-1.1.1.zip", "has_sig": false, "md5_digest": "a773ac2cda7801bb429e08f78ebf7a2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47806, "upload_time": "2014-03-29T09:39:40", "url": "https://files.pythonhosted.org/packages/59/dc/5b203d72a2a4c3b9a1844e5ad634808a74e013f7b8a8d1f0cd7b60d22d93/plone.app.collection-1.1.1.zip" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "6640697c5b3f507ba5b3e63db56f1740", "sha256": "53431682b275fee75b7f3f291683dc8f11c2738022f9b2ca81c6eb9bb42eb031" }, "downloads": -1, "filename": "plone.app.collection-1.1.2.zip", "has_sig": false, "md5_digest": "6640697c5b3f507ba5b3e63db56f1740", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50768, "upload_time": "2014-10-24T01:23:04", "url": "https://files.pythonhosted.org/packages/77/61/fb192e3be7946a4d40c04302fed63c6c861041db0df2168dfbee7000a00d/plone.app.collection-1.1.2.zip" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "03e42e4f11d9a0eac563ca25a2804eb3", "sha256": "0cdcc98d4cf92611c54d8a6612827f113697d34eb19cba0d2a4e9abb57fc6df9" }, "downloads": -1, "filename": "plone.app.collection-1.1.3.zip", "has_sig": false, "md5_digest": "03e42e4f11d9a0eac563ca25a2804eb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50433, "upload_time": "2015-03-11T13:03:56", "url": "https://files.pythonhosted.org/packages/c4/5a/53db88ea333cb2dcb7c5dc2f8ebcd4be278bf02d10932cfec6abf52afb84/plone.app.collection-1.1.3.zip" } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "06bba2b71d59c2089ce8dee042f61230", "sha256": "7eaeabb15f5f16b289a525d1abf9900180d132d3db839cdfcc0fdc5c2f6c087c" }, "downloads": -1, "filename": "plone.app.collection-1.1.4.tar.gz", "has_sig": false, "md5_digest": "06bba2b71d59c2089ce8dee042f61230", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34296, "upload_time": "2015-06-05T05:33:24", "url": "https://files.pythonhosted.org/packages/86/b7/03c55803694bd55862a148bbeddd72250e78ec1c0a0c9e4acb26c6385131/plone.app.collection-1.1.4.tar.gz" } ], "1.1.5": [ { "comment_text": "", "digests": { "md5": "85e8e78531ed401baf21066277ea91ee", "sha256": "c6f13c12bb5515733ec62bb52362efad325a623918f122f4c954d770acf98989" }, "downloads": -1, "filename": "plone.app.collection-1.1.5.tar.gz", "has_sig": false, "md5_digest": "85e8e78531ed401baf21066277ea91ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34438, "upload_time": "2016-02-11T17:36:56", "url": "https://files.pythonhosted.org/packages/57/2c/d38b19fa28f660cbfae887135709c7064cb8aa689e1a54b1688818ec2fea/plone.app.collection-1.1.5.tar.gz" } ], "1.1.6": [ { "comment_text": "", "digests": { "md5": "41d6a768b904aa69a67e5d1b99f9226f", "sha256": "bb9881324394c5024f82ef66e35d17317ba60ad73a3f759d6299f23d68327f70" }, "downloads": -1, "filename": "plone.app.collection-1.1.6.tar.gz", "has_sig": false, "md5_digest": "41d6a768b904aa69a67e5d1b99f9226f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34501, "upload_time": "2016-02-26T23:17:46", "url": "https://files.pythonhosted.org/packages/eb/b4/b561adaa9ba5ffafa6dbdf59a8c96c7b419c27b753d9d3d9abbee8389fd9/plone.app.collection-1.1.6.tar.gz" } ], "1.1.7": [ { "comment_text": "", "digests": { "md5": "3d5e8d568d8e765acc211bf24607e665", "sha256": "45488f12d916032fd1c3fcf0497d5b61684a71d5872e0efa20d5ae97396d3680" }, "downloads": -1, "filename": "plone.app.collection-1.1.7.tar.gz", "has_sig": false, "md5_digest": "3d5e8d568d8e765acc211bf24607e665", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34769, "upload_time": "2016-09-16T16:53:40", "url": "https://files.pythonhosted.org/packages/78/23/08b8f17e9cbd0e70b326b03db5ab426a629baed6de0c3ea2fd60abafece4/plone.app.collection-1.1.7.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "b2f723009c37b4784e92ba1247ec36f2", "sha256": "3a50207b4927e7be8f03fe798e4bc735a78ad2010325ffd738463394ef66028d" }, "downloads": -1, "filename": "plone.app.collection-1.2.0.tar.gz", "has_sig": false, "md5_digest": "b2f723009c37b4784e92ba1247ec36f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34758, "upload_time": "2016-05-17T22:19:02", "url": "https://files.pythonhosted.org/packages/93/e6/728b30d57835ce12242ba40fec9bd0f72b43c2289f0fc9e46f9fad6730f3/plone.app.collection-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "309c8e224d52c994cbc8b5e1df7d2116", "sha256": "8ac0315c58693c0e040ba4b457a036292c5a41e34ffcbffc9114612849978292" }, "downloads": -1, "filename": "plone.app.collection-1.2.1.tar.gz", "has_sig": false, "md5_digest": "309c8e224d52c994cbc8b5e1df7d2116", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34845, "upload_time": "2016-08-15T20:45:59", "url": "https://files.pythonhosted.org/packages/c7/8f/303d308dc838dd1a9a48af7bdb4b869adb5b3ebfd297a0f7ae7746425c42/plone.app.collection-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "190658f34d468a2121ee9e1712f42742", "sha256": "385fa90bc4a306a5e60744c240ec546cb14f3a0c0a2600c4f5ed1965d6ac02f8" }, "downloads": -1, "filename": "plone.app.collection-1.2.2.tar.gz", "has_sig": false, "md5_digest": "190658f34d468a2121ee9e1712f42742", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35059, "upload_time": "2016-09-16T16:54:09", "url": "https://files.pythonhosted.org/packages/fc/c9/97401a4e4ee4721a796aa40a46b11c386c46b2a7682126ff8049c353ea17/plone.app.collection-1.2.2.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "2ff6dd88a195d8e427dfc01142597be0", "sha256": "91246eabdf5b6488fc6500f69e532d36e7052888532099e26dd8f42227d887ed" }, "downloads": -1, "filename": "plone.app.collection-1.2.3.tar.gz", "has_sig": false, "md5_digest": "2ff6dd88a195d8e427dfc01142597be0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35246, "upload_time": "2016-11-18T20:55:48", "url": "https://files.pythonhosted.org/packages/2c/ed/1a7ddc9b7322e2d0d75204776da8ea1e418e8c01abb75c229f39faad827e/plone.app.collection-1.2.3.tar.gz" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "60961614d7607b4c6e934b6a1bb5b68d", "sha256": "7e4b881084c264a298f706497c99df7549d41d00e55b9b3e70697a535684e40e" }, "downloads": -1, "filename": "plone.app.collection-1.2.4-py2-none-any.whl", "has_sig": false, "md5_digest": "60961614d7607b4c6e934b6a1bb5b68d", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 40986, "upload_time": "2017-06-03T19:11:39", "url": "https://files.pythonhosted.org/packages/f2/f1/90aa1a988ade13c8bfb14f88da45b1648d91d5f74cbf4a7f7c23bb4dd162/plone.app.collection-1.2.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d33893ad2315ee1df7baf5b68749f0b6", "sha256": "f5628938051f565be678c23641f21c257658d23a85e33adf51246578cb9c2986" }, "downloads": -1, "filename": "plone.app.collection-1.2.4.tar.gz", "has_sig": false, "md5_digest": "d33893ad2315ee1df7baf5b68749f0b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35302, "upload_time": "2017-06-03T19:11:40", "url": "https://files.pythonhosted.org/packages/ad/a3/87229da38a8aa60cb0e34c009e9567bfb1753c370bb108fd72b3af0ace0a/plone.app.collection-1.2.4.tar.gz" } ], "1.2.5": [ { "comment_text": "", "digests": { "md5": "87f5ecb4597176952309d54abcc83e6f", "sha256": "2902aea63c4c89932390946fd0b0f53d68fa54137be7307b7a6309194ec30039" }, "downloads": -1, "filename": "plone.app.collection-1.2.5-py2-none-any.whl", "has_sig": false, "md5_digest": "87f5ecb4597176952309d54abcc83e6f", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 41074, "upload_time": "2017-11-25T01:20:23", "url": "https://files.pythonhosted.org/packages/ea/5b/2131f41651f53263349d028744371c267c774f37be97c8880003be2c435d/plone.app.collection-1.2.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0bb63203b7db04029e8fadd3c85b6531", "sha256": "8458d0cac5504e3b03d7c2b114bd690b3e4af386f56a22a65213954ca2295698" }, "downloads": -1, "filename": "plone.app.collection-1.2.5.tar.gz", "has_sig": false, "md5_digest": "0bb63203b7db04029e8fadd3c85b6531", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34565, "upload_time": "2017-11-25T01:20:24", "url": "https://files.pythonhosted.org/packages/fb/93/702af91b9404564a5ab7994a9a802d5381028f53946786fcb8fcb28256e2/plone.app.collection-1.2.5.tar.gz" } ], "1.2.6": [ { "comment_text": "", "digests": { "md5": "0270b1ec09d8fd18d2141e5a36c9023e", "sha256": "1622af568574b5981d607c70b1b4e4140349a925eedbf3336efe9a3b41c5e7b7" }, "downloads": -1, "filename": "plone.app.collection-1.2.6-py2-none-any.whl", "has_sig": false, "md5_digest": "0270b1ec09d8fd18d2141e5a36c9023e", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 41067, "upload_time": "2018-02-04T22:22:46", "url": "https://files.pythonhosted.org/packages/69/1e/1a4de14ffe59c5591d778ca2fc4234ec268804d0bee4c853a897abf5e8aa/plone.app.collection-1.2.6-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "662ebbaff511f2d41f2c59074787187d", "sha256": "585aa1fc006dd2464e541326ab478008601056e8ccb98e3d7dd0b0eb18c2d74c" }, "downloads": -1, "filename": "plone.app.collection-1.2.6.tar.gz", "has_sig": false, "md5_digest": "662ebbaff511f2d41f2c59074787187d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32997, "upload_time": "2018-02-04T22:22:47", "url": "https://files.pythonhosted.org/packages/be/79/b928ae98c9d168c4457c4676c467f2b65e2c699bbcd1e916839bab024da8/plone.app.collection-1.2.6.tar.gz" } ], "1.2.7": [ { "comment_text": "", "digests": { "md5": "1d0dc9607091fcb97a26a733aef45784", "sha256": "45af23941b43d2b7048d5280f25b42df706deaa92313f16f5391c87d50b81696" }, "downloads": -1, "filename": "plone.app.collection-1.2.7-py2-none-any.whl", "has_sig": false, "md5_digest": "1d0dc9607091fcb97a26a733aef45784", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 37280, "upload_time": "2018-12-28T20:35:52", "url": "https://files.pythonhosted.org/packages/86/c2/897bdc9b2d2e7941b2b6c9e8cf3c2ce4ab6cbcc168368e6c9a84c0eadaf5/plone.app.collection-1.2.7-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ff19d61c43489b22c5da4010c9dc95d8", "sha256": "130b39d279199456bfc59eecc868714f1be1c9a32bfdbc9087fc70c402aedba5" }, "downloads": -1, "filename": "plone.app.collection-1.2.7.tar.gz", "has_sig": false, "md5_digest": "ff19d61c43489b22c5da4010c9dc95d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39809, "upload_time": "2018-12-28T20:35:54", "url": "https://files.pythonhosted.org/packages/6f/6a/8539df8c7e1e30bab9d1c9b7e94432b97fb2a8ce24801d2c5ffb4ee80106/plone.app.collection-1.2.7.tar.gz" } ], "2.0a1": [ { "comment_text": "", "digests": { "md5": "84cde0873693fd7d4501be8260efa6f3", "sha256": "0fbddf5a241e56b6a29026c724320a69ca60dd7dd5162181c87643561e0c8ecb" }, "downloads": -1, "filename": "plone.app.collection-2.0a1.zip", "has_sig": false, "md5_digest": "84cde0873693fd7d4501be8260efa6f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37747, "upload_time": "2011-11-13T17:20:42", "url": "https://files.pythonhosted.org/packages/c1/7a/ae84ca03f52d57f4ce8e9eb89446dccf51f398470afac21e75aa1e20c200/plone.app.collection-2.0a1.zip" } ], "2.0b1": [ { "comment_text": "", "digests": { "md5": "1adcd66abeaf03c226ce493cc4ebdfad", "sha256": "6fa2c79159e2125c0e9f28f089d5cbd4fa0a2d264ca69b4aad66d1a910733631" }, "downloads": -1, "filename": "plone.app.collection-2.0b1.zip", "has_sig": false, "md5_digest": "1adcd66abeaf03c226ce493cc4ebdfad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40195, "upload_time": "2012-03-09T16:38:14", "url": "https://files.pythonhosted.org/packages/79/15/e678f130c686cc890981b35cc03e8972da0684f6fb1e904d28dc5b02b804/plone.app.collection-2.0b1.zip" } ], "2.0b2": [ { "comment_text": "", "digests": { "md5": "c62195d470f07b31ace6f03072e18f92", "sha256": "1fe04425a9edb81e9c8fb0427ba68070b00793e066da8981c1d079dcfb0270e2" }, "downloads": -1, "filename": "plone.app.collection-2.0b2.zip", "has_sig": false, "md5_digest": "c62195d470f07b31ace6f03072e18f92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40758, "upload_time": "2012-08-31T06:56:34", "url": "https://files.pythonhosted.org/packages/09/98/a776c64dbde0f3c0dbaca397a113bc94c8cccb502001d26da8fdd5b26c25/plone.app.collection-2.0b2.zip" } ], "2.0b3": [ { "comment_text": "", "digests": { "md5": "223b7d530b058d6411ac0a500529bbd3", "sha256": "40261656e89e15474a90a541a0b7aad7d0d525827370418dfef60635437f4207" }, "downloads": -1, "filename": "plone.app.collection-2.0b3.zip", "has_sig": false, "md5_digest": "223b7d530b058d6411ac0a500529bbd3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17055, "upload_time": "2012-11-26T17:10:44", "url": "https://files.pythonhosted.org/packages/06/e4/41a3d98cc288fa3359dc93a730b426b6bbc180a3ed29c5a38ea4044c9cf0/plone.app.collection-2.0b3.zip" } ], "2.0b4": [ { "comment_text": "", "digests": { "md5": "51fa25f87abb8af27abf3b3cc76d61f1", "sha256": "53f26eb59b5e5a1787c3fab72bd26f2a96307800dbc4dd31a7d15489211a3d49" }, "downloads": -1, "filename": "plone.app.collection-2.0b4.zip", "has_sig": false, "md5_digest": "51fa25f87abb8af27abf3b3cc76d61f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49189, "upload_time": "2012-11-26T17:32:21", "url": "https://files.pythonhosted.org/packages/ac/43/b89e7105c271d8ecebc455ae5541d50ae5dcff438c555fd2c52146614b3c/plone.app.collection-2.0b4.zip" } ], "2.0b5": [ { "comment_text": "", "digests": { "md5": "457be082b173168388a0ed0b4966669f", "sha256": "6531b7e2ee67f33e8d2d6b0b0fafce950dbc2e71180a1d809a8c94bfec5eb1a3" }, "downloads": -1, "filename": "plone.app.collection-2.0b5.zip", "has_sig": false, "md5_digest": "457be082b173168388a0ed0b4966669f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49907, "upload_time": "2013-02-04T11:05:13", "url": "https://files.pythonhosted.org/packages/be/0a/aada2531581f12bbfc0e25fc844b023527900339242b09d1e1518348ea95/plone.app.collection-2.0b5.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1d0dc9607091fcb97a26a733aef45784", "sha256": "45af23941b43d2b7048d5280f25b42df706deaa92313f16f5391c87d50b81696" }, "downloads": -1, "filename": "plone.app.collection-1.2.7-py2-none-any.whl", "has_sig": false, "md5_digest": "1d0dc9607091fcb97a26a733aef45784", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 37280, "upload_time": "2018-12-28T20:35:52", "url": "https://files.pythonhosted.org/packages/86/c2/897bdc9b2d2e7941b2b6c9e8cf3c2ce4ab6cbcc168368e6c9a84c0eadaf5/plone.app.collection-1.2.7-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ff19d61c43489b22c5da4010c9dc95d8", "sha256": "130b39d279199456bfc59eecc868714f1be1c9a32bfdbc9087fc70c402aedba5" }, "downloads": -1, "filename": "plone.app.collection-1.2.7.tar.gz", "has_sig": false, "md5_digest": "ff19d61c43489b22c5da4010c9dc95d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39809, "upload_time": "2018-12-28T20:35:54", "url": "https://files.pythonhosted.org/packages/6f/6a/8539df8c7e1e30bab9d1c9b7e94432b97fb2a8ce24801d2c5ffb4ee80106/plone.app.collection-1.2.7.tar.gz" } ] }