summaryrefslogtreecommitdiff
path: root/it_html.class
AgeCommit message (Expand)AuthorFilesLines
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
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