{
"info": {
"author": "Martin Aspeli",
"author_email": "optilude@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Framework :: Plone",
"Framework :: Plone :: 5.0",
"Framework :: Plone :: 5.1",
"Framework :: Plone :: 5.2",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7"
],
"description": "Introduction\n============\n\n``plone.app.debugtoolbar`` provides a wealth of debug information about a\nrunning Plone site at your fingertips. Simply install it in your build\n(e.g. by adding it to the ``eggs`` list in your Buildout and re-running\nbuildout) and install it into your Plone site.\n\nYou should now see a ``Debug`` link at the top of your site. Click it to open\nthe debug drawer. Click on a panel to view relevant information.\n\nPanels include:\n\n* Context, showing information about the current content object\n* Interactive, providing an interactive Python prompt through which you can\n interact with the current context (only available to users with the\n ``Manage portal`` permission)\n* Request, showing information about the request that produced the current page\n* Response, showing informationa about the response that produced the current\n page\n* Published, showing information about the page template or view that was\n published\n* Theme, showing information about the current theme and browser layers\n* User, showing information about the current user\n* Workflow, showing information about workflow and security\n* Zope, showing information about how the Zope server is configured\n* Versions, listing the versions of every package known to the Zope process\n\nSafety\n======\n\nThe debug toolbar provides a lot of information about your Plone site that you\nmay not want the world to know. It could also have a noticable performance\nimpact, and for users with the ``Manage portal`` permission it provides access\nto an interactive interpreter where arbitrary Python statements can be executed,\nallowing a user to bypass Zope security.\n\nIn other words: **Do not install this package on your production server**.\n\nIntegration\n===========\n\nEach panels is included as a viewlet. You can register new panels using a\nviewlet registration like this::\n\n \n\nSee ``plone.app.debugtoolbar.browser`` for plenty of examples of panels.\n\nContributors\n============\n\n- Martin Aspeli, Author\n- Giacomo Spettoli, i18n\n- Leonardo Caballero, Spanish Translation, Uninstall GenericSetup profile\n\nChangelog\n=========\n\n.. You should *NOT* be adding new change log entries to this file.\n You should create a file in the news directory instead.\n For helpful instructions, please see:\n https://github.com/plone/plone.releaser/blob/master/ADD-A-NEWS-ITEM.rst\n\n.. towncrier release notes start\n\n\n1.2.0 (2019-01-09)\n------------------\n\nNew features:\n\n- Prepare for Python 2 / 3 compatibility [jmevissen]\n\n\n1.1.4 (2018-03-07)\n------------------\n\nBug fixes:\n\n- Remove unittest2 dependency\n [kakshay21]\n\n- Make it work in chrome, as '' no longer works.\n [jaroel]\n\n\n1.1.3 (2017-07-03)\n------------------\n\nBug fixes:\n\n- Fix problem with debugtoolbar panel opening on click but immediately closing again.\n [sunew]\n\n\n1.1.2 (2017-03-31)\n------------------\n\nBug fixes:\n\n- Fix imports from Globals that was removed in Zope4\n [pbauer]\n\n- Add coding headers on python files.\n [gforcada]\n\n1.1.1 (2016-08-17)\n------------------\n\nBug fixes:\n\n- Use zope.interface decorator.\n [gforcada]\n\n\n1.1.0 (2016-06-07)\n------------------\n\nNew:\n\n- Add a ``plone.app.debugtoolbar.toolbar`` tile for displaying in plone.app.blocks layouts.\n [thet]\n\n- Plone 5 compatibility: Don't register JS and CSS but include them inline.\n Includes upgrade step.\n [thet]\n\n- Added panel with catalog info: indexed values and metadata of the current\n object.\n [sunew]\n\n\n1.0 (2014-08-13)\n----------------\n\n- Fix ``scrollHeight`` for the interactive prompt for jQuery 1.7+. Now,\n executing code jumps again to the latest prompt message.\n [thet]\n\n- Removed 'xxx__roles__' methods from Context / Methods viewlet and added\n roles + permission for each method when available.\n [glenfant]\n\n- Emphasize marker interfaces in context view\n [glenfant]\n\n- Provide same variables as in portal_actions in TAL tests\n [glenfant]\n\n- Fix themelayer. Use IBrowserSkinType instead of generic\n Interface which can return an real utility instead of an\n iface and broke the page rendering. Skin Layer must inherits\n from IBrowserSkinType\n [toutpt]\n\n\n1.0a3 (2013-02-06)\n------------------\n\n- completed i18n support and added it translation\n\n- add reload panel\n [vangheem]\n\n- added Spanish translation and Uninstall GenericSetup profile\n [macagua]\n\n- completed i18n support and added it translation\n [giacomos]\n\n- replace checkboxes with mark symbols in permission matrix\n [gaudenz]\n\n- permission matrix display improvements\n [gaudenz]\n\n1.0a2 (13/11/2011)\n------------------\n\n- Add interactive code debugging\n [optilude]\n\n- Add TALES tester\n [optilude]\n\n- Add details of context methods and attributes\n [optilude]\n\n1.0a1 (13/11/2011)\n------------------\n\n- Initial release\n [optilude]\n\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.debugtoolbar/",
"keywords": "plone debug toolbar",
"license": "GPL",
"maintainer": "",
"maintainer_email": "",
"name": "plone.app.debugtoolbar",
"package_url": "https://pypi.org/project/plone.app.debugtoolbar/",
"platform": "",
"project_url": "https://pypi.org/project/plone.app.debugtoolbar/",
"project_urls": {
"Homepage": "https://pypi.org/project/plone.app.debugtoolbar/"
},
"release_url": "https://pypi.org/project/plone.app.debugtoolbar/1.2.1/",
"requires_dist": [
"setuptools",
"Products.CMFPlone",
"zope.annotation",
"plone.transformchain",
"Paste",
"six",
"plone.app.testing ; extra == 'test'"
],
"requires_python": "",
"summary": "Debug toolbar for Plone",
"version": "1.2.1"
},
"last_serial": 4892447,
"releases": {
"1.0": [
{
"comment_text": "",
"digests": {
"md5": "73d99a384bb4a0308bab08a67419b96a",
"sha256": "4acc42c7eab1b99f92b1a2eaed1ec68db362f5103b82fea0b1a384663287fc38"
},
"downloads": -1,
"filename": "plone.app.debugtoolbar-1.0.zip",
"has_sig": false,
"md5_digest": "73d99a384bb4a0308bab08a67419b96a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 70233,
"upload_time": "2014-08-12T22:11:43",
"url": "https://files.pythonhosted.org/packages/50/1d/c9c0c0d44019f19d2e94e378bc26d1a653a9e07befb9177ab2a0328c86eb/plone.app.debugtoolbar-1.0.zip"
}
],
"1.0a1": [
{
"comment_text": "",
"digests": {
"md5": "1f585a21777fcdc8a6b1a32b5099e317",
"sha256": "eb44f7084b66e7029de3af8ea67e1a52c5b358f1bbeb55faee39321b1e04cf2b"
},
"downloads": -1,
"filename": "plone.app.debugtoolbar-1.0a1.zip",
"has_sig": false,
"md5_digest": "1f585a21777fcdc8a6b1a32b5099e317",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 43445,
"upload_time": "2011-11-13T01:18:42",
"url": "https://files.pythonhosted.org/packages/63/03/ff0bc8c853908cebe367f2e5b55aac41bf4961ac9497679f10b599da7263/plone.app.debugtoolbar-1.0a1.zip"
}
],
"1.0a2": [
{
"comment_text": "",
"digests": {
"md5": "b03602b40610ce32ce85a526350e9b12",
"sha256": "080bd22058a5b828d4609301ee3484958355a493f8c1bd3fde23023b33dd3121"
},
"downloads": -1,
"filename": "plone.app.debugtoolbar-1.0a2.zip",
"has_sig": false,
"md5_digest": "b03602b40610ce32ce85a526350e9b12",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 49758,
"upload_time": "2011-11-13T22:34:47",
"url": "https://files.pythonhosted.org/packages/1e/37/ea31f9dc50069769153312370cb362cd77ec23e12535d61142bc5807d907/plone.app.debugtoolbar-1.0a2.zip"
}
],
"1.0a3": [
{
"comment_text": "",
"digests": {
"md5": "9f156da4814eb2c151fc589aa1d09352",
"sha256": "ef67477e6b51e406cf0bc784371eebe7b37d95760a12e118019fade6fd8c5a4c"
},
"downloads": -1,
"filename": "plone.app.debugtoolbar-1.0a3.zip",
"has_sig": false,
"md5_digest": "9f156da4814eb2c151fc589aa1d09352",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 68871,
"upload_time": "2013-02-06T20:55:12",
"url": "https://files.pythonhosted.org/packages/5a/09/9dd99d92ee0b390031d373edd67351f26a30aeb34e0aa38456d73eb6ec0f/plone.app.debugtoolbar-1.0a3.zip"
}
],
"1.1.0": [
{
"comment_text": "",
"digests": {
"md5": "9e604f46665ca53d52a291508c2f1546",
"sha256": "44f065bb2eaed71ed6824dfe9320cd0dbef41c3309b563edd72b08ab22afd8bb"
},
"downloads": -1,
"filename": "plone.app.debugtoolbar-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "9e604f46665ca53d52a291508c2f1546",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 37580,
"upload_time": "2016-06-07T10:37:16",
"url": "https://files.pythonhosted.org/packages/6e/f3/750c1bd819295da24db4b13911570f1ef59c59910da74d3ab52ed1e7779f/plone.app.debugtoolbar-1.1.0.tar.gz"
}
],
"1.1.1": [
{
"comment_text": "",
"digests": {
"md5": "0829fb4078013d2d7dbbb73881ea93c4",
"sha256": "6f25be0b9ea240827b89728e1d07e535a912f13b880512cc76546a0ca933e2d8"
},
"downloads": -1,
"filename": "plone.app.debugtoolbar-1.1.1.tar.gz",
"has_sig": false,
"md5_digest": "0829fb4078013d2d7dbbb73881ea93c4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 37875,
"upload_time": "2016-08-16T22:19:11",
"url": "https://files.pythonhosted.org/packages/b3/96/65b54193a7900d3bc4a44b80efb45a649a2e721fb4c0ce1eccb166fe23e5/plone.app.debugtoolbar-1.1.1.tar.gz"
}
],
"1.1.2": [
{
"comment_text": "",
"digests": {
"md5": "fc60e69f804fc144bec4adadf1fd4f20",
"sha256": "2bb2cddddd65aace6b8e8a8ac76f568780c96ef835a081228e82bae4052c7fcb"
},
"downloads": -1,
"filename": "plone.app.debugtoolbar-1.1.2.tar.gz",
"has_sig": false,
"md5_digest": "fc60e69f804fc144bec4adadf1fd4f20",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 41432,
"upload_time": "2017-03-31T11:34:45",
"url": "https://files.pythonhosted.org/packages/23/ef/242eb4fc7d9acc8b909fb65b2e753953a739378a4e5da822f6e8e93eced2/plone.app.debugtoolbar-1.1.2.tar.gz"
}
],
"1.1.3": [
{
"comment_text": "",
"digests": {
"md5": "affbc0bb20d8be92e8a09f7a9dce68aa",
"sha256": "f113a98a61fcfd2cf560d080dc158d053120b2600c57079535da541ccd606790"
},
"downloads": -1,
"filename": "plone.app.debugtoolbar-1.1.3.tar.gz",
"has_sig": false,
"md5_digest": "affbc0bb20d8be92e8a09f7a9dce68aa",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 45425,
"upload_time": "2017-07-03T13:07:18",
"url": "https://files.pythonhosted.org/packages/dc/a9/b6dde7609d4ba96bd28505cb064d0f94b737c1bcb7f4da080b6f8d5d4cbe/plone.app.debugtoolbar-1.1.3.tar.gz"
}
],
"1.1.4": [
{
"comment_text": "",
"digests": {
"md5": "850382a0bc6962ed5538b775eb2b8ced",
"sha256": "1599744d05a0b59ade6e0662c2de3d62eb44aa6ba9a4939b57d2a300e4615191"
},
"downloads": -1,
"filename": "plone.app.debugtoolbar-1.1.4-py2-none-any.whl",
"has_sig": false,
"md5_digest": "850382a0bc6962ed5538b775eb2b8ced",
"packagetype": "bdist_wheel",
"python_version": "py2",
"requires_python": null,
"size": 59355,
"upload_time": "2018-03-07T22:40:55",
"url": "https://files.pythonhosted.org/packages/7d/c9/8c719d2464ea9c2eec494f4eb5e669d0073bbc291e581f526f7b99f0512d/plone.app.debugtoolbar-1.1.4-py2-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "a62cb847ba8c3c7356eb1857be865107",
"sha256": "d2de6ddc33bee6f3aa7b48823aec06eba70191824f6ba164595b28c63c67db09"
},
"downloads": -1,
"filename": "plone.app.debugtoolbar-1.1.4.tar.gz",
"has_sig": false,
"md5_digest": "a62cb847ba8c3c7356eb1857be865107",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 41778,
"upload_time": "2018-03-07T22:40:56",
"url": "https://files.pythonhosted.org/packages/b3/57/b14a782b79429de556c8a9e5ac2eaa4f607b3e96d143545795a327d3eaa7/plone.app.debugtoolbar-1.1.4.tar.gz"
}
],
"1.2.0": [
{
"comment_text": "",
"digests": {
"md5": "4c4e5be67a5c95aa0fd3a5158b33d91f",
"sha256": "f6e59665a1d85d614b87d68c5575c81f757cc08bdd23fc6848ff7f13f1271fc0"
},
"downloads": -1,
"filename": "plone.app.debugtoolbar-1.2.0-py2-none-any.whl",
"has_sig": false,
"md5_digest": "4c4e5be67a5c95aa0fd3a5158b33d91f",
"packagetype": "bdist_wheel",
"python_version": "py2",
"requires_python": null,
"size": 48915,
"upload_time": "2019-01-09T09:02:41",
"url": "https://files.pythonhosted.org/packages/ce/09/5cda06a9f8913cede48dbac0c772b628ab5295a9523e2c806eeddad79088/plone.app.debugtoolbar-1.2.0-py2-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "03d97877b758503e0331d2af3197d4c6",
"sha256": "d70b98205251af08897fd7804319e320353481310bc3a340f07ce7d58fffcbde"
},
"downloads": -1,
"filename": "plone.app.debugtoolbar-1.2.0.tar.gz",
"has_sig": false,
"md5_digest": "03d97877b758503e0331d2af3197d4c6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 35980,
"upload_time": "2019-01-09T09:02:42",
"url": "https://files.pythonhosted.org/packages/a7/1c/2715ae737d03580860bcbcd5d8370e493391a0c85a146e94ed5af1d1cf55/plone.app.debugtoolbar-1.2.0.tar.gz"
}
],
"1.2.1": [
{
"comment_text": "",
"digests": {
"md5": "4b74b6386bfc83601119ba9a22cbcd79",
"sha256": "2136095648beaf308e136762c849c3e33f4eb67c4cd4df4ea7552416ce2cb683"
},
"downloads": -1,
"filename": "plone.app.debugtoolbar-1.2.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "4b74b6386bfc83601119ba9a22cbcd79",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 56264,
"upload_time": "2019-03-04T02:29:09",
"url": "https://files.pythonhosted.org/packages/0d/1c/68b585de9da1f765136162d7cedfddca5194a2556cfe3ea8dfa3a9d0634d/plone.app.debugtoolbar-1.2.1-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "b1d81bd9a7c101c4001ed04fae667a45",
"sha256": "a156b347a24feb7990c1c95781fb9b6f0296323dd232a076f9dddad741ad877c"
},
"downloads": -1,
"filename": "plone.app.debugtoolbar-1.2.1.tar.gz",
"has_sig": false,
"md5_digest": "b1d81bd9a7c101c4001ed04fae667a45",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 42375,
"upload_time": "2019-03-04T02:29:11",
"url": "https://files.pythonhosted.org/packages/87/b5/83539e76982a3a7c48ef70b86bab75be32a6774921f9ec5cd6d12f93674f/plone.app.debugtoolbar-1.2.1.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "4b74b6386bfc83601119ba9a22cbcd79",
"sha256": "2136095648beaf308e136762c849c3e33f4eb67c4cd4df4ea7552416ce2cb683"
},
"downloads": -1,
"filename": "plone.app.debugtoolbar-1.2.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "4b74b6386bfc83601119ba9a22cbcd79",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 56264,
"upload_time": "2019-03-04T02:29:09",
"url": "https://files.pythonhosted.org/packages/0d/1c/68b585de9da1f765136162d7cedfddca5194a2556cfe3ea8dfa3a9d0634d/plone.app.debugtoolbar-1.2.1-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "b1d81bd9a7c101c4001ed04fae667a45",
"sha256": "a156b347a24feb7990c1c95781fb9b6f0296323dd232a076f9dddad741ad877c"
},
"downloads": -1,
"filename": "plone.app.debugtoolbar-1.2.1.tar.gz",
"has_sig": false,
"md5_digest": "b1d81bd9a7c101c4001ed04fae667a45",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 42375,
"upload_time": "2019-03-04T02:29:11",
"url": "https://files.pythonhosted.org/packages/87/b5/83539e76982a3a7c48ef70b86bab75be32a6774921f9ec5cd6d12f93674f/plone.app.debugtoolbar-1.2.1.tar.gz"
}
]
}