Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
6b94ad72
Commit
6b94ad72
authored
Apr 11, 2002
by
Andreas Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Collector #343: The ZCatalogs 'Indexes' view showed the
wrong number of indexed objects for FieldIndexes.
parent
a83d380c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
doc/CHANGES.txt
doc/CHANGES.txt
+4
-0
lib/python/Products/PluginIndexes/common/UnIndex.py
lib/python/Products/PluginIndexes/common/UnIndex.py
+2
-2
No files found.
doc/CHANGES.txt
View file @
6b94ad72
...
@@ -167,6 +167,10 @@ Zope Changes
...
@@ -167,6 +167,10 @@ Zope Changes
- Collector #373: content_type property for Image objects
- Collector #373: content_type property for Image objects
are no longer deletable to prevent malfunction.
are no longer deletable to prevent malfunction.
- Collector #343: The ZCatalogs 'Indexes' view showed the
wrong number of indexed objects for FieldIndexes.
Zope 2.5.1 beta 1
Zope 2.5.1 beta 1
Bugs Fixed
Bugs Fixed
...
...
lib/python/Products/PluginIndexes/common/UnIndex.py
View file @
6b94ad72
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
"""Simple column indices"""
"""Simple column indices"""
__version__
=
'$Revision: 1.
9
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.
10
$'
[
11
:
-
2
]
from
Globals
import
Persistent
from
Globals
import
Persistent
from
Acquisition
import
Implicit
from
Acquisition
import
Implicit
...
@@ -254,7 +254,7 @@ class UnIndex(Persistent, Implicit):
...
@@ -254,7 +254,7 @@ class UnIndex(Persistent, Implicit):
def
numObjects
(
self
):
def
numObjects
(
self
):
""" return number of indexed objects """
""" return number of indexed objects """
return
len
(
self
.
_index
)
return
len
(
self
.
_
un
index
)
def
unindex_object
(
self
,
documentId
):
def
unindex_object
(
self
,
documentId
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment