Age | Commit message (Expand) | Author | Files | Lines |
2018-04-26 | Use different global object for htmltype xml to allow mixing xml/html5 genera... | Christian Schneider | 1 | -1/+1 |
2018-04-23 | add unit tests for doctype | Christian A. Weber | 1 | -1/+13 |
2018-04-23 | officially support htmltype => 'xml', don't short-close voidtags in xhtml mode | Christian A. Weber | 1 | -2/+19 |
2018-04-17 | fix empty non-void tags in non-xhtml modes, remove redundant whitelist | Christian A. Weber | 1 | -1/+25 |
2018-04-12 | remove custom img() implementation with ie_png_fix, allow using it_html::tagn... | Christian A. Weber | 1 | -6/+20 |
2017-12-12 | Avoid using search::xy in ITools code | Christian Schneider | 1 | -1/+1 |
2017-11-28 | extract U tests in json file (so they can be used elsewhere) | Nathan Gass | 1 | -45/+3 |
2017-10-18 | entity-encode tabs and carriage returns like new lines in attributes so that ... | David Flatz | 1 | -2/+2 |
2017-08-21 | fix multiple args in base, add documentation | Christian A. Weber | 1 | -2/+2 |
2017-08-21 | add it_url::parse_str() which leaves dots and spaces in arg names intact | Christian A. Weber | 1 | -0/+6 |
2017-08-18 | U(): params can override base args, correctly add fragment to end of url if p... | Christian A. Weber | 1 | -1/+12 |
2016-06-28 | fix urls with double ? | Urban Müller | 1 | -1/+1 |
2016-06-28 | add unit test to U() for encoding of ? | Christian A. Weber | 1 | -0/+5 |
2016-02-03 | make tests compatible to php 5.3 std | David Flatz | 1 | -12/+12 |
2014-02-21 | Added support for htmltype 'html5' to it_html | Christian Schneider | 1 | -0/+8 |
2013-10-14 | use %20 instead of + for blanks in U(), werbeverlags ag needs it that way | Urban Müller | 1 | -2/+2 |
2013-03-27 | ::sanitize test | Urban Müller | 1 | -0/+6 |
2012-10-10 | implement myimg in myhtml to have same behaviour with or without fasttag | Nathan Gass | 1 | -2/+2 |
2012-08-20 | test null argument behaviour | Urban Müller | 1 | -0/+2 |
2012-08-17 | not working | Urban Müller | 1 | -2/+0 |
2012-08-17 | it_parse_args compatiblity: treat null like empty string | Urban Müller | 1 | -0/+2 |
2012-08-17 | test it_parse_args behaviour | Urban Müller | 1 | -0/+2 |
2012-08-13 | add test for unprintable characters in attribute *name* | Nathan Gass | 1 | -0/+6 |
2012-08-08 | some more special char tests (normal utf8 chars, \xc2 at end, null bytes) | Nathan Gass | 1 | -0/+21 |
2012-08-07 | test changed nenewlinetags in myhtml with inheritance as used by map | Nathan Gass | 1 | -0/+12 |
2012-08-07 | some tests for proper _cleanup with it_html tag functions | Nathan Gass | 1 | -0/+12 |
2012-06-29 | numeric entities already handled (except for illegals, remove those) | Urban Müller | 1 | -0/+1 |
2012-04-24 | merged it_html::fix_encoding in it::any2utf8 | Urban Müller | 1 | -11/+0 |
2012-04-10 | simpler double encoding test avoids false positives | Urban Müller | 1 | -1/+0 |
2012-03-30 | correct GREEN HEART test description | Christian Weber | 1 | -1/+1 |
2012-03-30 | add GREEN HEART unit test for it_html::fix_encoding() | Christian Weber | 1 | -0/+2 |
2012-03-28 | Added it::any2utf8, fixed it::replace fast path to add u modified, added erro... | Christian Schneider | 1 | -0/+1 |
2012-03-26 | Improve it_html tests | Christian Schneider | 1 | -11/+11 |
2012-03-26 | fixed it_html::fix_encoding | Urban Müller | 1 | -0/+12 |
2012-03-22 | check encoding in Q() and _tag(), adapt tests to utf-8 | Urban Müller | 1 | -15/+27 |
2010-04-22 | entity decoder; urlencoding of user in U() | Urban Müller | 1 | -0/+8 |
2010-04-14 | Added it_xml test for invalid latin1 character, converted all tests to old sy... | Christian Schneider | 1 | -1/+1 |
2009-12-22 | Preserve numeric entities in it_html::sanitize | Christian Schneider | 1 | -0/+6 |
2009-09-08 | Use U() to sanitize URLs in it_html::sanitize and adapted test cases to it | Christian Schneider | 1 | -4/+4 |
2009-09-08 | guarantee validating urls, fix double encoding of url params in base | Urban Müller | 1 | -0/+10 |
2009-08-20 | Fix some test names | Christian Schneider | 1 | -5/+5 |
2009-08-20 | enforce img alt | Urban Müller | 1 | -2/+2 |
2009-06-05 | Properly handle single quotes in URL in U() | Christian Schneider | 1 | -0/+6 |
2009-04-29 | killed requires | Urban Müller | 1 | -2/+0 |
2008-12-08 | Fix it_html::sanitize with b/br combination (tag prefix of other tag bug) | Christian Schneider | 1 | -0/+6 |
2008-11-09 | Convert tests back to old syntax for consistency of itools syntax | Christian Schneider | 1 | -8/+8 |
2008-11-09 | Added tests for sanitize with different encodings | Christian Schneider | 1 | -0/+14 |
2008-11-04 | Simplify regex and make sure test catches CR | Christian Schneider | 1 | -1/+1 |
2007-11-23 | Only split selected options on comma for multi-select | Christian Schneider | 1 | -0/+12 |
2007-11-08 | Always lowercase HTML tags in it_html::sanitize() | Christian Schneider | 1 | -2/+2 |