Author: vmassol
Date: 2007-11-24 16:23:02 +0100 (Sat, 24 Nov 2007)
New Revision: 6062
Modified:
xwiki-platform/xwiki-applications/trunk/statistics/src/main/resources/Stats/Macros
Log:
XE-147: "Most Viewed Pages" and "Most Edited Pages" should add a Space column
for displaying the space of the document
Patch submitted by Marius Florea Dumitru
Modified:
xwiki-platform/xwiki-applications/trunk/statistics/src/main/resources/Stats/Macros
===================================================================
---
xwiki-platform/xwiki-applications/trunk/statistics/src/main/resources/Stats/Macros
2007-11-24 15:11:06 UTC (rev 6061)
+++
xwiki-platform/xwiki-applications/trunk/statistics/src/main/resources/Stats/Macros
2007-11-24 15:23:02 UTC (rev 6062)
@@ -73,6 +73,7 @@
<tr>
<th class="numeric">Hits</th>
<th>Page</th>
+<th>Space</th>
</tr>
</thead>
<tbody>
@@ -82,8 +83,8 @@
#set($title = $docStats.displayTitle)
<tr>
<td class="numeric">$item.pageViews</td>
-<td>[$docStats.name&gt;${docStats.web}.$docStats.name.replaceAll("@","%40")]#if
($title != $docStats.name) - <em>$title</em>#end
-</td>
+<td>[$docStats.name&gt;${docStats.web}.$docStats.name.replaceAll("@","%40")]#if
($title != $docStats.name) - <em>$title</em>#end</td>
+<td>[$docStats.web&gt;${docStats.web}.WebHome]</td>
</tr>
#end
#end
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications