[Mailman-Users] can't access private archives when changing default lang

The Anarcat anarcat at anarcat.ath.cx
Tue Jan 28 17:07:49 CET 2003


On lun jan 27, 2003 at 07:12:25 -0500, Barry A. Warsaw wrote:
> 
> >>>>> "TA" == The Anarcat <anarcat at anarcat.ath.cx> writes:
> 
>     TA> That said, I think I found a bug. Recently, I changed the
>     TA> default language of two private lists to "français" (french)
>     TA> and suddenly, I couldn't login the private archives. And
>     TA> actually, the form in /mailman/private/inso-tech/ is
>     TA> completely unuseable.
> 
> This was caused by a bug in the French template private.html.  Fixed
> in CVS.

Hmm.. This doesn't seem to solve my problem. I have the same behavior
as before, when applying this patch:

--- private.html.orig   Sat Jan 18 23:59:54 2003
+++ private.html        Mon Jan 27 19:35:46 2003
@@ -7,9 +7,9 @@
  
 <form method="post" action="%(action)s/"></form>
  %(message)s   
-<table width="100%" border="0" cellspacing="4" cellpadding="5">
+<table width="100%%" border="0" cellspacing="4" cellpadding="5">
     <tr>
-       <td colspan="2" width="100%" bgcolor="#99ccff" align="center">  
+       <td colspan="2" width="100%%" bgcolor="#99ccff" align="center">        
 <b><font color="#000000" size="+1">Authentification pour l'acc&egrave;s aux archives
 priv&eacute;es de %(realname)s</font></b>       
        </td>


And actually, by a diff with the english version, you can see the
following absurdity:

--- private.html        Mon Jan 27 19:35:46 2003
+++ ../en/private.html  Sat Jan 18 23:59:51 2003
@@ -1,45 +1,43 @@
 <html>
 <head>
-  <title>Authentifi:cation pour l'acc&egrave;s aux archives priv&eacute;es de
-%(realname)s</title>
+    <title>%(realname)s Private Archives Authentication</title>
 </head>
  <body bgcolor="#ffffff">
- 
-<form method="post" action="%(action)s/"></form>
+<FORM METHOD=POST ACTION="%(action)s/">
  %(message)s   
 <table width="100%%" border="0" cellspacing="4" cellpadding="5">
     <tr>

...that is, the form is empty in french!! :)

I suggest just removing that </form> there, it fixes everything.

Thanks!

A.



More information about the Mailman-Users mailing list