summaryrefslogtreecommitdiff
path: root/it_html.class
AgeCommit message (Expand)AuthorFilesLines
2018-06-27reapply "use safer it:: variants of file funcs", was not the culprit in jussi...Urban Müller1-1/+1
2018-06-22Revert "use safer it:: variants of file funcs"Urban Müller1-1/+1
2018-06-21use safer it:: variants of file funcsUrban Müller1-1/+1
2018-05-07Hack: Manually copy for new instance without custom value to keep setting fro...cs/xmlnamespaceChristian Schneider1-0/+4
2018-05-07Disable the redefine function warning per default, renable it in the search-s...Christian Schneider1-1/+1
2018-05-03Generate it::error when trying to redefine function for a tagChristian Schneider1-0/+3
2018-04-26Use different global object for htmltype xml to allow mixing xml/html5 genera...Christian Schneider1-2/+2
2018-04-23officially support htmltype => 'xml', don't short-close voidtags in xhtml modeChristian A. Weber1-4/+8
2018-04-17first amendment of last commitChristian A. Weber1-3/+1
2018-04-17fix empty non-void tags in non-xhtml modes, remove redundant whitelistChristian A. Weber1-6/+4
2018-04-12remove custom img() implementation with ie_png_fix, allow using it_html::tagn...Christian A. Weber1-32/+16
2017-12-07if no key => value params are supplied, don't kill query params without value...Christian A. Weber1-15/+17
2017-12-07remove fasttagUrban Müller1-5/+1
2017-11-29Do not add / for non-http url without pathChristian Schneider1-1/+1
2017-11-28add more tests with fixesNathan Gass1-7/+13
2017-11-28simplify % code, test % at end and with digitsNathan Gass1-4/+1
2017-10-18entity-encode tabs and carriage returns like new lines in attributes so that ...David Flatz1-2/+2
2017-09-27'what' debug param works on map as wellChristian A. Weber1-1/+1
2017-08-21add it_url::parse_str() which leaves dots and spaces in arg names intactChristian A. Weber1-1/+1
2017-08-18U(): params can override base args, correctly add fragment to end of url if p...Christian A. Weber1-5/+9
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