Age | Commit message (Expand) | Author | Files | Lines |
2013-11-01 | Remove $Id$ | Christian Schneider | 1 | -2/+0 |
2013-10-16 | compute checksum over actually used files, cache checksum, kill checksum in d... | Urban Müller | 1 | -2/+1 |
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 | remove empty tags in ::sanitize | Urban Müller | 1 | -1/+1 |
2013-03-07 | Switch X-UA-Compatible from IE=9 to IE=edge to make IE10 e.g. know box-shaodw | Christian Schneider | 1 | -1/+1 |
2013-01-31 | declare functions static | Urban Müller | 1 | -1/+1 |
2012-10-24 | bugfix | Urban Müller | 1 | -1/+1 |
2012-10-24 | better handle unexported funcs in subclasses | Urban Müller | 1 | -1/+1 |
2012-08-13 | never use fasttag if it_tag is missing | Urban Müller | 1 | -1/+1 |
2012-08-08 | save one function call | Urban Müller | 1 | -1/+1 |
2012-08-07 | support it_tag built in C | Urban Müller | 1 | -39/+48 |
2012-07-02 | Improved cleanup handling for illegal characters in html, now handles utf-8 a... | Christian Schneider | 1 | -13/+17 |
2012-06-29 | numeric entities already handled (except for illegals, remove those) | Urban Müller | 1 | -2/+1 |
2012-04-24 | merged it_html::fix_encoding in it::any2utf8 | Urban Müller | 1 | -17/+2 |
2012-04-11 | faster regex | Urban Müller | 1 | -1/+1 |
2012-04-10 | better err msg in Q() | Urban Müller | 1 | -1/+4 |
2012-04-10 | simpler double encoding test avoids false positives | Urban Müller | 1 | -1/+1 |
2012-04-01 | html prettyprint on devel for better debuggability | Christian Weber | 1 | -1/+1 |
2012-03-30 | fix docs | Urban Müller | 1 | -1/+1 |
2012-03-28 | Added encoding check to it_dbi, improved encoding check (currently lives in i... | Christian Schneider | 1 | -2/+2 |
2012-03-28 | Added it::any2utf8, fixed it::replace fast path to add u modified, added erro... | Christian Schneider | 1 | -1/+3 |
2012-03-26 | fixed it_html::fix_encoding | Urban Müller | 1 | -10/+7 |
2012-03-23 | encoding checker | Urban Müller | 1 | -9/+27 |
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 |