Bug#815054: Tables: rowbgcolor creates crappy html

2016-04-17 Thread Norbert Warmuth
Thomas Renard  writes:
> Am 10.04.2016 um 16:49 schrieb Norbert Warmuth:
>> Workaround: 
>> 
>> Replace wikiutil.escape (the line "escape = werkzeug.escape" in
>> MoinMoin/wikiutil.py) with a copy from MoinMoin/support/werkzeug/utils.py
>> (moin_1.9.8.orig.tar.gz).
> This patch works for me. So now the question is: where to repair? In
> python-moinmoin or in the system wide werkzeug...

python-moinmoin. The change with werkzeug 0.9 was intentional:
def escape(s, quote=None):
[...]
.. versionchanged:: 0.9
`quote` is now implicitly on.

:param s: the string to escape.
:param quote: ignored.

http://werkzeug.pocoo.org/docs/0.11/changes/:
Version 0.9
[...]
The escape function now by default escapes quotes.

- Norbert



Bug#815054: Tables: rowbgcolor creates crappy html

2016-04-10 Thread Thomas Renard
Hello Norbert,

Am 10.04.2016 um 16:49 schrieb Norbert Warmuth:

> 
> Workaround: 
> 
> Replace wikiutil.escape (the line "escape = werkzeug.escape" in
> MoinMoin/wikiutil.py) with a copy from MoinMoin/support/werkzeug/utils.py
> (moin_1.9.8.orig.tar.gz).
> 

This patch works for me. So now the question is: where to repair? In
python-moinmoin or in the system wide werkzeug...

Thomas



Bug#815054: Tables: rowbgcolor creates crappy html

2016-04-10 Thread Norbert Warmuth
Tags: patch

Hello Thomas,

Thomas Renard  writes:
> after upgrading from squeeze 1.9.3-1 to jessie 1.9.8-1 the rowbgcolor
> and all other color tags of my wikis with "#color" do not work anymore.

> When looking into the the HTML code like the following is created:
>
> 

Bug#815054: Tables: rowbgcolor creates crappy html

2016-02-18 Thread Thomas Renard
Package: python-moinmoin
Version: 1.9.8-1
Severity: normal

Dear Maintainer,

after upgrading from squeeze 1.9.3-1 to jessie 1.9.8-1 the rowbgcolor
and all other color tags of my wikis with "#color" do not work anymore.
When looking into the the HTML code like the following is created: