summaryrefslogtreecommitdiff
path: root/it_html.class
AgeCommit message (Expand)AuthorFilesLines
2016-10-19fix phan warningsUrban Müller1-4/+6
2016-06-28code cleanupUrban Müller1-2/+1
2016-06-28fix urls with double ?Urban Müller1-0/+1
2016-06-14make sure that $string is really a string, should fix some XSS problemsDavid Flatz1-0/+1
2015-10-16handle missing it_htmlUrban Müller1-1/+1
2015-02-19Nicer looking comments with spaces, also prevents problem with >/- at start/e...Christian Schneider1-1/+1
2015-02-19guarantee valid html commentsUrban Müller1-1/+1
2015-02-19guarantee valid html commentsUrban Müller1-1/+9
2015-02-12Revert "allow international chars in path" because it introduces a lot of red...David Flatz1-1/+1
2015-02-06unclosed <ol> makes no senseUrban Müller1-1/+1
2015-02-03allow international chars in pathUrban Müller1-1/+1
2014-12-02close <button>s without contentUrban Müller1-1/+1
2014-09-30Add $p["class"] support to add class to html tag, document class and manifest...Christian Schneider1-3/+4
2014-08-29support cache manifestsUrban Müller1-1/+3
2014-08-11add support for mailto: URLsChristian A. Weber1-1/+1
2014-07-02add list of void tags for later use and for html parsersUrban Müller1-0/+1
2014-06-13make sense to have ol() when we have ul()Urban Müller1-1/+1
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