[Zope-Checkins] SVN: Zope/trunk/ - Collector #1213: Fixed wrong labels of cache parameters

Andreas Jung andreas at andreas-jung.com
Fri May 28 09:49:54 EDT 2004


Log message for revision 25081:

     - Collector #1213: Fixed wrong labels of cache parameters 



-=-
Modified: Zope/trunk/doc/CHANGES.txt
===================================================================
--- Zope/trunk/doc/CHANGES.txt	2004-05-28 13:40:38 UTC (rev 25080)
+++ Zope/trunk/doc/CHANGES.txt	2004-05-28 13:49:54 UTC (rev 25081)
@@ -122,6 +122,8 @@
 
     Bugs fixed
 
+     - Collector #1213: Fixed wrong labels of cache parameters 
+
      - Collector #1265: Fixed handling of orphans in ZTUtil.Batch
 
      - Collector #1293: missing 'address' parameters within one of the server

Modified: Zope/trunk/lib/python/App/dtml/cacheParameters.dtml
===================================================================
--- Zope/trunk/lib/python/App/dtml/cacheParameters.dtml	2004-05-28 13:40:38 UTC (rev 25080)
+++ Zope/trunk/lib/python/App/dtml/cacheParameters.dtml	2004-05-28 13:49:54 UTC (rev 25081)
@@ -63,8 +63,8 @@
 
 <tr class="list-header">
     <th><div class="list-item">Cache Name</div></th>
-    <th><div class="list-item">Number of objects in memory</div></th>
-    <th><div class="list-item">Number of ghost objects</div></th>
+    <th><div class="list-item">Number of active objects</div></th>
+    <th><div class="list-item">Total active and non-active objects</div></th>
 </tr>
 <dtml-in cache_detail_length mapping>
 <dtml-if name="sequence-odd"><tr class="row-normal">




More information about the Zope-Checkins mailing list