{ "info": { "author": "Infrae", "author_email": "info@infrae.com", "bugtrack_url": null, "classifiers": [ "Framework :: Zope2", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "======================\nsilva.security.logging\n======================\n\nIntroduction\n============\n\nThis extensions log in details user actions in `Silva`_. To do so, you\nneed to add a *Silva Security Logging Service* in ZMI, in a site\n(either your Silva Root or a local site).\n\nYou can configure the logging output. By default it will be logged in\nthe Zope logs, but you can log to an SQL database as well.\n\nIn order to do this, you need to configure a SQL connection in Zope to\nyour database, and in *Silva Security Logging Service* to select SQL\nlogging, and your database identifier. The connected database should\nhave a table called ``log`` created like this::\n\n create table log (\n username varchar(255),\n action varchar(255),\n time datetime,\n content varchar(512),\n content_intid bigint,\n info varchar(255))\n\n\n.. note::\n\n This table is not automatically created for you.\n\n.. note::\n\n You can name your table differently, and configure the name on the\n service.\n\nThe log storage is extensible, you can provide your own storage.\n\n\nCode repository\n===============\n\nYou can find the code for this extension in Git:\nhttps://github.com/silvacms/silva.security.logging\n\n.. _Silva: http://silvacms.org\n\nChanges\n=======\n\n1.2.2 (2012/03/12)\n------------------\n\n* Remove debug warning.\n\n1.2.1 (2012/03/01)\n------------------\n\n* Make sure that entries contains only strings, in order to create\n valid SQL queries.\n\n1.2 (2012/02/23)\n----------------\n\n* Make sure the code works on both Silva 2.3 and 3.0.\n\n* Disable logging during upgrade operations (for speed).\n\n* Prevent breakage when storage is misconfigured.\n\n* Add possibility to configure table name with SQL storage.\n\n\n1.1 (2011/11/14)\n----------------\n\n* Update code for Silva 3.0.\n\n* Add more events to by logged (there are more in 3.0).\n\n1.0 (2010/12/20)\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/silvacms/silva.security.logging", "keywords": "silva cms zope security", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "silva.security.logging", "package_url": "https://pypi.org/project/silva.security.logging/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/silva.security.logging/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/silvacms/silva.security.logging" }, "release_url": "https://pypi.org/project/silva.security.logging/1.2.2/", "requires_dist": null, "requires_python": null, "summary": "Log all actions inside Silva CMS in a file or SQL table", "version": "1.2.2" }, "last_serial": 945588, "releases": { "1.2.2": [ { "comment_text": "", "digests": { "md5": "95ba84c9d82e00758e9b77b39642ea49", "sha256": "c0a081c4ac62a4a557937edc5e1dd2f585821066309c974cbeb493988b8704ab" }, "downloads": -1, "filename": "silva.security.logging-1.2.2.tar.gz", "has_sig": false, "md5_digest": "95ba84c9d82e00758e9b77b39642ea49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10848, "upload_time": "2013-12-16T13:01:53", "url": "https://files.pythonhosted.org/packages/07/56/a2ed57b63306cb328a509256f0034bc67cfd2c2f9a9dbc095d3a3c517c07/silva.security.logging-1.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "95ba84c9d82e00758e9b77b39642ea49", "sha256": "c0a081c4ac62a4a557937edc5e1dd2f585821066309c974cbeb493988b8704ab" }, "downloads": -1, "filename": "silva.security.logging-1.2.2.tar.gz", "has_sig": false, "md5_digest": "95ba84c9d82e00758e9b77b39642ea49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10848, "upload_time": "2013-12-16T13:01:53", "url": "https://files.pythonhosted.org/packages/07/56/a2ed57b63306cb328a509256f0034bc67cfd2c2f9a9dbc095d3a3c517c07/silva.security.logging-1.2.2.tar.gz" } ] }