changeset 235:eb341488aa4c

Obfuscate author in all HTML templates.
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 02 Jun 2005 09:14:12 +0100
parents 3427806d5ab9
children 85f0420fd848
files templates/changelogentry.tmpl templates/map
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/templates/changelogentry.tmpl	Thu Jun 02 07:06:29 2005 +0100
+++ b/templates/changelogentry.tmpl	Thu Jun 02 09:14:12 2005 +0100
@@ -10,7 +10,7 @@
 #parent2#
 <tr>
  <td align="right">author:&nbsp;</td>
- <td>#author#</td></tr>
+ <td>#author|obfuscate#</td></tr>
 <tr>
  <td align="right">date:&nbsp;</td>
  <td>#date|date#</td></tr>
--- a/templates/map	Thu Jun 02 07:06:29 2005 +0100
+++ b/templates/map	Thu Jun 02 09:14:12 2005 +0100
@@ -16,7 +16,7 @@
 filelog = filelog.tmpl
 fileline = "<div class="parity#parity#"><span class="lineno">#linenumber# </span>#line|escape#</div>"
 filelogentry = filelogentry.tmpl
-annotateline = "<tr class="parity#parity#"><td class="annotate"><a href="?cmd=changeset;node=#node#">#author#@#rev#</a></td><td><pre>#line|escape#</pre></td></tr>"
+annotateline = "<tr class="parity#parity#"><td class="annotate"><a href="?cmd=changeset;node=#node#">#author|obfuscate#@#rev#</a></td><td><pre>#line|escape#</pre></td></tr>"
 difflineplus = "<span class="plusline">#line|escape#</span>"
 difflineminus = "<span class="minusline">#line|escape#</span>"
 difflineat = "<span class="atline">#line|escape#</span>"
@@ -27,4 +27,4 @@
 fileannotateparent = "<tr><td class="metatag">parent:</td><td><a href="?cmd=annotate;file=#file#;filenode=#node#">#node#</a></td></tr>"
 tags = tags.tmpl
 tagentry = "<div class="parity#parity#"><tt>#node#</tt> <a href="?cmd=changeset;node=#node#">#tag#</a><br /></div>"
-diffblock = "<div class="parity#parity#">#lines#</div>"
\ No newline at end of file
+diffblock = "<div class="parity#parity#">#lines#</div>"