{ "info": { "author": "Nathan Van Gheem", "author_email": "plone-developers@lists.sourceforge.net", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 4.3", "Intended Audience :: Customer Service", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Other Scripting Engines", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Site Management", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\nNote\n----\nUntil some proper documentation is written for the new graphing interface, take a look at this youtube video to satiate your curiousity:\nhttps://www.youtube.com/watch?v=qORLAIO7xBQ\n\nThis package provides a GUI for managing custom workflows in Plone.\n\nThis is the successor of uwosh.northstar's workflow design tool (North* continues on as a file system product generator, given either a PloneFormGen or Dexterity prototype).\n\nFeatures\n--------\n\n * add/edit/delete new workflows\n * add content rule actions easily for a workflow transition\n * graph workflows\n * easily manipulate workflow permissions\n\nGraphing\n--------\n\nThe package also supports graphing workflows. \n\nThe inspiration for this piece was pretty much taken from DCWorkflowGraph.\n\nIn order to enable this feature, you'll need to install the Graphviz library.\nInformation can be found at http://www.graphviz.org\n\nOnce you've built Graphviz and have installed it, make sure the \"dot\"\nexecutable it creates is in your PATH, e.g.\n\nexport PATH=$PATH:/usr/local/bin\n\nassuming \"make install\" placed the Graphviz executables into\n/usr/local/bin. You can test that your PATH is set correctly if \"which\ndot\" finds the \"dot\" executable.\n\nThen restart your Zope or ZEO client. The next time you are looking at\na custom workflow in Workflow Manager, you should see a new \"Diagram\"\nbutton. When you click on it, it generates a GIF depicting the\nworkflow's states and transitions.\n\nYou may get better results if your state and transition IDs do not include \nhyphens. Graphviz' \"dot\" executable will issue warning messages that you \ncan find in your instance log if it has trouble understanding the state\nand transition names and labels.\n\nPlone 3 Support\n---------------\n\nYou must also have simplejson installed.\n\nChangelog\n=========\n1.2a1 (2/12/2015)\n-----------------\n- Rewrote back-end JS to be more predictable and flexible\n [obct537]\n- AJAX calls now return \"intelligent\" feedback to tell the graph\n how to update itself to reflect changes. [obct537]\n\n1.1a4 ~ unreleased\n------------------\n- Updated graph saving system to be far more efficient\n [obct537]\n\n- Graph now updates dynamically whenever changes are saved.\n [obct537]\n\n1.1a3 ~ unreleased\n------------------\n- Included Springy.js library\n [obct537]\n\n- Numerous small changes to improve stability\n [obct537]\n\n- Created \"reorder\" functionality using Springy.js\n to help ordering large, complex workflows much easier.\n [obct537]\n\n1.1a2\n------------------\n- Included jsPlumb library.\n [obct537]\n\n- Replaced previous UI with jsPlumb graph layout.\n [obct537]\n\n- Removed older, redundant UI elements.\n Rewrote workflowmanager.js to be more dynamic, to accomodate jsPlumb\n [obct537]\n\n1.0a5\n------------------\n\n- Instantiate transition scripts when we create a transition\n so definition.xml is well generated by Generic Setup.\n [thomasdesvenain]\n\n- Added more strings classifiers and metadata items for this packages\n [macagua]\n\n- Fix workflow, state and transition id generation \n when we have accents in titles.\n [thomasdesvenain]\n\n- Full internationalization.\n French translation.\n [thomasdesvenain, macagua]\n\n- Added Spanish translation.\n [hvelarde]\n\n- double-quote state and transition names in graph view\n [erral]\n\n- replace remaining 'jq' names by 'jQuery' in javascript\n for full Plone 4.3+ compatibility.\n [thomasdesvenain]\n\n- Added Chinese Simplified translation.\n [Jian Aijun]\n\n\n1.0a4 ~ 2012-05-28\n------------------\n\n- show acquired permission setting\n [vangheem]\n\n- revamped styles based on bootstrap\n [vangheem]\n\n\n1.0a3 - 2011-09-02\n------------------\n\n- cloned transition now sets display name to new\n title also.\n [vangheem]\n\n- cancel on confirm save now prevents dialog from\n opening.\n [vangheem]\n\n- fix error with changing source transitions if transitions\n are stored as a tuple or list.\n [vangheem]\n\n1.0a2 - 2011-09-01\n------------------\n\n- Add MANIFEST.in.\n [WouterVH]\n\n- use json library and just advertise that\n plone 3 users need to install simplejson\n [vangheem]\n\n- Fix js to work correctly with all versions of\n jquery in selecting input tags correctly.\n [vangheem]\n\n\n1.0a1 - 2010-12-12\n------------------\n\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/plone/plone.app.workflowmanager", "keywords": "plone workflow manager gui", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "plone.app.workflowmanager-overhaul", "package_url": "https://pypi.org/project/plone.app.workflowmanager-overhaul/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/plone.app.workflowmanager-overhaul/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/plone/plone.app.workflowmanager" }, "release_url": "https://pypi.org/project/plone.app.workflowmanager-overhaul/1.2a1/", "requires_dist": null, "requires_python": null, "summary": "A workflow manager for Plone", "version": "1.2a1" }, "last_serial": 1421297, "releases": { "1.1a": [ { "comment_text": "", "digests": { "md5": "9e8d80453338eb8c2225aae2aec0b61d", "sha256": "1369a00243b6847f51db68df3a901f63c410116001ca102180d3583bf47cfec2" }, "downloads": -1, "filename": "plone.app.workflowmanager-overhaul-1.1a.tar.gz", "has_sig": false, "md5_digest": "9e8d80453338eb8c2225aae2aec0b61d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25935, "upload_time": "2014-09-16T16:31:31", "url": "https://files.pythonhosted.org/packages/17/d3/ebc85bc6f6867ba1e724f183209278a9b14862c4d20a0c6e69fbf0cc9cb1/plone.app.workflowmanager-overhaul-1.1a.tar.gz" } ], "1.1a2": [ { "comment_text": "", "digests": { "md5": "5525e78d56d36370713273d85eb934d2", "sha256": "6acf960e40e67ab6fb649fbbc61b19c7941e992a2a904e516a83b225119fb761" }, "downloads": -1, "filename": "plone.app.workflowmanager-overhaul-1.1a2.tar.gz", "has_sig": false, "md5_digest": "5525e78d56d36370713273d85eb934d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1521586, "upload_time": "2014-09-16T19:17:50", "url": "https://files.pythonhosted.org/packages/45/c7/d8112b85e2a913c01510b1270b31a4e603c905f184d4917ccaca668f1f3c/plone.app.workflowmanager-overhaul-1.1a2.tar.gz" } ], "1.1a3": [ { "comment_text": "", "digests": { "md5": "4b35c042737f00c0a4b99dc281728188", "sha256": "d8cef31b238874bfe563880a29a594272b4512030ba7ca992ff0e166858a0972" }, "downloads": -1, "filename": "plone.app.workflowmanager-overhaul-1.1a3.tar.gz", "has_sig": false, "md5_digest": "4b35c042737f00c0a4b99dc281728188", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1532955, "upload_time": "2014-11-13T16:15:45", "url": "https://files.pythonhosted.org/packages/d2/52/e197c22771b8cf7d72db72e8b99db6f443433ae6457917608cf58b0aa7c8/plone.app.workflowmanager-overhaul-1.1a3.tar.gz" } ], "1.2a1": [ { "comment_text": "", "digests": { "md5": "3356b7fd6c76d822ae154e4d493be82d", "sha256": "cc3d3de9552354afef93ed82327a04d2c779d14d288db4df06a1b50b9aacf57e" }, "downloads": -1, "filename": "plone.app.workflowmanager-overhaul-1.2a1.tar.gz", "has_sig": false, "md5_digest": "3356b7fd6c76d822ae154e4d493be82d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1539896, "upload_time": "2015-02-12T22:17:01", "url": "https://files.pythonhosted.org/packages/a7/1e/5a535575e4672caecbdeacf7d80b9c05d8b8d5ce834467c171d739415a2b/plone.app.workflowmanager-overhaul-1.2a1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3356b7fd6c76d822ae154e4d493be82d", "sha256": "cc3d3de9552354afef93ed82327a04d2c779d14d288db4df06a1b50b9aacf57e" }, "downloads": -1, "filename": "plone.app.workflowmanager-overhaul-1.2a1.tar.gz", "has_sig": false, "md5_digest": "3356b7fd6c76d822ae154e4d493be82d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1539896, "upload_time": "2015-02-12T22:17:01", "url": "https://files.pythonhosted.org/packages/a7/1e/5a535575e4672caecbdeacf7d80b9c05d8b8d5ce834467c171d739415a2b/plone.app.workflowmanager-overhaul-1.2a1.tar.gz" } ] }