Plone.recipe.zope2instance

Latest version: v6.13.0

Safety actively analyzes 629599 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 17 of 20

2.3

----------------

- Need to actually pass in deprecation-warnings, otherwise we get a
KeyError.
[sidnei]

- Fix another place where the directory name needed to be escaped to
avoid problems with spaces.
[sidnei]

- Don't try to delete location if it does not exist.
[sidnei]

2.2

----------------

- Added `deprecation-warnings` option that allows turning the option
to disable deprecation warnings on or off. You can provide the value
`error` to it, and every deprecation warning will be turned into an
exception.
[sidnei]

- Fix copy and paste error that caused a failure on changing
runzope.bat to call servicewrapper.py.
[sidnei]

- Escape 'executable' argument before passing it to os.spawnl, in
order to make it work on Windows when the executable name has spaces
on it.
[sidnei]

- Added `http-fast-listen` option. Use of this option requires Zope >= 2.11.
[stefan]

2.1

----------------

- Fixed a test problem on Windows, where explicit closing of files is required.
[hannosch]

- Call `servicewrapper.py` from `runzope.bat` instead of setting
`PYTHONPATH` and calling `Zope2/Startup/run.py`. That way we set
sys.path from inside Python code and avoid exceeding the maximum
environment variable limit.
[sidnei]

- Allow to use an alternative temporary storage, by specifying the new
`zodb-temporary-storage` option.
[jensens]

- Added `environment-vars` option to set environment variables. Changed
the zope-conf-additional example code to something that isn't covered by
the recipe.
[claytron]

2.0

----------------

- Do not use system but exec when starting Zope. This makes it possible for
process management tools to properly manage Zope processes.
[wichert]

- Added `site-zcml` option
Added tests
[mustapha]

- Add support for ZEO authentication. Note that this does not work with any
released Zope or ZODB version at this moment. See
http://mail.zope.org/pipermail/zope/2005-October/161951.html for required
patches.
[wichert]

- Added FTP and WebDAV options
[claytron]

- Allow rel-storage to be an empty string, meaning 'do not use relstorage'.
This allows an extending buildout configuration to disable relstorage again.
[mj]

1.9

----------------

- Fix rel-storage parsing for options with spaces. Note that split() or
split(None) already strips the string.
[mj]

1.8

----------------

- Fixed a Win32 problem in which the presence of Python string escapes in the
path to zope.conf (e.g., d:\botest\parts\instance\etc\zope.conf would escape
the \b). This showed up when using the 'run', 'debug' or 'adduser' commands.
This fixes 211416.
[smcmahon]

- Added `console` command to the instance script, which is equivalent to fg but
does not implicitly turn on debug mode but respects the zope.conf setting.
[hannosch]

Page 17 of 20

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.