Your message dated Mon, 30 Sep 2019 04:50:46 +0000
with message-id <[email protected]>
and subject line Bug#940982: Removed package(s) from unstable
has caused the Debian Bug report #668388,
regarding planet-venus: django theme should not escape HTML sequences in entry 
contents
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
668388: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668388
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: planet-venus
Version: 0~bzr116-1
Severity: normal
Tags: patch, upstream

Hello,

I appears that the embedded django theme escapes all HTML codes in entry
(blog posts) contents. This is not what is expected, since entry content
is HTML.

Here is a tiny patch that solves this problem, which is in upstream
code.

Regards,

-- 
Tanguy Ortolo

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages planet-venus depends on:
ii  python           2.7.2-10
ii  python-chardet   2.0.1-2
ii  python-html5lib  0.90-2
ii  python-htmltmpl  1.22-10
ii  python-httplib2  0.7.4-1
ii  python-librdf    1.0.14.1-1
ii  python-libxml2   2.7.8.dfsg-7
ii  python-support   1.0.14
ii  python-utidylib  0.2-8

Versions of packages planet-venus recommends:
ii  python-beautifulsoup  3.2.0-2
ii  python-libxslt1       1.1.26-8

Versions of packages planet-venus suggests:
ii  python-django  1.4-1
ii  python-genshi  0.6-2
ii  python-lxml    2.3.2-1

-- no debconf information
--- /usr/share/planet-venus/theme/django/index.html.dj	2012-04-11 15:33:07.000000000 +0200
+++ index.html.dj	2012-04-11 16:08:22.878541612 +0200
@@ -34,7 +34,7 @@
 <div class="entry">
   {% if item.title %}<h4>{{ item.title }}</h4>{% endif %}
 
-  {{ item.content }}
+  {{ item.content|safe }}
   
   <p class="entry-tools">
     by {{ item.channel_author }}  on 

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Version: 0~git9de2109-4.2+rm

Dear submitter,

as the package planet-venus has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/940982

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to