Changeset 1094
- Timestamp:
- 06/19/07 19:32:56 (16 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
Changes (modified) (1 diff)
-
templates/recent_changes.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Changes
r1093 r1094 26 26 templates (#214). 27 27 Add email notifications when moderated nodes are edited (#138) 28 Add IP addresses into non-anonymous changes in Recent Changes (#113) 28 29 29 30 0.60 13 May 2007 -
trunk/templates/recent_changes.tt
r969 r1094 43 43 [% IF (node.username != 'Anonymous') %] 44 44 <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>) 45 46 [% ELSE %] 46 47 <a href="[% cgi_url %]?host=[% node.host %];action=userstats">[% node.host %]</a>
