Your message dated Mon, 26 Sep 2005 06:47:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#319122: fixed in zope-i18nlayer 0.5.7-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 19 Jul 2005 23:54:57 +0000
>From [EMAIL PROTECTED] Tue Jul 19 16:54:56 2005
Return-path: <[EMAIL PROTECTED]>
Received: from nproxy.gmail.com [64.233.182.196] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1Dv1vM-0004Ip-00; Tue, 19 Jul 2005 16:54:56 -0700
Received: by nproxy.gmail.com with SMTP id a4so354836nfc
        for <[EMAIL PROTECTED]>; Tue, 19 Jul 2005 16:54:23 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        
h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
        
b=lQX5VWJvzt/4JZ8BzxI0c8ASbABO4tDU/euMOYeFlDToRzSnj54YhGcUNB9K0iJ8CFzoAyFVRbuPPYNZxUDIHGFY43uBfMV1IGI5dmMG6rN7qtHVAjOJnx/dZs75E8h3wespfbD/NFfWE84o7m1aCzFRh8Paio1qZ9ytYGh1yEQ=
Received: by 10.48.3.14 with SMTP id 14mr250527nfc;
        Tue, 19 Jul 2005 16:54:23 -0700 (PDT)
Received: by 10.48.248.6 with HTTP; Tue, 19 Jul 2005 16:54:23 -0700 (PDT)
Message-ID: <[EMAIL PROTECTED]>
Date: Wed, 20 Jul 2005 01:54:23 +0200
From: =?ISO-8859-1?Q?Carlos_Valdivia_Yag=FCe?= <[EMAIL PROTECTED]>
Reply-To: =?ISO-8859-1?Q?Carlos_Valdivia_Yag=FCe?= <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: zope-i18nlayer: fix for XHTML compliance
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-5.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        HTML_60_70,HTML_MESSAGE autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02

Package: zope-i18nlayer
Version: 0.5.5-3
Severity: normal

This tiny patch fixes XHTML 1.0 compliance:

--- /usr/lib/zope/lib/python/Products/I18NLayer/skins/i18n_layer/i18nconten=
t_slot.pt
2005-01-28 00:28:35.000000000 +0100
+++ i18ncontent_slot.pt 2005-07-20 01:49:33.000000000 +0200
@@ -16,7 +16,7 @@
             <div class=3D"content odd">

              <metal:block metal:define-macro=3D"i18nContentChooser">
-              <form tal:define=3D"cn
chooserName|string:i18ncontentselector" name=3D"i18ncontentselector"
method=3D"GET" action=3D"setI18NContentCookie" tal:attributes=3D"action
string:${here/absolute_url}/setI18NContentCookie; name cn">
+              <form tal:define=3D"cn
chooserName|string:i18ncontentselector" name=3D"i18ncontentselector"
method=3D"get" action=3D"setI18NContentCookie" tal:attributes=3D"action
string:${here/absolute_url}/setI18NContentCookie; name cn">
                 <select name=3D"lang" tal:attributes=3D"onchange
string:${cn}.submit()" onchange=3D"i18ncontentselector.submit();">
                     <option value=3D"" i18n:domain=3D"plone"
i18n:translate=3D"label_choose_language">Choose Language</option>
                     <tal:block i18n:domain=3D"dynamic_motherlanguages"
tal:repeat=3D"lang python:here.retrieveFilteredLanguages().items()">

---------------------------------------
Received: (at 319122-close) by bugs.debian.org; 26 Sep 2005 13:48:27 +0000
>From [EMAIL PROTECTED] Mon Sep 26 06:48:27 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EJtJx-0003AT-00; Mon, 26 Sep 2005 06:47:05 -0700
From: Fabio Tranchitella <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#319122: fixed in zope-i18nlayer 0.5.7-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 26 Sep 2005 06:47:05 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: zope-i18nlayer
Source-Version: 0.5.7-3

We believe that the bug you reported is fixed in the latest version of
zope-i18nlayer, which is due to be installed in the Debian FTP archive:

zope-i18nlayer_0.5.7-3.diff.gz
  to pool/main/z/zope-i18nlayer/zope-i18nlayer_0.5.7-3.diff.gz
zope-i18nlayer_0.5.7-3.dsc
  to pool/main/z/zope-i18nlayer/zope-i18nlayer_0.5.7-3.dsc
zope-i18nlayer_0.5.7-3_all.deb
  to pool/main/z/zope-i18nlayer/zope-i18nlayer_0.5.7-3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Fabio Tranchitella <[EMAIL PROTECTED]> (supplier of updated zope-i18nlayer 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 26 Sep 2005 13:36:16 +0000
Source: zope-i18nlayer
Binary: zope-i18nlayer
Architecture: source all
Version: 0.5.7-3
Distribution: unstable
Urgency: low
Maintainer: Debian Zope Team <[EMAIL PROTECTED]>
Changed-By: Fabio Tranchitella <[EMAIL PROTECTED]>
Description: 
 zope-i18nlayer - fully transparent multilingual content solution for zope/plone
Closes: 319122
Changes: 
 zope-i18nlayer (0.5.7-3) unstable; urgency=low
 .
   * skins/i18n_layer/i18ncontent_slot.pt: small fix for XHTML compliance,
     thanks to Carlos Valdivia Yague <[EMAIL PROTECTED]>. (Closes: #319122)
Files: 
 c806255f571aa0a2baf3dc6fa40ed6c6 703 web optional zope-i18nlayer_0.5.7-3.dsc
 b7f1b4e95537259af415eeb6371171f4 2215 web optional 
zope-i18nlayer_0.5.7-3.diff.gz
 c8dada9761eecea3cfdbd179a72f76d4 35902 web optional 
zope-i18nlayer_0.5.7-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDN/l5K/juK3+WFWQRAopfAKCG+QiwZViuEA3udP2IPvFj8hrBfwCfaPPp
vbSo/v5svdiLkXlBTbDJ99w=
=pbfF
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to