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
96a0c6bf
Commit
96a0c6bf
authored
May 15, 2010
by
Wichert Akkerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix several template errors in SiteErrorLog (chameleon compatibility)
parent
82713b5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
doc/CHANGES.rst
doc/CHANGES.rst
+2
-0
src/Products/SiteErrorLog/www/main.pt
src/Products/SiteErrorLog/www/main.pt
+2
-2
No files found.
doc/CHANGES.rst
View file @
96a0c6bf
...
...
@@ -44,6 +44,8 @@ Features Added
Bugs Fixed
++++++++++
- Fix several template errors in SiteErrorLog (chameleon compatibility).
- LP #267820: Fix bad except clause in the ``sequence_sort`` method of
the ``<dtml-in>`` tag.
...
...
src/Products/SiteErrorLog/www/main.pt
View file @
96a0c6bf
...
...
@@ -85,7 +85,7 @@ No exceptions logged.
>
<span tal:content="entry/type">AttributeError</span>:
<span tal:define="value entry/value"
tal:content="python: len(value)
<
70 and value or value[:70] + '...'">
tal:content="python: len(value)
<
70 and value or value[:70] + '...'">
Application object has no attribute "zzope"</span>
</a>
</td>
...
...
@@ -93,7 +93,7 @@ No exceptions logged.
tal:attributes="href string:${context/absolute_url}/forgetEntry?id=${entry/id}"
><img title="Forget this entry" src="/misc_/SiteErrorLog/ok.gif" border="0"
tal:attributes="src string:${request/BASEPATH1}/misc_/SiteErrorLog/ok.gif"
></a></td>
/
></a></td>
</tr>
</table>
...
...
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