{ "info": { "author": "Nathan Van Gheem", "author_email": "nathan.vangheem@wildcardcorp.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python" ], "description": "Introduction\r\n============\r\n\r\nThis package is developed by Wildcard Corp. to help remove nasty local persistent\r\nutilities that won't go away and can destroy your instance when you try to remove a product that registered one.\r\n\r\n \r\n.. image:: http://www.wildcardcorp.com/logo.png\r\n :alt: Developed by Wildcard Corp\r\n \r\n\r\nFeatures\r\n--------\r\n\r\n - remove adapters\r\n - remove subscribers\r\n - remove provided interfaces\r\n - remove provided interfaces across the entire site\r\n - useful for removing collective.flowplayer\r\n\r\nJust append '/@@fix-persistent-utilities' onto your plone site root\r\nor the root of zope(for gsm) and browse through all your registered\r\nutilities on your site and remove things at will.\r\n\r\nBy default, the tools prevents you from removing certain \r\nregistrations; however, you can enter \"expert mode\" and remove \r\nwhatever you want.\r\n\r\n\r\n\r\n\r\nWARNING!!!\r\n----------\r\n\r\nYou can really screw up things if you do this wrong so use with\r\nextreme care and backup your instance before you use it.\r\n\r\nI will not take responsibility if you misuse this tool...\r\n\r\n\r\nAdvice\r\n------\r\n\r\nDo not include this product as part of your normal set of\r\nproducts. Only install this product on debug zope clients.\r\n\r\nThis product should allow you to remove things from products that are\r\nno longer installed on the system; although, if you experience problems\r\nremoving things, make sure to add those eggs to the system again.\r\n\r\n\r\nAutomatically generate missing classes\r\n--------------------------------------\r\n\r\nIf you no longer have a product installed that you're trying to\r\nremove, FPU can dynamically create the fake class for you.\r\n\r\n*this is dangerous if you don't delete fake class*\r\n\r\nTo enable, specify this environment variable::\r\n\r\n FPU_GENERATE_MISSING_CLASSES true\r\n\r\nChangelog\r\n=========\r\n\r\n1.1b7 (2013-02-06)\r\n------------------\r\n\r\n- need to specify environment variable to use the\r\n auto class generator.\r\n [vangheem]\r\n\r\n\r\n1.1b5 (2012-05-29)\r\n------------------\r\n\r\n- Also remove utilities from the site root if five has\r\n added them there. This will allow you to fully remove LinguaPlone.\r\n [do3cc]\r\n\r\n\r\n1.1b4 ~ 2011-11-24\r\n------------------\r\n\r\n- add a log (INFO) on each module missing. [toutpt]\r\n- support Plone3 using transation.abort instead of doom\r\n [toutpt]\r\n\r\n1.1b3 ~ 2011-11-06\r\n------------------\r\n\r\n- attempt to prevent saving generated objects to database\r\n unless you're actually removing it.\r\n\r\n\r\n1.1b2 ~ 2011-07-11\r\n------------------\r\n\r\n- dynamically create missing classes so you can potentially\r\n remove classes from products that are no longer installed\r\n on the instance.\r\n \r\n\r\n1.1b1 2011-06-02\r\n----------------\r\n\r\n - provide ability to remove provided interfaces now also.\r\n\r\n - clean up\r\n\r\n\r\n1.0a3 2010-10-22\r\n----------------\r\n\r\n - works on root of zope now also\r\n\r\n\r\n1.0a2 2010-10-22\r\n----------------\r\n\r\n - fix case where object may not have a _p_oid\r\n\r\n1.0a1 2010-08-25\r\n----------------\r\n\r\n- Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/collective/wildcard.fixpersistentutilities/", "keywords": "", "license": "GPL", "maintainer": "Wildcard Corp", "maintainer_email": "support@wildcardcorp.com", "name": "wildcard.fixpersistentutilities", "package_url": "https://pypi.org/project/wildcard.fixpersistentutilities/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/wildcard.fixpersistentutilities/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/collective/wildcard.fixpersistentutilities/" }, "release_url": "https://pypi.org/project/wildcard.fixpersistentutilities/1.1b7/", "requires_dist": null, "requires_python": null, "summary": "a package that can help you remove local persistent utilies", "version": "1.1b7" }, "last_serial": 2803701, "releases": { "1.0a1": [ { "comment_text": "", "digests": { "md5": "c0bc3a971f51cf7db51875b912c6b40a", "sha256": "99e69ee6d845d1ff317d89084c216fa7effb91bfd34c4602a86bcefc69bfc396" }, "downloads": -1, "filename": "wildcard.fixpersistentutilities-1.0a1.tar.gz", "has_sig": false, "md5_digest": "c0bc3a971f51cf7db51875b912c6b40a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13163, "upload_time": "2010-08-26T05:32:47", "url": "https://files.pythonhosted.org/packages/c9/02/2ee8cd66c155c438b222711c5bf22b8578a1a2778ff2171bc9c8ac1b5f33/wildcard.fixpersistentutilities-1.0a1.tar.gz" } ], "1.0a2": [ { "comment_text": "", "digests": { "md5": "c58274b851b0f5425818a37d908837da", "sha256": "3e3bb8611e03ecb7d15d72600d5f39055d75b6ab1984175e41f5d246fa7099a2" }, "downloads": -1, "filename": "wildcard.fixpersistentutilities-1.0a2.tar.gz", "has_sig": false, "md5_digest": "c58274b851b0f5425818a37d908837da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13012, "upload_time": "2010-10-22T17:56:26", "url": "https://files.pythonhosted.org/packages/73/4a/16f0d6e24814f98826db99a6294b80c8b9668089709e236619820ff3d627/wildcard.fixpersistentutilities-1.0a2.tar.gz" } ], "1.0a3": [ { "comment_text": "", "digests": { "md5": "638d7e81f656abc91a3618e04455d26c", "sha256": "c889baea0e97a1d461b224583deb08151d4c606b338e10261864d8df27b79040" }, "downloads": -1, "filename": "wildcard.fixpersistentutilities-1.0a3.tar.gz", "has_sig": false, "md5_digest": "638d7e81f656abc91a3618e04455d26c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13120, "upload_time": "2010-10-22T23:56:38", "url": "https://files.pythonhosted.org/packages/05/c1/132032c5e380852c9f72535ab53fe1dec89e7826b8dcbf62e473cd1b212c/wildcard.fixpersistentutilities-1.0a3.tar.gz" } ], "1.1b1": [ { "comment_text": "", "digests": { "md5": "f6e23d20b7aad5622368e68f8cdc9113", "sha256": "4f2825bc5a5bd809190091c52948a94c53b5c5db1e98c7e256a0bb3718c3cc62" }, "downloads": -1, "filename": "wildcard.fixpersistentutilities-1.1b1.zip", "has_sig": false, "md5_digest": "f6e23d20b7aad5622368e68f8cdc9113", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22753, "upload_time": "2011-06-03T21:33:26", "url": "https://files.pythonhosted.org/packages/25/bd/f466fffe943e9be238193e446bf29f6f24eddad2e50bf8795aae0268e59e/wildcard.fixpersistentutilities-1.1b1.zip" } ], "1.1b2": [ { "comment_text": "", "digests": { "md5": "89937f0f90008e0ddbcad60589e558fa", "sha256": "a9a63e8332d5da2161205bb459053d04c020bff1f52fd8d876be08fc551c7165" }, "downloads": -1, "filename": "wildcard.fixpersistentutilities-1.1b2.zip", "has_sig": false, "md5_digest": "89937f0f90008e0ddbcad60589e558fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24355, "upload_time": "2011-07-11T08:01:39", "url": "https://files.pythonhosted.org/packages/77/7e/11ec9f704c080339d80a0088eb2c22e4f67aa86932e640378273e0c25c8c/wildcard.fixpersistentutilities-1.1b2.zip" } ], "1.1b3": [ { "comment_text": "", "digests": { "md5": "552298abe84fb60508b835b22bbf63da", "sha256": "19dee6e3c8a53e14573fac6759342a4f0434ceb9c297485665dce71e90ff20fe" }, "downloads": -1, "filename": "wildcard.fixpersistentutilities-1.1b3.zip", "has_sig": false, "md5_digest": "552298abe84fb60508b835b22bbf63da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24913, "upload_time": "2011-11-06T18:57:55", "url": "https://files.pythonhosted.org/packages/0c/01/28c5f4091f59362f673ac4abcd5ffa029402a135b8c35396b405fdf7229a/wildcard.fixpersistentutilities-1.1b3.zip" } ], "1.1b4": [ { "comment_text": "", "digests": { "md5": "4655118dde1650e39d56fc3f6f26cd45", "sha256": "6042dbc4c7cdcf1241ff3fd3549439029df8440b3353706e68adf8fcf2d9633a" }, "downloads": -1, "filename": "wildcard.fixpersistentutilities-1.1b4.zip", "has_sig": false, "md5_digest": "4655118dde1650e39d56fc3f6f26cd45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25232, "upload_time": "2011-11-24T16:13:17", "url": "https://files.pythonhosted.org/packages/36/7d/4bf6245f18c202f4a0ee947f96f6ac1e08f733d882ad54863a0d0c9fabc6/wildcard.fixpersistentutilities-1.1b4.zip" } ], "1.1b5": [ { "comment_text": "", "digests": { "md5": "5a53609f1bff1ae7c924f42044c3afe1", "sha256": "7768119ea667dd061c4e53d1041a76b49831b53a468c590460160b708ec5e4e3" }, "downloads": -1, "filename": "wildcard.fixpersistentutilities-1.1b5.zip", "has_sig": false, "md5_digest": "5a53609f1bff1ae7c924f42044c3afe1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25795, "upload_time": "2012-05-29T17:25:36", "url": "https://files.pythonhosted.org/packages/f1/74/13d943029357ec520babab52c06cedd7ae25ca61e10309a80bb318d35a9a/wildcard.fixpersistentutilities-1.1b5.zip" } ], "1.1b6": [], "1.1b7": [ { "comment_text": "", "digests": { "md5": "ec2c56be67ea086fcdd1ed789491cc23", "sha256": "758289ecf67730612fcee82cc0e5323071305d3e5257c75a9291053113283de9" }, "downloads": -1, "filename": "wildcard.fixpersistentutilities-1.1b7.zip", "has_sig": false, "md5_digest": "ec2c56be67ea086fcdd1ed789491cc23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26413, "upload_time": "2013-02-06T14:29:43", "url": "https://files.pythonhosted.org/packages/33/5b/3f83a2206495af65dcef508322c460ce321ddb3cb0063c66b29ceaa58f0f/wildcard.fixpersistentutilities-1.1b7.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ec2c56be67ea086fcdd1ed789491cc23", "sha256": "758289ecf67730612fcee82cc0e5323071305d3e5257c75a9291053113283de9" }, "downloads": -1, "filename": "wildcard.fixpersistentutilities-1.1b7.zip", "has_sig": false, "md5_digest": "ec2c56be67ea086fcdd1ed789491cc23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26413, "upload_time": "2013-02-06T14:29:43", "url": "https://files.pythonhosted.org/packages/33/5b/3f83a2206495af65dcef508322c460ce321ddb3cb0063c66b29ceaa58f0f/wildcard.fixpersistentutilities-1.1b7.zip" } ] }