{ "info": { "author": "RedTurtle Technology", "author_email": "sviluppoplone@redturtle.it", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 4.3", "Framework :: Plone :: 5.0", "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_addons.html\n This text does not appear on pypi or github. It is a comment.\n\n==============================================================================\nredturtle.tiles.management\n==============================================================================\n\n.. image:: https://travis-ci.org/RedTurtle/redturtle.tiles.management.svg?branch=master\n :target: https://travis-ci.org/RedTurtle/redturtle.tiles.management\n\nA tiles management system, easier than plone.app.mosaic that uses\n`plone.app.tiles`__ and `Mockup`__ functionalities to build a simple UI.\n\n__ https://github.com/plone/plone.app.tiles\n__ https://github.com/plone/mockup\n\nFeatures\n--------\n\n- Simple UI to add/remove/edit registered tiles\n- Tiles sorting with drag-and-drop (thanks to mockup)\n- Tiles resizing (with default or custom CSS classes)\n- Tile manager is a pattern that can be included in every custom page\n- **plone.layoutaware** behavior enabled for Documents\n- Example *tiles_view* view available for all objects with \"plone.layoutaware\" behavior enabled\n- Customizable available tiles list from control panel\n\nUsage\n-----\n\nTiles manager works with plone.app.blocks features and its plone.layoutaware behavior, so you can use this functionality\nonly on Content Types with this behavior enabled.\n\nInstalling this product, a new pattern will be available: \"*pat-tiles-management*\", and you only need to insert a pattern-style tag into your view like this:\n\n.. code-block:: html\n\n
\n\nYou need to provide a **managerId** attribute, because multiple managers can be instantiated in a view, and with this, the pattern can handle the tiles stored in each manager.\n\n\nAvailable tiles list\n--------------------\n\nYou can configure a list of addable tiles for this manager in Plone's control panel:\nhttp://yoursite/@@tiles-management-settings\n\nIn the \"Add new tile\" menu you'll see this list filtered also by single tiles permission.\n\n\nTile resizing\n-------------\n\nIf you want two tiles in a row, from tile control buttons select a style in the \"resize\" dropdown.\nThere are two default styles:\n\n- reset (with no CSS classes)\n- two tiles in a row (`half-width` class)\n\nThese CSS classes can be configured in control panel.\n\n\nJS Development and bundling\n---------------------------\n\nIf you need to develop this product's javascripts or styles, you need to compile the code\nfor the resource registry bundle. To do this, there are two grunt tasks.\n\nFirst of all, you need to install grunt dependencies listed in package.json file in the root of this package:\n\n.. code-block:: shell\n\n npm install\n\nor if you prefer yarn:\n\n.. code-block:: shell\n\n yarn\n\nAfter that, you can use two different grunt tasks:\n\n- `grunt`: the default task, that listen files changes with `watch` and re-build resources and bundles automatically\n- `grunt compile`: to manually compile all resources and bundles\n\n\nTranslations\n------------\n\nThis product has been translated into\n\n- Italian\n\n\nInstallation\n------------\n\nInstall redturtle.tiles.management by adding it to your buildout::\n\n [buildout]\n\n ...\n\n eggs =\n redturtle.tiles.management\n\n\nand then running \"bin/buildout\"\n\n\nCompatibility\n-------------\nThis package is developed with mockup, so is fully compatible for Plone 5.\n\nFrom 1.0.0 version, Plone 4 compatibility has been dropped, so you need to use the 0.x branch.\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/RedTurtle/redturtle.tiles.management/issues\n- Source Code: https://github.com/RedTurtle/redturtle.tiles.management\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\nContributors\n============\n\n- RedTurtle Technology, sviluppoplone@redturtle.it\n\nChangelog\n=========\n\n\n1.2.6 (2019-09-03)\n------------------\n\n- Avoid to cache tiles_management ajax call if we are anonymous. In this way\n an HTTP acceletator like varnish could cache calls if caller is anonymous\n [lucabel]\n- Fix tileWrapper class when the tile is hidden\n [pnicolli]\n\n\n1.2.5 (2019-03-13)\n------------------\n\n- Added server side rendering of tiles when not logged in\n [pnicolli]\n\n\n1.2.4 (2018-09-14)\n------------------\n\n- Increase modal timeout.\n [cekk]\n\n\n1.2.3 (2018-09-13)\n------------------\n\n- Added styles for tile size button dropdown [nzambello]\n\n\n1.2.2 (2018-09-12)\n------------------\n\n- Fix code-style\n [cekk]\n\n1.2.1 (2018-09-12)\n------------------\n\n- Sorting not enabled on mobile while adding new tile, too [nzambello]\n- Fix for IE: used width/float instead of grid [nzambello]\n\n\n1.2.0 (2018-08-21)\n------------------\n\nBREAKING CHANGES:\n\n- Handled tile sizing with a new button with styles given in controlpanel [nzambello]\n\n\nOther changes:\n\n- Fix IE11 compatibility in js.\n [cekk]\n- Sorting not enabled on mobile [nzambello]\n- Removed container margin, it should be styled by themes, if needed [pnicolli]\n- Fix z-index of tileEditButtons [fdelia]\n\n\n1.1.3 (2018-04-30)\n------------------\n\n- Fix data-tile urls generation to don't break subrequest rendering when there\n is a reverse proxy configuration with _vh_ (https://github.com/plone/plone.subrequest/issues/17).\n [cekk]\n\n\n1.1.2 (2018-03-16)\n------------------\n\n- Fix permission checks in addable tiles vocabulary.\n Now use correct permission (name) and not the id.\n [cekk]\n\n\n1.1.1 (2018-03-12)\n------------------\n\n- Fix pypi brown bag release\n [cekk]\n\n1.1.0 (2018-03-12)\n------------------\n\n- Add a loader when tiles are fetched\n [cekk]\n- Remove empty managers when user can't add tiles\n [cekk]\n- Refactor manager render view. Now is lighter (no more unused Plone body macros)\n and can be used also in static renders\n [cekk]\n\n1.0.2 (2017-12-21)\n------------------\n\n- Fix IE11 compatibility: add babel-polyfill to correctly handle CustomEvent raise\n [cekk]\n\n\n1.0.1 (2017-09-13)\n------------------\n\n- Fix README code syntax\n [cekk]\n\n1.0.0 (2017-09-13)\n------------------\n\n- Massive changes in tiles storing (with p.a.blocks plone.layoutaware behavior)\n and in tiles management: now it's a pattern that can be instantiated several\n times in the view\n [cekk]\n- Add controlpanel to configure a list of addable tiles from registered ones.\n [cekk]\n- Add icon and button color for action hide tile [nekorin]\n- Handle error message when there are problems fetching tiles\n [cekk]\n- Added an event dispatched when tiles are added to the DOM [nzambello]\n- Drop support for Plone4. Use branch 0.x for Plone 4\n [cekk]\n\n0.2.1 (2017-04-12)\n------------------\n\n- Fixed resources import in tiles_view [pnicolli]\n- Fixed rolemap. Permission to edit tiles given to 'Editor' #10460 [arsenico13]\n- .DS_Store added to .gitignore and MANIFEST [arsenico13]\n- Fixed tiles edit link. This fixes the edit capability when a page is a default view for a folder. [arsenico13]\n\n\n0.2.0 (2016-12-09)\n------------------\n\n- Replaced unused plone.app.tiles.AddTile permission with \"cmf.ModifyPortalContent\"\n [cekk]\n- Add Plone4 compatibility\n [cekk]\n- Fix permission for add tile to \"cmf.ModifyPortalContent\"\n [arsenico13]\n- Add italian translations\n [cekk]\n\n\n0.1.0 (2016-09-19)\n------------------\n\n- Initial release.\n [cekk]", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/redturtle.tiles.management", "keywords": "Python Plone", "license": "GPL version 2", "maintainer": "", "maintainer_email": "", "name": "redturtle.tiles.management", "package_url": "https://pypi.org/project/redturtle.tiles.management/", "platform": "", "project_url": "https://pypi.org/project/redturtle.tiles.management/", "project_urls": { "Homepage": "http://pypi.python.org/pypi/redturtle.tiles.management" }, "release_url": "https://pypi.org/project/redturtle.tiles.management/1.2.6/", "requires_dist": null, "requires_python": "", "summary": "An alternative method for handling and showing tiles", "version": "1.2.6" }, "last_serial": 5774525, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "9e7059dcbf2a668de55cf70ade702f54", "sha256": "9f38150ec2d761cd22734fccc87c2d1b1fb1fa17fa1f6f341f4bcdee45df2cd5" }, "downloads": -1, "filename": "redturtle.tiles.management-0.1.0.tar.gz", "has_sig": false, "md5_digest": "9e7059dcbf2a668de55cf70ade702f54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23114, "upload_time": "2016-09-19T09:50:03", "url": "https://files.pythonhosted.org/packages/b9/23/fc80f657d864234c086c7de9fcdf2727f3dd97f68d6a2958b04b8bdabc56/redturtle.tiles.management-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "91e0c5fc35776488e8f6228e4aab2555", "sha256": "03a6ef7715e3b6fa3eb8ee73fc1f206121fdd7d8f8b1a29a03f5c007d4473a18" }, "downloads": -1, "filename": "redturtle.tiles.management-0.2.0.tar.gz", "has_sig": false, "md5_digest": "91e0c5fc35776488e8f6228e4aab2555", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 418202, "upload_time": "2016-12-09T14:55:32", "url": "https://files.pythonhosted.org/packages/dd/81/3d0d77b81b993f7d6440bbb9c058009e2fb8c495a0f253cc4549486ecd0c/redturtle.tiles.management-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "616293e69e0dc852c0789009b2ae23aa", "sha256": "0c98acd0c6acb58bc53f340a5d71cb3b62a0c23920e71ea490c23e2578fdfb94" }, "downloads": -1, "filename": "redturtle.tiles.management-0.2.1.tar.gz", "has_sig": false, "md5_digest": "616293e69e0dc852c0789009b2ae23aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 418503, "upload_time": "2017-04-12T14:26:25", "url": "https://files.pythonhosted.org/packages/13/6a/31e1309d72eaeb9e4c8ddc9d016c6f61f126832486ddb594404769cba3e8/redturtle.tiles.management-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "13393456eb9d2933b4961ffd2e62d0fe", "sha256": "893e2687a712f686f056dd4b9e6c4a0e9c0a888a5a9d7f3a0a05b1c9287ac1fb" }, "downloads": -1, "filename": "redturtle.tiles.management-0.2.2.tar.gz", "has_sig": false, "md5_digest": "13393456eb9d2933b4961ffd2e62d0fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 286983, "upload_time": "2018-10-12T12:51:03", "url": "https://files.pythonhosted.org/packages/f6/4b/b261caa74ccd593ecc62cca5c3011cfcc6221ea6cea3cc078dee1ee74bde/redturtle.tiles.management-0.2.2.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "2706c6abeb783ca2abe45fe8615a8c38", "sha256": "249fb763560782205d2a29cc1735f3af5a649b86ecb30976dc9897866adef342" }, "downloads": -1, "filename": "redturtle.tiles.management-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2706c6abeb783ca2abe45fe8615a8c38", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56261, "upload_time": "2017-09-13T15:48:19", "url": "https://files.pythonhosted.org/packages/0e/16/01d0ad732e086311663ca98bac2e46485f9d6fb646d99e7c5965f3dd63f9/redturtle.tiles.management-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "8ce36ff56de9c899e359c636b0f9de99", "sha256": "fdab708e9aadc21a51a86b55d63f71190e687af2deac6c6cfd8ced067272d553" }, "downloads": -1, "filename": "redturtle.tiles.management-1.0.1.tar.gz", "has_sig": false, "md5_digest": "8ce36ff56de9c899e359c636b0f9de99", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56345, "upload_time": "2017-09-13T15:56:39", "url": "https://files.pythonhosted.org/packages/fc/b6/42fe6874227e92fd536a589f458013c490b062e1826915242f0995070ecb/redturtle.tiles.management-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "a54fbb301f88e0838a798e6d2158535f", "sha256": "c7badce53c2a6ae45106861b9883c9b4b8a6f28aac540a3533c65c1b37807cf6" }, "downloads": -1, "filename": "redturtle.tiles.management-1.0.2.tar.gz", "has_sig": false, "md5_digest": "a54fbb301f88e0838a798e6d2158535f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 240056, "upload_time": "2017-12-21T16:27:51", "url": "https://files.pythonhosted.org/packages/c7/59/06c35e815c455ca6e1148ed4875720199a6bae3d4026728de540ef0e1442/redturtle.tiles.management-1.0.2.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "f38061e0789d646573a047f9b03dd66c", "sha256": "0df14bfc61c7fade3695564f3ad05796136d2dc604f192b255b572382b0be21d" }, "downloads": -1, "filename": "redturtle.tiles.management-1.1.1.tar.gz", "has_sig": false, "md5_digest": "f38061e0789d646573a047f9b03dd66c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94150, "upload_time": "2018-03-12T15:32:03", "url": "https://files.pythonhosted.org/packages/2b/ba/720101a8e0f5119c39afdfed0aa1b067f52bed8d5daa0bc5f767209688b2/redturtle.tiles.management-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "66759ca3e9bbb69d2e88eb1bbeb1f2ba", "sha256": "848b13c54f1e30662ea5e45784665047dc8c8a48ceb74b10fdb283124b3fd7be" }, "downloads": -1, "filename": "redturtle.tiles.management-1.1.2.tar.gz", "has_sig": false, "md5_digest": "66759ca3e9bbb69d2e88eb1bbeb1f2ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94467, "upload_time": "2018-03-16T08:13:41", "url": "https://files.pythonhosted.org/packages/d2/fc/2d16c6d6f16f49d2128269cc2adde5f1a5a7a2e84daa444e10a3b3c3d9bb/redturtle.tiles.management-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "aedd25c0f416ead32eb78b99e430c17b", "sha256": "5b2c20546d1138b0498bfa85eb390d7ee0418456d366eb375db2981cd0933019" }, "downloads": -1, "filename": "redturtle.tiles.management-1.1.3.tar.gz", "has_sig": false, "md5_digest": "aedd25c0f416ead32eb78b99e430c17b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94785, "upload_time": "2018-04-30T08:44:44", "url": "https://files.pythonhosted.org/packages/56/71/ddae8e1b627249d7c3dc929e6ab528cd6d6a1f48a75520ce23e443fc41f0/redturtle.tiles.management-1.1.3.tar.gz" } ], "1.1.4.dev0": [ { "comment_text": "", "digests": { "md5": "799fff63ae670bfa5518fd013a62c454", "sha256": "720b497cd7b1f4ee099d15b03c7dea83d93d1fedb54fceda4820df50ae750fc7" }, "downloads": -1, "filename": "redturtle.tiles.management-1.1.4.dev0.tar.gz", "has_sig": false, "md5_digest": "799fff63ae670bfa5518fd013a62c454", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 103598, "upload_time": "2018-08-21T13:19:18", "url": "https://files.pythonhosted.org/packages/b8/c9/41fa8b0b1f2557662135130a9c641f4bab0c2d92bc1afcb986e624b23aae/redturtle.tiles.management-1.1.4.dev0.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "b19f97af58492465c745310d5f168de3", "sha256": "d236efb496701490286948d699d6cab218581da8f8f368473add7c27bb500fbd" }, "downloads": -1, "filename": "redturtle.tiles.management-1.2.0.tar.gz", "has_sig": false, "md5_digest": "b19f97af58492465c745310d5f168de3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 103485, "upload_time": "2018-08-21T13:30:35", "url": "https://files.pythonhosted.org/packages/8d/65/e82187a579324681e67e55beb7f876e78f7c7cba4fc934f6d8b2b1ffdbb9/redturtle.tiles.management-1.2.0.tar.gz" } ], "1.2.1.dev0": [ { "comment_text": "", "digests": { "md5": "564f5cd98deb2d5cded4c0c393d2e246", "sha256": "0707014325d97bae79b03b3a6b8f20440587d7ebc3e45418d1c1264af290c485" }, "downloads": -1, "filename": "redturtle.tiles.management-1.2.1.dev0.tar.gz", "has_sig": false, "md5_digest": "564f5cd98deb2d5cded4c0c393d2e246", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104642, "upload_time": "2018-09-12T15:01:24", "url": "https://files.pythonhosted.org/packages/1f/1b/eb3806297767775915af7746cad7691e5ab1017c365de0d1f06881e65f3f/redturtle.tiles.management-1.2.1.dev0.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "8a02c7ab65fa6dee27cbd90bef6d455a", "sha256": "8ee6377e707104387ef509f166da14d3ab57224b33361a0bb32f88b109f523fc" }, "downloads": -1, "filename": "redturtle.tiles.management-1.2.2.tar.gz", "has_sig": false, "md5_digest": "8a02c7ab65fa6dee27cbd90bef6d455a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104512, "upload_time": "2018-09-12T15:24:41", "url": "https://files.pythonhosted.org/packages/b4/9d/3e6edc8295bfb8e40ecfac6eeb4f1d77adba1315691e5df071fce16e245a/redturtle.tiles.management-1.2.2.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "22a27eb4140188c79a8a708c2e055357", "sha256": "afc87c7652f99219a9aee73cdaafb53361f32d0176bb6220529a03216d136c05" }, "downloads": -1, "filename": "redturtle.tiles.management-1.2.3.tar.gz", "has_sig": false, "md5_digest": "22a27eb4140188c79a8a708c2e055357", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104597, "upload_time": "2018-09-13T10:07:48", "url": "https://files.pythonhosted.org/packages/bd/f0/292bcdab18c79df25b9f77162164d86d83033a22defe0fe277ae17e87129/redturtle.tiles.management-1.2.3.tar.gz" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "bbddc7a9e5165314bb0106c2520b5477", "sha256": "504e400733f5cc98b68851edc6fa2f5e14b3eedc4c61ddc18102346a31a659bd" }, "downloads": -1, "filename": "redturtle.tiles.management-1.2.4.tar.gz", "has_sig": false, "md5_digest": "bbddc7a9e5165314bb0106c2520b5477", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 105488, "upload_time": "2018-09-14T08:32:43", "url": "https://files.pythonhosted.org/packages/b1/83/3fbfc34d9807349bea7be75562917da73362ec8fc8c75505251e099c73b6/redturtle.tiles.management-1.2.4.tar.gz" } ], "1.2.5": [ { "comment_text": "", "digests": { "md5": "d703b0ca8de4639cee6ffe381f769345", "sha256": "9c762b8ddee74b0a1660ad0e0c3d808f92ecd33d37b1a97f774012b0cedba0d3" }, "downloads": -1, "filename": "redturtle.tiles.management-1.2.5.tar.gz", "has_sig": false, "md5_digest": "d703b0ca8de4639cee6ffe381f769345", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 107109, "upload_time": "2019-03-13T16:45:21", "url": "https://files.pythonhosted.org/packages/b7/c2/450aebd8e97a596561bb03d6499d2cffc038496647dc6cd40c769ce918ec/redturtle.tiles.management-1.2.5.tar.gz" } ], "1.2.6": [ { "comment_text": "", "digests": { "md5": "45e657912db5ab41744a2d3f98e4cef9", "sha256": "921e00fc3620411eb970743ebeac80a7360a9efa3e879bc13d9ef4e1375db08f" }, "downloads": -1, "filename": "redturtle.tiles.management-1.2.6.tar.gz", "has_sig": false, "md5_digest": "45e657912db5ab41744a2d3f98e4cef9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 107910, "upload_time": "2019-09-03T08:05:11", "url": "https://files.pythonhosted.org/packages/b2/7a/039f8c00d0cbffc407ef03593b0dce13a6cdcf671e58b7ce2e668600d2cc/redturtle.tiles.management-1.2.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "45e657912db5ab41744a2d3f98e4cef9", "sha256": "921e00fc3620411eb970743ebeac80a7360a9efa3e879bc13d9ef4e1375db08f" }, "downloads": -1, "filename": "redturtle.tiles.management-1.2.6.tar.gz", "has_sig": false, "md5_digest": "45e657912db5ab41744a2d3f98e4cef9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 107910, "upload_time": "2019-09-03T08:05:11", "url": "https://files.pythonhosted.org/packages/b2/7a/039f8c00d0cbffc407ef03593b0dce13a6cdcf671e58b7ce2e668600d2cc/redturtle.tiles.management-1.2.6.tar.gz" } ] }