[Zope-Checkins] CVS: Zope/lib/python/Products/SiteErrorLog/www - main.pt:1.3
Shane Hathaway
shane@cvs.zope.org
Wed, 21 Aug 2002 10:23:25 -0400
Update of /cvs-repository/Zope/lib/python/Products/SiteErrorLog/www
In directory cvs.zope.org:/tmp/cvs-serv30274/www
Modified Files:
main.pt
Log Message:
- Made the list of ignored exceptions configurable through the web.
- Show the most recent log entry first.
=== Zope/lib/python/Products/SiteErrorLog/www/main.pt 1.2 => 1.3 ===
--- Zope/lib/python/Products/SiteErrorLog/www/main.pt:1.2 Wed Apr 3 15:43:56 2002
+++ Zope/lib/python/Products/SiteErrorLog/www/main.pt Wed Aug 21 10:23:25 2002
@@ -35,6 +35,17 @@
</tr>
<tr>
<td align="left" valign="top">
+ <div class="form-label">
+ Ignored exception types
+ </div>
+ </td>
+ <td align="left" valign="top">
+ <textarea name="ignored_exceptions:lines" cols="40" rows="3"
+ tal:content="python: '\n'.join(props['ignored_exceptions'])"></textarea>
+ </td>
+ </tr>
+ <tr>
+ <td align="left" valign="top">
</td>
<td align="left" valign="top">
<div class="form-element">
@@ -45,7 +56,7 @@
</tr>
</table>
-<h3>Exception Log</h3>
+<h3>Exception Log (most recent first)</h3>
<div tal:define="entries container/getLogEntries">