{ "info": { "author": "UNKNOWN", "author_email": "opencore-dev@lists.coactivate.org", "bugtrack_url": null, "classifiers": [], "description": "TaskTracker is an application for managing and organizing tasks\nfor groups of people.\n\nIt was written at The Open Planning Project for integration with\nOpenCore, on the community action site http://coactivate.org\n\nInstallation and Setup\n======================\n\nCurrently TaskTracker only runs on Python2.4\n\nInstall ``TaskTracker`` in a contained environment using easy_install::\n\n virtualenv --python=python2.4 /tmp/tt/ve\n source /tmp/tt/ve/bin/activate\n cd /tmp/tt\n easy_install -e -b . TaskTracker\n cd tasktracker\n python setup.py develop\n\nMake a config file::\n\n cp development.example development.ini\n \nTweak the config file as appropriate. Things you may want to change:\n\n * sqlobject.dburi, database -- these are set to use a mysql db;\n you may want to change them to sqlite to try it out.\n\n * openplans_wrapper -- set this to tasktracker.lib.testing_env:TestingEnv\n unless you are integrating with an OpenCore instance.\n\n The TestingEnv will allow you to log in with any username/password\n combination using HTTP Basic Auth. Log in as user `admin` to have\n all privileges (for creating new task lists, etc)\n\nThen setup the application::\n\n paster setup-app development.ini#tasktracker\n \nThen you are ready to go::\n\n paster serve development.ini\n\n\n\nHistory\n=======\n\n0.4\n===\n\nThe tasklist update form now works. Previously it would reject all\nsubmissions, because the ``authenticator`` form field used for XSRF\nprotection was missing from the form served to the user (and therefore\nmissing from the form submission) so tasktracker's secure_forms\nrejected all submissions. This has been fixed: the ``authenticator``\nwas being stripped out of the response by ``formencode.htmlfill``\nwhich did not recognize it as part of the schema. Passing parameter\n``force_defaults=False`` to ``formencode.htmlfill.render`` solves the\nproblem.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.coactivate.org/projects/tasktracker", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "TaskTracker", "package_url": "https://pypi.org/project/TaskTracker/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/TaskTracker/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.coactivate.org/projects/tasktracker" }, "release_url": "https://pypi.org/project/TaskTracker/0.4/", "requires_dist": null, "requires_python": null, "summary": "task management software used on coactivate.org", "version": "0.4" }, "last_serial": 785775, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "caba5e180ea7bb3919b104e0c46f641c", "sha256": "d96ad3f183b42184138e65b327f5052a6b06ef995452fed66c50bf9b3d1a7c6d" }, "downloads": -1, "filename": "TaskTracker-0.0.0-py2.4.egg", "has_sig": false, "md5_digest": "caba5e180ea7bb3919b104e0c46f641c", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 555268, "upload_time": "2007-07-19T17:50:28", "url": "https://files.pythonhosted.org/packages/0b/17/ff847cceb758aa514dbc0a1aa8f9f4e551343921c08f1cbf13b82f437476/TaskTracker-0.0.0-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "cf270b7224506f015f0393ef04c85284", "sha256": "2396a5c54160d5100a65f461f426794504022a1d024518b5b154e93f38dc7ea4" }, "downloads": -1, "filename": "TaskTracker-0.0.0.tar.gz", "has_sig": false, "md5_digest": "cf270b7224506f015f0393ef04c85284", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 408442, "upload_time": "2007-07-19T17:50:18", "url": "https://files.pythonhosted.org/packages/b9/0c/f05e5693abe8abbb5134ab1daf1e3a315e277603aac9820ef514eccfe4ce/TaskTracker-0.0.0.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "13dc9b325f717c5a9213a41c42556afe", "sha256": "a8127988510b32fa27f7e1f51653602cd9b5d8103c6ce052e58bd80af813049c" }, "downloads": -1, "filename": "TaskTracker-0.2.tar.gz", "has_sig": false, "md5_digest": "13dc9b325f717c5a9213a41c42556afe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 335808, "upload_time": "2010-01-24T16:09:57", "url": "https://files.pythonhosted.org/packages/5e/9e/614a6bc05f6b7984b51fe3351d59554a3f37a01a32fc5f8a130d286102b4/TaskTracker-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "25133aa3c942496518baf5bcefbc867e", "sha256": "4a7a0afe43a7304dbca076a0b42f30730d7438312dbac516e7d11b4c66ad7ce4" }, "downloads": -1, "filename": "TaskTracker-0.3.tar.gz", "has_sig": false, "md5_digest": "25133aa3c942496518baf5bcefbc867e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337077, "upload_time": "2010-03-07T14:02:02", "url": "https://files.pythonhosted.org/packages/77/94/2dece8ef550c144b951d987d103d2890a1db53115cc42ca39f8224cff690/TaskTracker-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "554c1a3d862af18b06ffcf180d80a536", "sha256": "2868e3c9b142d8cf9584204b4e93ed7dc2cc302637175a76d9661294b6e4af6b" }, "downloads": -1, "filename": "TaskTracker-0.4.tar.gz", "has_sig": false, "md5_digest": "554c1a3d862af18b06ffcf180d80a536", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337354, "upload_time": "2010-09-07T13:09:03", "url": "https://files.pythonhosted.org/packages/9a/a7/89b250c607369ec1bc0439b59d60f143034b89fa8f51581adfd6ffa78942/TaskTracker-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "554c1a3d862af18b06ffcf180d80a536", "sha256": "2868e3c9b142d8cf9584204b4e93ed7dc2cc302637175a76d9661294b6e4af6b" }, "downloads": -1, "filename": "TaskTracker-0.4.tar.gz", "has_sig": false, "md5_digest": "554c1a3d862af18b06ffcf180d80a536", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 337354, "upload_time": "2010-09-07T13:09:03", "url": "https://files.pythonhosted.org/packages/9a/a7/89b250c607369ec1bc0439b59d60f143034b89fa8f51581adfd6ffa78942/TaskTracker-0.4.tar.gz" } ] }