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
31af7fe6
Commit
31af7fe6
authored
Sep 29, 2003
by
Andreas Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Collector #1053: parseIndexRequest turned empty sequence of search
terms into unrestricted search.
parent
3543feb5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
doc/CHANGES.txt
doc/CHANGES.txt
+3
-0
lib/python/Products/PluginIndexes/common/util.py
lib/python/Products/PluginIndexes/common/util.py
+1
-4
No files found.
doc/CHANGES.txt
View file @
31af7fe6
...
...
@@ -8,6 +8,9 @@ Zope Changes
Bugs fixed
- Collector #1053: parseIndexRequest turned empty sequence of search
terms into unrestricted search.
- manage_tabs had a namespace problem with the acquisition of names from
the manage_options variable resulting to acquire "target" and "action"
from objects above in the hierachy.
...
...
lib/python/Products/PluginIndexes/common/util.py
View file @
31af7fe6
...
...
@@ -11,7 +11,7 @@
#
#############################################################################
__version__
=
'$Id: util.py,v 1.1
0 2002/08/14 22:19:34 mj
Exp $'
__version__
=
'$Id: util.py,v 1.1
1 2003/09/29 12:00:17 andreasjung
Exp $'
import
re
...
...
@@ -127,9 +127,6 @@ class parseIndexRequest:
if
request
.
has_key
(
field
):
setattr
(
self
,
op
,
request
[
field
])
if
not
keys
:
keys
=
None
self
.
keys
=
keys
...
...
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