summaryrefslogtreecommitdiff
path: root/it_html.class
AgeCommit message (Expand)AuthorFilesLines
2014-04-13Omit redundant type="text/javascript" for <script> in html5Christian Schneider1-1/+3
2014-04-03remove buggy html5 charset declaration, default works fineUrban Müller1-1/+1
2014-03-18allow to override srclines when instantiating it_htmlDavid Flatz1-2/+3
2014-03-12support html5 and preUrban Müller1-1/+1
2014-03-04Added headers parameter to it_html (e.g. for Vary header)Christian Schneider1-0/+5
2014-02-21Added support for htmltype 'html5' to it_htmlChristian Schneider1-5/+6
2013-11-01Remove $Id$Christian Schneider1-2/+0
2013-10-16compute checksum over actually used files, cache checksum, kill checksum in d...Urban Müller1-2/+1
2013-10-14use %20 instead of + for blanks in U(), werbeverlags ag needs it that wayUrban Müller1-2/+2
2013-03-27remove empty tags in ::sanitizeUrban Müller1-1/+1
2013-03-07Switch X-UA-Compatible from IE=9 to IE=edge to make IE10 e.g. know box-shaodwChristian Schneider1-1/+1
2013-01-31declare functions staticUrban Müller1-1/+1
2012-10-24bugfixUrban Müller1-1/+1
2012-10-24better handle unexported funcs in subclassesUrban Müller1-1/+1
2012-08-13never use fasttag if it_tag is missingUrban Müller1-1/+1
2012-08-08save one function callUrban Müller1-1/+1
2012-08-07support it_tag built in CUrban Müller1-39/+48
2012-07-02Improved cleanup handling for illegal characters in html, now handles utf-8 a...Christian Schneider1-13/+17
2012-06-29numeric entities already handled (except for illegals, remove those)Urban Müller1-2/+1
2012-04-24merged it_html::fix_encoding in it::any2utf8Urban Müller1-17/+2
2012-04-11faster regexUrban Müller1-1/+1
2012-04-10better err msg in Q()Urban Müller1-1/+4
2012-04-10simpler double encoding test avoids false positivesUrban Müller1-1/+1
2012-04-01html prettyprint on devel for better debuggabilityChristian Weber1-1/+1
2012-03-30fix docsUrban Müller1-1/+1
2012-03-28Added encoding check to it_dbi, improved encoding check (currently lives in i...Christian Schneider1-2/+2
2012-03-28Added it::any2utf8, fixed it::replace fast path to add u modified, added erro...Christian Schneider1-1/+3
2012-03-26fixed it_html::fix_encodingUrban Müller1-10/+7
2012-03-23encoding checkerUrban Müller1-9/+27
2012-03-22check encoding in Q() and _tag(), adapt tests to utf-8Urban Müller1-4/+11
2012-03-20Explicitely give encoding for htmlspecialchars for PHP 5.4 compatibilityChristian Schneider1-2/+2
2012-03-15remove <a> tags from <option> (.texts. mode)Urban Müller1-4/+4
2012-02-14Fix preg_replace to preg_replace_callableChristian Schneider1-1/+1
2012-02-13Replace more (to be removed) preg_replace /e modifier by preg_replace_callbackChristian Schneider1-3/+3
2012-02-13Replace preg_replace /e modifier with preg_replace_callback: Modified planned...Christian Schneider1-2/+2
2012-02-11complete table support by adding tfoot()Christian Weber1-2/+2
2011-12-20allow empty jsenv arrays to avoid js-side checkingChristian Weber1-1/+1
2011-11-17title attributes kill <style>Urban Müller1-1/+1
2011-07-20Allow IE9 to run in IE9 modeChristian Schneider1-1/+1
2011-07-16add thead and tbody tags (required for jquery-tables etc.)Christian Weber1-2/+2
2011-05-30add 'favicon' parameter to specify a favicon, add srclines in EDC('what')Christian Weber1-3/+6
2011-05-18no newlines for labelsUrban Müller1-1/+1
2011-05-17added srclines to what outputChristian Helbling1-2/+3
2011-04-27renamed debug variable "help" back to "what"Christian Helbling1-1/+1
2011-04-27moved what debug output from auto_prepend to it_html, now implemented as "hel...Christian Helbling1-0/+14
2010-12-09IE9 Beta causes problems so downgrade it to IE8 for nowChristian Schneider1-1/+1
2010-11-24Enable latest IE modeChristian Schneider1-0/+4
2010-10-08reverted fast version for nowUrban Müller1-38/+1
2010-09-20bugfixesUrban Müller1-5/+8
2010-09-20it_html speedupUrban Müller1-1/+35