summaryrefslogtreecommitdiff
path: root/it_html.class
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Christian Schneider1-2/+2
it_html)
2012-03-28Added it::any2utf8, fixed it::replace fast path to add u modified, added ↵Christian Schneider1-1/+3
error reporting for invalid utf-8 input to it::match and it::replace
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 ↵Christian Schneider1-2/+2
planned to be removed. ITools now requires PHP 5.3 or newer
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 ↵Christian Helbling1-0/+14
"help" debug variable and with toggle links
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