diff --git a/CHANGES.rst b/CHANGES.rst index 6143541d5d..5cc691af1a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,54 +14,54 @@ https://github.com/zopefoundation/Zope/blob/4.0a6/CHANGES.rst Fixes +++++ -- Make sure new object IDs don't clash with the views lookup mechanism +- Make sure new object IDs don't clash with the views lookup mechanism. (`#591 `_) -- Be more careful when guessing at encoding for document template types +- Be more careful when guessing at encoding for document template types. -- Ensure a redirect path does not get URL-encoded twice +- Ensure a redirect path does not get URL-encoded twice. -- Prevent inability to log into the ZMI due to failing exception views +- Prevent inability to log into the ZMI due to failing exception views. -- Hardeded ``RESPONSE.redirect`` to deal with any unencoded or encoded input +- Harden ``RESPONSE.redirect`` to deal with any unencoded or encoded input. (`#435 `_) -- Fix broken ``title_and_id`` behavior +- Fix broken ``title_and_id`` behaviour. (`#574 `_) -- Fix broken ZMI DTML rendering for mixed unicode/bytes content +- Fix broken ZMI DTML rendering for mixed unicode/bytes content. (`#271 `_) -- Fix wrong `Content-Length` set by ``App.ImageFile`` on 304 responses +- Fix wrong `Content-Length` set by ``App.ImageFile`` on 304 responses. (`#513 `_) -- make the ZMI `Find` tab work for searching HTML tags - by adding support for `Tainted` strings in ``ZopeFind`` +- Make the ZMI `Find` tab work for searching HTML tags + by adding support for `Tainted` strings in ``ZopeFind``. -- prevent ``mkwsgiinstance`` from blowing up parsing ``buildout.cfg`` +- Prevent ``mkwsgiinstance`` from blowing up parsing ``buildout.cfg``. - Fix ``ZPublisher.HTTPResponse.HTTPBaseResponse.isHTML`` for binary data on Python 3. (`#577 `_) -- Prevent ``FindSupport.ZopeFind`` from throwing ``UnicodeDecodeErrors`` +- Prevent ``FindSupport.ZopeFind`` from throwing ``UnicodeDecodeErrors``. (`#594 `_) Features ++++++++ -- Add a configuration flag to show bookmarkable URLs in the ZMI +- Add a configuration flag to show bookmarkable URLs in the ZMI. (`#580 `_) -- Add a flag for suppressing object events during file import +- Add a flag for suppressing object events during file import. (`#42 `_) -- Add a Configuration details tab to the Control_Panel +- Add a Configuration details tab to the Control_Panel. -- Resurrect the Interfaces ZMI tab +- Resurrect the Interfaces ZMI tab. (`#450 `_) -- Better default logging configuration for simple waitress WSGI setups +- Better default logging configuration for simple waitress WSGI setups. (`#526 `_) - Replace usage of ``urllib.parse.splitport`` and ``urllib.parse.splittype`` @@ -73,7 +73,9 @@ Other changes - Update ZODB migration documentation. -- Changed the WSGI configuration template so those annoying waitress queue +- Expand the Zope 4 migration documentation. + +- Change the WSGI configuration template so those annoying waitress queue messages only go into the event log, but not onto the console. - Change naming for the generated WSGI configurations to ``zope.conf`` and @@ -91,40 +93,39 @@ Other changes for examples. (`#562 `_) -- Remove hardcoded list of factories that don't want an add dialog +- Remove hardcoded list of factories that don't want an add dialog. (`#540 `_) -- Increase link visibility in old ZMI forms +- Increase link visibility in old ZMI forms. (`#530 `_) -- Always keep action buttons visible on the content list for large folders +- Always keep action buttons visible on the content list for large folders. (`#537 `_) -- Make showing the ZMI modal add dialog configurable per product +- Make showing the ZMI modal add dialog configurable per product. (`#535 `_) -- Added a few Zope 4 ZMI screenshots to the documentation +- Added a few Zope 4 ZMI screenshots to the documentation. (`#378 `_) -- refreshed Sphinx configuration and switched to the ReadTheDocs theme - -- expanded the Zope 4 migration documentation +- Refresh Sphinx configuration and switched to the ReadTheDocs theme. -- renamed/moved the `Zope 2 Book` to `Zope Book` +- Rename/move the `Zope 2 Book` to `Zope Book`. (`#443 `_) -- show item icons on ZMI `Find` tab results +- Show item icons on ZMI `Find` tab results. (`#534 `_) -- full PEP-8 compliance +- Full PEP-8 compliance. -- fixed ZMI font rendering on macOS +- Fix ZMI font rendering on macOS. (`#531 `_) -- provided method to get breadcrumb length to prevent ZMI errors +- Provide a method to get breadcrumb length to prevent ZMI errors. (`#533 `_) -- add zodbupdate_rename_dict to move webdav.LockItem to OFS.LockItem +- Add ``zodbupdate_rename_dict`` to move ``webdav.LockItem`` to + ``OFS.LockItem``. (`Products.CMFPlone#2800 `_)