Author: tmortagne
Date: 2007-11-23 19:22:23 +0100 (Fri, 23 Nov 2007)
New Revision: 6054
Modified:
xwiki-platform/web/branches/xwiki-web-1.1/standard/src/main/webapp/templates/changesdoc.vm
Log:
XWIKI-1882: Diff displays wrong username
Modified:
xwiki-platform/web/branches/xwiki-web-1.1/standard/src/main/webapp/templates/changesdoc.vm
===================================================================
---
xwiki-platform/web/branches/xwiki-web-1.1/standard/src/main/webapp/templates/changesdoc.vm
2007-11-23 18:22:09 UTC (rev 6053)
+++
xwiki-platform/web/branches/xwiki-web-1.1/standard/src/main/webapp/templates/changesdoc.vm
2007-11-23 18:22:23 UTC (rev 6054)
@@ -8,7 +8,7 @@
<div class="changes-info-title">$msg.get("changes.from")
$msg.get("changes.version") $request.rev1</div>
<div class="changes-info-content">
#if($origdoc)
-$msg.get("changes.editedby")
$xwiki.renderText($xwiki.getLocalUserName($newdoc.author),$doc)
+$msg.get("changes.editedby")
$xwiki.renderText($xwiki.getLocalUserName($origdoc.author),$doc)
<br />
$msg.get("changes.on") $xwiki.formatDate($origdoc.date)
#end
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications