# HG changeset patch # User Thomas Arendsen Hein # Date 1117700052 -3600 # Node ID eb341488aa4c42d082cfd94a84585095769ed227 # Parent 3427806d5ab96e471a03dd322bfbe08c65d58493 Obfuscate author in all HTML templates. diff -r 3427806d5ab9 -r eb341488aa4c templates/changelogentry.tmpl --- 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# author:  - #author# + #author|obfuscate# date:  #date|date# diff -r 3427806d5ab9 -r eb341488aa4c templates/map --- 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 = "
#linenumber# #line|escape#
" filelogentry = filelogentry.tmpl -annotateline = "#author#@#rev#
#line|escape#
" +annotateline = "#author|obfuscate#@#rev#
#line|escape#
" difflineplus = "#line|escape#" difflineminus = "#line|escape#" difflineat = "#line|escape#" @@ -27,4 +27,4 @@ fileannotateparent = "parent:#node#" tags = tags.tmpl tagentry = "
#node# #tag#
" -diffblock = "
#lines#
" \ No newline at end of file +diffblock = "
#lines#
"