Skip to content

Latest commit

 

History

History
147 lines (88 loc) · 2.74 KB

CHANGES.rst

File metadata and controls

147 lines (88 loc) · 2.74 KB

Changelog

2.0.1 (2024-01-22)

Internal:

  • Update configuration files. [plone devs] (6e36bcc4, 7723aeaf)

2.0.0 (2023-04-19)

Breaking changes:

  • Drop python 2.7 support. [gforcada] (#1)

Internal:

  • Update configuration files. [plone devs] (5cc689e5)

1.0.7 (2020-04-20)

Bug fixes:

  • Minor packaging updates. (#1)

1.0.6 (2019-04-29)

Bug fixes:

  • Fixed: doctests on Python 2 were not correctly checked. [maurits] (#7)

1.0.5 (2018-09-26)

Fixes:

  • fix plone/Products.CMFPlone#2469: "Subobjects are indexing attributes of parent". Allow only direct attributes and acquired PythonScripts, but not acquired attributes. Indexers and PythonScripts are able to handle this explicitly, because they get the acquisition-wrapped object. [jensens]
  • Fix tests to work in Python 3 [pbauer]

1.0.4 (2016-02-25)

Fixes:

  • Replace deprecated zope.testing.doctestunit import with doctest module from stdlib. [thet]
  • Reformat according to the Plone styleguide. [thet]

1.0.3 (2015-05-05)

  • Add missing dependency on Products.ZCatalog. [gforcada]

1.0.2 (2013-01-13)

  • Changed the @indexer decorator to maintain the information about the wrapped function (__doc__, __module__, __name__, etc). [dokai]

1.0.1 (2012-12-14)

1.0 - 2010-07-18

  • Fixed reSt markup in the changelog. [hannosch]
  • Update license to GPL version 2 only. [hannosch]

1.0rc2 - 2009-04-05

  • Added _getWrappedObject() method to get hold of the underlying object. Note that this means you can't have an index/metadata column with this name. [optilude]
  • Corrected IZCatalog import location to point to the interfaces module. [hannosch]

1.0rc1 - 2009-03-26

  • Updated the interface to match the developments of similar functionality on CMF trunk. This means that indexers are now multi-adapters on (object, catalog), and the keyword arguments (including the implicit 'portal' parameter) are gone. [optilude]

1.0a1 - 2009-03-05

  • Initial release