File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed
Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.0.0b12
4+
5+ ### Fixed
6+
7+ - Fix ` clearFindAndRebuild ` producing wrong paths (missing portal id prefix,
8+ e.g. ` /news ` instead of ` /Plone/news ` ), indexing ` portal_catalog ` itself,
9+ and not re-indexing the portal root object.
10+ Now uses ` getPhysicalPath() ` for authoritative paths, ` aq_base() ` for
11+ identity comparison through Acquisition wrappers, and explicitly indexes
12+ the portal root before traversal (matching Plone's ` CatalogTool ` ).
13+ Fixes #21 .
14+
315## 1.0.0b11
416
517### Fixed
1123- Fix ZMI "Update Catalog" and "Clear and Rebuild" buttons returning 404.
1224 Added missing ` manage_catalogReindex ` and ` manage_catalogRebuild ` methods.
1325 Fixes #19 .
14-
26+
1527- Fix ` clearFindAndRebuild ` indexing non-content objects (e.g. ` acl_users ` ).
1628 Now filters for contentish objects only (those with a ` reindexObject ` method),
1729 matching Plone's ` CatalogTool ` behavior.
1830 Fixes #20 .
19-
20- - Fix ` clearFindAndRebuild ` producing wrong paths (missing portal id prefix,
21- e.g. ` /news ` instead of ` /Plone/news ` ), indexing ` portal_catalog ` itself,
22- and not re-indexing the portal root object.
23- Now uses ` getPhysicalPath() ` for authoritative paths, ` aq_base() ` for
24- identity comparison through Acquisition wrappers, and explicitly indexes
25- the portal root before traversal (matching Plone's ` CatalogTool ` ).
26- Fixes #21 .
27-
31+
2832### Changed
2933
3034- ` uniqueValuesFor(name) ` is now a supported API (no longer deprecated).
You can’t perform that action at this time.
0 commit comments