Skip to content

Commit 3c7ddfd

Browse files
authored
Update CHANGES.md for version 1.0.0b12
Added changelog entries for version 1.0.0b12, detailing fixes for `clearFindAndRebuild`, ZMI buttons, and indexing behavior.
1 parent e0355d7 commit 3c7ddfd

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

CHANGES.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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
@@ -11,20 +23,12 @@
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).

0 commit comments

Comments
 (0)