{ "info": { "author": "Philipp Gross", "author_email": "mailto:info@4teamwork.ch", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 4.1", "Framework :: Plone :: 4.2", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Overview\n========\n\nThe ``ftw.dashboard.portlets.recentlymodified`` implements a\nrecentlyModified Portlet, which shows the last changes from a defined section.\n\n\nCompatibility\n=============\n\nPlone 4.1\n---------\n\n.. image:: https://jenkins.4teamwork.ch/job/ftw.dashboard.portlets.recentlymodified-master-test-plone-4.1.x.cfg/badge/icon\n :target: https://jenkins.4teamwork.ch/job/ftw.dashboard.portlets.recentlymodified-master-test-plone-4.1.x.cfg\n\n\nPlone 4.2\n---------\n\n.. image:: https://jenkins.4teamwork.ch/job/ftw.dashboard.portlets.recentlymodified-master-test-plone-4.2.x.cfg/badge/icon\n :target: https://jenkins.4teamwork.ch/job/ftw.dashboard.portlets.recentlymodified-master-test-plone-4.2.x.cfg\n\n\nPlone 4.3\n---------\n\n.. image:: https://jenkins.4teamwork.ch/job/ftw.dashboard.portlets.recentlymodified-master-test-plone-4.3.x.cfg/badge/icon\n :target: https://jenkins.4teamwork.ch/job/ftw.dashboard.portlets.recentlymodified-master-test-plone-4.3.x.cfg\n\n\nInstall\n=======\n\n- Add ``ftw.dashboard.portlets.recentlymodified`` to your buildout configuration\n\n::\n\n [instance]\n eggs =\n ftw.dashboard.portlets.recentlymodified\n\n- Run buildout\n\n- Install ``ftw.dashboard.portlets.recentlymodified`` in portal_setup\n\n\nLinks\n=====\n\n- Github: https://github.com/4teamwork/ftw.dashboard.portlets.recentlymodified\n- Issues: https://github.com/4teamwork/ftw.dashboard.portlets.recentlymodified/issues\n- Pypi: http://pypi.python.org/pypi/ftw.dashboard.portlets.recentlymodified\n- Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.dashboard.portlets.recentlymodified\n\n\nMaintainer\n==========\n\nThis package is copyright by `4teamwork `_.\n\n``ftw.dashboard.portlets.recentlymodified`` is licensed under GNU General Public License, version 2.\n\nChangelog\n=========\n\n\n1.3.3 (2016-10-27)\n------------------\n\n- Update portlet template to make the portlet class more generic\n [elioschmutz]\n\n\n1.3.2 (2016-01-22)\n------------------\n\n- Fix typos.\n [mbaechtold]\n\n\n1.3.1 (2016-01-15)\n------------------\n\n- Fix portlet creation if no ``UserPortletAssignmentMapping`` exists.\n Normally, plone initialize a ``UserPortletAssignmentMapping``\n for the ``dashboard`` on first login. If we use ldap-users, this\n event will not be triggered correctly.\n If we add a recentlymodifed portlet with such a user through the\n \"Watch changes\"-action, the portlet will not be created.\n This fix creates a ``UserPortletAssignmentMapping`` on portlet creation\n if it does not exist.\n [elioschmutz]\n\n\n1.3.0 (2015-05-11)\n------------------\n\n- Exclude contents from the members folder and the custom\n ``recently_modified_view`` (this is configurable in plone.app.registry\n through\n ``ftw.dashboard.portlets.recentlymodified.exclude_members_folder``).\n [mbaechtold]\n\n\n1.2.8 (2013-09-23)\n------------------\n\n- Add functionality to exclude portal_types over the plone.app.registry.\n [elioschmutz]\n\n\n1.2.7 (2013-04-17)\n------------------\n\n- Replace jq by $.\n [mathias.leimgruber]\n\n- Added upgradestep to add a description to action, wich is shown as tooltip.\n [Julian Infanger]\n\n\n1.2.6 (2012-10-16)\n------------------\n\n- Fixed typo in translation.\n [Julian Infanger]\n\n\n1.2.5 (2012-05-07)\n------------------\n\n- Use new test buildout config\n [mathias.leimgruber]\n\n- Added some tests.\n [mathias.leimgruber]\n\n\n1.2.4 (2012-03-12)\n------------------\n\n- Removed unused product pipbox.\n [Julian Infanger]\n\n\n1.2.3 (2012-03-05)\n------------------\n\n- Use Ueberselection widget for path attribute.\n [mathias.leimgruber]\n\n- section attr is no longer required.\n [mathias.leimgruber]\n\n- Show contenttype class if there is no icon for this type.\n [Julian Infanger]\n\n- Show ModificationDate in recently modified portlet.\n [Julian Infanger]\n\n- Fixed HTML markup: only make one dl containing multiple dt- and dd-tags.\n [Julian Infanger]\n\n- Added some French translations\n [ttschanz]\n\n- Removed div around images and added class for sprites.\n [Julian Infanger]\n\n- Fixed typo in actions description.\n [Julian Infanger]\n\n- Fixed UnicodeDecodeError occurs on pages with Umlaute.\n [Julian Infanger]\n\n- Fixed indent, added missing semicolon.\n [Julian Infanger]\n\n- Portlet rendering: add content type css class.\n [jone]\n\n- Portlet rendering: do not display icon if there is none.\n [jone]\n\n- Add recently modified portlet: do not use title_or_id for dexterity support.\n [jone]\n\n- Translate portlet title in \"plone\" domain.\n [jone]\n\n\n1.2.2 (2011-12-21)\n------------------\n\n- adjust title of portlet\n [eschmutz]\n\n- add tests\n [eschmutz]\n\n1.2.1 (2011-03-30)\n------------------\n\n- added jquery.smartTruncation to truncate long text\n [eschmutz]\n\n\n1.2.0\n-----\n\n- change functionality of the preview_link property (for more details read README.txt)\n [phgross]\n\n- fixed namespaces in setup.py\n [phgross]\n\n- fixed some templates and css styles, so that it work's fine with plone4\n [phgross]\n- fixed portlet, so that it work too on a Topic\n [phgross]\n\n\n1.1.4\n-----\n\n- added the property preview_link to the ftw.dashboard portal_properties.\n True: i-icon = preview, title = link to the object, False: title = preview\n\n- fixed the more link, work now with a portal recentlymodified portlet\n\n\n1.1.3\n-----\n- fixed errors in the page template\n\n\n1.1.2\n-----\n\n- added check, if the type is in the typesUseViewActionInListings properties\n\n- added more link on the portlet footer, wich show an standard recently_modified_view\n\n\n1.1.1\n-----\n\n- fixed bug: working now also with none section, then it search over the whole portal (section = portal)\n\n\n1.1\n---\n\n- added Lightbox preview functionality, with the Product pipox.\n\n- changed the link to the standard view of the respectively type\n\n\n1.0\n---\n\n- initial release", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/4teamwork/ftw.dashboard.portlets.recentlymodified", "keywords": "ftw dashboard portlet recentlymodified", "license": "GPL2", "maintainer": "", "maintainer_email": "", "name": "ftw.dashboard.portlets.recentlymodified", "package_url": "https://pypi.org/project/ftw.dashboard.portlets.recentlymodified/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ftw.dashboard.portlets.recentlymodified/", "project_urls": { "Homepage": "https://github.com/4teamwork/ftw.dashboard.portlets.recentlymodified" }, "release_url": "https://pypi.org/project/ftw.dashboard.portlets.recentlymodified/1.3.3/", "requires_dist": null, "requires_python": "", "summary": "Recently modified portlet for the dashboard", "version": "1.3.3" }, "last_serial": 5823551, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "c30125a5285443f9d2731517bb3fad20", "sha256": "1be14afcc73b75aaf3e15076cee50209fd6d5f6286030baf36cb239fdcb2099f" }, "downloads": -1, "filename": "ftw.dashboard.portlets.recentlymodified-1.0-py2.4.egg", "has_sig": false, "md5_digest": "c30125a5285443f9d2731517bb3fad20", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 17234, "upload_time": "2009-10-27T13:25:33", "url": "https://files.pythonhosted.org/packages/6f/35/a9ea2ea83bb763c58242fc75de861e7c6ac38bc2611dc78ec6cde65ad89f/ftw.dashboard.portlets.recentlymodified-1.0-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "7bf2752e0d7131b57eed347fccd140fd", "sha256": "274d3474515074861ea5e7ba89bc171a1fe27d55ce363067ece5a42ca3e26550" }, "downloads": -1, "filename": "ftw.dashboard.portlets.recentlymodified-1.0.tar.gz", "has_sig": false, "md5_digest": "7bf2752e0d7131b57eed347fccd140fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7291, "upload_time": "2009-10-27T13:25:32", "url": "https://files.pythonhosted.org/packages/d0/31/7f11e0d8bbeb91c82bb4151ed6a63b2da47421a4d59915e7728d95ba1f7b/ftw.dashboard.portlets.recentlymodified-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "238f2120355b40a1b1c5d5ba5e550653", "sha256": "fe5d56c195781bb193ea694ad43a8351fc618bbbaf35fd32e138c52ae5964cad" }, "downloads": -1, "filename": "ftw.dashboard.portlets.recentlymodified-1.1-py2.4.egg", "has_sig": false, "md5_digest": "238f2120355b40a1b1c5d5ba5e550653", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 18361, "upload_time": "2010-03-09T12:09:58", "url": "https://files.pythonhosted.org/packages/2e/43/160dda3bf30873a08024ef2e788b4ed6d5d8745a93e340c762469bd839af/ftw.dashboard.portlets.recentlymodified-1.1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "6041cbbece77803028d7a036245d9cef", "sha256": "269c7a2bd430beaf1a2c7f911fcf1e2db38e3fc5117f5b569d55c8bfb767e039" }, "downloads": -1, "filename": "ftw.dashboard.portlets.recentlymodified-1.1.tar.gz", "has_sig": false, "md5_digest": "6041cbbece77803028d7a036245d9cef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7732, "upload_time": "2010-03-09T12:09:58", "url": "https://files.pythonhosted.org/packages/66/0b/aa5648c99e4c7f62e41c0243ec3fd87c6e990bbb709e603b4f188634c5b3/ftw.dashboard.portlets.recentlymodified-1.1.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "f4435b1efb0fed6b87eefbeae945b2f0", "sha256": "463423f0d61a54131a324b7219c39e0e613ae188448f1d91a0b8fe3289273033" }, "downloads": -1, "filename": "ftw.dashboard.portlets.recentlymodified-1.1.1-py2.4.egg", "has_sig": false, "md5_digest": "f4435b1efb0fed6b87eefbeae945b2f0", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 18466, "upload_time": "2010-03-29T15:32:02", "url": "https://files.pythonhosted.org/packages/e0/fe/2eac2f8ea60a89a7e429c8e160d0d05c2d1dc29ccd1c1d6c638d8a995a95/ftw.dashboard.portlets.recentlymodified-1.1.1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "a0b56cf85a0dfd06643088b9adca3d8b", "sha256": "f832da8cf591c81bbc49b1579421f2fc3f25d7f6e2c1c95bbfd53ba016a3f884" }, "downloads": -1, "filename": "ftw.dashboard.portlets.recentlymodified-1.1.1.tar.gz", "has_sig": false, "md5_digest": "a0b56cf85a0dfd06643088b9adca3d8b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7868, "upload_time": "2010-03-29T15:32:01", "url": "https://files.pythonhosted.org/packages/27/88/a6517fa6cf5be1cf609d83862ef7f0af05a231a2a8b3dc5831858655ffec/ftw.dashboard.portlets.recentlymodified-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "b1be3bc2d995f54e0e1cae6facba6ff7", "sha256": "82e37db8ff5cfefc7a8cbd1fe95cdbe8f3c5a0a4de4fac92241e942a13b102d8" }, "downloads": -1, "filename": "ftw.dashboard.portlets.recentlymodified-1.1.2-py2.4.egg", "has_sig": false, "md5_digest": "b1be3bc2d995f54e0e1cae6facba6ff7", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 20298, "upload_time": "2010-04-01T14:53:34", "url": "https://files.pythonhosted.org/packages/00/ec/87a052446ffcf31e80fd730c8048ef7214ccb2b0d353c84629abc2f4cb9b/ftw.dashboard.portlets.recentlymodified-1.1.2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "e06a7fb61f82acd8bf1cc15396e1b9a5", "sha256": "c22d619f298274ef6b198808c01f1a751d01db03d4694f22930e175c73941a8f" }, "downloads": -1, "filename": "ftw.dashboard.portlets.recentlymodified-1.1.2.tar.gz", "has_sig": false, "md5_digest": "e06a7fb61f82acd8bf1cc15396e1b9a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9029, "upload_time": "2010-04-01T14:53:33", "url": "https://files.pythonhosted.org/packages/8e/d0/58e4c2a0e910b6bebfca66c7b89e24915a231ea30fb63ad8cc8f8315493c/ftw.dashboard.portlets.recentlymodified-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "a87eb8bc07ba51f79172b925fe298135", "sha256": "911a3d53c46436ee7881191145412a5fc20147e45375bb29be21e9a4a160f011" }, "downloads": -1, "filename": "ftw.dashboard.portlets.recentlymodified-1.1.3-py2.4.egg", "has_sig": false, "md5_digest": "a87eb8bc07ba51f79172b925fe298135", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 20319, "upload_time": "2010-04-01T16:34:03", "url": "https://files.pythonhosted.org/packages/0e/04/cc504fc3be3702511752972e328bec6c301905c2f4c4d6ffa8450b0373be/ftw.dashboard.portlets.recentlymodified-1.1.3-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "1973e62f0ece442c8c78712cb8bf89d4", "sha256": "c7d20521ea46f5fee8cd2fb1f5342e33543e6b8a636c06f41db17f9169eb787a" }, "downloads": -1, "filename": "ftw.dashboard.portlets.recentlymodified-1.1.3.tar.gz", "has_sig": false, "md5_digest": "1973e62f0ece442c8c78712cb8bf89d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9079, "upload_time": "2010-04-01T16:34:03", "url": "https://files.pythonhosted.org/packages/aa/aa/358bdaff5a9054dfad9480937397925d9174aa20be0f6d0f9f2caae78fe4/ftw.dashboard.portlets.recentlymodified-1.1.3.tar.gz" } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "69bf0e992ef98cefed5c57683ee46f78", "sha256": "7fc2182d722313fe225a879d520ae9d407c727ac47007a5a3eb6b3c8dddd854d" }, "downloads": -1, "filename": "ftw.dashboard.portlets.recentlymodified-1.1.4-py2.4.egg", "has_sig": false, "md5_digest": "69bf0e992ef98cefed5c57683ee46f78", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 20601, "upload_time": "2010-04-12T13:40:43", "url": "https://files.pythonhosted.org/packages/fa/e0/37ce2845e8e1f28515c52fd0e38b84d161b26166a4d494c5ec48f45bfee0/ftw.dashboard.portlets.recentlymodified-1.1.4-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "15474bfc158f73cd126be9d8eaf8c2f8", "sha256": "6570b60311640f5e6432181391c885d5e577cda8821efffa0b87f0a859579880" }, "downloads": -1, "filename": "ftw.dashboard.portlets.recentlymodified-1.1.4.tar.gz", "has_sig": false, "md5_digest": "15474bfc158f73cd126be9d8eaf8c2f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9417, "upload_time": "2010-04-12T13:40:42", "url": "https://files.pythonhosted.org/packages/3a/54/d110757e7a6b84f29eb61cb55c716a0a2122cff1221e03cd1452d3bf398e/ftw.dashboard.portlets.recentlymodified-1.1.4.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "f6966a265ba1276a4756d96084b13f05", "sha256": "8540c8d4acebfbf3a9aee153d75b54efc4a481c9f547f9b4fdf1a25b02732f42" }, "downloads": -1, "filename": "ftw.dashboard.portlets.recentlymodified-1.2.0.tar.gz", "has_sig": false, "md5_digest": "f6966a265ba1276a4756d96084b13f05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9774, "upload_time": "2010-10-26T13:22:21", "url": "https://files.pythonhosted.org/packages/07/f9/0fbee93b935fa2dcf010098e142f38704885a09abd1d52460261890ce56e/ftw.dashboard.portlets.recentlymodified-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "d0de8072f16e5b6fe98b91b276f21438", "sha256": "eabdf173118ff152655b475b3b20d1c45aeee3f49e4c72051b9389d313e224cb" }, "downloads": -1, "filename": "ftw.dashboard.portlets.recentlymodified-1.2.1.tar.gz", "has_sig": false, "md5_digest": "d0de8072f16e5b6fe98b91b276f21438", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10949, "upload_time": "2011-03-30T08:44:40", "url": "https://files.pythonhosted.org/packages/63/b6/2c7b8e29c067c179efcfaba5809718ee6f0c714f354ce71b003a47c42b94/ftw.dashboard.portlets.recentlymodified-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "b2b807dd1d9669b2cf447b43fde04168", "sha256": "e64f17a959a7f288097e93c9a7793e57ffc207260bbb727f8c0c597c23a0698d" }, "downloads": -1, "filename": "ftw.dashboard.portlets.recentlymodified-1.2.2.tar.gz", "has_sig": false, "md5_digest": "b2b807dd1d9669b2cf447b43fde04168", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18492, "upload_time": "2011-12-21T14:15:13", "url": "https://files.pythonhosted.org/packages/06/43/9e18a1a84437952debdd3fa5d9e3ef397c9ae43f48c3f33fbeab16358d48/ftw.dashboard.portlets.recentlymodified-1.2.2.tar.gz" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "d62702770f24d66f79d986d7314b9db8", "sha256": "5bf6fe92f07b7de650c05d36daf664945e23e7b696b6a51ba63a6e2ac3b5767c" }, "downloads": -1, "filename": "ftw.dashboard.portlets.recentlymodified-1.2.4.tar.gz", "has_sig": false, "md5_digest": "d62702770f24d66f79d986d7314b9db8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20068, "upload_time": "2012-03-12T16:30:26", "url": "https://files.pythonhosted.org/packages/0f/58/7cb29a74deca97f585d0a6ec3ef6afff207144f077c7cb9901fb9ce55648/ftw.dashboard.portlets.recentlymodified-1.2.4.tar.gz" } ], "1.2.5": [ { "comment_text": "", "digests": { "md5": "8f558e01e562a0bbc1945fb3aff43cf9", "sha256": "2aa23f2d026c21c67bf30b7016e8ec00807ab6688c57af66ed5fb5e003576e0f" }, "downloads": -1, "filename": "ftw.dashboard.portlets.recentlymodified-1.2.5.tar.gz", "has_sig": false, "md5_digest": "8f558e01e562a0bbc1945fb3aff43cf9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20362, "upload_time": "2012-05-07T16:25:29", "url": "https://files.pythonhosted.org/packages/31/f7/723e12ecdccd84829ea42d349573354c6f4e10295c616ea4491d4034a75b/ftw.dashboard.portlets.recentlymodified-1.2.5.tar.gz" } ], "1.2.6": [ { "comment_text": "", "digests": { "md5": "546ce065b39171d3e9d72f3967cfda4c", "sha256": "27af3027389b80063a5676bdb0049ef5edbad79104b40aa65841ec4bcfd360ee" }, "downloads": -1, "filename": "ftw.dashboard.portlets.recentlymodified-1.2.6.tar.gz", "has_sig": false, "md5_digest": "546ce065b39171d3e9d72f3967cfda4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20415, "upload_time": "2012-10-16T07:55:32", "url": "https://files.pythonhosted.org/packages/b5/53/39d2d5ccd96f7786f9c7fefae6e8e53740fb07857848271a3767efd7087b/ftw.dashboard.portlets.recentlymodified-1.2.6.tar.gz" } ], "1.2.7": [ { "comment_text": "", "digests": { "md5": "e65dfb36bb52b9e42961a42c3440ae0d", "sha256": "46b9e4a9f748ed8ba582f04dd698a11a8b78c9792b3d0f9bfb4f608b5d65d074" }, "downloads": -1, "filename": "ftw.dashboard.portlets.recentlymodified-1.2.7.zip", "has_sig": false, "md5_digest": "e65dfb36bb52b9e42961a42c3440ae0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41333, "upload_time": "2013-04-17T06:57:59", "url": "https://files.pythonhosted.org/packages/42/4a/14b5a6219ff4463ae51666d2807bf2a72aa694919123b907699541020bcd/ftw.dashboard.portlets.recentlymodified-1.2.7.zip" } ], "1.2.8": [ { "comment_text": "", "digests": { "md5": "bb5b6d0e3bd2790bf6f24aa42d7c0a51", "sha256": "b6319373704a5a88596fd8ae9a95402fd4de474a301f6ac6c6181a92c4642dd1" }, "downloads": -1, "filename": "ftw.dashboard.portlets.recentlymodified-1.2.8.zip", "has_sig": false, "md5_digest": "bb5b6d0e3bd2790bf6f24aa42d7c0a51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43640, "upload_time": "2013-09-23T08:46:23", "url": "https://files.pythonhosted.org/packages/67/03/50ba25be676f1efd3d3a9b1597d2111f4ff4670a60f6c48855f16f7ed715/ftw.dashboard.portlets.recentlymodified-1.2.8.zip" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "c5c709cc5e044a6d39984b96dc6b36d8", "sha256": "d1d2ea421d8b3ca0e8851c3005cde77aa91f7ecc3cb63a4eaa9b1343cf46f5e4" }, "downloads": -1, "filename": "ftw.dashboard.portlets.recentlymodified-1.3.0.zip", "has_sig": false, "md5_digest": "c5c709cc5e044a6d39984b96dc6b36d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49113, "upload_time": "2015-05-11T08:37:52", "url": "https://files.pythonhosted.org/packages/4b/51/1cf386220c7c3397a3aa82eeb375ac3a17be123b6a2472bae58abd17744e/ftw.dashboard.portlets.recentlymodified-1.3.0.zip" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "9f1712d3788608b5dc5131db8e1bf4c2", "sha256": "37bd3e85da76b004b09e1b6017c51c97e296f72cf6933a4b11253598693140ac" }, "downloads": -1, "filename": "ftw.dashboard.portlets.recentlymodified-1.3.1.tar.gz", "has_sig": false, "md5_digest": "9f1712d3788608b5dc5131db8e1bf4c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26457, "upload_time": "2016-01-15T12:39:47", "url": "https://files.pythonhosted.org/packages/d2/10/c56009f3d5d86cd9b8dd475464743618f39dc6217d2020a9819fa2f87cd1/ftw.dashboard.portlets.recentlymodified-1.3.1.tar.gz" } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "7a3f380b9680e195e8d86cabf53cce70", "sha256": "3ba5eb6eff6f5cb7a490f36c892b615cd9c37fe83d367616dff34c917ec8c683" }, "downloads": -1, "filename": "ftw.dashboard.portlets.recentlymodified-1.3.2.zip", "has_sig": false, "md5_digest": "7a3f380b9680e195e8d86cabf53cce70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50091, "upload_time": "2016-01-22T11:16:53", "url": "https://files.pythonhosted.org/packages/3c/f3/42fe2a2202d921c38b1002cc1d6b6846b8ee6f559b9dd7f0c81ff48d16ae/ftw.dashboard.portlets.recentlymodified-1.3.2.zip" } ], "1.3.3": [ { "comment_text": "", "digests": { "md5": "edf462effa74f342e615f94196609e41", "sha256": "3cc812b25d2a69be08cf1bd08fd6458c78d4910422e5f7a65f526e81901c4490" }, "downloads": -1, "filename": "ftw.dashboard.portlets.recentlymodified-1.3.3.tar.gz", "has_sig": false, "md5_digest": "edf462effa74f342e615f94196609e41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26545, "upload_time": "2016-10-27T15:11:52", "url": "https://files.pythonhosted.org/packages/e2/36/5f3b7dfd15ff9cffe40127a266d2241f7f191b47765879218e8284f9f690/ftw.dashboard.portlets.recentlymodified-1.3.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "edf462effa74f342e615f94196609e41", "sha256": "3cc812b25d2a69be08cf1bd08fd6458c78d4910422e5f7a65f526e81901c4490" }, "downloads": -1, "filename": "ftw.dashboard.portlets.recentlymodified-1.3.3.tar.gz", "has_sig": false, "md5_digest": "edf462effa74f342e615f94196609e41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26545, "upload_time": "2016-10-27T15:11:52", "url": "https://files.pythonhosted.org/packages/e2/36/5f3b7dfd15ff9cffe40127a266d2241f7f191b47765879218e8284f9f690/ftw.dashboard.portlets.recentlymodified-1.3.3.tar.gz" } ] }