Changeset 1094

Show
Ignore:
Timestamp:
06/19/07 19:32:56 (16 months ago)
Author:
dom
Message:

Display IP address in recent changes, even when edit is not anonymous
(fixes #113)

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/Changes

    r1093 r1094  
    2626          templates (#214). 
    2727        Add email notifications when moderated nodes are edited (#138) 
     28        Add IP addresses into non-anonymous changes in Recent Changes (#113) 
    2829 
    29300.60    13 May 2007 
  • trunk/templates/recent_changes.tt

    r969 r1094  
    4343          [% IF (node.username != 'Anonymous') %] 
    4444            <a href="[% cgi_url %]?username=[% node.username %];action=userstats">[% node.username %]</a> 
     45            (<a href="[% cgi_url %]?host=[% node.host %];action=userstats">[% node.host %]</a>) 
    4546          [% ELSE %] 
    4647            <a href="[% cgi_url %]?host=[% node.host %];action=userstats">[% node.host %]</a>