Package: wordpress
Version: 1.5.1.3-4
Severity: important

If a blog is configured to have the url "http://h4x0r5.com/~ryan/blog/";
the h4x0r5.com section is caught by the "wptexturize" filter, and
corrupted.

The patch below fixes this:
--- /usr/share/wordpress/wp-includes/default-filters.php.orig   2005-04-05 
13:25:57.000000000 -0400
+++ /usr/share/wordpress/wp-includes/default-filters.php        2005-07-29 
12:25:18.028434506 -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');

-- 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


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

Reply via email to