Skip to content

Commit

Permalink
Garden change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Mar 8, 2019
1 parent f61cca2 commit d67f44c
Showing 1 changed file with 22 additions and 19 deletions.
41 changes: 22 additions & 19 deletions CHANGES.rst
Expand Up @@ -17,54 +17,57 @@ Fixes
- Fix import file drop down on import export page.
(`#524 <https://github.com/zopefoundation/Zope/issues/524>`_)

- Resurrected copyright and license page
- Resurrect copyright and license page.
(`#482 <https://github.com/zopefoundation/Zope/issues/482>`_)

- Fix FindSupport binary value handling
- Fix FindSupport binary value handling.
(`#406 <https://github.com/zopefoundation/Zope/issues/406>`_)

- Fix remove double quoting in ``ZPublisher.HTTPRequest.search_type``
(`#511 <https://github.com/zopefoundation/Zope/issues/511>`_)

- Fix subscript access on Page Template ``macros`` attribute
- Fix subscript access on Page Template ``macros`` attribute.
(`#210 <https://github.com/zopefoundation/Zope/issues/210>`_)

- Fix ``OFS.interfaces`` attribute declarations to match reality
- Fix ``OFS.interfaces`` attribute declarations to match reality.
(`#498 <https://github.com/zopefoundation/Zope/issues/498>`_)

- Fix handling of DTML in Ace editor
- Fix handling of DTML in Ace editor.
(`#489 <https://github.com/zopefoundation/Zope/issues/489>`_)

- Fix error when not selecting a file for upload in Files and Images
- Fix error when not selecting a file for upload in Files and Images.
(`#492 <https://github.com/zopefoundation/Zope/issues/492>`_)

- Fix ZMI add handling of ``len(filtered_meta_types()) == 1``
- Fix ZMI add handling of ``len(filtered_meta_types()) == 1``.
(`#505 <https://github.com/zopefoundation/Zope/issues/505>`_)

- Fix ZMI add handling of ``addItemSelect`` form
- Fix ZMI add handling of ``addItemSelect`` form.
(`#506 <https://github.com/zopefoundation/Zope/issues/506>`_)

- Don't always flag PubBeforeAbort and PubBeforeAbort as retry
- Don't always flag ``PubBeforeAbort`` and ``PubBeforeAbort`` as retry.
(`#502 <https://github.com/zopefoundation/Zope/pull/502>`_)

Other changes
+++++++++++++

- Make sure the WSGI Response object respects lock semantics
(`#216 <https://github.com/zopefoundation/Zope/issues/216>`_)
Features
++++++++

- Specify supported Python versions using ``python_requires`` in setup.py
- Specify supported Python versions using ``python_requires`` in `setup.py`.
(`#481 <https://github.com/zopefoundation/Zope/issues/481>`_)

- Removed references to separate ``Products.ZCTextIndex``
(`516 <https://github.com/zopefoundation/Zope/issues/516>`_)

- Provide additional links on PyPI with ``project_urls`` in ``setup.py``
(`#434 <https://github.com/zopefoundation/Zope/issues/434>`_)

- Resurrect automatic support for ``standard_error_message`` DTML Method
- Resurrect automatic support for ``standard_error_message`` DTML Method.
(`#238 <https://github.com/zopefoundation/Zope/issues/238>`_)

Other changes
+++++++++++++

- Make sure the WSGI Response object respects lock semantics.
(`#216 <https://github.com/zopefoundation/Zope/issues/216>`_)

- Remove references to separate ``Products.ZCTextIndex``.
(`516 <https://github.com/zopefoundation/Zope/issues/516>`_)

- Update dependencies to newest versions.


Expand Down

0 comments on commit d67f44c

Please sign in to comment.