Lutz Frommberger wrote:
Jonas Borgström <[EMAIL PROTECTED]> wrote:
We're proud to present our latest release - Trac 0.9.3.
Fine. Thanks.
The Roadmap for 0.9.3 shows a warning, which I don't understand:
"Warning: behavioral change for wiki escaping Any HDF content that
should not be escaped has to be wrapped using the new util.Markup
class. Plugins have to be upgraded."
I use a couple of pluging, what do I have to expect after the upgrade?
regards,
That was me :)
Maybe someone can explain better than me what needs to be changed
(and using a better English than mine, too).
Basically, all the strings attached to the HDF will now (0.9.3 and trunk)
be escaped automatically.
This means that one should _not_ call util.escape() on those strings,
otherwise double escaping will occur.
On the other hand, when you _don't_ want this escaping to happen,
e.g. when you're feeding the HDF with well-formed HTML, you
should wrap those strings using the util.Markup constructor.
See also http://projects.edgewall.com/trac/ticket/2569
-- Christian
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac