Author: dom
Date: 2007-06-19 19:32:56 +0100 (Tue, 19 Jun 2007)
New Revision: 1094
Modified:
trunk/Changes
trunk/templates/recent_changes.tt
Log:
Display IP address in recent changes, even when edit is not anonymous
(fixes #113)
Modified: trunk/Changes
===================================================================
--- trunk/Changes 2007-06-19 13:01:53 UTC (rev 1093)
+++ trunk/Changes 2007-06-19 18:32:56 UTC (rev 1094)
@@ -25,6 +25,7 @@
Move the common categories/locales navbar display decision into the
templates (#214).
Add email notifications when moderated nodes are edited (#138)
+ Add IP addresses into non-anonymous changes in Recent Changes (#113)
0.60 13 May 2007
Removed footer search from edit page (shouldn't have been there).
Modified: trunk/templates/recent_changes.tt
===================================================================
--- trunk/templates/recent_changes.tt 2007-06-19 13:01:53 UTC (rev 1093)
+++ trunk/templates/recent_changes.tt 2007-06-19 18:32:56 UTC (rev 1094)
@@ -42,6 +42,7 @@
<td><span class="recentchanges_user">
[% IF (node.username != 'Anonymous') %]
<a href="[% cgi_url %]?username=[% node.username
%];action=userstats">[% node.username %]</a>
+ (<a href="[% cgi_url %]?host=[% node.host
%];action=userstats">[% node.host %]</a>)
[% ELSE %]
<a href="[% cgi_url %]?host=[% node.host
%];action=userstats">[% node.host %]</a>
[% END %]