devtools/htmlparser.py
2013-05-15 Sylvain Thénault [devtools] use self._parse so AssertionError is properly raised instead of lxml error (test failure introduced in 6711f78c18be)
2013-05-15 Sylvain Thénault [testlib] introduce a validator that check xml-well formness
2013-05-06 Sylvain Thénault [testlib] unspaghettify Validator / PageInfo api
2013-05-06 Sylvain Thénault [testlib] update htmlparsers.VALMAP: stop using SaxOnlyValidator and add an entry for html
2013-04-29 Pierre-Yves David [devtools] Use XMLValidator instead deprecated SaxOnlyValidator
2013-04-26 Aurelien Campeas drop xhtml content-type support (closes #2065651)
2013-04-26 Pierre-Yves David [htmlparser] exclude <script> tag from html source
2013-04-26 Pierre-Yves David [htmlparser] store unaltered source in pageinfo.source
2013-04-25 Sylvain Thénault [htmlparser] rename SaxOnlyValidator to XMLValidator
2013-04-25 Sylvain Thénault [htmlparser] add missing deprecation message
2013-02-14 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
2011-02-18 Sylvain Thénault [testlib pageinfo] extract matching_node method from has_tag to ease looking for a node with a given set of attributes stable
2011-02-11 Sylvain Thénault [testlib] new method on page info object to ensure some tag with arbitrary attributes is found stable
2011-01-04 Sylvain Thénault [test, html validation] make validator selection somewhat smarter (at least it works properly when content is demoted from xhtml to html, making the XMLDemotingValidator class useless stable
2011-01-04 Sylvain Thénault minor code cleanup stable
2010-04-28 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
2010-04-28 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
2010-04-15 Aurelien Campeas [devtools/validators] add an Xml validator able to degrade to Html validation because of views perusing demote_to_html stable
2010-01-18 Sylvain Thénault backport stable branch
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2009-09-22 Adrien Di Mascio backport stable branch
2009-09-18 Julien Jehannet fix sys import stable
2009-09-10 Sylvain Thénault backport 3.5
2009-09-09 Aurelien Campeas note about this test under windows 3.5
2009-08-11 Sylvain Thénault [testlib] #345052 and #344207: major test lib refactoring/cleanup + update usage
2009-05-28 Adrien Di Mascio big bunch of copyright / docstring update
2009-05-26 Sylvain Thénault new argument telling if we want text or (text / attrs), keeping bw compat stable
2009-04-24 sylvain thenault nicer fix tls-sprint
2009-04-24 Florent fix WebTest crash when view contains non ascii characters tls-sprint
2009-04-22 sylvain thenault doc type handling refactoring: do the ext substitution at the module level tls-sprint
2009-03-23 sylvain thenault pylint cleanup tls-sprint
2009-02-18 sylvain thenault fix import, use non_final_entity instead of implements('Any') tls-sprint
2008-11-05 Adrien Di Mascio Showtime !
less more (0) tip