Age | Commit message (Expand) | Author | Files | Lines |
2012-03-22 | check encoding in Q() and _tag(), adapt tests to utf-8 | Urban Müller | 1 | -4/+11 |
2012-03-20 | Explicitely give encoding for htmlspecialchars for PHP 5.4 compatibility | Christian Schneider | 1 | -2/+2 |
2012-03-15 | remove <a> tags from <option> (.texts. mode) | Urban Müller | 1 | -4/+4 |
2012-02-14 | Fix preg_replace to preg_replace_callable | Christian Schneider | 1 | -1/+1 |
2012-02-13 | Replace more (to be removed) preg_replace /e modifier by preg_replace_callback | Christian Schneider | 1 | -3/+3 |
2012-02-13 | Replace preg_replace /e modifier with preg_replace_callback: Modified planned... | Christian Schneider | 1 | -2/+2 |
2012-02-11 | complete table support by adding tfoot() | Christian Weber | 1 | -2/+2 |
2011-12-20 | allow empty jsenv arrays to avoid js-side checking | Christian Weber | 1 | -1/+1 |
2011-11-17 | title attributes kill <style> | Urban Müller | 1 | -1/+1 |
2011-07-20 | Allow IE9 to run in IE9 mode | Christian Schneider | 1 | -1/+1 |
2011-07-16 | add thead and tbody tags (required for jquery-tables etc.) | Christian Weber | 1 | -2/+2 |
2011-05-30 | add 'favicon' parameter to specify a favicon, add srclines in EDC('what') | Christian Weber | 1 | -3/+6 |
2011-05-18 | no newlines for labels | Urban Müller | 1 | -1/+1 |
2011-05-17 | added srclines to what output | Christian Helbling | 1 | -2/+3 |
2011-04-27 | renamed debug variable "help" back to "what" | Christian Helbling | 1 | -1/+1 |
2011-04-27 | moved what debug output from auto_prepend to it_html, now implemented as "hel... | Christian Helbling | 1 | -0/+14 |
2010-12-09 | IE9 Beta causes problems so downgrade it to IE8 for now | Christian Schneider | 1 | -1/+1 |
2010-11-24 | Enable latest IE mode | Christian Schneider | 1 | -0/+4 |
2010-10-08 | reverted fast version for now | Urban Müller | 1 | -38/+1 |
2010-09-20 | bugfixes | Urban Müller | 1 | -5/+8 |
2010-09-20 | it_html speedup | Urban Müller | 1 | -1/+35 |
2010-06-02 | Use a-z0-9_ instead of w character class because because it is locale aware | Christian Schneider | 1 | -3/+3 |
2010-06-01 | dont mark empty strings | Urban Müller | 1 | -1/+1 |
2010-05-03 | avoid trouble with single > in select text | Urban Müller | 1 | -2/+7 |
2010-04-22 | entity decoder; urlencoding of user in U() | Urban Müller | 1 | -2/+14 |
2010-04-21 | Do not generate newline after noscript tags for layout reasons | Christian Schneider | 1 | -1/+1 |
2010-03-25 | .q debug parameter for coloring quotings | Urban Müller | 1 | -7/+12 |
2010-02-19 | guarantee correct encoding for env | Urban Müller | 1 | -0/+2 |
2010-02-18 | extract latinize() for search::utf2latin | Urban Müller | 1 | -3/+10 |
2009-12-22 | Preserve numeric entities in it_html::sanitize | Christian Schneider | 1 | -1/+1 |
2009-12-10 | Encode garbage chars in host | Urban Müller | 1 | -0/+1 |
2009-12-04 | Convert IDNA domain names to Punycode in U() | Christian Schneider | 1 | -0/+2 |
2009-11-26 | use same case for static and global func | Urban Müller | 1 | -3/+3 |
2009-11-18 | pass fragments | Urban Müller | 1 | -2/+2 |
2009-11-18 | simple fallback parser | Urban Müller | 1 | -1/+2 |
2009-11-17 | dont urlencode IDN host parts in U() | Urban Müller | 1 | -7/+19 |
2009-10-07 | Strip low chars: No use in HTML pages and error in XML documents | Christian Schneider | 1 | -1/+1 |
2009-09-08 | Use U() to sanitize URLs in it_html::sanitize and adapted test cases to it | Christian Schneider | 1 | -2/+2 |
2009-09-08 | guarantee validating urls, fix double encoding of url params in base | Urban Müller | 1 | -3/+10 |
2009-08-31 | Move it_boot scripts to the bottom of the head section | Thomas Brüderli | 1 | -3/+3 |
2009-08-20 | enforce img alt | Urban Müller | 1 | -0/+6 |
2009-06-05 | Properly handle single quotes in URL in U() | Christian Schneider | 1 | -1/+1 |
2009-04-02 | 3 stacklevels minimum | Urban Müller | 1 | -1/+1 |
2009-02-23 | Change IE pngfix to crop image (leave image and container size unchanged) | Christian Schneider | 1 | -1/+1 |
2008-12-08 | Fix it_html::sanitize with b/br combination (tag prefix of other tag bug) | Christian Schneider | 1 | -4/+4 |
2008-11-25 | Convert table rows to simple line breaks | Thomas Brüderli | 1 | -4/+3 |
2008-11-09 | support also different charset in sanitize function | Denis Demesmaeker | 1 | -3/+4 |
2008-11-04 | Simplify regex and make sure test catches CR | Christian Schneider | 1 | -1/+1 |
2008-10-20 | validate when srclines is on | Urban Müller | 1 | -1/+1 |
2008-10-13 | provide source line as title | Urban Müller | 1 | -4/+5 |