------------------------------------------------------------ revno: 1223 committer: Mark Sapiro <msap...@value.net> branch nick: 2.2 timestamp: Tue 2012-06-26 17:51:27 -0700 message: Replaced utf-8 encoded characters in newly added German templates with HTML entities. (LP: #1018208) modified: NEWS templates/de/archidxfoot.html templates/de/archidxhead.html templates/de/archtoc.html templates/de/archtocnombox.html templates/de/emptyarchive.html
-- lp:mailman/2.2 https://code.launchpad.net/~mailman-coders/mailman/2.2 Your team Mailman Checkins is subscribed to branch lp:mailman/2.2. To unsubscribe from this branch go to https://code.launchpad.net/~mailman-coders/mailman/2.2/+edit-subscription
=== modified file 'NEWS' --- NEWS 2012-06-20 23:35:09 +0000 +++ NEWS 2012-06-27 00:51:27 +0000 @@ -49,7 +49,14 @@ archive to emphasize that even if you got to the message from a subject, date or author index, previous and next are still by thread. -2.1.15 (xx-xxx-xxxx) +2.1.15-1 (xx-xxx-xxxx) + + Bug Fixes and other patches + + - Replaced utf-8 encoded characters in newly added German templates with + HTML entities. (LP: #1018208) + +2.1.15 (13-Jun-2012) Security === modified file 'templates/de/archidxfoot.html' --- templates/de/archidxfoot.html 2011-11-27 16:28:18 +0000 +++ templates/de/archidxfoot.html 2012-06-27 00:51:27 +0000 @@ -10,7 +10,7 @@ %(subject_ref)s %(author_ref)s %(date_ref)s - <li><b><a href="%(listinfo)s">Weitere Informationen über diese Liste ... + <li><b><a href="%(listinfo)s">Weitere Informationen über diese Liste ... </a></b></li> </ul> <p> === modified file 'templates/de/archidxhead.html' --- templates/de/archidxhead.html 2011-11-27 16:28:18 +0000 +++ templates/de/archidxhead.html 2012-06-27 00:51:27 +0000 @@ -15,7 +15,7 @@ %(author_ref)s %(date_ref)s - <li><b><a href="%(listinfo)s">Weitere Informationen über diese Liste ... + <li><b><a href="%(listinfo)s">Weitere Informationen über diese Liste ... </a></b></li> </ul> <p><b>Von:</b> <i>%(firstdate)s</i><br> === modified file 'templates/de/archtoc.html' --- templates/de/archtoc.html 2011-11-27 16:28:18 +0000 +++ templates/de/archtoc.html 2012-06-27 00:51:27 +0000 @@ -8,7 +8,7 @@ <BODY BGCOLOR="#ffffff"> <h1>Das %(listname)s Archiv </h1> <p> - Über diese Liste können <a href="%(listinfo)s">weitere Informationen angesehen werden,</a> + Über diese Liste können <a href="%(listinfo)s">weitere Informationen angesehen werden,</a> oder das gesamte Archiv kann <a href="%(fullarch)s">heruntergeladen werden</a> (%(size)s). </p> === modified file 'templates/de/archtocnombox.html' --- templates/de/archtocnombox.html 2011-11-27 16:28:18 +0000 +++ templates/de/archtocnombox.html 2012-06-27 00:51:27 +0000 @@ -8,7 +8,7 @@ <BODY BGCOLOR="#ffffff"> <h1>Das %(listname)s Archiv </h1> <p> - Über diese Liste <a href="%(listinfo)s">gibt es weitere Informationen</a>. + Über diese Liste <a href="%(listinfo)s">gibt es weitere Informationen</a>. </p> %(noarchive_msg)s %(archive_listing_start)s === modified file 'templates/de/emptyarchive.html' --- templates/de/emptyarchive.html 2011-11-27 16:28:18 +0000 +++ templates/de/emptyarchive.html 2012-06-27 00:51:27 +0000 @@ -7,7 +7,7 @@ <BODY BGCOLOR="#ffffff"> <h1>Das %(listname)s Archiv </h1> <p> - Bisher sind noch keine Nachrichten an diese Liste geschickt worde. Daher ist das Archiv noch leer. Über diese Liste <a href="%(listinfo)s">gibt es weitere Informationen</a>. + Bisher sind noch keine Nachrichten an diese Liste geschickt worde. Daher ist das Archiv noch leer. Über diese Liste <a href="%(listinfo)s">gibt es weitere Informationen</a>. </p> </BODY> </HTML>
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org