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
033942a7
Commit
033942a7
authored
Dec 12, 1997
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added debugging info.
parent
ec85929d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
lib/python/Shared/DC/ZRDB/Aqueduct.py
lib/python/Shared/DC/ZRDB/Aqueduct.py
+7
-3
No files found.
lib/python/Shared/DC/ZRDB/Aqueduct.py
View file @
033942a7
...
...
@@ -10,8 +10,8 @@
##############################################################################
__doc__
=
'''Shared Aqueduct classes and functions
$Id: Aqueduct.py,v 1.1
5 1997/12/05 21:26:5
4 jim Exp $'''
__version__
=
'$Revision: 1.1
5
$'
[
11
:
-
2
]
$Id: Aqueduct.py,v 1.1
6 1997/12/12 23:38:0
4 jim Exp $'''
__version__
=
'$Revision: 1.1
6
$'
[
11
:
-
2
]
from
Globals
import
HTMLFile
,
Persistent
import
DocumentTemplate
,
DateTime
,
regex
,
regsub
,
string
,
urllib
,
rotor
...
...
@@ -193,6 +193,7 @@ custom_default_report_src=DocumentTemplate.File(
def
custom_default_report
(
id
,
result
,
action
=
''
):
columns
=
result
.
_searchable_result_columns
()
__traceback_info__
=
columns
heading
=
(
'<tr>
\
n
%s</tr>'
%
string
.
joinfields
(
map
(
lambda
c
:
...
...
@@ -359,6 +360,9 @@ def delimited_output(results,REQUEST,RESPONSE):
##############################################################################
#
# $Log: Aqueduct.py,v $
# Revision 1.16 1997/12/12 23:38:04 jim
# Added debugging info.
#
# Revision 1.15 1997/12/05 21:26:54 jim
# Minor change to help out testing DAs.
#
...
...
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