Skip to content

v1.0.0b11

Pre-release
Pre-release

Choose a tag to compare

@jensens jensens released this 24 Feb 20:38
· 255 commits to main since this release
fb5d777

What's Changed

Fixed

  • Fix example requirements.txt: use local editable path for
    pgcatalog-example instead of bare package name (not on PyPI).
    Fixes #18.

  • Fix ZMI "Update Catalog" and "Clear and Rebuild" buttons returning 404.
    Added missing manage_catalogReindex and manage_catalogRebuild methods.
    Fixes #19.

  • Fix clearFindAndRebuild indexing non-content objects (e.g. acl_users).
    Now filters for contentish objects only (those with a reindexObject method),
    matching Plone's CatalogTool behavior.
    Fixes #20.

Changed

  • uniqueValuesFor(name) is now a supported API (no longer deprecated).
    It delegates to catalog.Indexes[name].uniqueValues().

  • Move driri.py to addons_compat/ in @17

Full Changelog: 1.0.0b10...v1.0.0b11