Skip to main content

Zope temporary folder support.

Project description

https://github.com/zopefoundation/Products.TemporaryFolder/actions/workflows/tests.yml/badge.svg https://coveralls.io/repos/github/zopefoundation/Products.TemporaryFolder/badge.svg?branch=master Current version on PyPI Supported Python versions

Overview

Zope temporary storage / folder support.

Please note

Temporary Folders and the temporarystorage ZODB storage depend on the tempstorage package, which is known to randomly lose data under Zope 4 and up. If you want to use the sessioning support in Zope please visit https://zope.readthedocs.io/en/latest/zopebook/Sessions.html#alternative-server-side-session-backends-for-zope-4 for alternate sessioning implementations that don’t use Temporary Folder.

Because it is unsafe, Zope will no longer magically create a Temporary Folder object at /temp_folder. If you think you still need a Temporary Folder, please add a temporary storage database definition like the one below to your Zope configuration, restart Zope, and use the ZMI add list to create an object of type ZODB Mount Point. If the storage configuration is valid you will see a list of configured mount points and the option to create the container in the ZODB:

<zodb_db temporary>
    <temporarystorage>
      name Temporary database (for sessions)
    </temporarystorage>
    mount-point /temp_folder
    container-class Products.TemporaryFolder.TemporaryContainer
</zodb_db>

When upgrading from version 5.3 to 6.0 and removing the ZODB Mount Point configuration shown above from your Zope configuration you need to manually delete the /temp_folder object in the ZMI before restarting your Zope instance with version 6.0. If you see tracebacks ZConfig.ConfigurationError: No database configured for mount point at /temp_folder after the upgrade, please reinstate the zodb_db temporary Zope configuration as shown above, restart Zope and manually delete /temp_folder. Then remove the zodb_db temporary configuration and restart Zope.

Changelog

6.1 (2021-03-16)

  • add support for Python 3.9

6.0 (2020-09-01)

  • split Products.ZODBMountPoint into separate package and removed all code that automatically instatiates a temporary folder and sessioning artifacts on Zope startup. (#12)

5.3 (2019-04-15)

  • improve the README

  • Specify supported Python versions using python_requires in setup.py (Zope#481)

  • Added support for Python 3.8

5.2 (2018-11-06)

  • Add support for Python 3.7.

  • Update forms to Bootstrap ZMI. (#6)

  • Fix logging traceback in Python 2. [pbauer]

  • Fix creating a temp_folder in Python 2. (#7)

5.1 (2018-06-06)

  • Bring back Application initialization (creation of BrowserIdManager and SessionDataManager in the ZODB on first startup). This release requires Zope >= 4.0b5.

  • Drop support for Python 3.4.

5.0 (2018-04-13)

  • Remove dysfunctional LowConflictConnection.

  • Add support for Python 3.4, 3.5 and 3.6.

4.0 (2016-08-02)

  • Add in code of Products.TemporaryFolder and Products.ZODBMountPoint.

  • Require Zope >= 4.

3.0 (2016-08-02)

  • Create a separate distribution called Products.TemporaryFolder without any code inside it. This allows projects to depend on this project inside the Zope 2.13 release line.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Products.TemporaryFolder-6.1.tar.gz (13.1 kB view details)

Uploaded Source

Built Distribution

Products.TemporaryFolder-6.1-py2.py3-none-any.whl (14.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file Products.TemporaryFolder-6.1.tar.gz.

File metadata

  • Download URL: Products.TemporaryFolder-6.1.tar.gz
  • Upload date:
  • Size: 13.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.5

File hashes

Hashes for Products.TemporaryFolder-6.1.tar.gz
Algorithm Hash digest
SHA256 ac95de6a4feb0bf29fd70a9b1c0058e1bbca644857122e7a53c792cc4acb52a7
MD5 ee6f0c47cef273ec6844c7f531dbc56f
BLAKE2b-256 b0390dbf3b23b7c82353ea7ab4f4f8416f867bfad0d844b0ded92b87aa6014e8

See more details on using hashes here.

File details

Details for the file Products.TemporaryFolder-6.1-py2.py3-none-any.whl.

File metadata

  • Download URL: Products.TemporaryFolder-6.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 14.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.5

File hashes

Hashes for Products.TemporaryFolder-6.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 44657a3471296886f2df04a4f4bce9ef8c7cb556c38430a999b2bcdb2bad649b
MD5 88e4ffe8e10dc4d3e2fd5d1abd0f1bc3
BLAKE2b-256 e1e244e6725daa346759c4ff28f2d8201b997ff4edb2d55a5194698a9c515a56

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page