Your message dated Sun, 15 Jan 2006 09:32:24 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#326685: fixed in wordpress 2.0-1
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; 5 Sep 2005 00:40:45 +0000
>From [EMAIL PROTECTED] Sun Sep 04 17:40:45 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail.autoweb.net [198.172.237.26] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EC52T-0005WX-00; Sun, 04 Sep 2005 17:40:45 -0700
Received: from pcp01184054pcs.strl301.mi.comcast.net ([68.60.186.73] 
helo=michonline.com)
        by mail.autoweb.net with esmtp (Exim 4.44)
        id 1EC51w-00050q-FX
        for [EMAIL PROTECTED]; Sun, 04 Sep 2005 20:40:12 -0400
Received: from ryan by michonline.com with local (Exim 3.35 #1 (Debian))
        id 1EC525-0003c6-00; Sun, 04 Sep 2005 20:40:21 -0400
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: [EMAIL PROTECTED]
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: wordpress: Incorrectly mangles URLs using the wptexturize function
X-Mailer: reportbug 3.15
Date: Sun, 04 Sep 2005 20:40:21 -0400
Message-Id: <[EMAIL PROTECTED]>
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.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        NO_REAL_NAME autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: wordpress
Version: 1.5.2-1
Severity: important


I run a blog at http://h4x0r5.com/~ryan/blog/

The URL h4x0r5.com is incorrectly mangled by the wptexturize function in
many (but oddly, not all) places it occurs in the generated page.

Specifically, wp-includes/default-filters.php adds the "wptexturize"
filter to the "bloginfo" class.  'bloginfo' is used for a variety of
internal settings, and should not be mangled this way.

The following patch corrects this:

--- wp-includes/default-filters.php.orig        2005-04-05 13:25:57.000000000 
-0400
+++ wp-includes/default-filters.php     2005-09-04 20:36:39.669428624 -0400
@@ -10,7 +10,7 @@
 add_filter('the_title', 'wptexturize');
 add_filter('the_content', 'wptexturize');
 add_filter('the_excerpt', 'wptexturize');
-add_filter('bloginfo', 'wptexturize');
+//add_filter('bloginfo', 'wptexturize');
 
 // Comments, trackbacks, pingbacks
 add_filter('pre_comment_author_name', 'strip_tags');
@@ -85,4 +85,4 @@
 // Actions
 add_action('publish_post', 'generic_ping');
 
-?>
\ No newline at end of file
+?>

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.6
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages wordpress depends on:
ii  apache [httpd]                1.3.31-2   Versatile, high-performance HTTP s
ii  apache-ssl [httpd]            1.3.31-2   Versatile, high-performance HTTP s
ii  mysql-server [virtual-mysql-s 4.0.24-10  mysql database server binaries
ii  php4                          4:4.3.8-12 server-side, HTML-embedded scripti
ii  php4-mysql                    4:4.3.8-12 MySQL module for php4

wordpress recommends no packages.

-- no debconf information

---------------------------------------
Received: (at 326685-close) by bugs.debian.org; 15 Jan 2006 17:41:23 +0000
>From [EMAIL PROTECTED] Sun Jan 15 09:41:23 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1EyBjs-0001Op-K0; Sun, 15 Jan 2006 09:32:24 -0800
From: Kai Hendry <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#326685: fixed in wordpress 2.0-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 15 Jan 2006 09:32:24 -0800
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
X-CrossAssassin-Score: 3

Source: wordpress
Source-Version: 2.0-1

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

wordpress_2.0-1.diff.gz
  to pool/main/w/wordpress/wordpress_2.0-1.diff.gz
wordpress_2.0-1.dsc
  to pool/main/w/wordpress/wordpress_2.0-1.dsc
wordpress_2.0-1_all.deb
  to pool/main/w/wordpress/wordpress_2.0-1_all.deb
wordpress_2.0.orig.tar.gz
  to pool/main/w/wordpress/wordpress_2.0.orig.tar.gz



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.
Kai Hendry <[EMAIL PROTECTED]> (supplier of updated wordpress 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: Fri, 13 Jan 2006 03:58:59 +0000
Source: wordpress
Binary: wordpress
Architecture: source all
Version: 2.0-1
Distribution: unstable
Urgency: low
Maintainer: Kai Hendry <[EMAIL PROTECTED]>
Changed-By: Kai Hendry <[EMAIL PROTECTED]>
Description: 
 wordpress  - an award winning weblog manager
Closes: 320462 326685 345508 347339
Changes: 
 wordpress (2.0-1) unstable; urgency=low
 .
   * New upstream release
   * Closes: #320462: Wordpress replaces valid characters in urls with
     HTML entities, breaking the URL
   * Closes: #326685: Incorrectly mangles URLs using the wptexturize
     function
   * Closes: #347339: Wordpress version 2 is available
   * Closes: #345508: Should have a dependancy on the php5-gd package
Files: 
 347dca9fb9ced386bf2ec0276a3d091f 558 web optional wordpress_2.0-1.dsc
 49887bd7964c5f6dcc8d4d368730ee9d 495411 web optional wordpress_2.0.orig.tar.gz
 7e49ad7a17415b718c2e390faefbea35 6714 web optional wordpress_2.0-1.diff.gz
 702e8e30e7fd16cf8b9b602b0c22a61c 491382 web optional wordpress_2.0-1_all.deb

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

iD8DBQFDyoUmK/juK3+WFWQRAoc/AJoDC8vbdX/CRmRXQl8Wso0WivZE1ACfU994
bvPkCRCSyIYtx9UZa5DqZZo=
=o0N9
-----END PGP SIGNATURE-----


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

Reply via email to