summaryrefslogtreecommitdiff
path: root/it_html.class
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-02Use a-z0-9_ instead of w character class because because it is locale awareChristian Schneider1-3/+3
2010-06-01dont mark empty stringsUrban Müller1-1/+1
2010-05-03avoid trouble with single > in select textUrban Müller1-2/+7
2010-04-22entity decoder; urlencoding of user in U()Urban Müller1-2/+14
2010-04-21Do not generate newline after noscript tags for layout reasonsChristian Schneider1-1/+1
2010-03-25.q debug parameter for coloring quotingsUrban Müller1-7/+12
2010-02-19guarantee correct encoding for envUrban Müller1-0/+2
2010-02-18extract latinize() for search::utf2latinUrban Müller1-3/+10
2009-12-22Preserve numeric entities in it_html::sanitizeChristian Schneider1-1/+1
2009-12-10Encode garbage chars in hostUrban Müller1-0/+1
2009-12-04Convert IDNA domain names to Punycode in U()Christian Schneider1-0/+2
2009-11-26use same case for static and global funcUrban Müller1-3/+3
2009-11-18pass fragmentsUrban Müller1-2/+2
2009-11-18simple fallback parserUrban Müller1-1/+2
2009-11-17dont urlencode IDN host parts in U()Urban Müller1-7/+19
2009-10-07Strip low chars: No use in HTML pages and error in XML documentsChristian Schneider1-1/+1
2009-09-08Use U() to sanitize URLs in it_html::sanitize and adapted test cases to itChristian Schneider1-2/+2
2009-09-08guarantee validating urls, fix double encoding of url params in baseUrban Müller1-3/+10
2009-08-31Move it_boot scripts to the bottom of the head sectionThomas Brüderli1-3/+3
2009-08-20enforce img altUrban Müller1-0/+6
2009-06-05Properly handle single quotes in URL in U()Christian Schneider1-1/+1
2009-04-023 stacklevels minimumUrban Müller1-1/+1
2009-02-23Change IE pngfix to crop image (leave image and container size unchanged)Christian Schneider1-1/+1
2008-12-08Fix it_html::sanitize with b/br combination (tag prefix of other tag bug)Christian Schneider1-4/+4
2008-11-25Convert table rows to simple line breaksThomas Brüderli1-4/+3
2008-11-09support also different charset in sanitize functionDenis Demesmaeker1-3/+4
2008-11-04Simplify regex and make sure test catches CRChristian Schneider1-1/+1
2008-10-20validate when srclines is onUrban Müller1-1/+1
2008-10-13provide source line as titleUrban Müller1-4/+5
2008-09-02Fix URL of HTML 4.01 DTD urlChristian Schneider1-1/+1
2008-04-07Fix magic comments for itools.search.ch function extractorChristian Schneider1-1/+1
2007-11-30Use it_debug::backtrace with new parametersChristian Schneider1-6/+2
2007-11-23Only split selected options on comma for multi-selectChristian Schneider1-1/+1
2007-11-13dont indent <pre>, documentationUrban Müller1-4/+4
2007-11-12documentationUrban Müller1-6/+7
2007-11-09No need to untaint base in U() so farChristian Schneider1-1/+1
2007-11-09Added experimental PHP taint support to IToolsChristian Schneider1-4/+4
2007-11-08renamed reloader paramUrban Müller1-1/+1