Changelog for
php5-pear-htmlpurifier-4.4.0-3.2.noarch.rpm :
* Sat Apr 14 2012 jweberhoferAATTweberhofer.at- fix requirements for non opensuse based distributions
* Wed Mar 07 2012 jweberhoferAATTweberhofer.at- Version 4.4.0- Removed PEARSax3 handler.- URI.Munge now munges URIs inside the same host that go from https to http. Reported by Neike Taika-Tessaro.- Core.EscapeNonASCIICharacters now always transforms entities to entities, even if target encoding is UTF-8.- Tighten up selector validation in ExtractStyleBlocks. Non-syntactically valid selectors are now rejected, along with some of the more obscure ones such as attribute selectors, the :lang pseudoselector, and anything not in CSS2.1. Furthermore, ID and class selectors now work properly with the relevant configuration attributes. Also, mute errors when parsing CSS with CSS Tidy.- Added support for \'scope\' attribute on tables.- Added %HTML.TargetBlank, which adds target=\"blank\" to all outgoing links.- Properly handle sub-lists directly nested inside of lists in a standards compliant way, by moving them into the preceding
- Added %HTML.AllowedComments and %HTML.AllowedCommentsRegexp for limited allowed comments in untrusted situations.- Implement iframes, and allow them to be used in untrusted mode with %HTML.SafeIframe and %URI.SafeIframeRegexp. Thanks Bradley M. Froehle for submitting an initial version of the patch.- The Forms module now works properly for transitional doctypes.- Added support for internationalized domain names. You need the PEAR Net_IDNA2 module to be in your path; if it is installed, ensure the class can be loaded and then set %Core.EnableIDNA to true.- Color keywords are now case insensitive. Thanks Yzmir Ramirez for reporting.- Explicitly initialize anonModule variable to null.- Do not duplicate nofollow if already present. Thanks 178 for reporting.- Do not add nofollow if hostname matches our current host. Thanks 178 for reporting, and Neike Taika-Tessaro for helping diagnose.- Do not unset parser variable; this fixes intermittent serialization problems. Thanks Neike Taika-Tessaro for reporting, bill <10010tigerAATTgmail.com> for diagnosing.- Fix iconv truncation bug, where non-UTF-8 target encodings see output truncated after around 8000 characters. Thanks Jörg Ludwig for reporting.- Fix broken table content model for XHTML1.1 (and also earlier versions, although the W3C validator doesn\'t catch those violations). Thanks GlitchMr for reporting.
* Tue May 24 2011 opendevelAATTweberhofer.at- corrected project homepage
* Fri May 20 2011 opendevelAATTweberhofer.at- package version 4.3.0- fixed some dependency issues